Package: src:fenics-dolfinx
Version: 1:0.9.0-6
Severity: important
Tags: sid forky
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/fenics-dolfinx_0.9.0-6_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html

[...]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_hexahedron_mesh_vtk[float32-2]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_hexahedron_mesh_vtk[float64-1]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_hexahedron_mesh_vtk[float64-2]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float32-CellType.triangle-1]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float32-CellType.triangle-2]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float32-CellType.triangle-3]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float32-CellType.quadrilateral-1]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float32-CellType.quadrilateral-2]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float32-CellType.quadrilateral-3]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float64-CellType.triangle-1]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float64-CellType.triangle-2]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float64-CellType.triangle-3]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float64-CellType.quadrilateral-1]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float64-CellType.quadrilateral-2]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_2d[float64-CellType.quadrilateral-3]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_3d[float32-CellType.tetrahedron-1]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_3d[float32-CellType.tetrahedron-2]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_3d[float32-CellType.tetrahedron-3]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_3d[float32-CellType.hexahedron-1]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_3d[float32-CellType.hexahedron-2]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_3d[float64-CellType.tetrahedron-1]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_3d[float64-CellType.tetrahedron-2]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_3d[float64-CellType.tetrahedron-3]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_3d[float64-CellType.hexahedron-1]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_gmsh_input_3d[float64-CellType.hexahedron-2]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_quadrilateral_cell_order_3[float32]
FAILED 
test/unit/mesh/test_higher_order_mesh.py::test_quadrilateral_cell_order_3[float64]
FAILED test/unit/mesh/test_manifold_point_search.py::test_manifold_point_search
FAILED test/unit/mesh/test_mesh.py::test_empty_rank_mesh[float32] - TypeError...
FAILED test/unit/mesh/test_mesh.py::test_empty_rank_mesh[float64] - TypeError...
FAILED test/unit/mesh/test_mesh.py::test_mesh_create_cmap[float32] - TypeErro...
FAILED test/unit/mesh/test_mesh.py::test_mesh_create_cmap[float64] - TypeErro...
FAILED 
test/unit/mesh/test_mesh_partitioners.py::test_custom_partitioner[CellType.tetrahedron-3]
FAILED 
test/unit/mesh/test_mesh_partitioners.py::test_custom_partitioner[CellType.tetrahedron-10]
FAILED 
test/unit/mesh/test_mesh_partitioners.py::test_custom_partitioner[CellType.tetrahedron-13]
FAILED 
test/unit/mesh/test_mesh_partitioners.py::test_custom_partitioner[CellType.hexahedron-3]
FAILED 
test/unit/mesh/test_mesh_partitioners.py::test_custom_partitioner[CellType.hexahedron-10]
FAILED 
test/unit/mesh/test_mesh_partitioners.py::test_custom_partitioner[CellType.hexahedron-13]
FAILED test/unit/mesh/test_mesh_partitioners.py::test_asymmetric_partitioner
FAILED test/unit/nls/test_newton.py::TestNLS::test_linear_pde - TypeError: __...
FAILED test/unit/nls/test_newton.py::TestNLS::test_nonlinear_pde - TypeError:...
FAILED test/unit/nls/test_newton.py::TestNLS::test_nonlinear_pde_snes - TypeE...
FAILED 
test/unit/refinement/test_refinement.py::test_refine_create_unit_cube[True-GhostMode.none]
FAILED 
test/unit/refinement/test_refinement.py::test_refine_create_unit_cube[True-GhostMode.shared_facet]
FAILED 
test/unit/refinement/test_refinement.py::test_refine_create_unit_cube[False-GhostMode.none]
FAILED 
test/unit/refinement/test_refinement.py::test_refine_create_unit_cube[False-GhostMode.shared_facet]
FAILED test/unit/refinement/test_refinement.py::test_refine_create_form - Typ...
ERROR test/unit/fem/test_function.py::test_name_argument - TypeError: __init_...
ERROR test/unit/fem/test_function.py::test_copy - TypeError: __init__(): inco...
ERROR test/unit/fem/test_function.py::test_eval - TypeError: __init__(): inco...
ERROR test/unit/fem/test_function.py::test_interpolation_mismatch_rank0 - Typ...
ERROR test/unit/fem/test_function.py::test_interpolation_mismatch_rank1 - Typ...
ERROR test/unit/fem/test_function.py::test_interpolation_rank0 - TypeError: _...
ERROR test/unit/fem/test_function.py::test_interpolation_rank1 - TypeError: _...
ERROR test/unit/fem/test_function_space.py::test_python_interface - TypeError...
ERROR test/unit/fem/test_function_space.py::test_component - TypeError: __ini...
ERROR test/unit/fem/test_function_space.py::test_equality - TypeError: __init...
ERROR test/unit/fem/test_function_space.py::test_sub - TypeError: __init__():...
ERROR test/unit/fem/test_function_space.py::test_inclusion - TypeError: __ini...
ERROR test/unit/fem/test_function_space.py::test_not_equal - TypeError: __ini...
ERROR test/unit/fem/test_function_space.py::test_clone - TypeError: __init__(...
ERROR test/unit/fem/test_function_space.py::test_collapse - TypeError: __init...
ERROR test/unit/fem/test_function_space.py::test_argument_equality - TypeErro...
ERROR test/unit/fem/test_function_space.py::test_basix_element - TypeError: _...
= 1811 failed, 714 passed, 69 skipped, 31 xfailed, 3 xpassed, 17 errors in 
447.22s (0:07:27) =
E: pybuild pybuild:435: plugin pyproject failed: exit code=1: cd 
/build/reproducible-path/fenics-dolfinx-0.9.0/.pybuild/cpython3_3.12_dolfinx-real/build;
 python3.12 -m pytest --durations=20 -k ""
make[1]: *** [debian/rules:193: debian/tmp-real] Error 14
make[1]: Leaving directory '/build/reproducible-path/fenics-dolfinx-0.9.0'
make: *** [debian/rules:162: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to