Your message dated Mon, 24 Jul 2023 10:27:04 +0200
with message-id <c5df2ed9-1f87-4fcd-94dd-ee10564f4...@debian.org>
and subject line Re-closing accidentally reopened bug
has caused the Debian Bug report #1037823,
regarding pythran: 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.)
--
1037823: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037823
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pythran
Version: 0.11.0+ds-7
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/pythran_0.11.0+ds-7_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 pythran/tests/test_base.py::TestBase::test_pow - distutils.errors.Comp...
FAILED pythran/tests/test_base.py::TestBase::test_pow_op0 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_pow_op1 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_pow_op2 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_print - distutils.errors.Co...
FAILED pythran/tests/test_base.py::TestBase::test_print_tuple - distutils.err...
FAILED pythran/tests/test_base.py::TestBase::test_raise - distutils.errors.Co...
FAILED pythran/tests/test_base.py::TestBase::test_range1 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range2 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range3 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range4 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range5 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range6 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range7 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range_negative_step - distu...
FAILED pythran/tests/test_base.py::TestBase::test_raw_set - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_recursion1 - distutils.erro...
FAILED pythran/tests/test_base.py::TestBase::test_recursion2 - distutils.erro...
FAILED pythran/tests/test_base.py::TestBase::test_recursive_attr - distutils....
FAILED pythran/tests/test_base.py::TestBase::test_reduce - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_return_empty_list - distuti...
FAILED pythran/tests/test_base.py::TestBase::test_return_set - distutils.erro...
FAILED pythran/tests/test_base.py::TestBase::test_reversed - distutils.errors...
FAILED pythran/tests/test_base.py::TestBase::test_reversed_range_negative_step
FAILED pythran/tests/test_base.py::TestBase::test_reversed_slice - distutils....
FAILED pythran/tests/test_base.py::TestBase::test_round - distutils.errors.Co...
FAILED pythran/tests/test_base.py::TestBase::test_rrange1 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange2 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange3 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange4 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange5 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange6 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange7 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_set - distutils.errors.Comp...
FAILED pythran/tests/test_base.py::TestBase::test_set_comprehension - distuti...
FAILED pythran/tests/test_base.py::TestBase::test_shadow_parameters - distuti...
FAILED pythran/tests/test_base.py::TestBase::test_slice0 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_slicer - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_slicing - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_sorted0 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_sorted1 - File "<string>"...
FAILED pythran/tests/test_base.py::TestBase::test_sorted2 - File "<string>"...
FAILED pythran/tests/test_base.py::TestBase::test_sorted3 - File "<string>"...
FAILED pythran/tests/test_base.py::TestBase::test_str - distutils.errors.Comp...
FAILED pythran/tests/test_base.py::TestBase::test_subscript - distutils.error...
FAILED pythran/tests/test_base.py::TestBase::test_subscript_assignment - dist...
FAILED pythran/tests/test_base.py::TestBase::test_sum - distutils.errors.Comp...
FAILED pythran/tests/test_base.py::TestBase::test_tuple - distutils.errors.Co...
FAILED pythran/tests/test_base.py::TestBase::test_tuple_unpacking - distutils...
FAILED pythran/tests/test_base.py::TestBase::test_tuples - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_unaryop - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_update_empty_list - distuti...
FAILED pythran/tests/test_base.py::TestBase::test_update_list_with_slice - di...
FAILED pythran/tests/test_base.py::TestBase::test_while - distutils.errors.Co...
FAILED pythran/tests/test_base.py::TestBase::test_xrange1 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_xrange2 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_xrange3 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_xrange4 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_xrange5 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_yield_with_default_param - ...
FAILED pythran/tests/test_base.py::TestBase::test_yielder - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_zip - distutils.errors.Comp...
FAILED pythran/tests/test_base.py::TestBase::test_zipped_list_comprehension
=========== 195 failed, 1 skipped, 13 warnings in 344.49s (0:05:44) ============
E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pythran/build; python3.11 -m pytest
pythran/tests/test_base.py
dh_auto_test: error: pybuild --test -i python{version} -p 3.11 returned exit
code 13
make[1]: *** [debian/rules:30: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: pythran
Source-Version: 0.11.0+ds-8
Done: Drew Parsons <dpars...@debian.org>
Not sure why this one was re-opened while merged with another fixed
counterpart. This one however brings it back to the "closes" state.
Sorry for confusion
Ole
--- End Message ---