Your message dated Sat, 22 Jul 2023 17:49:01 +0000
with message-id <e1qngiz-004ii5...@fasolo.debian.org>
and subject line Bug#1037623: fixed in dolfinx-mpc 0.6.1-3
has caused the Debian Bug report #1037623,
regarding dolfinx-mpc: ftbfs with GCC-13
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1037623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037623
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dolfinx-mpc
Version: 0.5.0.post0-2
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13
[This bug is 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/dolfinx-mpc_0.5.0.post0-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 13, either set CC=gcc-13 CXX=g++-13 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
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-13/porting_to.html
[...]
FAILED test_linear_problem.py::test_pipeline[True] - TypeError: create_period...
FAILED test_linear_problem.py::test_pipeline[False] - TypeError: create_perio...
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype0-1-master_point0-C++]
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype0-1-master_point1-C++]
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype0-2-master_point0-C++]
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype0-2-master_point1-C++]
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype0-3-master_point0-C++]
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype0-3-master_point1-C++]
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype1-1-master_point0-C++]
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype1-1-master_point1-C++]
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype1-2-master_point0-C++]
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype1-2-master_point1-C++]
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype1-3-master_point0-C++]
FAILED test_matrix_assembly.py::test_mpc_assembly[celltype1-3-master_point1-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype0-1-master_point0-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype0-1-master_point1-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype0-2-master_point0-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype0-2-master_point1-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype0-3-master_point0-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype0-3-master_point1-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype1-1-master_point0-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype1-1-master_point1-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype1-2-master_point0-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype1-2-master_point1-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype1-3-master_point0-C++]
FAILED
test_matrix_assembly.py::test_slave_on_same_cell[celltype1-3-master_point1-C++]
FAILED test_mpc_pipeline.py::test_pipeline[master_point0-C++] - TypeError: __...
FAILED test_mpc_pipeline.py::test_pipeline[master_point1-C++] - TypeError: __...
FAILED test_mpc_pipeline.py::test_linearproblem[master_point0] - TypeError: _...
FAILED test_mpc_pipeline.py::test_linearproblem[master_point1] - TypeError: _...
FAILED test_nonlinear_assembly.py::test_nonlinear_possion[1] - TypeError: cre...
FAILED test_nonlinear_assembly.py::test_nonlinear_possion[2] - TypeError: cre...
FAILED test_nonlinear_assembly.py::test_nonlinear_possion[3] - TypeError: cre...
FAILED test_nonlinear_assembly.py::test_homogenize[1-FiniteElement] - TypeErr...
FAILED test_nonlinear_assembly.py::test_homogenize[1-VectorElement] - TypeErr...
FAILED test_nonlinear_assembly.py::test_homogenize[2-FiniteElement] - TypeErr...
FAILED test_nonlinear_assembly.py::test_homogenize[2-VectorElement] - TypeErr...
FAILED test_nonlinear_assembly.py::test_homogenize[3-FiniteElement] - TypeErr...
FAILED test_nonlinear_assembly.py::test_homogenize[3-VectorElement] - TypeErr...
FAILED test_rectangular_assembly.py::test_mixed_element[ghost_mode0-cell_type0]
FAILED test_rectangular_assembly.py::test_mixed_element[ghost_mode0-cell_type1]
FAILED test_rectangular_assembly.py::test_mixed_element[ghost_mode1-cell_type0]
FAILED test_rectangular_assembly.py::test_mixed_element[ghost_mode1-cell_type1]
FAILED test_surface_integral.py::test_surface_integrals[C++] - TypeError: __i...
FAILED test_surface_integral.py::test_surface_integral_dependency[C++] - Type...
FAILED test_vector_assembly.py::test_mpc_assembly[celltype0-1-master_point0-C++]
FAILED test_vector_assembly.py::test_mpc_assembly[celltype0-1-master_point1-C++]
FAILED test_vector_assembly.py::test_mpc_assembly[celltype0-2-master_point0-C++]
FAILED test_vector_assembly.py::test_mpc_assembly[celltype0-2-master_point1-C++]
FAILED test_vector_assembly.py::test_mpc_assembly[celltype0-3-master_point0-C++]
FAILED test_vector_assembly.py::test_mpc_assembly[celltype0-3-master_point1-C++]
FAILED test_vector_assembly.py::test_mpc_assembly[celltype1-1-master_point0-C++]
FAILED test_vector_assembly.py::test_mpc_assembly[celltype1-1-master_point1-C++]
FAILED test_vector_assembly.py::test_mpc_assembly[celltype1-2-master_point0-C++]
FAILED test_vector_assembly.py::test_mpc_assembly[celltype1-2-master_point1-C++]
FAILED test_vector_assembly.py::test_mpc_assembly[celltype1-3-master_point0-C++]
FAILED test_vector_assembly.py::test_mpc_assembly[celltype1-3-master_point1-C++]
FAILED test_vector_poisson.py::test_vector_possion[0-0-2-4-C++] - TypeError: ...
FAILED test_vector_poisson.py::test_vector_possion[0-0-3-4-C++] - TypeError: ...
FAILED test_vector_poisson.py::test_vector_possion[0-1-2-4-C++] - TypeError: ...
FAILED test_vector_poisson.py::test_vector_possion[0-1-3-4-C++] - TypeError: ...
FAILED test_vector_poisson.py::test_vector_possion[1-0-2-4-C++] - TypeError: ...
FAILED test_vector_poisson.py::test_vector_possion[1-0-3-4-C++] - TypeError: ...
FAILED test_vector_poisson.py::test_vector_possion[1-1-2-4-C++] - TypeError: ...
FAILED test_vector_poisson.py::test_vector_possion[1-1-3-4-C++] - TypeError: ...
============================= 69 failed in 12.85s ==============================
make[1]: *** [debian/rules:30: execute_before_dh_python3] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: dolfinx-mpc
Source-Version: 0.6.1-3
Done: Drew Parsons <dpars...@debian.org>
We believe that the bug you reported is fixed in the latest version of
dolfinx-mpc, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1037...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Drew Parsons <dpars...@debian.org> (supplier of updated dolfinx-mpc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 22 Jul 2023 19:30:39 +0200
Source: dolfinx-mpc
Architecture: source
Version: 0.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Drew Parsons <dpars...@debian.org>
Changed-By: Drew Parsons <dpars...@debian.org>
Closes: 1037623
Changes:
dolfinx-mpc (0.6.1-3) unstable; urgency=medium
.
* rebuild with gcc-13 (with dolfinx patched). Closes: #1037623.
Checksums-Sha1:
17eb9dce3a942023d0dbdba6611ad1f9cad8d1f5 2515 dolfinx-mpc_0.6.1-3.dsc
99b48cfbb5367ccafd5313a2c02a0e380a8ce2f6 5284 dolfinx-mpc_0.6.1-3.debian.tar.xz
Checksums-Sha256:
4101b0001dd24653216dd504a836bb173fc1c068597609cd08e2797cd8e88601 2515
dolfinx-mpc_0.6.1-3.dsc
399e0dcfe23d095d78d174786c779d79768af5d54a1b1ad440fb207f2c80a7f3 5284
dolfinx-mpc_0.6.1-3.debian.tar.xz
Files:
eed71433ade5d43bd83129c10823c2ce 2515 libs optional dolfinx-mpc_0.6.1-3.dsc
c54afc5f89f1d1280b988f36cafcccd8 5284 libs optional
dolfinx-mpc_0.6.1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmS8E78ACgkQVz7x5L1a
Afoj7A//QsLncZRzoufCYWbAP569k3uFVICX7gc5gJOgspKs8YoONw8PGN7Og/o7
cC9kDYjMnAjW2o02/ZLoO6/ov2ANrlgl7Tuf5pWIzY7y4DqQFrYH1pOXLOudZlG/
d0Eh7k3wsg2MMCP9yr/3F2gHCk/lcKe0P4P2RrUgQcdvB7tHMV5gAsiIU+HpdHEm
fvzc3hlo8WU15eDsoREpzg7oWLjEnY2RynmYEZ3CIOLREXKW4v0/xXDKRZRIoIz+
0obRLkRIqzXyv5YV69pYr7+DY85aIlrsrjmqtyu+G2YQgRTXeMqBgjvvd0He7zAf
ih6D88pabC9tfFvP7Wu84fDyg4ZFNv4eJa7HZfdDkSdk58EXLKqRJkiuorAvYHDS
55M2JjYsRzjsqCWMDI+I/i6J2Nnji+Rxs4zomoMXShxz7NSmiRvHaB2QxCV7RaeP
NOW52VaE51LIc/DIX6aTVUuqXlECtrYbIYmHkV6VTYgcFQ8yIacBFBAxaJDjDXCA
DKSxsHu3LNi2vtInN2gRYpsad/fbYAMRHjzTibG8JeHaQgJFEmyDCMclQLz+z3cc
ZQmu57s2K979wQcfCX6ksmgUzBkUmEnPnGwRWHZ+VpC5bq1mxLrThaUcnXx+q9AY
R+mOt6vv9JuD5N8RXf7gqxeNV44glvRtjVlyMlplfpq2IbC8ty0=
=VSS9
-----END PGP SIGNATURE-----
--- End Message ---