[INFO] fetching crate pci-driver 0.1.4...
[INFO] testing pci-driver-0.1.4 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate pci-driver 0.1.4 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate pci-driver 0.1.4
[INFO] finished tweaking crates.io crate pci-driver 0.1.4
[INFO] tweaked toml for crates.io crate pci-driver 0.1.4 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pci-driver 0.1.4 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] [stderr]       Adding byte-strings v0.2.2 (available: v0.3.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 06130c3614c2a7567ebdb8f6251fc61fbba3122d3674f5bee6abf2a80f3123a0
[INFO] running `Command { std: "docker" "start" "-a" "06130c3614c2a7567ebdb8f6251fc61fbba3122d3674f5bee6abf2a80f3123a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06130c3614c2a7567ebdb8f6251fc61fbba3122d3674f5bee6abf2a80f3123a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06130c3614c2a7567ebdb8f6251fc61fbba3122d3674f5bee6abf2a80f3123a0", kill_on_drop: false }`
[INFO] [stdout] 06130c3614c2a7567ebdb8f6251fc61fbba3122d3674f5bee6abf2a80f3123a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7abe7088e96132a6b49840420e876a621d60ba1d929db79838573ddeb29b9417
[INFO] running `Command { std: "docker" "start" "-a" "7abe7088e96132a6b49840420e876a621d60ba1d929db79838573ddeb29b9417", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling pci-driver v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/mod.rs:208:15
[INFO] [stdout]     |
[INFO] [stdout] 208 |     fn config(&self) -> PciConfig {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the 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] 208 |     fn config(&self) -> PciConfig<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/mod.rs:234:14
[INFO] [stdout]     |
[INFO] [stdout] 234 |     fn iommu(&self) -> PciIommu {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 234 |     fn iommu(&self) -> PciIommu<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/mod.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     fn interrupts(&self) -> PciInterrupts {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 238 |     fn interrupts(&self) -> PciInterrupts<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/containers.rs:292:18
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub fn iommu(&self) -> PciIommu {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub fn iommu(&self) -> PciIommu<'_> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/struct_macros.rs:83:36
[INFO] [stdout]     |
[INFO] [stdout]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/config/caps.rs:334:1
[INFO] [stdout]     |
[INFO] [stdout] 334 | / pci_capability! {
[INFO] [stdout] 335 | |     /// TODO: Should take the "Capability Version" into consideration.
[INFO] [stdout] 336 | |     pub struct PciExpressCapability<'a> {
[INFO] [stdout] 337 | |         Id = 0x10,
[INFO] [stdout] ...   |
[INFO] [stdout] 354 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/struct_macros.rs:83:36
[INFO] [stdout]     |
[INFO] [stdout]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/config/caps.rs:556:1
[INFO] [stdout]     |
[INFO] [stdout] 556 | / pci_capability! {
[INFO] [stdout] 557 | |     pub struct VitalProductDataCapability<'a> {
[INFO] [stdout] 558 | |         Id = 0x03,
[INFO] [stdout] 559 | |         Length = |_cap| Ok(0x08),
[INFO] [stdout] ...   |
[INFO] [stdout] 565 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/struct_macros.rs:83:36
[INFO] [stdout]     |
[INFO] [stdout]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/config/ext_caps.rs:346:1
[INFO] [stdout]     |
[INFO] [stdout] 346 | / pci_extended_capability! {
[INFO] [stdout] 347 | |     /// Described in Section 7.9.5 of the "PCI Express® Base Specification Revision 6.0".
[INFO] [stdout] 348 | |     pub struct VendorSpecificExtendedCapability<'a> {
[INFO] [stdout] 349 | |         Id = 0x000b,
[INFO] [stdout] ...   |
[INFO] [stdout] 357 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_extended_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/device.rs:31:15
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn config(&self) -> PciConfig;
[INFO] [stdout]    |               ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: 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 |     fn config(&self) -> PciConfig<'_>;
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/device.rs:63:14
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn iommu(&self) -> PciIommu;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn iommu(&self) -> PciIommu<'_>;
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/device.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn interrupts(&self) -> PciInterrupts;
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn interrupts(&self) -> PciInterrupts<'_>;
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interrupts.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn intx(&self) -> PciInterruptMechanism {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn intx(&self) -> PciInterruptMechanism<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interrupts.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn msi(&self) -> PciInterruptMechanism {
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn msi(&self) -> PciInterruptMechanism<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interrupts.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn msi_x(&self) -> PciInterruptMechanism {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn msi_x(&self) -> PciInterruptMechanism<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/mod.rs:611:22
[INFO] [stdout]     |
[INFO] [stdout] 611 |     pub fn new(data: &[u8]) -> PciMemoryRegion {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 611 |     pub fn new(data: &[u8]) -> PciMemoryRegion<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/mod.rs:620:26
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn new_mut(data: &mut [u8]) -> PciMemoryRegion {
[INFO] [stdout]     |                          ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn new_mut(data: &mut [u8]) -> PciMemoryRegion<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
[INFO] running `Command { std: "docker" "inspect" "7abe7088e96132a6b49840420e876a621d60ba1d929db79838573ddeb29b9417", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7abe7088e96132a6b49840420e876a621d60ba1d929db79838573ddeb29b9417", kill_on_drop: false }`
[INFO] [stdout] 7abe7088e96132a6b49840420e876a621d60ba1d929db79838573ddeb29b9417
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 67eaeb055fcf0b9e02b6829381a4d287e60360a83520af51f8e45b87ac0bb7cf
[INFO] running `Command { std: "docker" "start" "-a" "67eaeb055fcf0b9e02b6829381a4d287e60360a83520af51f8e45b87ac0bb7cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/mod.rs:208:15
[INFO] [stdout]     |
[INFO] [stdout] 208 |     fn config(&self) -> PciConfig {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the 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] 208 |     fn config(&self) -> PciConfig<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/mod.rs:234:14
[INFO] [stdout]     |
[INFO] [stdout] 234 |     fn iommu(&self) -> PciIommu {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 234 |     fn iommu(&self) -> PciIommu<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/mod.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     fn interrupts(&self) -> PciInterrupts {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 238 |     fn interrupts(&self) -> PciInterrupts<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/containers.rs:292:18
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub fn iommu(&self) -> PciIommu {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub fn iommu(&self) -> PciIommu<'_> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/struct_macros.rs:83:36
[INFO] [stdout]     |
[INFO] [stdout]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/config/caps.rs:334:1
[INFO] [stdout]     |
[INFO] [stdout] 334 | / pci_capability! {
[INFO] [stdout] 335 | |     /// TODO: Should take the "Capability Version" into consideration.
[INFO] [stdout] 336 | |     pub struct PciExpressCapability<'a> {
[INFO] [stdout] 337 | |         Id = 0x10,
[INFO] [stdout] ...   |
[INFO] [stdout] 354 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/struct_macros.rs:83:36
[INFO] [stdout]     |
[INFO] [stdout]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/config/caps.rs:556:1
[INFO] [stdout]     |
[INFO] [stdout] 556 | / pci_capability! {
[INFO] [stdout] 557 | |     pub struct VitalProductDataCapability<'a> {
[INFO] [stdout] 558 | |         Id = 0x03,
[INFO] [stdout] 559 | |         Length = |_cap| Ok(0x08),
[INFO] [stdout] ...   |
[INFO] [stdout] 565 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/struct_macros.rs:83:36
[INFO] [stdout]     |
[INFO] [stdout]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/config/ext_caps.rs:346:1
[INFO] [stdout]     |
[INFO] [stdout] 346 | / pci_extended_capability! {
[INFO] [stdout] 347 | |     /// Described in Section 7.9.5 of the "PCI Express® Base Specification Revision 6.0".
[INFO] [stdout] 348 | |     pub struct VendorSpecificExtendedCapability<'a> {
[INFO] [stdout] 349 | |         Id = 0x000b,
[INFO] [stdout] ...   |
[INFO] [stdout] 357 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_extended_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/device.rs:31:15
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn config(&self) -> PciConfig;
[INFO] [stdout]    |               ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: 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 |     fn config(&self) -> PciConfig<'_>;
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/device.rs:63:14
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn iommu(&self) -> PciIommu;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn iommu(&self) -> PciIommu<'_>;
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/device.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn interrupts(&self) -> PciInterrupts;
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn interrupts(&self) -> PciInterrupts<'_>;
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interrupts.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn intx(&self) -> PciInterruptMechanism {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn intx(&self) -> PciInterruptMechanism<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interrupts.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn msi(&self) -> PciInterruptMechanism {
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn msi(&self) -> PciInterruptMechanism<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interrupts.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn msi_x(&self) -> PciInterruptMechanism {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn msi_x(&self) -> PciInterruptMechanism<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/mod.rs:611:22
[INFO] [stdout]     |
[INFO] [stdout] 611 |     pub fn new(data: &[u8]) -> PciMemoryRegion {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 611 |     pub fn new(data: &[u8]) -> PciMemoryRegion<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/mod.rs:620:26
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn new_mut(data: &mut [u8]) -> PciMemoryRegion {
[INFO] [stdout]     |                          ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn new_mut(data: &mut [u8]) -> PciMemoryRegion<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling byte-strings-proc_macros v0.2.2
[INFO] [stderr]    Compiling byte-strings v0.2.2
[INFO] [stderr]    Compiling pci-driver v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/mod.rs:208:15
[INFO] [stdout]     |
[INFO] [stdout] 208 |     fn config(&self) -> PciConfig {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the 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] 208 |     fn config(&self) -> PciConfig<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/mod.rs:234:14
[INFO] [stdout]     |
[INFO] [stdout] 234 |     fn iommu(&self) -> PciIommu {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 234 |     fn iommu(&self) -> PciIommu<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/mod.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     fn interrupts(&self) -> PciInterrupts {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 238 |     fn interrupts(&self) -> PciInterrupts<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/backends/vfio/containers.rs:292:18
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub fn iommu(&self) -> PciIommu {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 292 |     pub fn iommu(&self) -> PciIommu<'_> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/backends/mock.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn config(&self) -> PciConfig {
[INFO] [stdout]    |               ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn config(&self) -> PciConfig<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/backends/mock.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn iommu(&self) -> PciIommu {
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn iommu(&self) -> PciIommu<'_> {
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/backends/mock.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn interrupts(&self) -> PciInterrupts {
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn interrupts(&self) -> PciInterrupts<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/struct_macros.rs:83:36
[INFO] [stdout]     |
[INFO] [stdout]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/config/caps.rs:334:1
[INFO] [stdout]     |
[INFO] [stdout] 334 | / pci_capability! {
[INFO] [stdout] 335 | |     /// TODO: Should take the "Capability Version" into consideration.
[INFO] [stdout] 336 | |     pub struct PciExpressCapability<'a> {
[INFO] [stdout] 337 | |         Id = 0x10,
[INFO] [stdout] ...   |
[INFO] [stdout] 354 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/struct_macros.rs:83:36
[INFO] [stdout]     |
[INFO] [stdout]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/config/caps.rs:556:1
[INFO] [stdout]     |
[INFO] [stdout] 556 | / pci_capability! {
[INFO] [stdout] 557 | |     pub struct VitalProductDataCapability<'a> {
[INFO] [stdout] 558 | |         Id = 0x03,
[INFO] [stdout] 559 | |         Length = |_cap| Ok(0x08),
[INFO] [stdout] ...   |
[INFO] [stdout] 565 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/struct_macros.rs:83:36
[INFO] [stdout]     |
[INFO] [stdout]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/config/ext_caps.rs:346:1
[INFO] [stdout]     |
[INFO] [stdout] 346 | / pci_extended_capability! {
[INFO] [stdout] 347 | |     /// Described in Section 7.9.5 of the "PCI Express® Base Specification Revision 6.0".
[INFO] [stdout] 348 | |     pub struct VendorSpecificExtendedCapability<'a> {
[INFO] [stdout] 349 | |         Id = 0x000b,
[INFO] [stdout] ...   |
[INFO] [stdout] 357 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_extended_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/device.rs:31:15
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn config(&self) -> PciConfig;
[INFO] [stdout]    |               ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: 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 |     fn config(&self) -> PciConfig<'_>;
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/device.rs:63:14
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn iommu(&self) -> PciIommu;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn iommu(&self) -> PciIommu<'_>;
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/device.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn interrupts(&self) -> PciInterrupts;
[INFO] [stdout]    |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn interrupts(&self) -> PciInterrupts<'_>;
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interrupts.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn intx(&self) -> PciInterruptMechanism {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn intx(&self) -> PciInterruptMechanism<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interrupts.rs:30:16
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn msi(&self) -> PciInterruptMechanism {
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn msi(&self) -> PciInterruptMechanism<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/interrupts.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn msi_x(&self) -> PciInterruptMechanism {
[INFO] [stdout]    |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn msi_x(&self) -> PciInterruptMechanism<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/mod.rs:611:22
[INFO] [stdout]     |
[INFO] [stdout] 611 |     pub fn new(data: &[u8]) -> PciMemoryRegion {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 611 |     pub fn new(data: &[u8]) -> PciMemoryRegion<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/regions/mod.rs:620:26
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn new_mut(data: &mut [u8]) -> PciMemoryRegion {
[INFO] [stdout]     |                          ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn new_mut(data: &mut [u8]) -> PciMemoryRegion<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.54s
[INFO] running `Command { std: "docker" "inspect" "67eaeb055fcf0b9e02b6829381a4d287e60360a83520af51f8e45b87ac0bb7cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67eaeb055fcf0b9e02b6829381a4d287e60360a83520af51f8e45b87ac0bb7cf", kill_on_drop: false }`
[INFO] [stdout] 67eaeb055fcf0b9e02b6829381a4d287e60360a83520af51f8e45b87ac0bb7cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] dca80cf91459ab6e3eae2556cbc6858472195ef056e578cd84165a8237dac0ef
[INFO] running `Command { std: "docker" "start" "-a" "dca80cf91459ab6e3eae2556cbc6858472195ef056e578cd84165a8237dac0ef", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/backends/vfio/mod.rs:208:15
[INFO] [stderr]     |
[INFO] [stderr] 208 |     fn config(&self) -> PciConfig {
[INFO] [stderr]     |               ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 208 |     fn config(&self) -> PciConfig<'_> {
[INFO] [stderr]     |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/backends/vfio/mod.rs:234:14
[INFO] [stderr]     |
[INFO] [stderr] 234 |     fn iommu(&self) -> PciIommu {
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 234 |     fn iommu(&self) -> PciIommu<'_> {
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/backends/vfio/mod.rs:238:19
[INFO] [stderr]     |
[INFO] [stderr] 238 |     fn interrupts(&self) -> PciInterrupts {
[INFO] [stderr]     |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 238 |     fn interrupts(&self) -> PciInterrupts<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/backends/vfio/containers.rs:292:18
[INFO] [stderr]     |
[INFO] [stderr] 292 |     pub fn iommu(&self) -> PciIommu {
[INFO] [stderr]     |                  ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 292 |     pub fn iommu(&self) -> PciIommu<'_> {
[INFO] [stderr]     |                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/regions/struct_macros.rs:83:36
[INFO] [stderr]     |
[INFO] [stderr]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stderr]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/config/caps.rs:334:1
[INFO] [stderr]     |
[INFO] [stderr] 334 | / pci_capability! {
[INFO] [stderr] 335 | |     /// TODO: Should take the "Capability Version" into consideration.
[INFO] [stderr] 336 | |     pub struct PciExpressCapability<'a> {
[INFO] [stderr] 337 | |         Id = 0x10,
[INFO] [stderr] ...   |
[INFO] [stderr] 354 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/regions/struct_macros.rs:83:36
[INFO] [stderr]     |
[INFO] [stderr]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stderr]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/config/caps.rs:556:1
[INFO] [stderr]     |
[INFO] [stderr] 556 | / pci_capability! {
[INFO] [stderr] 557 | |     pub struct VitalProductDataCapability<'a> {
[INFO] [stderr] 558 | |         Id = 0x03,
[INFO] [stderr] 559 | |         Length = |_cap| Ok(0x08),
[INFO] [stderr] ...   |
[INFO] [stderr] 565 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/regions/struct_macros.rs:83:36
[INFO] [stderr]     |
[INFO] [stderr]  83 |                   pub fn $field_name(&self) -> $($field_type)::+$(<$($field_generics),+>)? {
[INFO] [stderr]     |                                      ^^^^^       ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/config/ext_caps.rs:346:1
[INFO] [stderr]     |
[INFO] [stderr] 346 | / pci_extended_capability! {
[INFO] [stderr] 347 | |     /// Described in Section 7.9.5 of the "PCI Express® Base Specification Revision 6.0".
[INFO] [stderr] 348 | |     pub struct VendorSpecificExtendedCapability<'a> {
[INFO] [stderr] 349 | |         Id = 0x000b,
[INFO] [stderr] ...   |
[INFO] [stderr] 357 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: this warning originates in the macro `$crate::_pci_struct_impl` which comes from the expansion of the macro `pci_extended_capability` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr]  83 |                 pub fn $field_name(&self) -> $($field_type<'_>)::+$(<$($field_generics),+>)? {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/device.rs:31:15
[INFO] [stderr]    |
[INFO] [stderr] 31 |     fn config(&self) -> PciConfig;
[INFO] [stderr]    |               ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 31 |     fn config(&self) -> PciConfig<'_>;
[INFO] [stderr]    |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/device.rs:63:14
[INFO] [stderr]    |
[INFO] [stderr] 63 |     fn iommu(&self) -> PciIommu;
[INFO] [stderr]    |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |              |
[INFO] [stderr]    |              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 63 |     fn iommu(&self) -> PciIommu<'_>;
[INFO] [stderr]    |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/device.rs:68:19
[INFO] [stderr]    |
[INFO] [stderr] 68 |     fn interrupts(&self) -> PciInterrupts;
[INFO] [stderr]    |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 68 |     fn interrupts(&self) -> PciInterrupts<'_>;
[INFO] [stderr]    |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/interrupts.rs:22:17
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub fn intx(&self) -> PciInterruptMechanism {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 22 |     pub fn intx(&self) -> PciInterruptMechanism<'_> {
[INFO] [stderr]    |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/interrupts.rs:30:16
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn msi(&self) -> PciInterruptMechanism {
[INFO] [stderr]    |                ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn msi(&self) -> PciInterruptMechanism<'_> {
[INFO] [stderr]    |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/interrupts.rs:38:18
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn msi_x(&self) -> PciInterruptMechanism {
[INFO] [stderr]    |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn msi_x(&self) -> PciInterruptMechanism<'_> {
[INFO] [stderr]    |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/regions/mod.rs:611:22
[INFO] [stderr]     |
[INFO] [stderr] 611 |     pub fn new(data: &[u8]) -> PciMemoryRegion {
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 611 |     pub fn new(data: &[u8]) -> PciMemoryRegion<'_> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/regions/mod.rs:620:26
[INFO] [stderr]     |
[INFO] [stderr] 620 |     pub fn new_mut(data: &mut [u8]) -> PciMemoryRegion {
[INFO] [stderr]     |                          ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 620 |     pub fn new_mut(data: &mut [u8]) -> PciMemoryRegion<'_> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `pci-driver` (lib) generated 15 warnings (run `cargo fix --lib -p pci-driver` to apply 15 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/backends/mock.rs:25:15
[INFO] [stderr]    |
[INFO] [stderr] 25 |     fn config(&self) -> PciConfig {
[INFO] [stderr]    |               ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 25 |     fn config(&self) -> PciConfig<'_> {
[INFO] [stderr]    |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/backends/mock.rs:37:14
[INFO] [stderr]    |
[INFO] [stderr] 37 |     fn iommu(&self) -> PciIommu {
[INFO] [stderr]    |              ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |              |
[INFO] [stderr]    |              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 37 |     fn iommu(&self) -> PciIommu<'_> {
[INFO] [stderr]    |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/backends/mock.rs:41:19
[INFO] [stderr]    |
[INFO] [stderr] 41 |     fn interrupts(&self) -> PciInterrupts {
[INFO] [stderr]    |                   ^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 41 |     fn interrupts(&self) -> PciInterrupts<'_> {
[INFO] [stderr]    |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `pci-driver` (lib test) generated 18 warnings (15 duplicates) (run `cargo fix --lib -p pci-driver --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pci_driver-cc21759fbfb7f82e)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test config::tests::test_lifetimes ... ok
[INFO] [stdout] test regions::bit_field_macros::tests::test_pci_bit_field_write_mask_elem ... ok
[INFO] [stdout] test regions::bit_field_macros::tests::test_pci_bit_field_write_mask ... ok
[INFO] [stdout] test config::tests::test_capabilities ... ok
[INFO] [stdout] test config::tests::test_extended_capabilities ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests pci_driver
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/lib.rs - (line 51) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 367) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 154) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 200) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 251) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 319) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 225) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 342) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "dca80cf91459ab6e3eae2556cbc6858472195ef056e578cd84165a8237dac0ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dca80cf91459ab6e3eae2556cbc6858472195ef056e578cd84165a8237dac0ef", kill_on_drop: false }`
[INFO] [stdout] dca80cf91459ab6e3eae2556cbc6858472195ef056e578cd84165a8237dac0ef
