Your message dated Mon, 04 Apr 2022 12:06:11 +0000
with message-id <e1nblth-000fm0...@fasolo.debian.org>
and subject line Bug#1008457: fixed in python-uvicorn 0.17.6-1
has caused the Debian Bug report #1008457,
regarding python-uvicorn: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.10 3.9" 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.)


-- 
1008457: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008457
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-uvicorn
Version: 0.15.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220326 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> http_proxy= https_proxy= dh_auto_test
> I: pybuild pybuild:298: cp -r /<<PKGBUILDDIR>>/tests 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; 
> python3.10 -m pytest -s --verbose -k 'not test_run and not 
> test_invalid_upgrade and not test_default_headers and not test_trace_logging 
> and not test_websocket_auto' --ignore=tests/protocols/test_websocket.py
> INTERNALERROR> Traceback (most recent call last):
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
> 265, in wrap_session
> INTERNALERROR>     config._do_configure()
> INTERNALERROR>   File 
> "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 982, in 
> _do_configure
> INTERNALERROR>     
> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 
> 277, in call_historic
> INTERNALERROR>     res = self._hookexec(self.name, self.get_hookimpls(), 
> kwargs, False)
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", 
> line 80, in _hookexec
> INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, 
> firstresult)
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", 
> line 60, in _multicall
> INTERNALERROR>     return outcome.get_result()
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_result.py", 
> line 60, in get_result
> INTERNALERROR>     raise ex[1].with_traceback(ex[2])
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", 
> line 39, in _multicall
> INTERNALERROR>     res = hook_impl.function(*args)
> INTERNALERROR>   File 
> "/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py", line 191, in 
> pytest_configure
> INTERNALERROR>     config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)
> INTERNALERROR>   File 
> "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1321, in 
> issue_config_time_warning
> INTERNALERROR>     warnings.warn(warning, stacklevel=stacklevel)
> INTERNALERROR> DeprecationWarning: The 'asyncio_mode' default value will 
> change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 
> 'asyncio_mode=auto' in pytest configuration file.
> E: pybuild pybuild:367: test: plugin distutils failed with: exit code=3: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; python3.10 -m pytest -s 
> --verbose -k 'not test_run and not test_invalid_upgrade and not 
> test_default_headers and not test_trace_logging and not test_websocket_auto' 
> --ignore=tests/protocols/test_websocket.py
> I: pybuild pybuild:298: cp -r /<<PKGBUILDDIR>>/tests 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; 
> python3.9 -m pytest -s --verbose -k 'not test_run and not 
> test_invalid_upgrade and not test_default_headers and not test_trace_logging 
> and not test_websocket_auto' --ignore=tests/protocols/test_websocket.py
> INTERNALERROR> Traceback (most recent call last):
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
> 265, in wrap_session
> INTERNALERROR>     config._do_configure()
> INTERNALERROR>   File 
> "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 982, in 
> _do_configure
> INTERNALERROR>     
> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 
> 277, in call_historic
> INTERNALERROR>     res = self._hookexec(self.name, self.get_hookimpls(), 
> kwargs, False)
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", 
> line 80, in _hookexec
> INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, 
> firstresult)
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", 
> line 60, in _multicall
> INTERNALERROR>     return outcome.get_result()
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_result.py", 
> line 60, in get_result
> INTERNALERROR>     raise ex[1].with_traceback(ex[2])
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", 
> line 39, in _multicall
> INTERNALERROR>     res = hook_impl.function(*args)
> INTERNALERROR>   File 
> "/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py", line 191, in 
> pytest_configure
> INTERNALERROR>     config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)
> INTERNALERROR>   File 
> "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1321, in 
> issue_config_time_warning
> INTERNALERROR>     warnings.warn(warning, stacklevel=stacklevel)
> INTERNALERROR> DeprecationWarning: The 'asyncio_mode' default value will 
> change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 
> 'asyncio_mode=auto' in pytest configuration file.
> E: pybuild pybuild:367: test: plugin distutils failed with: exit code=3: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; python3.9 -m pytest -s 
> --verbose -k 'not test_run and not test_invalid_upgrade and not 
> test_default_headers and not test_trace_logging and not test_websocket_auto' 
> --ignore=tests/protocols/test_websocket.py
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 
> 3.9" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/03/26/python-uvicorn_0.15.0-2_unstable.log

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 marking 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: python-uvicorn
Source-Version: 0.17.6-1
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-uvicorn, 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 1008...@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 python-uvicorn 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: SHA512

Format: 1.8
Date: Mon, 04 Apr 2022 13:41:27 +0200
Source: python-uvicorn
Architecture: source
Version: 0.17.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1008457
Changes:
 python-uvicorn (0.17.6-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Standards-Version: 4.6.0 (routine-update)
   * Add salsa-ci file (routine-update)
   * fix asyncio warnings
     Closes: #1008457
Checksums-Sha1:
 389075189a74a362ce9925af855a9f4f2e6feefc 2654 python-uvicorn_0.17.6-1.dsc
 b6a32bc87ca86827b7c2d33d01349408aa949025 708048 
python-uvicorn_0.17.6.orig.tar.gz
 bba689ab2e224fa66107e605293c06159ef5dd12 8396 
python-uvicorn_0.17.6-1.debian.tar.xz
 ea5e808ea5a2f86d314ead8ecfed9312abe5bf44 9898 
python-uvicorn_0.17.6-1_amd64.buildinfo
Checksums-Sha256:
 33f460db5657c04649a93de24cc18ac8b2cfca101366d3dff99063f50672410e 2654 
python-uvicorn_0.17.6-1.dsc
 369ecf238f0dac555257ad2ccc4b0351ad0524954afa5b4fffef27adedba144d 708048 
python-uvicorn_0.17.6.orig.tar.gz
 2ad4faddd47f499fd389d6ac24e33ca7463fcb80c4f7e419d39a29b719b5ef04 8396 
python-uvicorn_0.17.6-1.debian.tar.xz
 86b9ceb46b7282ba06bddf76aef1fef6f187b970f79a07e6012da860f204b554 9898 
python-uvicorn_0.17.6-1_amd64.buildinfo
Files:
 57411e519fcc4b83b92ac7bf18897153 2654 python optional 
python-uvicorn_0.17.6-1.dsc
 00cbdf4af94f817aed4744d8762daeaf 708048 python optional 
python-uvicorn_0.17.6.orig.tar.gz
 285a6c535d6c1ad978344e6429ce789e 8396 python optional 
python-uvicorn_0.17.6-1.debian.tar.xz
 0719cb7e826462e7f6cf04cb92944b45 9898 python optional 
python-uvicorn_0.17.6-1_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmJK25URHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHfww//cRIYyC9EaBS+zivRS/qAVH9LKN61WPYr
b1BOdeWN8Q1YWJvTBAeqoV/kIVgTBCsO10xEu6ZL1GYpWC3xpRZ0wNu2YOkN2c+d
1JWtU/WjP9zJ7tBuLN15G0P4a9mj14mQd4JXpl4tYV78vFar4Wb/ZGwej5I/MjQz
aNgQn3gLvUhwLMJjTXy55U5SCL0UePH+qI6Gde04kSmIfIM2xmFGDbbP8Y8OWv9x
y8WLZDsxjOGXGYxmac+kWECrDqOcSTFf778Q1t5JhUk9bvtYyV/FsLmVKaN0qbMx
RiYftFBYJdz3B1lsMHxpRy+7Ybpoy4ZidPw9xs9YTfE9sGA3b1gPsOGWaljzt68U
djkl1zxPGTgtEN7IpmIdjweQvp3ngqr5apt1rD0cgPhRZJoTlmlYcQprBRQtuXU2
YUMnOH5YZTTBxTqD/1TYW/Pi8jAYR5GasKw7Myr/dvRo5FQW2yV9MPz05E6T41oa
hwRbmvEhG7AC5TqAPpRObiykmLzapb8MPXyzdwYQv5T3QUv0IJRBTPqw8AXagqMr
H2qCEEVCCD9ORS916++fHN8U8bEJPrGL06P7O6thUcrNFsAGlc/NDT+Lpf6SpTFt
iB7YG+7Rfk1Vt4by9GJo6tIBNbWmpQvJ8udx6KPzLiOZEdiMBplZMFLuDzDGY60f
c1i3JsMH25w=
=J2Fm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to