[gem5-dev] Re: More unreproducible kokoro failures... testlib bug?

2021-03-29 Thread Poremba, Matthew via gem5-dev
[AMD Public Use] Hi Gabe, We are seeing similar errors, so +1 priority on this. Some of our changes that where ready to submit got rerun (for some reason?) and then failed with the same error. My (weak) theory is that maybe it has something to do with how it is checking for timeouts and maybe

[gem5-dev] Re: More unreproducible kokoro failures... testlib bug?

2021-03-29 Thread Bobby Bruce via gem5-dev
I'm 95% sure I've just fixed this. The problem was due to me failing to include the aarch-system-20200611.tar.bz tarball on our Google Cloud when releasing v21.0. Kokoro downloads this to run certain arm tests. If it can't download this tarball the tests fail (I need to get round to improving this

[gem5-dev] Re: More unreproducible kokoro failures... testlib bug?

2021-03-31 Thread Giacomo Travaglini via gem5-dev
Hi Gabe, Apologies for the late reply; I was on vacation. That is not a "problem" in testlib. It happens when regressions are aborted by external forces (e.g. a timeout in Jenkins/kokoro); then the time field of metadata doesn't get populated. We should probably fix this by initializing time to

[gem5-dev] Re: More unreproducible kokoro failures... testlib bug?

2021-03-31 Thread Gabe Black via gem5-dev
Yep, that would be great. Thanks! Gabe On Wed, Mar 31, 2021 at 1:27 AM Giacomo Travaglini < giacomo.travagl...@arm.com> wrote: > Hi Gabe, > > Apologies for the late reply; I was on vacation. > That is not a "problem" in testlib. It happens when regressions are > aborted by external forces (e.g.