Open rrsettgast opened 2 months ago
@sframba @acitrain @jiemeng-total Is someone available to look into this? It is becoming an issue with high frequency of failed tests.
@sframba @acitrain @jiemeng-total Is someone available to look into this? It is becoming an issue with high frequency of failed tests.
we're on it, I hope we can fix this quickly
If I'm not mistaken, it seems that only the clang build fails, not the gcc one (same cuda version)
Seems hard to reproduce, so far I never got the test failing on RockyLinux: https://github.com/GEOS-DEV/GEOS/actions/runs/10962440334/job/30441863550
@rrsettgast did you notice an improvement after #3362 ? If so, we can maybe close the issue
Hello. The problem still occurs. I am not at a computer now but if you look at the recent actions you should see failure
Hello. The problem still occurs. I am not at a computer now but if you look at the recent actions you should see failure
It failed again on this develop run.
Ok, it seems that it's always the LifoStorageBufferOnCUDANoDeviceBuffer
test that's failing. Maybe we can disable it for now
Describe the bug Occasionally there is an error in the CI on
testLifoStorage
. It is not reproducible, and rerunning will pass most of the time. However, this isn't a good thing to have laying around. It can be seen here:https://github.com/GEOS-DEV/GEOS/actions/runs/10854274728/job/30124368903?pr=3340
The output for the failed
testLifoStorage
is here: