--- Begin Message ---
Package: src:pytest-aiohttp
Version: 1.1.0-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
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 could not 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:pytest-aiohttp, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with python3 --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
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
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
/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 :: Apache Software License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/pytest_aiohttp
copying pytest_aiohttp/_version.py -> build/lib/pytest_aiohttp
copying pytest_aiohttp/plugin.py -> build/lib/pytest_aiohttp
copying pytest_aiohttp/__init__.py -> build/lib/pytest_aiohttp
running egg_info
creating pytest_aiohttp.egg-info
writing pytest_aiohttp.egg-info/PKG-INFO
writing dependency_links to pytest_aiohttp.egg-info/dependency_links.txt
writing entry points to pytest_aiohttp.egg-info/entry_points.txt
writing requirements to pytest_aiohttp.egg-info/requires.txt
writing top-level names to pytest_aiohttp.egg-info/top_level.txt
writing manifest file 'pytest_aiohttp.egg-info/SOURCES.txt'
reading manifest file 'pytest_aiohttp.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: manifest_maker: MANIFEST.in, line 1: unknown action 'grasp'
warning: no previously-included files matching '*.pyc' found anywhere in
distribution
adding license file 'LICENSE'
writing manifest file 'pytest_aiohttp.egg-info/SOURCES.txt'
copying pytest_aiohttp/py.typed -> build/lib/pytest_aiohttp
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pytest_aiohttp
copying build/lib/pytest_aiohttp/py.typed ->
build/bdist.linux-x86_64/wheel/./pytest_aiohttp
copying build/lib/pytest_aiohttp/_version.py ->
build/bdist.linux-x86_64/wheel/./pytest_aiohttp
copying build/lib/pytest_aiohttp/plugin.py ->
build/bdist.linux-x86_64/wheel/./pytest_aiohttp
copying build/lib/pytest_aiohttp/__init__.py ->
build/bdist.linux-x86_64/wheel/./pytest_aiohttp
running install_egg_info
Copying pytest_aiohttp.egg-info to
build/bdist.linux-x86_64/wheel/./pytest_aiohttp-1.1.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pytest_aiohttp-1.1.0.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-m0cwcx20/pytest_aiohttp-1.1.0-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pytest_aiohttp/__init__.py'
adding 'pytest_aiohttp/_version.py'
adding 'pytest_aiohttp/plugin.py'
adding 'pytest_aiohttp/py.typed'
adding 'pytest_aiohttp-1.1.0.dist-info/licenses/LICENSE'
adding 'pytest_aiohttp-1.1.0.dist-info/METADATA'
adding 'pytest_aiohttp-1.1.0.dist-info/WHEEL'
adding 'pytest_aiohttp-1.1.0.dist-info/entry_points.txt'
adding 'pytest_aiohttp-1.1.0.dist-info/top_level.txt'
adding 'pytest_aiohttp-1.1.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pytest_aiohttp-1.1.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: aiohttp-1.1.0, asyncio-0.25.1, typeguard-4.4.4
asyncio: mode=Mode.AUTO, asyncio_default_fixture_loop_scope=None
collected 7 items
tests/test_fixtures.py FFFF [ 57%]
tests/test_switch_mode.py ... [100%]
=================================== FAILURES ===================================
_____________________________ test_aiohttp_plugin ______________________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_fixtures.py:108: in
test_aiohttp_plugin
result.assert_outcomes(passed=8)
/usr/lib/python3/dist-packages/_pytest/pytester.py:566: in parseoutcomes
return self.parse_summary_nouns(self.outlines)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/pytester.py:584: in parse_summary_nouns
raise ValueError("Pytest terminal summary report not found")
E ValueError: Pytest terminal summary report not found
----------------------------- Captured stderr call -----------------------------
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/usr/lib/python3/dist-packages/_pytest/main.py", line
285, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^
INTERNALERROR> File
"/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1119, in
_do_configure
INTERNALERROR>
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line
534, in call_historic
INTERNALERROR> res = self._hookexec(self.name, self._hookimpls.copy(),
kwargs, False)
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line
120, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs,
firstresult)
INTERNALERROR>
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line
167, in _multicall
INTERNALERROR> raise exception
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line
121, in _multicall
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR> File
"/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py", line 207, in
pytest_configure
INTERNALERROR>
warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
INTERNALERROR>
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> pytest.PytestDeprecationWarning: The configuration option
"asyncio_default_fixture_loop_scope" is unset.
INTERNALERROR> The event loop scope for asynchronous fixtures will default to
the fixture caching scope. Future versions of pytest-asyncio will default the
loop scope for asynchronous fixtures to function scope. Set the default fixture
loop scope explicitly in order to avoid unexpected behavior in the future.
Valid fixture loop scopes are: "function", "class", "module", "package",
"session"
___________________________ test_aiohttp_raw_server ____________________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_fixtures.py:142: in
test_aiohttp_raw_server
result.assert_outcomes(passed=1)
/usr/lib/python3/dist-packages/_pytest/pytester.py:566: in parseoutcomes
return self.parse_summary_nouns(self.outlines)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/pytester.py:584: in parse_summary_nouns
raise ValueError("Pytest terminal summary report not found")
E ValueError: Pytest terminal summary report not found
----------------------------- Captured stderr call -----------------------------
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/usr/lib/python3/dist-packages/_pytest/main.py", line
285, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^
INTERNALERROR> File
"/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1119, in
_do_configure
INTERNALERROR>
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line
534, in call_historic
INTERNALERROR> res = self._hookexec(self.name, self._hookimpls.copy(),
kwargs, False)
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line
120, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs,
firstresult)
INTERNALERROR>
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line
167, in _multicall
INTERNALERROR> raise exception
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line
121, in _multicall
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR> File
"/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py", line 207, in
pytest_configure
INTERNALERROR>
warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
INTERNALERROR>
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> pytest.PytestDeprecationWarning: The configuration option
"asyncio_default_fixture_loop_scope" is unset.
INTERNALERROR> The event loop scope for asynchronous fixtures will default to
the fixture caching scope. Future versions of pytest-asyncio will default the
loop scope for asynchronous fixtures to function scope. Set the default fixture
loop scope explicitly in order to avoid unexpected behavior in the future.
Valid fixture loop scopes are: "function", "class", "module", "package",
"session"
______________ test_aiohttp_client_cls_fixture_custom_client_used ______________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_fixtures.py:169: in
test_aiohttp_client_cls_fixture_custom_client_used
result.assert_outcomes(passed=1)
/usr/lib/python3/dist-packages/_pytest/pytester.py:566: in parseoutcomes
return self.parse_summary_nouns(self.outlines)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/pytester.py:584: in parse_summary_nouns
raise ValueError("Pytest terminal summary report not found")
E ValueError: Pytest terminal summary report not found
----------------------------- Captured stderr call -----------------------------
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/usr/lib/python3/dist-packages/_pytest/main.py", line
285, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^
INTERNALERROR> File
"/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1119, in
_do_configure
INTERNALERROR>
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line
534, in call_historic
INTERNALERROR> res = self._hookexec(self.name, self._hookimpls.copy(),
kwargs, False)
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line
120, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs,
firstresult)
INTERNALERROR>
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line
167, in _multicall
INTERNALERROR> raise exception
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line
121, in _multicall
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR> File
"/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py", line 207, in
pytest_configure
INTERNALERROR>
warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
INTERNALERROR>
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> pytest.PytestDeprecationWarning: The configuration option
"asyncio_default_fixture_loop_scope" is unset.
INTERNALERROR> The event loop scope for asynchronous fixtures will default to
the fixture caching scope. Future versions of pytest-asyncio will default the
loop scope for asynchronous fixtures to function scope. Set the default fixture
loop scope explicitly in order to avoid unexpected behavior in the future.
Valid fixture loop scopes are: "function", "class", "module", "package",
"session"
___________________ test_aiohttp_client_cls_fixture_factory ____________________
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_fixtures.py:220: in
test_aiohttp_client_cls_fixture_factory
result.assert_outcomes(passed=2)
/usr/lib/python3/dist-packages/_pytest/pytester.py:566: in parseoutcomes
return self.parse_summary_nouns(self.outlines)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/pytester.py:584: in parse_summary_nouns
raise ValueError("Pytest terminal summary report not found")
E ValueError: Pytest terminal summary report not found
----------------------------- Captured stderr call -----------------------------
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/usr/lib/python3/dist-packages/_pytest/main.py", line
285, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^
INTERNALERROR> File
"/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1119, in
_do_configure
INTERNALERROR>
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line
534, in call_historic
INTERNALERROR> res = self._hookexec(self.name, self._hookimpls.copy(),
kwargs, False)
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line
120, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs,
firstresult)
INTERNALERROR>
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line
167, in _multicall
INTERNALERROR> raise exception
INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line
121, in _multicall
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR> File
"/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py", line 207, in
pytest_configure
INTERNALERROR>
warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
INTERNALERROR>
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> pytest.PytestDeprecationWarning: The configuration option
"asyncio_default_fixture_loop_scope" is unset.
INTERNALERROR> The event loop scope for asynchronous fixtures will default to
the fixture caching scope. Future versions of pytest-asyncio will default the
loop scope for asynchronous fixtures to function scope. Set the default fixture
loop scope explicitly in order to avoid unexpected behavior in the future.
Valid fixture loop scopes are: "function", "class", "module", "package",
"session"
========================= 4 failed, 3 passed in 0.95s ==========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13
returned exit code 13
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---