geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
223 stars 235 forks source link

master github-actions tester is broken #5649

Closed tjhei closed 4 months ago

tjhei commented 4 months ago

I am seeing

/__w/_temp/c567fb68-12c8-4a2c-bff5-5a37c02e7d31.sh: 3: cmake: not found
Error: Process completed with exit code 1[27](https://github.com/geodynamics/aspect/actions/runs/9286521577/job/25553408240?pr=5647#step:4:28).

with the image geodynamics/aspect-tester:focal-dealii-master See https://github.com/geodynamics/aspect/actions/runs/9286521577/job/25553408240?pr=5647#step:4:27

@gassmoeller was there a recent change to that docker image?

tjhei commented 4 months ago

I found a cmake binary at /opt/cmake-3.26.4-linux-x86_64/bin but that is not in the path.

gassmoeller commented 4 months ago

I just saw this now. I guess the cmake version installed by candi changed, so that is why the path in the container changed. It will take a day until the tester image is rebuilt online (I dont want to rebuild and push through our connection here).

tjhei commented 4 months ago

It will take a day until the tester image is rebuilt online

Except the docker build fails: https://github.com/geodynamics/aspect/actions/runs/9293374638/job/25576362677#step:7:302