Re: New CI error due to mismatched lifetime in hpet device

2025-06-16 Thread Stefan Hajnoczi
On Mon, Jun 16, 2025 at 1:00 PM Paolo Bonzini wrote: > > On 6/16/25 18:46, Stefan Hajnoczi wrote: > > Hi Paolo, > > The CI is hitting the following new issue in rust/hw/hpet/device.rs: > > Thanks! I just saw it as well. > > As you've noticed, this job is allowed to fail, because it's just making

Re: New CI error due to mismatched lifetime in hpet device

2025-06-16 Thread Paolo Bonzini
On 6/16/25 18:46, Stefan Hajnoczi wrote: Hi Paolo, The CI is hitting the following new issue in rust/hw/hpet/device.rs: Thanks! I just saw it as well. As you've noticed, this job is allowed to fail, because it's just making sure that we find these issues before they hit the "real" CI targets

New CI error due to mismatched lifetime in hpet device

2025-06-16 Thread Stefan Hajnoczi
Hi Paolo, The CI is hitting the following new issue in rust/hw/hpet/device.rs: error: lifetime flowing from input to output with different syntax can be confusing --> ../rust/hw/timer/hpet/src/device.rs:770:15 | 770 | fn decode(&self, mut addr: hwaddr, size: u32) -> HPETAddrDecode { | ^ --