Package: src:python-et-xmlfile
Version: 2.0.0-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-et-xmlfile, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:317: python3.14 setup.py clean 
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_et-xmlfile/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.14' does not exist -- can't clean it
I: pybuild base:317: python3.13 setup.py clean 
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_et-xmlfile/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:317: python3.14 setup.py config 
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running config
I: pybuild base:317: python3.13 setup.py config 
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:317: /usr/bin/python3.14 setup.py build 
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_et-xmlfile/build/et_xmlfile
copying et_xmlfile/incremental_tree.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_et-xmlfile/build/et_xmlfile
copying et_xmlfile/xmlfile.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_et-xmlfile/build/et_xmlfile
copying et_xmlfile/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_et-xmlfile/build/et_xmlfile
I: pybuild base:317: /usr/bin/python3 setup.py build 
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_et-xmlfile/build/et_xmlfile
copying et_xmlfile/incremental_tree.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_et-xmlfile/build/et_xmlfile
copying et_xmlfile/xmlfile.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_et-xmlfile/build/et_xmlfile
copying et_xmlfile/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_et-xmlfile/build/et_xmlfile
   dh_auto_test -O--buildsystem=pybuild
I: pybuild pybuild:308: cp -r et_xmlfile/tests 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_et-xmlfile/build/et_xmlfile/
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_et-xmlfile/build; python3.14 -m pytest 
et_xmlfile/tests/test_*.py
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_et-xmlfile/build
configfile: pytest.ini
plugins: typeguard-4.4.4
collected 337 items

et_xmlfile/tests/test_incremental_tree.py ..........................     [  7%]
et_xmlfile/tests/test_incremental_tree_with_stdlib_tests.py ............ [ 11%]
...................F.....ss.s.......................ssssssssssssssss.... [ 32%]
........................................................................ [ 54%]
...................................s.                                    [ 64%]
et_xmlfile/tests/test_incremental_xmlfile.py ..xxx.....X....x....x....xx [ 72%]
x.....X.....x....x....xxx.....X....x....x....sxx.....X....s....x....xxx. [ 94%]
....X......x....x..                                                      [100%]

=================================== FAILURES ===================================
________________________ ElementTreeTest.test_simpleops ________________________

self = 
<et_xmlfile.tests.test_incremental_tree_with_stdlib_tests.make_modified_tests.<locals>.ElementTreeTest
 testMethod=test_simpleops>

    @unittest.skipIf(
        (
            platform.python_implementation() == "PyPy"
            and sys.version_info[:3] < (3, 10, 15)
        ),
        "Functionality reverted but not picked up by PyPy yet",
    )
    def test_simpleops(self):
>       super().test_simpleops()

__class__  = <class 'et_xmlfile.tests.stdlib_base_tests.ElementTreeTest'>
self       = 
<et_xmlfile.tests.test_incremental_tree_with_stdlib_tests.make_modified_tests.<locals>.ElementTreeTest
 testMethod=test_simpleops>

et_xmlfile/tests/stdlib_base_tests.py:252: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
et_xmlfile/tests/_vendor/test/test_xml_etree.py:332: in test_simpleops
    self.assertEqual(str(cm.exception), 'list.remove(x): x not in list')
E   AssertionError: 'Element.remove(x): element not found' != 'list.remove(x): 
x not in list'
E   - Element.remove(x): element not found
E   + list.remove(x): x not in list
        cm         = <unittest.case._AssertRaisesContext object at 
0x7fd181e9ad50>
        e          = <Element 'tag2' at 0x7fd1827450d0>
        elem       = <Element 'body' at 0x7fd1827444f0>
        element    = <Element 'tag' at 0x7fd182745670>
        self       = 
<et_xmlfile.tests.test_incremental_tree_with_stdlib_tests.make_modified_tests.<locals>.ElementTreeTest
 testMethod=test_simpleops>
        subelement = <Element 'subtag' at 0x7fd182745620>
=========================== short test summary info ============================
FAILED 
et_xmlfile/tests/test_incremental_tree_with_stdlib_tests.py::ElementTreeTest::test_simpleops
======= 1 failed, 286 passed, 22 skipped, 23 xfailed, 5 xpassed in 0.72s =======
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_et-xmlfile/build; python3.14 -m pytest 
et_xmlfile/tests/test_*.py
I: pybuild pybuild:308: cp -r et_xmlfile/tests 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_et-xmlfile/build/et_xmlfile/
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_et-xmlfile/build; python3.13 -m pytest 
et_xmlfile/tests/test_*.py
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_et-xmlfile/build
configfile: pytest.ini
plugins: typeguard-4.4.4
collected 337 items

et_xmlfile/tests/test_incremental_tree.py ..........................     [  7%]
et_xmlfile/tests/test_incremental_tree_with_stdlib_tests.py ............ [ 11%]
.........................ss.s.......................ssssssssssssssss.... [ 32%]
........................................................................ [ 54%]
...................................s.                                    [ 64%]
et_xmlfile/tests/test_incremental_xmlfile.py ..xxx.....X....x....x....xx [ 72%]
x.....X.....x....x....xxx.....X....x....x....sxx.....X....s....x....xxx. [ 94%]
....X......x....x..                                                      [100%]

============ 287 passed, 22 skipped, 23 xfailed, 5 xpassed in 0.61s ============
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to