Python-related failure in downstream modules
dune-fufem uses the find-Python machinery from dune-common. However, the clang/C++-17 CI test of dune-fufem recently started failing:
https://git.imp.fu-berlin.de/agnumpde/dune-fufem/-/jobs/120122
Apparently CI tries to build dune-fufem with Python-2.7, which you cannot do with clang and C++-17.
Is this a duplicate of #233 (closed)?