Your message dated Fri, 26 Jul 2024 19:05:45 +0000
with message-id <e1sxqg9-005frb...@fasolo.debian.org>
and subject line Bug#1076459: Removed package(s) from unstable
has caused the Debian Bug report #1063957,
regarding prettytable: 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.)


-- 
1063957: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063957
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: prettytable
Version: 3.6.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12  
> * Building wheel...
> Successfully built prettytable-3.6.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11  
> * Building wheel...
> Successfully built prettytable-3.6.0-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; 
> python3.12 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
> plugins: lazy-fixture-0.6.3
> collected 114 items / 5 errors
> 
> ==================================== ERRORS 
> ====================================
> __________________ ERROR collecting tests/test_prettytable.py 
> __________________
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
>     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
>     return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
>     return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
>     normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
>     calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
>     valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> __________________ ERROR collecting tests/test_prettytable.py 
> __________________
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
>     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
>     return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
>     return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
>     normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
>     calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
>     valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> __________________ ERROR collecting tests/test_prettytable.py 
> __________________
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
>     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
>     return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
>     return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
>     normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
>     calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
>     valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> __________________ ERROR collecting tests/test_prettytable.py 
> __________________
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
>     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
>     return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
>     return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
>     normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
>     calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
>     valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> __________________ ERROR collecting tests/test_prettytable.py 
> __________________
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
>     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
>     return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
>     return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
>     normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
>     calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
>     valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> =============================== warnings summary 
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:507
> ../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:507
> ../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:507
> ../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:507
> ../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:507
>   /usr/lib/python3/dist-packages/_pytest/python.py:507: 
> PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style 
> hookwrapper teardown.
>   Plugin: lazy-fixture, Hook: pytest_generate_tests
>   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
>   For more information see 
> https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/test_prettytable.py::TestBuildEquivalence - AttributeError: 
> 'Call...
> ERROR tests/test_prettytable.py::TestBreakLine - AttributeError: 'CallSpec2' 
> ...
> ERROR tests/test_prettytable.py::TestStyle - AttributeError: 'CallSpec2' 
> obje...
> ERROR tests/test_prettytable.py::TestMultiPattern - AttributeError: 
> 'CallSpec...
> ERROR tests/test_prettytable.py::TestMinTableWidth - AttributeError: 
> 'CallSpe...
> !!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ======================== 5 warnings, 5 errors in 0.60s 
> =========================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -m pytest tests
> I: pybuild base:305: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> plugins: lazy-fixture-0.6.3
> collected 114 items / 5 errors
> 
> ==================================== ERRORS 
> ====================================
> __________________ ERROR collecting tests/test_prettytable.py 
> __________________
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
>     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
>     return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
>     return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
>     normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
>     calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
>     valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> __________________ ERROR collecting tests/test_prettytable.py 
> __________________
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
>     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
>     return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
>     return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
>     normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
>     calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
>     valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> __________________ ERROR collecting tests/test_prettytable.py 
> __________________
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
>     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
>     return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
>     return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
>     normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
>     calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
>     valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> __________________ ERROR collecting tests/test_prettytable.py 
> __________________
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
>     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
>     return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
>     return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
>     normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
>     calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
>     valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> __________________ ERROR collecting tests/test_prettytable.py 
> __________________
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
>     return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
> firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/_pytest/python.py:278: in 
> pytest_pycollect_makeitem
>     return list(collector._genfunctions(name, obj))
> /usr/lib/python3/dist-packages/_pytest/python.py:507: in _genfunctions
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> /usr/lib/python3/dist-packages/pluggy/_hooks.py:562: in call_extra
>     return self._hookexec(self.name, hookimpls, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:74: in 
> pytest_generate_tests
>     normalize_metafunc_calls(metafunc, 'funcargs')
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:81: in 
> normalize_metafunc_calls
>     calls = normalize_call(callspec, metafunc, valtype, used_keys)
> /usr/lib/python3/dist-packages/pytest_lazyfixture.py:105: in normalize_call
>     valtype_keys = set(getattr(callspec, valtype).keys()) - used_keys
> E   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
> =============================== warnings summary 
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:507
> ../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:507
> ../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:507
> ../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:507
> ../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:507
>   /usr/lib/python3/dist-packages/_pytest/python.py:507: 
> PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style 
> hookwrapper teardown.
>   Plugin: lazy-fixture, Hook: pytest_generate_tests
>   AttributeError: 'CallSpec2' object has no attribute 'funcargs'
>   For more information see 
> https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning
>     self.ihook.pytest_generate_tests.call_extra(methods, 
> dict(metafunc=metafunc))
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/test_prettytable.py::TestBuildEquivalence - AttributeError: 
> 'Call...
> ERROR tests/test_prettytable.py::TestBreakLine - AttributeError: 'CallSpec2' 
> ...
> ERROR tests/test_prettytable.py::TestStyle - AttributeError: 'CallSpec2' 
> obje...
> ERROR tests/test_prettytable.py::TestMultiPattern - AttributeError: 
> 'CallSpec...
> ERROR tests/test_prettytable.py::TestMinTableWidth - AttributeError: 
> 'CallSpe...
> !!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ======================== 5 warnings, 5 errors in 0.64s 
> =========================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest tests
> 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/2024/03/13/prettytable_3.6.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&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 ---
Version: 0.6.3-2+rm

Dear submitter,

as the package python-pytest-lazy-fixture has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1076459

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to