Failing tests in build of DOLFINx (from git sources post 0.6.0)

Continuing the discussion from Why does the `'Mesh' object layout differ from` `mesh.create_unit_square`?:

I just want to report that many tests fail when building the Basix, UFL, FFCX & DOLFINx stack (see this link or this copy, and below). It may have to do with Pyhon 3.11 (see related discussion). Should I be concerned?

================================= test session starts ==================================
platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0
rootdir: /pkg/fenicsx/dolfinx/src/dolfinx
plugins: cov-4.1.0, hypothesis-6.86.2, localserver-0.8.0, timeout-2.1.0, anyio-3.7.1, flake8-1.1.1
collected 2145 items

python/test/unit/common/test_index_map.py ..                                     [  0%]
python/test/unit/common/test_mpi.py ..                                           [  0%]
python/test/unit/common/test_public_api.py .                                     [  0%]
python/test/unit/common/test_timer.py ..                                         [  0%]
python/test/unit/common/test_version.py .                                        [  0%]
python/test/unit/fem/test_assemble_cppimport.py .....                            [  0%]
python/test/unit/fem/test_assemble_domains.py .......s.s.                        [  1%]
python/test/unit/fem/test_assemble_submesh.py .................................. [  2%]
..............                                                                   [  3%]
python/test/unit/fem/test_assembler.py ..............................FF......... [  5%]
................                                                                 [  6%]
python/test/unit/fem/test_bcs.py ....................                            [  6%]
python/test/unit/fem/test_complex_assembler.py ss                                [  7%]
python/test/unit/fem/test_constant.py .......                                    [  7%]
python/test/unit/fem/test_custom_assembler.py .......                            [  7%]
python/test/unit/fem/test_custom_basix_element.py .............................x [  9%]
.x.                                                                              [  9%]
python/test/unit/fem/test_custom_jit_kernels.py ...                              [  9%]
python/test/unit/fem/test_discrete_operators.py ................................ [ 10%]
............................................                                     [ 12%]
python/test/unit/fem/test_dof_coordinates.py ........                            [ 13%]
python/test/unit/fem/test_dof_permuting.py ..................................... [ 15%]
................................................................................ [ 18%]
.........................ssssss                                                  [ 20%]
python/test/unit/fem/test_dofmap.py ss.ss.ssss........                           [ 21%]
python/test/unit/fem/test_element_integrals.py ................................. [ 22%]
................................................................................ [ 26%]
................................................................................ [ 30%]
................................................................................ [ 33%]
.......ssssssssssssssss........................                                  [ 35%]
python/test/unit/fem/test_expression.py ........................                 [ 37%]
python/test/unit/fem/test_fem_pipeline.py ss.......s...........s................ [ 38%]
.s.s.......s.............................s......................s............... [ 42%]
...............                                                                  [ 43%]
python/test/unit/fem/test_forms.py .                                             [ 43%]
python/test/unit/fem/test_function.py ...........                                [ 43%]
python/test/unit/fem/test_function_space.py ............                         [ 44%]
python/test/unit/fem/test_ghost_mesh_assembly.py ..X..X                          [ 44%]
python/test/unit/fem/test_interpolation.py ..................................... [ 46%]
................................................................................ [ 50%]
................................................................................ [ 53%]
..............                                                                   [ 54%]
python/test/unit/fem/test_mixed_element.py ......................                [ 55%]
python/test/unit/fem/test_nonlinear_assembler.py ./bin/bash: line 1: 1252494 Segmentation fault      (core dumped) test-env/bin/python -m pytest -ra
Tests failed

You’ve cut your error log short. Does it not report what the actual error was? (should be 2 of them)

Hi, no, I didn’t cut it short. That is all that I get.

By the way, the links are not the same as the log shown here. You may also want to look at those.

this link or this copy