[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Bobby Bruce via gem5-dev
In fairness, I think the tests should ideally pass regardless as to where
they are executed from, but that's not a priority right now :).

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

web: https://www.bobbybruce.net


On Wed, Oct 13, 2021 at 11:19 AM Matt Sinclair 
wrote:

> Thanks Bobby!  Good to know for future reference.  I suspect I need to
> update the weekly tests accordingly too.
>
> Matt
>
> On Wed, Oct 13, 2021 at 1:15 PM Bobby Bruce  wrote:
>
>> Fix for the nightly tests here:
>> https://gem5-review.googlesource.com/c/public/gem5/+/51607
>>
>> I've verified this fixes the issue.
>>
>> --
>> Dr. Bobby R. Bruce
>> Room 3050,
>> Kemper Hall, UC Davis
>> Davis,
>> CA, 95616
>>
>> web: https://www.bobbybruce.net
>>
>>
>> On Wed, Oct 13, 2021 at 10:50 AM Bobby Bruce  wrote:
>>
>>> Ah, yeah, that's probably the problem. For clarity, all the nightly
>>> tests do is run `./tests/nightly.sh 16` from the gem5 root. Likewise, all
>>> the weekly tests do is run `./tests/weekly.sh 16` from the gem5 root. If
>>> you can update the tests with this assumption in mind, they should pass.
>>>
>>> --
>>> Dr. Bobby R. Bruce
>>> Room 3050,
>>> Kemper Hall, UC Davis
>>> Davis,
>>> CA, 95616
>>>
>>> web: https://www.bobbybruce.net
>>>
>>>
>>> On Wed, Oct 13, 2021 at 10:36 AM Matt Sinclair via gem5-dev <
>>> gem5-dev@gem5.org> wrote:
>>>
 (Resending as my prior email bounced)

 Matt

 On Wed, Oct 13, 2021 at 10:21 AM Matt Sinclair 
 wrote:

> I believe the weekly tests will fail until this is merged in:
> https://gem5-review.googlesource.com/c/public/gem5/+/51207
>
> Jason, I will follow-up with Kyle today about the additional change
> you requested last night on 51207.
>
> Regarding the nightly tests, where is the test being run from?  I
> tested that everything works correctly on my machine, but I'm running from
> the GEM5_ROOT/tests/ folder.  Looking at the error:
>
> *06:03:29* + wget -qN 
> http://dist.gem5.org/dist/develop/test-progs/square/square*06:03:31* + 
> mkdir -p tests/testing-results*06:03:31* + docker run --rm -u 118: 
> --volume 
> /nobackup/jenkins/workspace/nightly/tests/..:/nobackup/jenkins/workspace/nightly/tests/..
>  -w /nobackup/jenkins/workspace/nightly/tests/.. 
> gcr.io/gem5-test/gcn-gpu:latest build/GCN3_X86/gem5.opt 
> configs/example/apu_se.py -n3 
> --benchmark-root=/nobackup/jenkins/workspace/nightly/tests/../tests -c 
> square*06:03:31* *fatal: square not found in 
> ['/nobackup/jenkins/workspace/nightly/tests/../tests']*
>
> It seems like you must be assuming a different folder?  I can
> definitely update the nightly tests to fix this, but need to understand
> where the test is being run from first, since things are working for me
> locally with the aforementioned assumption.
>
> Matt
>
> On Wed, Oct 13, 2021 at 9:30 AM Jason Lowe-Power via gem5-dev <
> gem5-dev@gem5.org> wrote:
>
>> Looks like the failure is in the GPU tests (note: the weekly tests
>> are also failing due to GPU errors).
>>
>> https://jenkins.gem5.org/job/nightly/10/console
>>
>> On Wed, Oct 13, 2021 at 4:03 AM jenkins-no-reply--- via gem5-dev <
>> gem5-dev@gem5.org> wrote:
>>
>>> See <
>>> https://jenkins.gem5.org/job/nightly/10/display/redirect?page=changes
>>> >
>>>
>>> Changes:
>>>
>>> [quentin.forcioli] dev-arm: Added trusted DRAM to vexpress Realview
>>>
>>> [giacomo.travaglini] sim-se: Rewrite some syscalls to use a
>>> syscallImpl function
>>>
>>> [giacomo.travaglini] sim-se: Implement at suffixed syscalls
>>>
>>> [giacomo.travaglini] arch-arm: Add existing at impl to ArmLinux32
>>> Syscall Table
>>>
>>> [giacomo.travaglini] sim-se: Implemnt fchownat syscall
>>>
>>> [giacomo.travaglini] arch-arm: Add fchown implementation to the
>>> Syscall Table
>>>
>>> [giacomo.travaglini] arch-arm: Add fchownat implementation to the
>>> Syscall Table
>>>
>>> [mattdsinclair] dev-hsa,gpu-compute: fix bug with gfx8 VAs for HSA
>>> Queues
>>>
>>> [mattdsinclair] tests: fix square and HeteroSync nightly regression
>>> command
>>>
>>> [giacomo.travaglini] mem-ruby: HTMSequencer stats initialized twice
>>>
>>> [gabe.black] scons: Pull the code which generates debug/flags.cc
>>> into a helper script.
>>>
>>> [gabe.black] scons: Rearrange functions to be next to the code that
>>> uses them.
>>>
>>> [Bobby R. Bruce] tests: Fix argparse description in
>>> simple_binary_run.py
>>>
>>> [mail] python: Fix L1 data cache size in cache components
>>>
>>>
>>> --
>>> [...truncated 847.41 KB...]
>>>  [ CXX] GCN3_X86/python/_m5/param_PciMemBar.cc -> .o
>>>  [ CXX] 

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Matt Sinclair via gem5-dev
Thanks Bobby!  Good to know for future reference.  I suspect I need to
update the weekly tests accordingly too.

Matt

On Wed, Oct 13, 2021 at 1:15 PM Bobby Bruce  wrote:

> Fix for the nightly tests here:
> https://gem5-review.googlesource.com/c/public/gem5/+/51607
>
> I've verified this fixes the issue.
>
> --
> Dr. Bobby R. Bruce
> Room 3050,
> Kemper Hall, UC Davis
> Davis,
> CA, 95616
>
> web: https://www.bobbybruce.net
>
>
> On Wed, Oct 13, 2021 at 10:50 AM Bobby Bruce  wrote:
>
>> Ah, yeah, that's probably the problem. For clarity, all the nightly tests
>> do is run `./tests/nightly.sh 16` from the gem5 root. Likewise, all the
>> weekly tests do is run `./tests/weekly.sh 16` from the gem5 root. If you
>> can update the tests with this assumption in mind, they should pass.
>>
>> --
>> Dr. Bobby R. Bruce
>> Room 3050,
>> Kemper Hall, UC Davis
>> Davis,
>> CA, 95616
>>
>> web: https://www.bobbybruce.net
>>
>>
>> On Wed, Oct 13, 2021 at 10:36 AM Matt Sinclair via gem5-dev <
>> gem5-dev@gem5.org> wrote:
>>
>>> (Resending as my prior email bounced)
>>>
>>> Matt
>>>
>>> On Wed, Oct 13, 2021 at 10:21 AM Matt Sinclair 
>>> wrote:
>>>
 I believe the weekly tests will fail until this is merged in:
 https://gem5-review.googlesource.com/c/public/gem5/+/51207

 Jason, I will follow-up with Kyle today about the additional change you
 requested last night on 51207.

 Regarding the nightly tests, where is the test being run from?  I
 tested that everything works correctly on my machine, but I'm running from
 the GEM5_ROOT/tests/ folder.  Looking at the error:

 *06:03:29* + wget -qN 
 http://dist.gem5.org/dist/develop/test-progs/square/square*06:03:31* + 
 mkdir -p tests/testing-results*06:03:31* + docker run --rm -u 118: 
 --volume 
 /nobackup/jenkins/workspace/nightly/tests/..:/nobackup/jenkins/workspace/nightly/tests/..
  -w /nobackup/jenkins/workspace/nightly/tests/.. 
 gcr.io/gem5-test/gcn-gpu:latest build/GCN3_X86/gem5.opt 
 configs/example/apu_se.py -n3 
 --benchmark-root=/nobackup/jenkins/workspace/nightly/tests/../tests -c 
 square*06:03:31* *fatal: square not found in 
 ['/nobackup/jenkins/workspace/nightly/tests/../tests']*

 It seems like you must be assuming a different folder?  I can
 definitely update the nightly tests to fix this, but need to understand
 where the test is being run from first, since things are working for me
 locally with the aforementioned assumption.

 Matt

 On Wed, Oct 13, 2021 at 9:30 AM Jason Lowe-Power via gem5-dev <
 gem5-dev@gem5.org> wrote:

> Looks like the failure is in the GPU tests (note: the weekly tests are
> also failing due to GPU errors).
>
> https://jenkins.gem5.org/job/nightly/10/console
>
> On Wed, Oct 13, 2021 at 4:03 AM jenkins-no-reply--- via gem5-dev <
> gem5-dev@gem5.org> wrote:
>
>> See <
>> https://jenkins.gem5.org/job/nightly/10/display/redirect?page=changes
>> >
>>
>> Changes:
>>
>> [quentin.forcioli] dev-arm: Added trusted DRAM to vexpress Realview
>>
>> [giacomo.travaglini] sim-se: Rewrite some syscalls to use a
>> syscallImpl function
>>
>> [giacomo.travaglini] sim-se: Implement at suffixed syscalls
>>
>> [giacomo.travaglini] arch-arm: Add existing at impl to ArmLinux32
>> Syscall Table
>>
>> [giacomo.travaglini] sim-se: Implemnt fchownat syscall
>>
>> [giacomo.travaglini] arch-arm: Add fchown implementation to the
>> Syscall Table
>>
>> [giacomo.travaglini] arch-arm: Add fchownat implementation to the
>> Syscall Table
>>
>> [mattdsinclair] dev-hsa,gpu-compute: fix bug with gfx8 VAs for HSA
>> Queues
>>
>> [mattdsinclair] tests: fix square and HeteroSync nightly regression
>> command
>>
>> [giacomo.travaglini] mem-ruby: HTMSequencer stats initialized twice
>>
>> [gabe.black] scons: Pull the code which generates debug/flags.cc into
>> a helper script.
>>
>> [gabe.black] scons: Rearrange functions to be next to the code that
>> uses them.
>>
>> [Bobby R. Bruce] tests: Fix argparse description in
>> simple_binary_run.py
>>
>> [mail] python: Fix L1 data cache size in cache components
>>
>>
>> --
>> [...truncated 847.41 KB...]
>>  [ CXX] GCN3_X86/python/_m5/param_PciMemBar.cc -> .o
>>  [ CXX] GCN3_X86/python/_m5/param_PciMemUpperBar.cc -> .o
>>  [ CXX] GCN3_X86/python/_m5/param_PciVirtIO.cc -> .o
>>  [ CXX] GCN3_X86/python/_m5/param_PerfectCompressor.cc -> .o
>>  [ CXX] GCN3_X86/python/_m5/param_PioDevice.cc -> .o
>>  [ CXX] GCN3_X86/python/_m5/param_Platform.cc -> .o
>>  [ CXX] GCN3_X86/python/_m5/param_PoolManager.cc -> .o
>>  [ CXX] GCN3_X86/python/_m5/param_PowerDomain.cc -> .o
>>  [ CXX] 

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Bobby Bruce via gem5-dev
Fix for the nightly tests here:
https://gem5-review.googlesource.com/c/public/gem5/+/51607

I've verified this fixes the issue.

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

web: https://www.bobbybruce.net


On Wed, Oct 13, 2021 at 10:50 AM Bobby Bruce  wrote:

> Ah, yeah, that's probably the problem. For clarity, all the nightly tests
> do is run `./tests/nightly.sh 16` from the gem5 root. Likewise, all the
> weekly tests do is run `./tests/weekly.sh 16` from the gem5 root. If you
> can update the tests with this assumption in mind, they should pass.
>
> --
> Dr. Bobby R. Bruce
> Room 3050,
> Kemper Hall, UC Davis
> Davis,
> CA, 95616
>
> web: https://www.bobbybruce.net
>
>
> On Wed, Oct 13, 2021 at 10:36 AM Matt Sinclair via gem5-dev <
> gem5-dev@gem5.org> wrote:
>
>> (Resending as my prior email bounced)
>>
>> Matt
>>
>> On Wed, Oct 13, 2021 at 10:21 AM Matt Sinclair 
>> wrote:
>>
>>> I believe the weekly tests will fail until this is merged in:
>>> https://gem5-review.googlesource.com/c/public/gem5/+/51207
>>>
>>> Jason, I will follow-up with Kyle today about the additional change you
>>> requested last night on 51207.
>>>
>>> Regarding the nightly tests, where is the test being run from?  I tested
>>> that everything works correctly on my machine, but I'm running from the
>>> GEM5_ROOT/tests/ folder.  Looking at the error:
>>>
>>> *06:03:29* + wget -qN 
>>> http://dist.gem5.org/dist/develop/test-progs/square/square*06:03:31* + 
>>> mkdir -p tests/testing-results*06:03:31* + docker run --rm -u 118: --volume 
>>> /nobackup/jenkins/workspace/nightly/tests/..:/nobackup/jenkins/workspace/nightly/tests/..
>>>  -w /nobackup/jenkins/workspace/nightly/tests/.. 
>>> gcr.io/gem5-test/gcn-gpu:latest build/GCN3_X86/gem5.opt 
>>> configs/example/apu_se.py -n3 
>>> --benchmark-root=/nobackup/jenkins/workspace/nightly/tests/../tests -c 
>>> square*06:03:31* *fatal: square not found in 
>>> ['/nobackup/jenkins/workspace/nightly/tests/../tests']*
>>>
>>> It seems like you must be assuming a different folder?  I can definitely
>>> update the nightly tests to fix this, but need to understand where the test
>>> is being run from first, since things are working for me locally with the
>>> aforementioned assumption.
>>>
>>> Matt
>>>
>>> On Wed, Oct 13, 2021 at 9:30 AM Jason Lowe-Power via gem5-dev <
>>> gem5-dev@gem5.org> wrote:
>>>
 Looks like the failure is in the GPU tests (note: the weekly tests are
 also failing due to GPU errors).

 https://jenkins.gem5.org/job/nightly/10/console

 On Wed, Oct 13, 2021 at 4:03 AM jenkins-no-reply--- via gem5-dev <
 gem5-dev@gem5.org> wrote:

> See <
> https://jenkins.gem5.org/job/nightly/10/display/redirect?page=changes>
>
> Changes:
>
> [quentin.forcioli] dev-arm: Added trusted DRAM to vexpress Realview
>
> [giacomo.travaglini] sim-se: Rewrite some syscalls to use a
> syscallImpl function
>
> [giacomo.travaglini] sim-se: Implement at suffixed syscalls
>
> [giacomo.travaglini] arch-arm: Add existing at impl to ArmLinux32
> Syscall Table
>
> [giacomo.travaglini] sim-se: Implemnt fchownat syscall
>
> [giacomo.travaglini] arch-arm: Add fchown implementation to the
> Syscall Table
>
> [giacomo.travaglini] arch-arm: Add fchownat implementation to the
> Syscall Table
>
> [mattdsinclair] dev-hsa,gpu-compute: fix bug with gfx8 VAs for HSA
> Queues
>
> [mattdsinclair] tests: fix square and HeteroSync nightly regression
> command
>
> [giacomo.travaglini] mem-ruby: HTMSequencer stats initialized twice
>
> [gabe.black] scons: Pull the code which generates debug/flags.cc into
> a helper script.
>
> [gabe.black] scons: Rearrange functions to be next to the code that
> uses them.
>
> [Bobby R. Bruce] tests: Fix argparse description in
> simple_binary_run.py
>
> [mail] python: Fix L1 data cache size in cache components
>
>
> --
> [...truncated 847.41 KB...]
>  [ CXX] GCN3_X86/python/_m5/param_PciMemBar.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PciMemUpperBar.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PciVirtIO.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PerfectCompressor.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PioDevice.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_Platform.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PoolManager.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PowerDomain.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PowerModel.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PowerModelState.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PowerState.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_ProbeListenerObject.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_Process.cc -> .o
>  [ CXX] 

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Bobby Bruce via gem5-dev
Ah, yeah, that's probably the problem. For clarity, all the nightly tests
do is run `./tests/nightly.sh 16` from the gem5 root. Likewise, all the
weekly tests do is run `./tests/weekly.sh 16` from the gem5 root. If you
can update the tests with this assumption in mind, they should pass.

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

web: https://www.bobbybruce.net


On Wed, Oct 13, 2021 at 10:36 AM Matt Sinclair via gem5-dev <
gem5-dev@gem5.org> wrote:

> (Resending as my prior email bounced)
>
> Matt
>
> On Wed, Oct 13, 2021 at 10:21 AM Matt Sinclair 
> wrote:
>
>> I believe the weekly tests will fail until this is merged in:
>> https://gem5-review.googlesource.com/c/public/gem5/+/51207
>>
>> Jason, I will follow-up with Kyle today about the additional change you
>> requested last night on 51207.
>>
>> Regarding the nightly tests, where is the test being run from?  I tested
>> that everything works correctly on my machine, but I'm running from the
>> GEM5_ROOT/tests/ folder.  Looking at the error:
>>
>> *06:03:29* + wget -qN 
>> http://dist.gem5.org/dist/develop/test-progs/square/square*06:03:31* + mkdir 
>> -p tests/testing-results*06:03:31* + docker run --rm -u 118: --volume 
>> /nobackup/jenkins/workspace/nightly/tests/..:/nobackup/jenkins/workspace/nightly/tests/..
>>  -w /nobackup/jenkins/workspace/nightly/tests/.. 
>> gcr.io/gem5-test/gcn-gpu:latest build/GCN3_X86/gem5.opt 
>> configs/example/apu_se.py -n3 
>> --benchmark-root=/nobackup/jenkins/workspace/nightly/tests/../tests -c 
>> square*06:03:31* *fatal: square not found in 
>> ['/nobackup/jenkins/workspace/nightly/tests/../tests']*
>>
>> It seems like you must be assuming a different folder?  I can definitely
>> update the nightly tests to fix this, but need to understand where the test
>> is being run from first, since things are working for me locally with the
>> aforementioned assumption.
>>
>> Matt
>>
>> On Wed, Oct 13, 2021 at 9:30 AM Jason Lowe-Power via gem5-dev <
>> gem5-dev@gem5.org> wrote:
>>
>>> Looks like the failure is in the GPU tests (note: the weekly tests are
>>> also failing due to GPU errors).
>>>
>>> https://jenkins.gem5.org/job/nightly/10/console
>>>
>>> On Wed, Oct 13, 2021 at 4:03 AM jenkins-no-reply--- via gem5-dev <
>>> gem5-dev@gem5.org> wrote:
>>>
 See <
 https://jenkins.gem5.org/job/nightly/10/display/redirect?page=changes>

 Changes:

 [quentin.forcioli] dev-arm: Added trusted DRAM to vexpress Realview

 [giacomo.travaglini] sim-se: Rewrite some syscalls to use a syscallImpl
 function

 [giacomo.travaglini] sim-se: Implement at suffixed syscalls

 [giacomo.travaglini] arch-arm: Add existing at impl to ArmLinux32
 Syscall Table

 [giacomo.travaglini] sim-se: Implemnt fchownat syscall

 [giacomo.travaglini] arch-arm: Add fchown implementation to the Syscall
 Table

 [giacomo.travaglini] arch-arm: Add fchownat implementation to the
 Syscall Table

 [mattdsinclair] dev-hsa,gpu-compute: fix bug with gfx8 VAs for HSA
 Queues

 [mattdsinclair] tests: fix square and HeteroSync nightly regression
 command

 [giacomo.travaglini] mem-ruby: HTMSequencer stats initialized twice

 [gabe.black] scons: Pull the code which generates debug/flags.cc into a
 helper script.

 [gabe.black] scons: Rearrange functions to be next to the code that
 uses them.

 [Bobby R. Bruce] tests: Fix argparse description in simple_binary_run.py

 [mail] python: Fix L1 data cache size in cache components


 --
 [...truncated 847.41 KB...]
  [ CXX] GCN3_X86/python/_m5/param_PciMemBar.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_PciMemUpperBar.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_PciVirtIO.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_PerfectCompressor.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_PioDevice.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_Platform.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_PoolManager.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_PowerDomain.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_PowerModel.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_PowerModelState.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_PowerState.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_ProbeListenerObject.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_Process.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_ProtocolTester.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_PyTrafficGen.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_QoSFixedPriorityPolicy.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_QoSMemCtrl.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_QoSMemSinkCtrl.cc -> .o
  [ CXX] GCN3_X86/python/_m5/param_QoSMemSinkInterface.cc -> .o
  [ CXX] 

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Matt Sinclair via gem5-dev
(Resending as my prior email bounced)

Matt

On Wed, Oct 13, 2021 at 10:21 AM Matt Sinclair  wrote:

> I believe the weekly tests will fail until this is merged in:
> https://gem5-review.googlesource.com/c/public/gem5/+/51207
>
> Jason, I will follow-up with Kyle today about the additional change you
> requested last night on 51207.
>
> Regarding the nightly tests, where is the test being run from?  I tested
> that everything works correctly on my machine, but I'm running from the
> GEM5_ROOT/tests/ folder.  Looking at the error:
>
> *06:03:29* + wget -qN 
> http://dist.gem5.org/dist/develop/test-progs/square/square*06:03:31* + mkdir 
> -p tests/testing-results*06:03:31* + docker run --rm -u 118: --volume 
> /nobackup/jenkins/workspace/nightly/tests/..:/nobackup/jenkins/workspace/nightly/tests/..
>  -w /nobackup/jenkins/workspace/nightly/tests/.. 
> gcr.io/gem5-test/gcn-gpu:latest build/GCN3_X86/gem5.opt 
> configs/example/apu_se.py -n3 
> --benchmark-root=/nobackup/jenkins/workspace/nightly/tests/../tests -c 
> square*06:03:31* *fatal: square not found in 
> ['/nobackup/jenkins/workspace/nightly/tests/../tests']*
>
> It seems like you must be assuming a different folder?  I can definitely
> update the nightly tests to fix this, but need to understand where the test
> is being run from first, since things are working for me locally with the
> aforementioned assumption.
>
> Matt
>
> On Wed, Oct 13, 2021 at 9:30 AM Jason Lowe-Power via gem5-dev <
> gem5-dev@gem5.org> wrote:
>
>> Looks like the failure is in the GPU tests (note: the weekly tests are
>> also failing due to GPU errors).
>>
>> https://jenkins.gem5.org/job/nightly/10/console
>>
>> On Wed, Oct 13, 2021 at 4:03 AM jenkins-no-reply--- via gem5-dev <
>> gem5-dev@gem5.org> wrote:
>>
>>> See <
>>> https://jenkins.gem5.org/job/nightly/10/display/redirect?page=changes>
>>>
>>> Changes:
>>>
>>> [quentin.forcioli] dev-arm: Added trusted DRAM to vexpress Realview
>>>
>>> [giacomo.travaglini] sim-se: Rewrite some syscalls to use a syscallImpl
>>> function
>>>
>>> [giacomo.travaglini] sim-se: Implement at suffixed syscalls
>>>
>>> [giacomo.travaglini] arch-arm: Add existing at impl to ArmLinux32
>>> Syscall Table
>>>
>>> [giacomo.travaglini] sim-se: Implemnt fchownat syscall
>>>
>>> [giacomo.travaglini] arch-arm: Add fchown implementation to the Syscall
>>> Table
>>>
>>> [giacomo.travaglini] arch-arm: Add fchownat implementation to the
>>> Syscall Table
>>>
>>> [mattdsinclair] dev-hsa,gpu-compute: fix bug with gfx8 VAs for HSA Queues
>>>
>>> [mattdsinclair] tests: fix square and HeteroSync nightly regression
>>> command
>>>
>>> [giacomo.travaglini] mem-ruby: HTMSequencer stats initialized twice
>>>
>>> [gabe.black] scons: Pull the code which generates debug/flags.cc into a
>>> helper script.
>>>
>>> [gabe.black] scons: Rearrange functions to be next to the code that uses
>>> them.
>>>
>>> [Bobby R. Bruce] tests: Fix argparse description in simple_binary_run.py
>>>
>>> [mail] python: Fix L1 data cache size in cache components
>>>
>>>
>>> --
>>> [...truncated 847.41 KB...]
>>>  [ CXX] GCN3_X86/python/_m5/param_PciMemBar.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_PciMemUpperBar.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_PciVirtIO.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_PerfectCompressor.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_PioDevice.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_Platform.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_PoolManager.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_PowerDomain.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_PowerModel.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_PowerModelState.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_PowerState.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_ProbeListenerObject.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_Process.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_ProtocolTester.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_PyTrafficGen.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_QoSFixedPriorityPolicy.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_QoSMemCtrl.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_QoSMemSinkCtrl.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_QoSMemSinkInterface.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_QoSPolicy.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_QoSPropFairPolicy.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_QoSTurnaroundPolicy.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_QoSTurnaroundPolicyIdeal.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_QueuedPrefetcher.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_RandomRP.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_RangeAddrMapper.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_RawDiskImage.cc -> .o
>>>  [ CXX] GCN3_X86/python/_m5/param_RedirectPath.cc -> .o
>>>  [ CXX] 

[gem5-dev] Re: Build failed in Jenkins: nightly #10

2021-10-13 Thread Jason Lowe-Power via gem5-dev
Looks like the failure is in the GPU tests (note: the weekly tests are also
failing due to GPU errors).

https://jenkins.gem5.org/job/nightly/10/console

On Wed, Oct 13, 2021 at 4:03 AM jenkins-no-reply--- via gem5-dev <
gem5-dev@gem5.org> wrote:

> See  >
>
> Changes:
>
> [quentin.forcioli] dev-arm: Added trusted DRAM to vexpress Realview
>
> [giacomo.travaglini] sim-se: Rewrite some syscalls to use a syscallImpl
> function
>
> [giacomo.travaglini] sim-se: Implement at suffixed syscalls
>
> [giacomo.travaglini] arch-arm: Add existing at impl to ArmLinux32 Syscall
> Table
>
> [giacomo.travaglini] sim-se: Implemnt fchownat syscall
>
> [giacomo.travaglini] arch-arm: Add fchown implementation to the Syscall
> Table
>
> [giacomo.travaglini] arch-arm: Add fchownat implementation to the Syscall
> Table
>
> [mattdsinclair] dev-hsa,gpu-compute: fix bug with gfx8 VAs for HSA Queues
>
> [mattdsinclair] tests: fix square and HeteroSync nightly regression command
>
> [giacomo.travaglini] mem-ruby: HTMSequencer stats initialized twice
>
> [gabe.black] scons: Pull the code which generates debug/flags.cc into a
> helper script.
>
> [gabe.black] scons: Rearrange functions to be next to the code that uses
> them.
>
> [Bobby R. Bruce] tests: Fix argparse description in simple_binary_run.py
>
> [mail] python: Fix L1 data cache size in cache components
>
>
> --
> [...truncated 847.41 KB...]
>  [ CXX] GCN3_X86/python/_m5/param_PciMemBar.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PciMemUpperBar.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PciVirtIO.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PerfectCompressor.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PioDevice.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_Platform.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PoolManager.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PowerDomain.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PowerModel.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PowerModelState.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PowerState.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_ProbeListenerObject.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_Process.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_ProtocolTester.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_PyTrafficGen.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_QoSFixedPriorityPolicy.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_QoSMemCtrl.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_QoSMemSinkCtrl.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_QoSMemSinkInterface.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_QoSPolicy.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_QoSPropFairPolicy.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_QoSTurnaroundPolicy.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_QoSTurnaroundPolicyIdeal.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_QueuedPrefetcher.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RandomRP.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RangeAddrMapper.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RawDiskImage.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RedirectPath.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RegisterFile.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RegisterManager.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RepeatedQwordsCompressor.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_Root.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyCache.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyController.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyDirectedTester.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyDirectoryMemory.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyGPUCoalescer.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyHTMSequencer.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyNetwork.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyPort.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyPortProxy.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyPrefetcher.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubySequencer.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubySystem.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyTester.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_RubyWireBuffer.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_SBOOEPrefetcher.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_SEWorkload.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_SHiPMemRP.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_SHiPPCRP.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_SHiPRP.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_SQC_Controller.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_STeMSPrefetcher.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_ScalarRegisterFile.cc -> .o
>  [ CXX] GCN3_X86/python/_m5/param_SecondChanceRP.cc -> .o
>  [ CXX]