[INFO] cloning repository https://github.com/mehdi-test/caliptra-sw
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mehdi-test/caliptra-sw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmehdi-test%2Fcaliptra-sw", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmehdi-test%2Fcaliptra-sw'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dee2d5279be6edf0d310f00fcd4f4565505f47e8
[INFO] testing mehdi-test/caliptra-sw against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmehdi-test%2Fcaliptra-sw" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mehdi-test/caliptra-sw
[INFO] finished tweaking git repo https://github.com/mehdi-test/caliptra-sw
[INFO] tweaked toml for git repo https://github.com/mehdi-test/caliptra-sw written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mehdi-test/caliptra-sw on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mehdi-test/caliptra-sw already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 38d7c88fa826495ea7c55c3d8694690416a3eedcced436ca438a2f790e3622e9
[INFO] running `Command { std: "docker" "start" "38d7c88fa826495ea7c55c3d8694690416a3eedcced436ca438a2f790e3622e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38d7c88fa826495ea7c55c3d8694690416a3eedcced436ca438a2f790e3622e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "38d7c88fa826495ea7c55c3d8694690416a3eedcced436ca438a2f790e3622e9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38d7c88fa826495ea7c55c3d8694690416a3eedcced436ca438a2f790e3622e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "38d7c88fa826495ea7c55c3d8694690416a3eedcced436ca438a2f790e3622e9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling caliptra-registers v0.1.0 (/opt/rustwide/workdir/registers)
[INFO] [stderr]    Compiling caliptra-cfi-lib v0.1.0 (https://github.com/chipsalliance/caliptra-cfi.git?rev=72c75dc70cde4120a9ce149d4f5cb21621399958#72c75dc7)
[INFO] [stderr]    Compiling caliptra-error v0.1.0 (/opt/rustwide/workdir/error)
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]    Compiling caliptra-ureg v0.1.0 (/opt/rustwide/workdir/ureg)
[INFO] [stderr]    Compiling caliptra-emu-types v0.1.0 (/opt/rustwide/workdir/sw-emulator/lib/types)
[INFO] [stderr]    Compiling bitfield v0.14.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling caliptra-registers-latest v0.1.0 (/opt/rustwide/workdir/hw/latest/registers)
[INFO] [stderr]    Compiling caliptra-registers-rev-2-1 v0.1.0 (/opt/rustwide/workdir/hw/rev-2_1/registers)
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling ufmt-write v0.1.0 (https://github.com/korran/ufmt.git?rev=1d0743c1ffffc68bc05ca8eeb81c166192863f33#1d0743c1)
[INFO] [stderr]    Compiling caliptra-dpe-platform v0.1.0 (https://github.com/chipsalliance/caliptra-dpe?rev=3b036b495f2f2e1e995602b4d299a18363a07ba5#3b036b49)
[INFO] [stderr]    Compiling caliptra-dpe v0.1.0 (https://github.com/chipsalliance/caliptra-dpe?rev=3b036b495f2f2e1e995602b4d299a18363a07ba5#3b036b49)
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling riscv v0.13.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling caliptra-okref v0.1.0 (/opt/rustwide/workdir/common/okref)
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling openssl v0.10.72 (https://github.com/clundin25/rust-openssl.git?rev=4ada1c1d7c264e052e7bb71ecddbd196a5c2a0c7#4ada1c1d)
[INFO] [stderr]    Compiling flagset v0.4.7
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling unicode-joining-type v1.0.0
[INFO] [stderr]    Compiling caliptra-cpu v0.1.0 (/opt/rustwide/workdir/cpu)
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling openssl-src v300.5.0+3.5.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]    Compiling embedded-hal v1.0.0
[INFO] [stderr]    Compiling riscv-pac v0.2.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.13
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling openssl-sys v0.9.108 (https://github.com/clundin25/rust-openssl.git?rev=4ada1c1d7c264e052e7bb71ecddbd196a5c2a0c7#4ada1c1d)
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling idna_mapping v1.1.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/abr.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/abr.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/abr.rs:890:17
[INFO] [stdout]     |
[INFO] [stdout] 890 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 890 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/abr.rs:899:21
[INFO] [stdout]     |
[INFO] [stdout] 899 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 899 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/aes.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/aes.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/aes_clp.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/aes_clp.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/aes_clp.rs:581:17
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/aes_clp.rs:590:21
[INFO] [stdout]     |
[INFO] [stdout] 590 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 590 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/axi_dma.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/axi_dma.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/axi_dma.rs:1027:17
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/axi_dma.rs:1036:21
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/csrng.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/csrng.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/doe.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/doe.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/doe.rs:491:17
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/doe.rs:500:21
[INFO] [stdout]     |
[INFO] [stdout] 500 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 500 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/dv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/dv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/ecc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/ecc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/ecc.rs:696:17
[INFO] [stdout]     |
[INFO] [stdout] 696 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 696 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/ecc.rs:705:21
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/el2_pic_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/el2_pic_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/entropy_src.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/entropy_src.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/hmac.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/hmac.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/hmac.rs:661:17
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/hmac.rs:670:21
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/i3ccsr.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/i3ccsr.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2056:17
[INFO] [stdout]      |
[INFO] [stdout] 2056 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2056 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2065:21
[INFO] [stdout]      |
[INFO] [stdout] 2065 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2065 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2095:17
[INFO] [stdout]      |
[INFO] [stdout] 2095 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2095 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2104:21
[INFO] [stdout]      |
[INFO] [stdout] 2104 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2104 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2134:17
[INFO] [stdout]      |
[INFO] [stdout] 2134 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2134 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2143:21
[INFO] [stdout]      |
[INFO] [stdout] 2143 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2143 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2173:17
[INFO] [stdout]      |
[INFO] [stdout] 2173 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2173 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2182:21
[INFO] [stdout]      |
[INFO] [stdout] 2182 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2182 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/kmac.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/kmac.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/kv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/kv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/lc_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/lc_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mbox.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mbox.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mbox_sram.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mbox_sram.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mci.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mci.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/mci.rs:4950:17
[INFO] [stdout]      |
[INFO] [stdout] 4950 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4950 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/mci.rs:4959:21
[INFO] [stdout]      |
[INFO] [stdout] 4959 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4959 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_mbox0.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_mbox0.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_mbox1.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_mbox1.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_sram.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_sram.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_trace_buffer.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_trace_buffer.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/otp_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/otp_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2355:17
[INFO] [stdout]      |
[INFO] [stdout] 2355 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2355 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2364:21
[INFO] [stdout]      |
[INFO] [stdout] 2364 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2364 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2394:17
[INFO] [stdout]      |
[INFO] [stdout] 2394 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2394 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2403:21
[INFO] [stdout]      |
[INFO] [stdout] 2403 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2403 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2433:17
[INFO] [stdout]      |
[INFO] [stdout] 2433 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2433 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2442:21
[INFO] [stdout]      |
[INFO] [stdout] 2442 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2442 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2472:17
[INFO] [stdout]      |
[INFO] [stdout] 2472 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2472 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2481:21
[INFO] [stdout]      |
[INFO] [stdout] 2481 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2481 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2511:17
[INFO] [stdout]      |
[INFO] [stdout] 2511 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2511 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2520:21
[INFO] [stdout]      |
[INFO] [stdout] 2520 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2520 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2550:17
[INFO] [stdout]      |
[INFO] [stdout] 2550 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2550 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2559:21
[INFO] [stdout]      |
[INFO] [stdout] 2559 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2559 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2589:17
[INFO] [stdout]      |
[INFO] [stdout] 2589 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2589 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2598:21
[INFO] [stdout]      |
[INFO] [stdout] 2598 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2598 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2628:17
[INFO] [stdout]      |
[INFO] [stdout] 2628 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2628 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2637:21
[INFO] [stdout]      |
[INFO] [stdout] 2637 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2637 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2667:17
[INFO] [stdout]      |
[INFO] [stdout] 2667 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2667 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2676:21
[INFO] [stdout]      |
[INFO] [stdout] 2676 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2676 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2706:17
[INFO] [stdout]      |
[INFO] [stdout] 2706 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2706 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2715:21
[INFO] [stdout]      |
[INFO] [stdout] 2715 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2715 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2745:17
[INFO] [stdout]      |
[INFO] [stdout] 2745 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2745 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2754:21
[INFO] [stdout]      |
[INFO] [stdout] 2754 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2754 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2784:17
[INFO] [stdout]      |
[INFO] [stdout] 2784 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2784 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2793:21
[INFO] [stdout]      |
[INFO] [stdout] 2793 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2793 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2823:17
[INFO] [stdout]      |
[INFO] [stdout] 2823 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2823 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2832:21
[INFO] [stdout]      |
[INFO] [stdout] 2832 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2832 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2862:17
[INFO] [stdout]      |
[INFO] [stdout] 2862 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2862 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2871:21
[INFO] [stdout]      |
[INFO] [stdout] 2871 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2871 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2901:17
[INFO] [stdout]      |
[INFO] [stdout] 2901 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2901 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2910:21
[INFO] [stdout]      |
[INFO] [stdout] 2910 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2910 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2940:17
[INFO] [stdout]      |
[INFO] [stdout] 2940 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2940 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2949:21
[INFO] [stdout]      |
[INFO] [stdout] 2949 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2949 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2979:17
[INFO] [stdout]      |
[INFO] [stdout] 2979 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2979 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2988:21
[INFO] [stdout]      |
[INFO] [stdout] 2988 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2988 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3018:17
[INFO] [stdout]      |
[INFO] [stdout] 3018 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3018 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3027:21
[INFO] [stdout]      |
[INFO] [stdout] 3027 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3027 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3057:17
[INFO] [stdout]      |
[INFO] [stdout] 3057 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3057 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3066:21
[INFO] [stdout]      |
[INFO] [stdout] 3066 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3066 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3096:17
[INFO] [stdout]      |
[INFO] [stdout] 3096 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3096 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3105:21
[INFO] [stdout]      |
[INFO] [stdout] 3105 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3105 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3135:17
[INFO] [stdout]      |
[INFO] [stdout] 3135 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3135 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3144:21
[INFO] [stdout]      |
[INFO] [stdout] 3144 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3144 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3174:17
[INFO] [stdout]      |
[INFO] [stdout] 3174 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3174 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3183:21
[INFO] [stdout]      |
[INFO] [stdout] 3183 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3183 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3213:17
[INFO] [stdout]      |
[INFO] [stdout] 3213 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3213 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3222:21
[INFO] [stdout]      |
[INFO] [stdout] 3222 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3222 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3252:17
[INFO] [stdout]      |
[INFO] [stdout] 3252 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3252 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3261:21
[INFO] [stdout]      |
[INFO] [stdout] 3261 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3261 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3291:17
[INFO] [stdout]      |
[INFO] [stdout] 3291 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3291 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3300:21
[INFO] [stdout]      |
[INFO] [stdout] 3300 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3300 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/pv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/pv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha256.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha256.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha256.rs:538:17
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha256.rs:547:21
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha3.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha3.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha3.rs:601:17
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha3.rs:610:21
[INFO] [stdout]     |
[INFO] [stdout] 610 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 610 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha512.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha512.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha512.rs:647:17
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha512.rs:656:21
[INFO] [stdout]     |
[INFO] [stdout] 656 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 656 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha512_acc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha512_acc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha512_acc.rs:612:17
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha512_acc.rs:621:21
[INFO] [stdout]     |
[INFO] [stdout] 621 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 621 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/soc_ifc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/soc_ifc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/soc_ifc.rs:2661:17
[INFO] [stdout]      |
[INFO] [stdout] 2661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/soc_ifc.rs:2670:21
[INFO] [stdout]      |
[INFO] [stdout] 2670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/soc_ifc_trng.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/soc_ifc_trng.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/abr.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/abr.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/abr.rs:890:17
[INFO] [stdout]     |
[INFO] [stdout] 890 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 890 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/abr.rs:899:21
[INFO] [stdout]     |
[INFO] [stdout] 899 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 899 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/aes.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/aes.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/aes_clp.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/aes_clp.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/aes_clp.rs:581:17
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/aes_clp.rs:590:21
[INFO] [stdout]     |
[INFO] [stdout] 590 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 590 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/axi_dma.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/axi_dma.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/axi_dma.rs:1027:17
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/axi_dma.rs:1036:21
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/csrng.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/csrng.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/doe.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/doe.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/doe.rs:491:17
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/doe.rs:500:21
[INFO] [stdout]     |
[INFO] [stdout] 500 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 500 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/dv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/dv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/ecc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/ecc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/ecc.rs:696:17
[INFO] [stdout]     |
[INFO] [stdout] 696 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 696 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/ecc.rs:705:21
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/el2_pic_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/el2_pic_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/entropy_src.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/entropy_src.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/hmac.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/hmac.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/hmac.rs:661:17
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/hmac.rs:670:21
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/i3ccsr.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/i3ccsr.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2056:17
[INFO] [stdout]      |
[INFO] [stdout] 2056 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2056 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2065:21
[INFO] [stdout]      |
[INFO] [stdout] 2065 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2065 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2095:17
[INFO] [stdout]      |
[INFO] [stdout] 2095 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2095 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2104:21
[INFO] [stdout]      |
[INFO] [stdout] 2104 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2104 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2134:17
[INFO] [stdout]      |
[INFO] [stdout] 2134 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2134 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2143:21
[INFO] [stdout]      |
[INFO] [stdout] 2143 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2143 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2173:17
[INFO] [stdout]      |
[INFO] [stdout] 2173 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2173 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2182:21
[INFO] [stdout]      |
[INFO] [stdout] 2182 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2182 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/kmac.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/kmac.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/kv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/kv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/lc_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/lc_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mbox.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mbox.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mbox_sram.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mbox_sram.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mci.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mci.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/mci.rs:4950:17
[INFO] [stdout]      |
[INFO] [stdout] 4950 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4950 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/mci.rs:4959:21
[INFO] [stdout]      |
[INFO] [stdout] 4959 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4959 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_mbox0.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_mbox0.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_mbox1.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_mbox1.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_sram.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_sram.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_trace_buffer.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_trace_buffer.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/otp_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/otp_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2355:17
[INFO] [stdout]      |
[INFO] [stdout] 2355 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2355 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2364:21
[INFO] [stdout]      |
[INFO] [stdout] 2364 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2364 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2394:17
[INFO] [stdout]      |
[INFO] [stdout] 2394 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2394 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2403:21
[INFO] [stdout]      |
[INFO] [stdout] 2403 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2403 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2433:17
[INFO] [stdout]      |
[INFO] [stdout] 2433 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2433 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2442:21
[INFO] [stdout]      |
[INFO] [stdout] 2442 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2442 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2472:17
[INFO] [stdout]      |
[INFO] [stdout] 2472 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2472 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2481:21
[INFO] [stdout]      |
[INFO] [stdout] 2481 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2481 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2511:17
[INFO] [stdout]      |
[INFO] [stdout] 2511 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2511 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2520:21
[INFO] [stdout]      |
[INFO] [stdout] 2520 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2520 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2550:17
[INFO] [stdout]      |
[INFO] [stdout] 2550 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2550 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2559:21
[INFO] [stdout]      |
[INFO] [stdout] 2559 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2559 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2589:17
[INFO] [stdout]      |
[INFO] [stdout] 2589 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2589 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2598:21
[INFO] [stdout]      |
[INFO] [stdout] 2598 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2598 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2628:17
[INFO] [stdout]      |
[INFO] [stdout] 2628 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2628 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2637:21
[INFO] [stdout]      |
[INFO] [stdout] 2637 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2637 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2667:17
[INFO] [stdout]      |
[INFO] [stdout] 2667 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2667 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2676:21
[INFO] [stdout]      |
[INFO] [stdout] 2676 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2676 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2706:17
[INFO] [stdout]      |
[INFO] [stdout] 2706 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2706 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2715:21
[INFO] [stdout]      |
[INFO] [stdout] 2715 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2715 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2745:17
[INFO] [stdout]      |
[INFO] [stdout] 2745 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2745 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2754:21
[INFO] [stdout]      |
[INFO] [stdout] 2754 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2754 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2784:17
[INFO] [stdout]      |
[INFO] [stdout] 2784 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2784 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2793:21
[INFO] [stdout]      |
[INFO] [stdout] 2793 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2793 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2823:17
[INFO] [stdout]      |
[INFO] [stdout] 2823 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2823 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2832:21
[INFO] [stdout]      |
[INFO] [stdout] 2832 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2832 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2862:17
[INFO] [stdout]      |
[INFO] [stdout] 2862 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2862 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2871:21
[INFO] [stdout]      |
[INFO] [stdout] 2871 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2871 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2901:17
[INFO] [stdout]      |
[INFO] [stdout] 2901 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2901 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2910:21
[INFO] [stdout]      |
[INFO] [stdout] 2910 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2910 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2940:17
[INFO] [stdout]      |
[INFO] [stdout] 2940 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2940 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2949:21
[INFO] [stdout]      |
[INFO] [stdout] 2949 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2949 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2979:17
[INFO] [stdout]      |
[INFO] [stdout] 2979 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2979 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2988:21
[INFO] [stdout]      |
[INFO] [stdout] 2988 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2988 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3018:17
[INFO] [stdout]      |
[INFO] [stdout] 3018 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3018 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3027:21
[INFO] [stdout]      |
[INFO] [stdout] 3027 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3027 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3057:17
[INFO] [stdout]      |
[INFO] [stdout] 3057 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3057 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3066:21
[INFO] [stdout]      |
[INFO] [stdout] 3066 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3066 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3096:17
[INFO] [stdout]      |
[INFO] [stdout] 3096 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3096 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3105:21
[INFO] [stdout]      |
[INFO] [stdout] 3105 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3105 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3135:17
[INFO] [stdout]      |
[INFO] [stdout] 3135 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3135 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3144:21
[INFO] [stdout]      |
[INFO] [stdout] 3144 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3144 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3174:17
[INFO] [stdout]      |
[INFO] [stdout] 3174 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3174 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3183:21
[INFO] [stdout]      |
[INFO] [stdout] 3183 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3183 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3213:17
[INFO] [stdout]      |
[INFO] [stdout] 3213 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3213 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3222:21
[INFO] [stdout]      |
[INFO] [stdout] 3222 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3222 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3252:17
[INFO] [stdout]      |
[INFO] [stdout] 3252 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3252 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3261:21
[INFO] [stdout]      |
[INFO] [stdout] 3261 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3261 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3291:17
[INFO] [stdout]      |
[INFO] [stdout] 3291 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3291 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3300:21
[INFO] [stdout]      |
[INFO] [stdout] 3300 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3300 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/pv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/pv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha256.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha256.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha256.rs:538:17
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha256.rs:547:21
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha3.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha3.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha3.rs:601:17
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha3.rs:610:21
[INFO] [stdout]     |
[INFO] [stdout] 610 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 610 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha512.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha512.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha512.rs:647:17
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha512.rs:656:21
[INFO] [stdout]     |
[INFO] [stdout] 656 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 656 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha512_acc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha512_acc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha512_acc.rs:612:17
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha512_acc.rs:621:21
[INFO] [stdout]     |
[INFO] [stdout] 621 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 621 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/soc_ifc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/soc_ifc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/soc_ifc.rs:2661:17
[INFO] [stdout]      |
[INFO] [stdout] 2661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/soc_ifc.rs:2670:21
[INFO] [stdout]      |
[INFO] [stdout] 2670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/soc_ifc_trng.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/soc_ifc_trng.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.7
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling time-macros v0.2.25
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling idna_adapter v1.1.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/abr.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/abr.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/abr.rs:890:17
[INFO] [stdout]     |
[INFO] [stdout] 890 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 890 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/abr.rs:899:21
[INFO] [stdout]     |
[INFO] [stdout] 899 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 899 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/aes.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/aes.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/aes_clp.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/aes_clp.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/aes_clp.rs:581:17
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/aes_clp.rs:590:21
[INFO] [stdout]     |
[INFO] [stdout] 590 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 590 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/axi_dma.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/axi_dma.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/axi_dma.rs:1027:17
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/axi_dma.rs:1036:21
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/csrng.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/csrng.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/doe.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/doe.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/doe.rs:491:17
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/doe.rs:500:21
[INFO] [stdout]     |
[INFO] [stdout] 500 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 500 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/dv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/dv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/ecc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/ecc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/ecc.rs:696:17
[INFO] [stdout]     |
[INFO] [stdout] 696 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 696 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/ecc.rs:705:21
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/el2_pic_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/el2_pic_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/entropy_src.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/entropy_src.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/hmac.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/hmac.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/hmac.rs:661:17
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/hmac.rs:670:21
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/i3ccsr.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/i3ccsr.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2056:17
[INFO] [stdout]      |
[INFO] [stdout] 2056 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2056 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2065:21
[INFO] [stdout]      |
[INFO] [stdout] 2065 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2065 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2095:17
[INFO] [stdout]      |
[INFO] [stdout] 2095 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2095 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2104:21
[INFO] [stdout]      |
[INFO] [stdout] 2104 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2104 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2134:17
[INFO] [stdout]      |
[INFO] [stdout] 2134 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2134 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2143:21
[INFO] [stdout]      |
[INFO] [stdout] 2143 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2143 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2173:17
[INFO] [stdout]      |
[INFO] [stdout] 2173 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2173 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/i3ccsr.rs:2182:21
[INFO] [stdout]      |
[INFO] [stdout] 2182 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2182 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/kmac.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/kmac.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/kv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/kv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/lc_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/lc_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mbox.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mbox.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mbox_sram.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mbox_sram.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mci.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mci.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/mci.rs:4950:17
[INFO] [stdout]      |
[INFO] [stdout] 4950 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4950 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/mci.rs:4959:21
[INFO] [stdout]      |
[INFO] [stdout] 4959 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4959 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_mbox0.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_mbox0.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_mbox1.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_mbox1.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_sram.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_sram.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_trace_buffer.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/mcu_trace_buffer.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/otp_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/otp_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2355:17
[INFO] [stdout]      |
[INFO] [stdout] 2355 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2355 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2364:21
[INFO] [stdout]      |
[INFO] [stdout] 2364 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2364 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2394:17
[INFO] [stdout]      |
[INFO] [stdout] 2394 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2394 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2403:21
[INFO] [stdout]      |
[INFO] [stdout] 2403 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2403 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2433:17
[INFO] [stdout]      |
[INFO] [stdout] 2433 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2433 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2442:21
[INFO] [stdout]      |
[INFO] [stdout] 2442 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2442 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2472:17
[INFO] [stdout]      |
[INFO] [stdout] 2472 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2472 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2481:21
[INFO] [stdout]      |
[INFO] [stdout] 2481 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2481 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2511:17
[INFO] [stdout]      |
[INFO] [stdout] 2511 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2511 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2520:21
[INFO] [stdout]      |
[INFO] [stdout] 2520 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2520 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2550:17
[INFO] [stdout]      |
[INFO] [stdout] 2550 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2550 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2559:21
[INFO] [stdout]      |
[INFO] [stdout] 2559 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2559 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2589:17
[INFO] [stdout]      |
[INFO] [stdout] 2589 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2589 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2598:21
[INFO] [stdout]      |
[INFO] [stdout] 2598 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2598 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2628:17
[INFO] [stdout]      |
[INFO] [stdout] 2628 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2628 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2637:21
[INFO] [stdout]      |
[INFO] [stdout] 2637 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2637 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2667:17
[INFO] [stdout]      |
[INFO] [stdout] 2667 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2667 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2676:21
[INFO] [stdout]      |
[INFO] [stdout] 2676 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2676 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2706:17
[INFO] [stdout]      |
[INFO] [stdout] 2706 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2706 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2715:21
[INFO] [stdout]      |
[INFO] [stdout] 2715 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2715 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2745:17
[INFO] [stdout]      |
[INFO] [stdout] 2745 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2745 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2754:21
[INFO] [stdout]      |
[INFO] [stdout] 2754 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2754 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2784:17
[INFO] [stdout]      |
[INFO] [stdout] 2784 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2784 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2793:21
[INFO] [stdout]      |
[INFO] [stdout] 2793 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2793 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2823:17
[INFO] [stdout]      |
[INFO] [stdout] 2823 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2823 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2832:21
[INFO] [stdout]      |
[INFO] [stdout] 2832 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2832 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2862:17
[INFO] [stdout]      |
[INFO] [stdout] 2862 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2862 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2871:21
[INFO] [stdout]      |
[INFO] [stdout] 2871 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2871 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2901:17
[INFO] [stdout]      |
[INFO] [stdout] 2901 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2901 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2910:21
[INFO] [stdout]      |
[INFO] [stdout] 2910 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2910 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2940:17
[INFO] [stdout]      |
[INFO] [stdout] 2940 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2940 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2949:21
[INFO] [stdout]      |
[INFO] [stdout] 2949 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2949 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2979:17
[INFO] [stdout]      |
[INFO] [stdout] 2979 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2979 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:2988:21
[INFO] [stdout]      |
[INFO] [stdout] 2988 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2988 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3018:17
[INFO] [stdout]      |
[INFO] [stdout] 3018 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3018 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3027:21
[INFO] [stdout]      |
[INFO] [stdout] 3027 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3027 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3057:17
[INFO] [stdout]      |
[INFO] [stdout] 3057 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3057 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3066:21
[INFO] [stdout]      |
[INFO] [stdout] 3066 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3066 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3096:17
[INFO] [stdout]      |
[INFO] [stdout] 3096 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3096 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3105:21
[INFO] [stdout]      |
[INFO] [stdout] 3105 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3105 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3135:17
[INFO] [stdout]      |
[INFO] [stdout] 3135 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3135 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3144:21
[INFO] [stdout]      |
[INFO] [stdout] 3144 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3144 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3174:17
[INFO] [stdout]      |
[INFO] [stdout] 3174 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3174 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3183:21
[INFO] [stdout]      |
[INFO] [stdout] 3183 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3183 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3213:17
[INFO] [stdout]      |
[INFO] [stdout] 3213 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3213 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3222:21
[INFO] [stdout]      |
[INFO] [stdout] 3222 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3222 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3252:17
[INFO] [stdout]      |
[INFO] [stdout] 3252 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3252 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3261:21
[INFO] [stdout]      |
[INFO] [stdout] 3261 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3261 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3291:17
[INFO] [stdout]      |
[INFO] [stdout] 3291 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3291 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/otp_ctrl.rs:3300:21
[INFO] [stdout]      |
[INFO] [stdout] 3300 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3300 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/pv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/pv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha256.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha256.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha256.rs:538:17
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha256.rs:547:21
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha3.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha3.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha3.rs:601:17
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha3.rs:610:21
[INFO] [stdout]     |
[INFO] [stdout] 610 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 610 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha512.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha512.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha512.rs:647:17
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha512.rs:656:21
[INFO] [stdout]     |
[INFO] [stdout] 656 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 656 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha512_acc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/sha512_acc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha512_acc.rs:612:17
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/latest/registers/src/sha512_acc.rs:621:21
[INFO] [stdout]     |
[INFO] [stdout] 621 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 621 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/soc_ifc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/soc_ifc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/soc_ifc.rs:2661:17
[INFO] [stdout]      |
[INFO] [stdout] 2661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/latest/registers/src/soc_ifc.rs:2670:21
[INFO] [stdout]      |
[INFO] [stdout] 2670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/soc_ifc_trng.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/latest/registers/src/soc_ifc_trng.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cmov v0.5.3
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/abr.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/abr.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/abr.rs:890:17
[INFO] [stdout]     |
[INFO] [stdout] 890 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 890 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/abr.rs:899:21
[INFO] [stdout]     |
[INFO] [stdout] 899 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 899 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/aes.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/aes.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/aes_clp.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/aes_clp.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/aes_clp.rs:581:17
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 581 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/aes_clp.rs:590:21
[INFO] [stdout]     |
[INFO] [stdout] 590 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 590 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/axi_dma.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/axi_dma.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/axi_dma.rs:1027:17
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/axi_dma.rs:1036:21
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1036 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/csrng.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/csrng.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/doe.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/doe.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/doe.rs:491:17
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 491 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/doe.rs:500:21
[INFO] [stdout]     |
[INFO] [stdout] 500 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 500 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/dv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/dv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/ecc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/ecc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/ecc.rs:696:17
[INFO] [stdout]     |
[INFO] [stdout] 696 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 696 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/ecc.rs:705:21
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/el2_pic_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/el2_pic_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/entropy_src.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/entropy_src.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/hmac.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/hmac.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/hmac.rs:661:17
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/hmac.rs:670:21
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/i3ccsr.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/i3ccsr.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2056:17
[INFO] [stdout]      |
[INFO] [stdout] 2056 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2056 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2065:21
[INFO] [stdout]      |
[INFO] [stdout] 2065 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2065 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2095:17
[INFO] [stdout]      |
[INFO] [stdout] 2095 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2095 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2104:21
[INFO] [stdout]      |
[INFO] [stdout] 2104 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2104 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2134:17
[INFO] [stdout]      |
[INFO] [stdout] 2134 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2134 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2143:21
[INFO] [stdout]      |
[INFO] [stdout] 2143 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2143 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2173:17
[INFO] [stdout]      |
[INFO] [stdout] 2173 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2173 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/i3ccsr.rs:2182:21
[INFO] [stdout]      |
[INFO] [stdout] 2182 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2182 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/kmac.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/kmac.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/kv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/kv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/lc_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/lc_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mbox.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mbox.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mbox_sram.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mbox_sram.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mci.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mci.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/mci.rs:4950:17
[INFO] [stdout]      |
[INFO] [stdout] 4950 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4950 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/mci.rs:4959:21
[INFO] [stdout]      |
[INFO] [stdout] 4959 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4959 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_mbox0.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_mbox0.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_mbox1.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_mbox1.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_sram.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_sram.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_trace_buffer.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/mcu_trace_buffer.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/otp_ctrl.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/otp_ctrl.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2355:17
[INFO] [stdout]      |
[INFO] [stdout] 2355 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2355 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2364:21
[INFO] [stdout]      |
[INFO] [stdout] 2364 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2364 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2394:17
[INFO] [stdout]      |
[INFO] [stdout] 2394 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2394 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2403:21
[INFO] [stdout]      |
[INFO] [stdout] 2403 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2403 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2433:17
[INFO] [stdout]      |
[INFO] [stdout] 2433 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2433 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2442:21
[INFO] [stdout]      |
[INFO] [stdout] 2442 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2442 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2472:17
[INFO] [stdout]      |
[INFO] [stdout] 2472 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2472 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2481:21
[INFO] [stdout]      |
[INFO] [stdout] 2481 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2481 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2511:17
[INFO] [stdout]      |
[INFO] [stdout] 2511 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2511 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2520:21
[INFO] [stdout]      |
[INFO] [stdout] 2520 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2520 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2550:17
[INFO] [stdout]      |
[INFO] [stdout] 2550 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2550 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2559:21
[INFO] [stdout]      |
[INFO] [stdout] 2559 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2559 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2589:17
[INFO] [stdout]      |
[INFO] [stdout] 2589 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2589 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2598:21
[INFO] [stdout]      |
[INFO] [stdout] 2598 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2598 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2628:17
[INFO] [stdout]      |
[INFO] [stdout] 2628 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2628 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2637:21
[INFO] [stdout]      |
[INFO] [stdout] 2637 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2637 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2667:17
[INFO] [stdout]      |
[INFO] [stdout] 2667 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2667 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2676:21
[INFO] [stdout]      |
[INFO] [stdout] 2676 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2676 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2706:17
[INFO] [stdout]      |
[INFO] [stdout] 2706 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2706 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2715:21
[INFO] [stdout]      |
[INFO] [stdout] 2715 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2715 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2745:17
[INFO] [stdout]      |
[INFO] [stdout] 2745 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2745 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2754:21
[INFO] [stdout]      |
[INFO] [stdout] 2754 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2754 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2784:17
[INFO] [stdout]      |
[INFO] [stdout] 2784 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2784 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2793:21
[INFO] [stdout]      |
[INFO] [stdout] 2793 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2793 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2823:17
[INFO] [stdout]      |
[INFO] [stdout] 2823 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2823 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2832:21
[INFO] [stdout]      |
[INFO] [stdout] 2832 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2832 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2862:17
[INFO] [stdout]      |
[INFO] [stdout] 2862 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2862 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2871:21
[INFO] [stdout]      |
[INFO] [stdout] 2871 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2871 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2901:17
[INFO] [stdout]      |
[INFO] [stdout] 2901 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2901 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2910:21
[INFO] [stdout]      |
[INFO] [stdout] 2910 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2910 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2940:17
[INFO] [stdout]      |
[INFO] [stdout] 2940 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2940 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2949:21
[INFO] [stdout]      |
[INFO] [stdout] 2949 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2949 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2979:17
[INFO] [stdout]      |
[INFO] [stdout] 2979 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2979 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:2988:21
[INFO] [stdout]      |
[INFO] [stdout] 2988 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2988 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3018:17
[INFO] [stdout]      |
[INFO] [stdout] 3018 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3018 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3027:21
[INFO] [stdout]      |
[INFO] [stdout] 3027 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3027 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3057:17
[INFO] [stdout]      |
[INFO] [stdout] 3057 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3057 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3066:21
[INFO] [stdout]      |
[INFO] [stdout] 3066 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3066 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3096:17
[INFO] [stdout]      |
[INFO] [stdout] 3096 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3096 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3105:21
[INFO] [stdout]      |
[INFO] [stdout] 3105 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3105 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3135:17
[INFO] [stdout]      |
[INFO] [stdout] 3135 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3135 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3144:21
[INFO] [stdout]      |
[INFO] [stdout] 3144 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3144 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3174:17
[INFO] [stdout]      |
[INFO] [stdout] 3174 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3174 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3183:21
[INFO] [stdout]      |
[INFO] [stdout] 3183 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3183 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3213:17
[INFO] [stdout]      |
[INFO] [stdout] 3213 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3213 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3222:21
[INFO] [stdout]      |
[INFO] [stdout] 3222 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3222 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3252:17
[INFO] [stdout]      |
[INFO] [stdout] 3252 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3252 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3261:21
[INFO] [stdout]      |
[INFO] [stdout] 3261 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3261 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3291:17
[INFO] [stdout]      |
[INFO] [stdout] 3291 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3291 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/otp_ctrl.rs:3300:21
[INFO] [stdout]      |
[INFO] [stdout] 3300 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3300 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/pv.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/pv.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha256.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha256.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha256.rs:538:17
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha256.rs:547:21
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 547 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha3.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha3.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha3.rs:601:17
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 601 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha3.rs:610:21
[INFO] [stdout]     |
[INFO] [stdout] 610 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 610 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha512.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha512.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha512.rs:647:17
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha512.rs:656:21
[INFO] [stdout]     |
[INFO] [stdout] 656 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 656 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha512_acc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/sha512_acc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha512_acc.rs:612:17
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]     |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 612 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> hw/rev-2_1/registers/src/sha512_acc.rs:621:21
[INFO] [stdout]     |
[INFO] [stdout] 621 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]     |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 621 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]     |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/soc_ifc.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/soc_ifc.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/soc_ifc.rs:2661:17
[INFO] [stdout]      |
[INFO] [stdout] 2661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]      |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2661 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]      |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> hw/rev-2_1/registers/src/soc_ifc.rs:2670:21
[INFO] [stdout]      |
[INFO] [stdout] 2670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]      |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2670 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]      |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/soc_ifc_trng.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio> {
[INFO] [stdout]    |                 ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn regs(&self) -> RegisterBlock<caliptra_ureg::RealMmio<'_>> {
[INFO] [stdout]    |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> hw/rev-2_1/registers/src/soc_ifc_trng.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut> {
[INFO] [stdout]    |                     ^^^^^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn regs_mut(&mut self) -> RegisterBlock<caliptra_ureg::RealMmioMut<'_>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]    Compiling elf v0.7.4
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling hybrid-array v0.4.8
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling tock-registers v0.9.0 (https://github.com/tock/tock.git?rev=release-2.2#9554639b)
[INFO] [stderr]    Compiling time v0.3.45
[INFO] [stderr]    Compiling caliptra-emu-bus v0.1.0 (/opt/rustwide/workdir/sw-emulator/lib/bus)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> sw-emulator/lib/bus/src/testing/log.rs:53:29
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn as_str(&self) -> (impl Deref<Target = str> + '_) {
[INFO] [stdout]    |                             ^                             ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 53 -     pub fn as_str(&self) -> (impl Deref<Target = str> + '_) {
[INFO] [stdout] 53 +     pub fn as_str(&self) -> impl Deref<Target = str> + '_ {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> sw-emulator/lib/bus/src/testing/log.rs:67:24
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn w(&self) -> (impl Write + '_) {
[INFO] [stdout]    |                        ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 67 -     pub fn w(&self) -> (impl Write + '_) {
[INFO] [stdout] 67 +     pub fn w(&self) -> impl Write + '_ {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]    Compiling const-oid v0.10.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling google-cloud-auth v1.7.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling caliptra-cfi-derive v0.1.0 (https://github.com/chipsalliance/caliptra-cfi.git?rev=72c75dc70cde4120a9ce149d4f5cb21621399958#72c75dc7)
[INFO] [stderr]    Compiling ufmt-macros v0.3.0 (https://github.com/korran/ufmt.git?rev=1d0743c1ffffc68bc05ca8eeb81c166192863f33#1d0743c1)
[INFO] [stderr]    Compiling digest v0.11.1
[INFO] [stderr]    Compiling ufmt v0.2.0 (https://github.com/korran/ufmt.git?rev=1d0743c1ffffc68bc05ca8eeb81c166192863f33#1d0743c1)
[INFO] [stderr]    Compiling caliptra-emu-derive v0.1.0 (/opt/rustwide/workdir/sw-emulator/lib/derive)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> sw-emulator/lib/bus/src/testing/log.rs:53:29
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn as_str(&self) -> (impl Deref<Target = str> + '_) {
[INFO] [stdout]    |                             ^                             ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 53 -     pub fn as_str(&self) -> (impl Deref<Target = str> + '_) {
[INFO] [stdout] 53 +     pub fn as_str(&self) -> impl Deref<Target = str> + '_ {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> sw-emulator/lib/bus/src/testing/log.rs:67:24
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn w(&self) -> (impl Write + '_) {
[INFO] [stdout]    |                        ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 67 -     pub fn w(&self) -> (impl Write + '_) {
[INFO] [stdout] 67 +     pub fn w(&self) -> impl Write + '_ {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling google-cloud-gax-internal v0.7.10
[INFO] [stderr]    Compiling keccak v0.2.0
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling string_morph v0.1.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.26
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling riscv-macros v0.2.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling openssl-macros v0.1.1 (https://github.com/clundin25/rust-openssl.git?rev=4ada1c1d7c264e052e7bb71ecddbd196a5c2a0c7#4ada1c1d)
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling fips204 v0.4.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling caliptra-x509 v0.1.0 (/opt/rustwide/workdir/x509)
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling caliptra-lms-types v0.1.0 (/opt/rustwide/workdir/lms-types)
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling caliptra-dpe-crypto v0.1.0 (https://github.com/chipsalliance/caliptra-dpe?rev=3b036b495f2f2e1e995602b4d299a18363a07ba5#3b036b49)
[INFO] [stderr]    Compiling caliptra-image-types v0.1.0 (/opt/rustwide/workdir/image/types)
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling caliptra-api-types v0.1.0 (/opt/rustwide/workdir/api/types)
[INFO] [stderr]    Compiling caliptra-auth-man-types v0.1.0 (/opt/rustwide/workdir/auth-manifest/types)
[INFO] [stderr]    Compiling caliptra-api v0.1.0 (/opt/rustwide/workdir/api)
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling caliptra-image-gen v0.1.0 (/opt/rustwide/workdir/image/gen)
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling pin-project-internal v1.1.12
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling pin-project v1.1.12
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling serde_with_macros v3.0.0
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling p384 v0.13.1
[INFO] [stderr]    Compiling caliptra-image-elf v0.1.0 (/opt/rustwide/workdir/image/elf)
[INFO] [stderr]    Compiling serde_with v3.0.0
[INFO] [stderr]    Compiling caliptra-image-fake-keys v0.1.0 (/opt/rustwide/workdir/image/fake-keys)
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling caliptra-drivers v0.1.0 (/opt/rustwide/workdir/drivers)
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> drivers/src/ecc384.rs:221:24
[INFO] [stdout]     |
[INFO] [stdout] 221 |         wait::until(|| (condition() || err_condition()));
[INFO] [stdout]     |                        ^                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 221 -         wait::until(|| (condition() || err_condition()));
[INFO] [stdout] 221 +         wait::until(|| condition() || err_condition());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> drivers/src/ml_kem.rs:174:24
[INFO] [stdout]     |
[INFO] [stdout] 174 |         wait::until(|| (condition() || err_condition()));
[INFO] [stdout]     |                        ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 174 -         wait::until(|| (condition() || err_condition()));
[INFO] [stdout] 174 +         wait::until(|| condition() || err_condition());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> drivers/src/mldsa87.rs:131:24
[INFO] [stdout]     |
[INFO] [stdout] 131 |         wait::until(|| (condition() || err_condition()));
[INFO] [stdout]     |                        ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 131 -         wait::until(|| (condition() || err_condition()));
[INFO] [stdout] 131 +         wait::until(|| condition() || err_condition());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> drivers/src/ecc384.rs:221:24
[INFO] [stdout]     |
[INFO] [stdout] 221 |         wait::until(|| (condition() || err_condition()));
[INFO] [stdout]     |                        ^                              ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 221 -         wait::until(|| (condition() || err_condition()));
[INFO] [stdout] 221 +         wait::until(|| condition() || err_condition());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> drivers/src/ml_kem.rs:174:24
[INFO] [stdout]     |
[INFO] [stdout] 174 |         wait::until(|| (condition() || err_condition()));
[INFO] [stdout]     |                        ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 174 -         wait::until(|| (condition() || err_condition()));
[INFO] [stdout] 174 +         wait::until(|| condition() || err_condition());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> drivers/src/mldsa87.rs:131:24
[INFO] [stdout]     |
[INFO] [stdout] 131 |         wait::until(|| (condition() || err_condition()));
[INFO] [stdout]     |                        ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 131 -         wait::until(|| (condition() || err_condition()));
[INFO] [stdout] 131 +         wait::until(|| condition() || err_condition());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling google-cloud-wkt v1.2.0
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=4fa14461724dbecc -C extra-filename=-c8b7f6a053f893a6 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern bytes=/opt/rustwide/target/release/deps/libbytes-68fc9f4575cf515c.rmeta --extern libc=/opt/rustwide/target/release/deps/liblibc-3edd3069da049005.rmeta --extern mio=/opt/rustwide/target/release/deps/libmio-892b1d6de5334e07.rmeta --extern parking_lot=/opt/rustwide/target/release/deps/libparking_lot-8c16749e1a01483a.rmeta --extern pin_project_lite=/opt/rustwide/target/release/deps/libpin_project_lite-a042d89c9815bfb5.rmeta --extern signal_hook_registry=/opt/rustwide/target/release/deps/libsignal_hook_registry-d490cc811fc64c4b.rmeta --extern socket2=/opt/rustwide/target/release/deps/libsocket2-265410cb0eb1f7bb.rmeta --extern tokio_macros=/opt/rustwide/target/release/deps/libtokio_macros-73191f27ab11fcf3.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: struct `OcpLockMetadataFirmware` is never constructed
[INFO] [stdout]    --> drivers/src/persistent.rs:359:12
[INFO] [stdout]     |
[INFO] [stdout] 359 | pub struct OcpLockMetadataFirmware {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> drivers/src/mailbox.rs:69:31
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn try_start_send_txn(&mut self) -> Option<MailboxSendTxn> {
[INFO] [stdout]    |                               ^^^^^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn try_start_send_txn(&mut self) -> Option<MailboxSendTxn<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> drivers/src/mailbox.rs:85:38
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn wait_until_start_send_txn(&mut self) -> MailboxSendTxn {
[INFO] [stdout]    |                                      ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn wait_until_start_send_txn(&mut self) -> MailboxSendTxn<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> drivers/src/mailbox.rs:98:31
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub fn try_start_recv_txn(&mut self) -> Option<MailboxRecvTxn> {
[INFO] [stdout]    |                               ^^^^^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub fn try_start_recv_txn(&mut self) -> Option<MailboxRecvTxn<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> drivers/src/mailbox.rs:112:30
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn recovery_recv_txn(&mut self) -> MailboxRecvTxn {
[INFO] [stdout]     |                              ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn recovery_recv_txn(&mut self) -> MailboxRecvTxn<'_> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> drivers/src/mailbox.rs:126:22
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn peek_recv(&mut self) -> Option<MailboxRecvPeek> {
[INFO] [stdout]     |                      ^^^^^^^^^            ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn peek_recv(&mut self) -> Option<MailboxRecvPeek<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> drivers/src/sha2_512_384acc.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 80 |         assumed_lock_state: ShaAccLockState,
[INFO] [stdout] 81 |     ) -> CaliptraResult<Option<Sha2_512_384AccOp>> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |     ) -> CaliptraResult<Option<Sha2_512_384AccOp<'_>>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> drivers/src/soc_ifc.rs:304:22
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn fuse_bank(&self) -> FuseBank {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn fuse_bank(&self) -> FuseBank<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> drivers/src/mailbox.rs:69:31
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn try_start_send_txn(&mut self) -> Option<MailboxSendTxn> {
[INFO] [stdout]    |                               ^^^^^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn try_start_send_txn(&mut self) -> Option<MailboxSendTxn<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> drivers/src/mailbox.rs:85:38
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn wait_until_start_send_txn(&mut self) -> MailboxSendTxn {
[INFO] [stdout]    |                                      ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                      |
[INFO] [stdout]    |                                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn wait_until_start_send_txn(&mut self) -> MailboxSendTxn<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> drivers/src/mailbox.rs:98:31
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub fn try_start_recv_txn(&mut self) -> Option<MailboxRecvTxn> {
[INFO] [stdout]    |                               ^^^^^^^^^            ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub fn try_start_recv_txn(&mut self) -> Option<MailboxRecvTxn<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> drivers/src/mailbox.rs:112:30
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn recovery_recv_txn(&mut self) -> MailboxRecvTxn {
[INFO] [stdout]     |                              ^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn recovery_recv_txn(&mut self) -> MailboxRecvTxn<'_> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> drivers/src/mailbox.rs:126:22
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn peek_recv(&mut self) -> Option<MailboxRecvPeek> {
[INFO] [stdout]     |                      ^^^^^^^^^            ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn peek_recv(&mut self) -> Option<MailboxRecvPeek<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> drivers/src/sha2_512_384acc.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 80 |         assumed_lock_state: ShaAccLockState,
[INFO] [stdout] 81 |     ) -> CaliptraResult<Option<Sha2_512_384AccOp>> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 |     ) -> CaliptraResult<Option<Sha2_512_384AccOp<'_>>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> drivers/src/soc_ifc.rs:304:22
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn fuse_bank(&self) -> FuseBank {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn fuse_bank(&self) -> FuseBank<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "38d7c88fa826495ea7c55c3d8694690416a3eedcced436ca438a2f790e3622e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38d7c88fa826495ea7c55c3d8694690416a3eedcced436ca438a2f790e3622e9", kill_on_drop: false }`
[INFO] [stdout] 38d7c88fa826495ea7c55c3d8694690416a3eedcced436ca438a2f790e3622e9
