[gem5-dev] Re: failing kvm tests

2021-11-14 Thread Bobby Bruce via gem5-dev
Took me longer than expected to figure this out, but I eventually got it. A
fix is here: https://gem5-review.googlesource.com/c/public/gem5/+/52663.

--
Dr. Bobby R. Bruce
Room 3050,
Kemper Hall, UC Davis
Davis,
CA, 95616

web: https://www.bobbybruce.net


On Tue, Nov 9, 2021 at 4:14 AM Gabe Black  wrote:

> On this topic, I commented on the already merged CL, but this change
> breaks the quick KVM regressions:
>
> https://gem5-review.googlesource.com/c/public/gem5/+/52183
>
> On Mon, Nov 8, 2021 at 11:46 AM Bobby Bruce  wrote:
>
>> Yip, I accidentally added some X86 tests to the quick/Kokoro tests.
>> Thanks for pointing that out. The fix can be found here:
>> https://gem5-review.googlesource.com/c/public/gem5/+/52563
>>
>> --
>> Dr. Bobby R. Bruce
>> Room 3050,
>> Kemper Hall, UC Davis
>> Davis,
>> CA, 95616
>>
>> web: https://www.bobbybruce.net
>>
>>
>> On Mon, Nov 8, 2021 at 5:03 AM Gabe Black  wrote:
>>
>>> Just a quick note, I noticed when running quick regressions now that it
>>> builds both GC_X86 and X86. I'm assuming that's because the KVM tests are
>>> still set up to use X86? It would be nice to fix that to avoid building for
>>> an additional target.
>>>
>>> Gabe
>>>
>>> On Wed, Nov 3, 2021 at 10:55 AM Bobby Bruce  wrote:
>>>
 Hey Gabe,

 At present our Jenkins doesn't have KVM enabled so I believe no tests
 that use KVM were being run regularly. I intend to get KVM enabled on the
 Jenkins server over the next few days. I also found the bugs you were
 referring to when running the long (nightly) and very-long (weekly) tests
 on my local machine (where I have KVM). The long tests are fixed with this
 patch: https://gem5-review.googlesource.com/c/public/gem5/+/52384, and
 I'm currently looking into the bugs in the very-long tests.

 Kind regards,
 Bobby
 --
 Dr. Bobby R. Bruce
 Room 3050,
 Kemper Hall, UC Davis
 Davis,
 CA, 95616

 web: https://www.bobbybruce.net


 On Wed, Nov 3, 2021 at 4:22 AM Gabe Black via gem5-dev <
 gem5-dev@gem5.org> wrote:

> Hey folks, I recently discovered KVM wasn't set up on my desktop,
> which I just corrected. Now that it's enabled, the KVM tests have started
> running, and they are also failing. This could be sort of weird issue on 
> my
> machine, and I'm currently looking into the failure itself.
>
> The thing I wanted to ask was, do we have any KVM tests that run
> anywhere? Do we have them in the quick regressions but not the long
> regressions? Do we have KVM enabled on the nightly server? I can imagine 
> it
> (KVM) not being enabled on kokoro, but hopefully we can run those on the
> nightlies?
>
> Gabe
> ___
> gem5-dev mailing list -- gem5-dev@gem5.org
> To unsubscribe send an email to gem5-dev-le...@gem5.org
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s


___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-dev] Re: failing kvm tests

2021-11-09 Thread Gabe Black via gem5-dev
On this topic, I commented on the already merged CL, but this change breaks
the quick KVM regressions:

https://gem5-review.googlesource.com/c/public/gem5/+/52183

On Mon, Nov 8, 2021 at 11:46 AM Bobby Bruce  wrote:

> Yip, I accidentally added some X86 tests to the quick/Kokoro tests. Thanks
> for pointing that out. The fix can be found here:
> https://gem5-review.googlesource.com/c/public/gem5/+/52563
>
> --
> Dr. Bobby R. Bruce
> Room 3050,
> Kemper Hall, UC Davis
> Davis,
> CA, 95616
>
> web: https://www.bobbybruce.net
>
>
> On Mon, Nov 8, 2021 at 5:03 AM Gabe Black  wrote:
>
>> Just a quick note, I noticed when running quick regressions now that it
>> builds both GC_X86 and X86. I'm assuming that's because the KVM tests are
>> still set up to use X86? It would be nice to fix that to avoid building for
>> an additional target.
>>
>> Gabe
>>
>> On Wed, Nov 3, 2021 at 10:55 AM Bobby Bruce  wrote:
>>
>>> Hey Gabe,
>>>
>>> At present our Jenkins doesn't have KVM enabled so I believe no tests
>>> that use KVM were being run regularly. I intend to get KVM enabled on the
>>> Jenkins server over the next few days. I also found the bugs you were
>>> referring to when running the long (nightly) and very-long (weekly) tests
>>> on my local machine (where I have KVM). The long tests are fixed with this
>>> patch: https://gem5-review.googlesource.com/c/public/gem5/+/52384, and
>>> I'm currently looking into the bugs in the very-long tests.
>>>
>>> Kind regards,
>>> Bobby
>>> --
>>> Dr. Bobby R. Bruce
>>> Room 3050,
>>> Kemper Hall, UC Davis
>>> Davis,
>>> CA, 95616
>>>
>>> web: https://www.bobbybruce.net
>>>
>>>
>>> On Wed, Nov 3, 2021 at 4:22 AM Gabe Black via gem5-dev <
>>> gem5-dev@gem5.org> wrote:
>>>
 Hey folks, I recently discovered KVM wasn't set up on my desktop, which
 I just corrected. Now that it's enabled, the KVM tests have started
 running, and they are also failing. This could be sort of weird issue on my
 machine, and I'm currently looking into the failure itself.

 The thing I wanted to ask was, do we have any KVM tests that run
 anywhere? Do we have them in the quick regressions but not the long
 regressions? Do we have KVM enabled on the nightly server? I can imagine it
 (KVM) not being enabled on kokoro, but hopefully we can run those on the
 nightlies?

 Gabe
 ___
 gem5-dev mailing list -- gem5-dev@gem5.org
 To unsubscribe send an email to gem5-dev-le...@gem5.org
 %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
>>>
>>>
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-dev] Re: failing kvm tests

2021-11-08 Thread Bobby Bruce via gem5-dev
Yip, I accidentally added some X86 tests to the quick/Kokoro tests. Thanks
for pointing that out. The fix can be found here:
https://gem5-review.googlesource.com/c/public/gem5/+/52563

--
Dr. Bobby R. Bruce
Room 3050,
Kemper Hall, UC Davis
Davis,
CA, 95616

web: https://www.bobbybruce.net


On Mon, Nov 8, 2021 at 5:03 AM Gabe Black  wrote:

> Just a quick note, I noticed when running quick regressions now that it
> builds both GC_X86 and X86. I'm assuming that's because the KVM tests are
> still set up to use X86? It would be nice to fix that to avoid building for
> an additional target.
>
> Gabe
>
> On Wed, Nov 3, 2021 at 10:55 AM Bobby Bruce  wrote:
>
>> Hey Gabe,
>>
>> At present our Jenkins doesn't have KVM enabled so I believe no tests
>> that use KVM were being run regularly. I intend to get KVM enabled on the
>> Jenkins server over the next few days. I also found the bugs you were
>> referring to when running the long (nightly) and very-long (weekly) tests
>> on my local machine (where I have KVM). The long tests are fixed with this
>> patch: https://gem5-review.googlesource.com/c/public/gem5/+/52384, and
>> I'm currently looking into the bugs in the very-long tests.
>>
>> Kind regards,
>> Bobby
>> --
>> Dr. Bobby R. Bruce
>> Room 3050,
>> Kemper Hall, UC Davis
>> Davis,
>> CA, 95616
>>
>> web: https://www.bobbybruce.net
>>
>>
>> On Wed, Nov 3, 2021 at 4:22 AM Gabe Black via gem5-dev 
>> wrote:
>>
>>> Hey folks, I recently discovered KVM wasn't set up on my desktop, which
>>> I just corrected. Now that it's enabled, the KVM tests have started
>>> running, and they are also failing. This could be sort of weird issue on my
>>> machine, and I'm currently looking into the failure itself.
>>>
>>> The thing I wanted to ask was, do we have any KVM tests that run
>>> anywhere? Do we have them in the quick regressions but not the long
>>> regressions? Do we have KVM enabled on the nightly server? I can imagine it
>>> (KVM) not being enabled on kokoro, but hopefully we can run those on the
>>> nightlies?
>>>
>>> Gabe
>>> ___
>>> gem5-dev mailing list -- gem5-dev@gem5.org
>>> To unsubscribe send an email to gem5-dev-le...@gem5.org
>>> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
>>
>>
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-dev] Re: failing kvm tests

2021-11-08 Thread Gabe Black via gem5-dev
Just a quick note, I noticed when running quick regressions now that it
builds both GC_X86 and X86. I'm assuming that's because the KVM tests are
still set up to use X86? It would be nice to fix that to avoid building for
an additional target.

Gabe

On Wed, Nov 3, 2021 at 10:55 AM Bobby Bruce  wrote:

> Hey Gabe,
>
> At present our Jenkins doesn't have KVM enabled so I believe no tests
> that use KVM were being run regularly. I intend to get KVM enabled on the
> Jenkins server over the next few days. I also found the bugs you were
> referring to when running the long (nightly) and very-long (weekly) tests
> on my local machine (where I have KVM). The long tests are fixed with this
> patch: https://gem5-review.googlesource.com/c/public/gem5/+/52384, and
> I'm currently looking into the bugs in the very-long tests.
>
> Kind regards,
> Bobby
> --
> Dr. Bobby R. Bruce
> Room 3050,
> Kemper Hall, UC Davis
> Davis,
> CA, 95616
>
> web: https://www.bobbybruce.net
>
>
> On Wed, Nov 3, 2021 at 4:22 AM Gabe Black via gem5-dev 
> wrote:
>
>> Hey folks, I recently discovered KVM wasn't set up on my desktop, which I
>> just corrected. Now that it's enabled, the KVM tests have started running,
>> and they are also failing. This could be sort of weird issue on my machine,
>> and I'm currently looking into the failure itself.
>>
>> The thing I wanted to ask was, do we have any KVM tests that run
>> anywhere? Do we have them in the quick regressions but not the long
>> regressions? Do we have KVM enabled on the nightly server? I can imagine it
>> (KVM) not being enabled on kokoro, but hopefully we can run those on the
>> nightlies?
>>
>> Gabe
>> ___
>> gem5-dev mailing list -- gem5-dev@gem5.org
>> To unsubscribe send an email to gem5-dev-le...@gem5.org
>> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
>
>
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

[gem5-dev] Re: failing kvm tests

2021-11-03 Thread Bobby Bruce via gem5-dev
Hey Gabe,

At present our Jenkins doesn't have KVM enabled so I believe no tests
that use KVM were being run regularly. I intend to get KVM enabled on the
Jenkins server over the next few days. I also found the bugs you were
referring to when running the long (nightly) and very-long (weekly) tests
on my local machine (where I have KVM). The long tests are fixed with this
patch: https://gem5-review.googlesource.com/c/public/gem5/+/52384, and I'm
currently looking into the bugs in the very-long tests.

Kind regards,
Bobby
--
Dr. Bobby R. Bruce
Room 3050,
Kemper Hall, UC Davis
Davis,
CA, 95616

web: https://www.bobbybruce.net


On Wed, Nov 3, 2021 at 4:22 AM Gabe Black via gem5-dev 
wrote:

> Hey folks, I recently discovered KVM wasn't set up on my desktop, which I
> just corrected. Now that it's enabled, the KVM tests have started running,
> and they are also failing. This could be sort of weird issue on my machine,
> and I'm currently looking into the failure itself.
>
> The thing I wanted to ask was, do we have any KVM tests that run anywhere?
> Do we have them in the quick regressions but not the long regressions? Do
> we have KVM enabled on the nightly server? I can imagine it (KVM) not being
> enabled on kokoro, but hopefully we can run those on the nightlies?
>
> Gabe
> ___
> gem5-dev mailing list -- gem5-dev@gem5.org
> To unsubscribe send an email to gem5-dev-le...@gem5.org
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
___
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s