Your message dated Fri, 05 Jan 2024 17:54:40 +0000
with message-id <e1rlop2-0052wc...@fasolo.debian.org>
and subject line Bug#1058448: fixed in xphyle 4.4.4-1
has caused the Debian Bug report #1058448,
regarding xphyle: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.12 3.11" returned exit code 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.)


-- 
1058448: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058448
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xphyle
Version: 4.4.1-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>       pybuild --configure -i python{version} -p "3.12 3.11"
> I: pybuild base:310: python3.12 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running config
> I: pybuild base:310: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running config
>    dh_auto_build -O--buildsystem=pybuild
>       pybuild --build -i python{version} -p "3.12 3.11"
> I: pybuild base:310: /usr/bin/python3.12 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/xphyle
> copying xphyle/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/xphyle
> copying xphyle/urls.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/xphyle
> copying xphyle/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/xphyle
> copying xphyle/formats.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/xphyle
> copying xphyle/progress.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/xphyle
> copying xphyle/types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/xphyle
> copying xphyle/paths.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/xphyle
> I: pybuild base:310: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> WARNING: The wheel package is not available.
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/xphyle
> copying xphyle/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/xphyle
> copying xphyle/urls.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/xphyle
> copying xphyle/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/xphyle
> copying xphyle/formats.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/xphyle
> copying xphyle/progress.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/xphyle
> copying xphyle/types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/xphyle
> copying xphyle/paths.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/xphyle
>    dh_auto_test -O--buildsystem=pybuild
>       pybuild --test --test-pytest -i python{version} -p "3.12 3.11"
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build; 
> python3.12 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.1, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> collected 145 items
> 
> tests/test_formats.py .s.....s....sss..........s.......                  [ 
> 22%]
> tests/test_paths.py ....................................                 [ 
> 47%]
> tests/test_performance.py s.                                             [ 
> 48%]
> tests/test_progress.py ...                                               [ 
> 51%]
> tests/test_types.py FF.FF                                                [ 
> 54%]
> tests/test_urls.py ....                                                  [ 
> 57%]
> tests/test_utils.py .....................................F               [ 
> 83%]
> tests/test_xphyle.py .......................s                            
> [100%]
> 
> =================================== FAILURES 
> ===================================
> _____________________________ TypeTests.test_cache 
> _____________________________
> 
> self = <tests.test_types.TypeTests testMethod=test_cache>
> 
>     def test_cache(self):
>         fm1 = FileMode('rt')
>         fm2 = FileMode('rt')
>         fm3 = FileMode('tr')
> >       self.assertEquals(fm1, fm2)
> E       AttributeError: 'TypeTests' object has no attribute 'assertEquals'. 
> Did you mean: 'assertEqual'?
> 
> tests/test_types.py:69: AttributeError
> ___________________________ TypeTests.test_file_mode 
> ___________________________
> 
> self = <tests.test_types.TypeTests testMethod=test_file_mode>
> 
>     def test_file_mode(self):
>         for f in (
>                 FileMode(), FileMode('rt'), FileMode(access='r'),
>                 FileMode(coding='t'), FileMode(access=ModeAccess.READ),
>                 FileMode(coding=ModeCoding.TEXT),
>                 FileMode(access='r', coding='t'),
>                 FileMode(access=ModeAccess.READ, coding='t'),
>                 FileMode(access='r', coding=ModeCoding.TEXT),
>                 FileMode(access=ModeAccess.READ, coding=ModeCoding.TEXT)):
>             self.assertEqual(ModeAccess.READ, f.access)
>             self.assertEqual(ModeCoding.TEXT, f.coding)
>             self.assertTrue(f.readable)
>             self.assertFalse(f.writable)
>             self.assertTrue(f.text)
>             self.assertFalse(f.binary)
>             self.assertTrue('rt' in f)
>             self.assertFalse('b' in f)
>             self.assertTrue(ModeAccess.READ in f)
>             self.assertTrue(ModeCoding.TEXT in f)
> >           self.assertEquals('rt', f.value)
> E           AttributeError: 'TypeTests' object has no attribute 
> 'assertEquals'. Did you mean: 'assertEqual'?
> 
> tests/test_types.py:32: AttributeError
> ________________________ TypeTests.test_permission_set 
> _________________________
> 
> self = <tests.test_types.TypeTests testMethod=test_permission_set>
> 
>     def test_permission_set(self):
>         for a in (
>                 PermissionSet('rwx'),
>                 PermissionSet(('r', 'w', 'x')),
>                 PermissionSet(7), PermissionSet((1, 2, 4)),
>                 PermissionSet((
>                     Permission.READ, Permission.WRITE, Permission.EXECUTE))):
> >           self.assertEquals(7, a.os_flags)
> E           AttributeError: 'TypeTests' object has no attribute 
> 'assertEquals'. Did you mean: 'assertEqual'?
> 
> tests/test_types.py:52: AttributeError
> __________________________ TypeTests.test_permissions 
> __________________________
> 
> self = <tests.test_types.TypeTests testMethod=test_permissions>
> 
>     def test_permissions(self):
> >       self.assertEquals(os.R_OK, Permission.READ.os_flag)
> E       AttributeError: 'TypeTests' object has no attribute 'assertEquals'. 
> Did you mean: 'assertEqual'?
> 
> tests/test_types.py:38: AttributeError
> _________________________ UtilsTests.test_write_lines 
> __________________________
> 
> self = <tests.test_utils.UtilsTests testMethod=test_write_lines>
> 
>     def test_write_lines(self):
>         linesep_len = len(os.linesep)
>         path = self.root.make_file()
>         assert 3 == write_lines(['foo'], path, linesep=None)
>         assert list(read_lines(path)) == ['foo']
>         path = self.root.make_file()
> >       self.assertEquals(
>             9 + (2*linesep_len),
>             write_lines(('foo', 'bar', 'baz'), path, linesep=None))
> E       AttributeError: 'UtilsTests' object has no attribute 'assertEquals'. 
> Did you mean: 'assertEqual'?
> 
> tests/test_utils.py:53: AttributeError
> =============================== warnings summary 
> ===============================
> xphyle/__init__.py:34
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/xphyle/__init__.py:34: 
> DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
>     import pkg_resources
> 
> tests/test_paths.py:326
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/tests/test_paths.py:326: 
> SyntaxWarning: invalid escape sequence '\.'
>     StrPathVar('ext', pattern='[^\.]+', valid=('txt', 'exe')),
> 
> tests/test_paths.py:423
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/tests/test_paths.py:423: 
> SyntaxWarning: invalid escape sequence '\.'
>     StrPathVar('ext', pattern='[^\.]+', valid=('txt', 'exe')),
> 
> tests/test_paths.py:470
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/tests/test_paths.py:470: 
> SyntaxWarning: invalid escape sequence '\.'
>     StrPathVar('ext', pattern='[^\.]+', valid=('txt', 'exe')),
> 
> tests/test_paths.py:496
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/tests/test_paths.py:496: 
> SyntaxWarning: invalid escape sequence '\.'
>     StrPathVar('ext', pattern='[^\.]+', valid=('txt', 'exe')),
> 
> tests/test_paths.py:524
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/tests/test_paths.py:524: 
> SyntaxWarning: invalid escape sequence '\.'
>     StrPathVar('ext', pattern='[^\.]+', valid=('txt', 'exe')),
> 
> tests/test_performance.py:84
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/tests/test_performance.py:84:
>  PytestUnknownMarkWarning: Unknown pytest.mark.perf - is this a typo?  You 
> can register custom marks to avoid this warning - for details, see 
> https://docs.pytest.org/en/stable/how-to/mark.html
>     @pytest.mark.perf
> 
> tests/test_performance.py:91
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build/tests/test_performance.py:91:
>  PytestUnknownMarkWarning: Unknown pytest.mark.perf - is this a typo?  You 
> can register custom marks to avoid this warning - for details, see 
> https://docs.pytest.org/en/stable/how-to/mark.html
>     @pytest.mark.perf
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> FAILED tests/test_types.py::TypeTests::test_cache - AttributeError: 
> 'TypeTest...
> FAILED tests/test_types.py::TypeTests::test_file_mode - AttributeError: 
> 'Type...
> FAILED tests/test_types.py::TypeTests::test_permission_set - AttributeError: 
> ...
> FAILED tests/test_types.py::TypeTests::test_permissions - AttributeError: 
> 'Ty...
> FAILED tests/test_utils.py::UtilsTests::test_write_lines - AttributeError: 
> 'U...
> ======= 5 failed, 132 passed, 8 skipped, 8 warnings in 250.19s (0:04:10) 
> =======
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_xphyle/build; python3.12 -m pytest 
> tests
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> collected 145 items
> 
> tests/test_formats.py .s.....s....sss..........s.......                  [ 
> 22%]
> tests/test_paths.py ....................................                 [ 
> 47%]
> tests/test_performance.py s.                                             [ 
> 48%]
> tests/test_progress.py ...                                               [ 
> 51%]
> tests/test_types.py .....                                                [ 
> 54%]
> tests/test_urls.py ....                                                  [ 
> 57%]
> tests/test_utils.py ......................................               [ 
> 83%]
> tests/test_xphyle.py .......................s                            
> [100%]
> 
> =============================== warnings summary 
> ===============================
> xphyle/__init__.py:34
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/xphyle/__init__.py:34: 
> DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
>     import pkg_resources
> 
> tests/test_paths.py:326
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_paths.py:326: 
> DeprecationWarning: invalid escape sequence '\.'
>     StrPathVar('ext', pattern='[^\.]+', valid=('txt', 'exe')),
> 
> tests/test_paths.py:423
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_paths.py:423: 
> DeprecationWarning: invalid escape sequence '\.'
>     StrPathVar('ext', pattern='[^\.]+', valid=('txt', 'exe')),
> 
> tests/test_paths.py:470
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_paths.py:470: 
> DeprecationWarning: invalid escape sequence '\.'
>     StrPathVar('ext', pattern='[^\.]+', valid=('txt', 'exe')),
> 
> tests/test_paths.py:496
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_paths.py:496: 
> DeprecationWarning: invalid escape sequence '\.'
>     StrPathVar('ext', pattern='[^\.]+', valid=('txt', 'exe')),
> 
> tests/test_paths.py:524
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_paths.py:524: 
> DeprecationWarning: invalid escape sequence '\.'
>     StrPathVar('ext', pattern='[^\.]+', valid=('txt', 'exe')),
> 
> tests/test_performance.py:84
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_performance.py:84:
>  PytestUnknownMarkWarning: Unknown pytest.mark.perf - is this a typo?  You 
> can register custom marks to avoid this warning - for details, see 
> https://docs.pytest.org/en/stable/how-to/mark.html
>     @pytest.mark.perf
> 
> tests/test_performance.py:91
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_performance.py:91:
>  PytestUnknownMarkWarning: Unknown pytest.mark.perf - is this a typo?  You 
> can register custom marks to avoid this warning - for details, see 
> https://docs.pytest.org/en/stable/how-to/mark.html
>     @pytest.mark.perf
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_cache
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:69: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(fm1, fm2)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_cache
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:70: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(fm1, fm3)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_cache
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:71: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(id(fm1), id(fm2))
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_cache
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:72: 
> DeprecationWarning: Please use assertNotEqual instead.
>     self.assertNotEquals(id(fm1), id(fm3))
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_cache
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:77: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(perm1, perm2)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_cache
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:78: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(perm1, perm3)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_cache
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:79: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(id(perm1), id(perm2))
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_cache
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:80: 
> DeprecationWarning: Please use assertNotEqual instead.
>     self.assertNotEquals(id(perm1), id(perm3))
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py: 10 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:32: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals('rt', f.value)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py: 10 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:33: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals('rt', str(f))
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:52: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(7, a.os_flags)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:53: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(448, a.stat_flags)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:54: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals('rwx', ''.join(f.value for f in a))
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:55: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals('rwx', str(a))
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permission_set
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:63: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals('rw', str(a))
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permissions
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:38: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(os.R_OK, Permission.READ.os_flag)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permissions
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:39: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(os.W_OK, Permission.WRITE.os_flag)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permissions
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:40: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(os.X_OK, Permission.EXECUTE.os_flag)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permissions
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:41: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(stat.S_IREAD, Permission.READ.stat_flag)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permissions
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:42: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(stat.S_IWRITE, Permission.WRITE.stat_flag)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_types.py::TypeTests::test_permissions
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_types.py:43: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(stat.S_IEXEC, Permission.EXECUTE.stat_flag)
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_utils.py::UtilsTests::test_write_lines
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_utils.py:53: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(
> 
> .pybuild/cpython3_3.11_xphyle/build/tests/test_utils.py::UtilsTests::test_write_lines
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_xphyle/build/tests/test_utils.py:60: 
> DeprecationWarning: Please use assertEqual instead.
>     self.assertEquals(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========== 137 passed, 8 skipped, 65 warnings in 196.56s (0:03:16) 
> ============
>       rm -fr -- /tmp/dh-xdg-rundir-xTxMf5ov
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/xphyle_4.4.1-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: xphyle
Source-Version: 4.4.4-1
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
xphyle, 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 1058...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated xphyle 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: Fri, 05 Jan 2024 18:08:12 +0100
Source: xphyle
Architecture: source
Version: 4.4.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1058448
Changes:
 xphyle (4.4.4-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
     Closes: #1058448
   * Standards-Version: 4.6.2 (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
   * Make sure clean target will not fail for unpatched setup.py
   * Build-Depends: python3-pep517, python3-wheel
Checksums-Sha1:
 b38b090c343adc5ce2d129dff7001e76dd79cef1 2135 xphyle_4.4.4-1.dsc
 2c2a205279ac30586aefa47aaf6f887c86295c02 1348935 xphyle_4.4.4.orig.tar.gz
 3c21b4d1beb0fb9c05ca161e7d7142c903adc7e8 3452 xphyle_4.4.4-1.debian.tar.xz
 598219d71aef41828bb745353ee7d7ad82fd9a03 7150 xphyle_4.4.4-1_amd64.buildinfo
Checksums-Sha256:
 dc3e1165c5b07fbf2d1ce13b861a8d70de971bb9bd16d0c1423a0a816a1a95be 2135 
xphyle_4.4.4-1.dsc
 940d3e4a4e3f77dcec81e0bb41188ff663036143ddea5b5f0f9ba3d40fd4b697 1348935 
xphyle_4.4.4.orig.tar.gz
 24916d8cd67ad67dd68eb416e66af269fb696845e29474e701381114a0c9ee02 3452 
xphyle_4.4.4-1.debian.tar.xz
 b7c2c4ca04d8c147ed9bac5dcbc5745344a78dbb812f812cb7b7ead64ef2e2e5 7150 
xphyle_4.4.4-1_amd64.buildinfo
Files:
 08f5c8aa108bf362056017e29a5e969a 2135 python optional xphyle_4.4.4-1.dsc
 faacd9b1495eb2ffc5c7a638369518e6 1348935 python optional 
xphyle_4.4.4.orig.tar.gz
 566aa0715fa00e4448b6964aa607f145 3452 python optional 
xphyle_4.4.4-1.debian.tar.xz
 22f98ea811955cdd57c7a1a61ee4f083 7150 python optional 
xphyle_4.4.4-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmWYOnERHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEdpxAAh0/9FJmwRutLNRuXNte/MVl/y4SSePCt
Dbe87D39lFT/3o0E/Ze35dDFVYuvdCz1SsmTZzVsOVY6Xk/QD+z/q9noIrukrF9g
cB3Asx3UsIa8KNQWZX709bpRLrGn2Ibmoi+oTK3SuOE/fZvzir9RCV4POXr0QsWe
36tD/iB4UThJ3tCC1VL8GXezmzpBPAP1KMk8tWACuEaGEDaiRAkLISjYd2YQ2WVF
GvQrEdlOZWVeXqQ5yG5MjZsFapMP2/+1lWxiLiKIsCoBP6Nikw7fogIMcW3VwH0A
yDnw9T5ebnLfl6l7h5WdmJm797XFnzturSMsV77ek7YrWZJgqf2EClHyplz6s2Jg
ec7ic0qHm7HC/O7EZX8J5cTkhm/aEXWwSEfX+7AFKTfTEw3/kvnV2hYxnP8ZUROt
mZOw1RUJGVk1LgeJaX+rnU4VR+2CntofGCCnRIGw/KuoHk7RJQCczFWoVHllkSG7
5+kkUr5nIMng3CshtRR9jS0av/ttzmIg/76MbItTzZj2EuV0asomayAXjcjtbs1I
OaM38wsAmmT7Zd2xRrCi9mFwNfqi+aU6UuRXJFc8zrlWd0R6YM/rX0AsbroRRSx2
Vu80ozB7sCHcsQtkTe24u+QLciG4kFZljfT7IGe6cc9SYOfdYFm82h/Oqw05b5Jh
Ad8Fbpfsotk=
=MOdN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to