I'm getting "failures=4, errors=1" while building this on a freshly installed system:
FAIL: test_ccxcantilever_prescribeddisplacement_0_mm femtest.app.test_solver_elmer.TestSolverElmer)
FAIL: test_ccxcantilever_nodeload_0_mm (femtest.app.test_solver_elmer.TestSolverElmer)
FAIL: test_ccxcantilever_faceload_1_si (femtest.app.test_solver_elmer.TestSolverElmer)
FAIL: test_ccxcantilever_faceload_0_mm (femtest.app.test_solver_elmer.TestSolverElmer)
ERROR: test_box_static_0_mm (femtest.app.test_solver_elmer.TestSolverElmer)
Am I missing something here?
EDIT: Markdown
Pinned Comments
adrianinsaval commented on 2023-03-12 14:50 (UTC)
If the check fails there is little I can do about it as it most likely needs to be fixed upstream, in such cases report those upstream (maybe wait a day or two as sometimes it's quickly solved upstream) or skip the check with
makepkg --nocheck
if you don't care about the functionality that is being reported as failing in the check.