[gem5-dev] Re: Build failed in Jenkins: Weekly #9

2021-02-26 Thread Kyle Roarty via gem5-dev
List Cc: Kyle Roarty ; Bobby Bruce Subject: Re: [gem5-dev] Re: Build failed in Jenkins: Weekly #9 Just an FYI Bobby, it appears this commit: https://gem5-review.googlesource.com/c/public/gem5/+/39298 from you is the culprit from us bisecting the commits to find where this error occurs. No idea wh

[gem5-dev] Re: Build failed in Jenkins: Weekly #9

2021-02-26 Thread Bobby Bruce via gem5-dev
The script running on Jenkins is as follows: ``` docker run -u $UID:$GUID --volume $(pwd):$(pwd) -w $(pwd) gcr.io/gem5-test/gcn-gpu:latest \ bash -c "scons build/GCN3_X86/gem5.opt -j50 || (rm -rf build && scons build/GCN3_X86/gem5.opt -j50)" wget -qN http://dist.gem5.org/dist/develop/test-progs/s

[gem5-dev] Re: Build failed in Jenkins: Weekly #9

2021-02-26 Thread Kyle Roarty via gem5-dev
Hi Bobby, I've been trying to replicate it myself, but I've had no luck doing so. I built using the same commit (e100156a51deda7f50873faba069c2c3a6cde2e7) and command that were shown in the build log. I also used the pre-built square binary from dist.gem5, and used the same run command as shown

[gem5-dev] Re: Build failed in Jenkins: Weekly #9

2021-02-26 Thread Bobby Bruce via gem5-dev
Matt, Kyle The weekly tests are failing with a "fatal: fatal condition driver occurred: Should not overwrite driver." error." when running the GCN3 square tests. I've managed to recreate this issue on my end, so it appears to be genuine. Could you look into this? Kind regards, Bobby -- Dr. Bobby