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

**URL:** <https://fenicsproject.discourse.group/t/failing-tests-in-build-of-dolfinx-from-git-sources-post-0-6-0/12329>\
**Category:** Errors\
**Created:** [September 28, 2023, 8:16pm UTC](https://fenicsproject.discourse.group/t/failing-tests-in-build-of-dolfinx-from-git-sources-post-0-6-0/12329 "2023-09-28T20:16:59Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![edgar](https://avatars.discourse-cdn.com/v4/letter/e/b487fb/32.png) [@edgar](https://fenicsproject.discourse.group/u/edgar)\
**Post date:** [September 28, 2023, 8:16pm UTC](https://fenicsproject.discourse.group/t/failing-tests-in-build-of-dolfinx-from-git-sources-post-0-6-0/12329/1 "2023-09-28T20:16:59Z")

</div>

Continuing the discussion from [Why does the `'Mesh' object layout differ from` `mesh.create_unit_square`?](https://fenicsproject.discourse.group/t/why-does-the-mesh-object-layout-differ-from-mesh-create-unit-square/12327):

I just want to report that many tests fail when building the Basix, UFL, FFCX & DOLFINx stack (see [this link](https://file.io/l6m18ozgxaIF) or [this copy](https://anonsharing.com/ea4a580a0eb39d0b), and below). It may have to do with Pyhon 3.11 (see related discussion). Should I be concerned?

```auto
================================= 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

```

---

<div class="post-metadata">

**Author:** ![dparsons](https://avatars.discourse-cdn.com/v4/letter/d/5e9695/32.png) [@dparsons](https://fenicsproject.discourse.group/u/dparsons)\
**Post date:** [September 29, 2023, 9:39am UTC](https://fenicsproject.discourse.group/t/failing-tests-in-build-of-dolfinx-from-git-sources-post-0-6-0/12329/2 "2023-09-29T09:39:20Z")

</div>

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

---

<div class="post-metadata">

**Author:** ![edgar](https://avatars.discourse-cdn.com/v4/letter/e/b487fb/32.png) [@edgar](https://fenicsproject.discourse.group/u/edgar)\
**Post date:** [September 29, 2023, 11:00am UTC](https://fenicsproject.discourse.group/t/failing-tests-in-build-of-dolfinx-from-git-sources-post-0-6-0/12329/3 "2023-09-29T11:00:57Z")

</div>

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](https://file.io/l6m18ozgxaIF) or [this copy](https://anonsharing.com/ea4a580a0eb39d0b)…
