Your message dated Mon, 04 Apr 2022 16:04:49 +0000
with message-id <e1nbpcd-0007ya...@fasolo.debian.org>
and subject line Bug#1008469: fixed in python-watchgod 0.8.2-1
has caused the Debian Bug report #1008469,
regarding python-watchgod: 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.)
--
1008469: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008469
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-watchgod
Version: 0.7-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):
> 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
> I: pybuild base:237: python3.10 setup.py config
> running config
> I: pybuild base:237: python3.9 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:237: /usr/bin/python3.10 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_watchgod/build/watchgod
> copying watchgod/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_watchgod/build/watchgod
> copying watchgod/cli.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_watchgod/build/watchgod
> copying watchgod/__main__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_watchgod/build/watchgod
> copying watchgod/watcher.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_watchgod/build/watchgod
> copying watchgod/main.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_watchgod/build/watchgod
> copying watchgod/version.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_watchgod/build/watchgod
> copying watchgod/py.typed ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_watchgod/build/watchgod
> I: pybuild base:237: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watchgod/build/watchgod
> copying watchgod/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watchgod/build/watchgod
> copying watchgod/cli.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watchgod/build/watchgod
> copying watchgod/__main__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watchgod/build/watchgod
> copying watchgod/watcher.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watchgod/build/watchgod
> copying watchgod/main.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watchgod/build/watchgod
> copying watchgod/version.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watchgod/build/watchgod
> copying watchgod/py.typed ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watchgod/build/watchgod
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_watchgod/build; python3.10 -m pytest
> tests
> 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_watchgod/build; python3.10 -m pytest
> tests
> I: pybuild base:237: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_watchgod/build; python3.9 -m pytest
> tests
> 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_watchgod/build; python3.9 -m pytest
> tests
> 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-watchgod_0.7-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-watchgod
Source-Version: 0.8.2-1
Done: Andreas Tille <ti...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-watchgod, 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-watchgod 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 16:42:20 +0200
Source: python-watchgod
Architecture: source
Version: 0.8.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1008469
Changes:
python-watchgod (0.8.2-1) unstable; urgency=medium
.
* Team upload.
* New upstream version
* Fix watch file
* Add salsa-ci file
* Add nocheck profile marker
* fix asyncio warnings
Closes: #1008469
* Build-Depends: python3-anyio, python3-trio
Checksums-Sha1:
6aa2203ca939960e0ac49babed7324604c4e5694 2369 python-watchgod_0.8.2-1.dsc
64302c45c08e38a6db6b972a07cfef5a89ee1819 15515
python-watchgod_0.8.2.orig.tar.gz
697477d6b623168f5569bc5c4ffa8a953829e8a7 4816
python-watchgod_0.8.2-1.debian.tar.xz
8a69043f6f05e8f9ea4dfea1de53b675df9863d9 7467
python-watchgod_0.8.2-1_amd64.buildinfo
Checksums-Sha256:
9e229c1ea2a05a3825923013cb2002225ed13248c02920a0b2198901d2b5e136 2369
python-watchgod_0.8.2-1.dsc
99a40674012d97c15d2bb6d47e54ff6f08e3c03ac6dc983e8cc306f2f2155be1 15515
python-watchgod_0.8.2.orig.tar.gz
5dab612d89746778a45265afc3c9f64dcfadce94f8ec53b9e3c37bd67e98eeaa 4816
python-watchgod_0.8.2-1.debian.tar.xz
6e787af6252a48a76039a926dac7c742abff18eeebc70cfe2ed693ac2cdd26de 7467
python-watchgod_0.8.2-1_amd64.buildinfo
Files:
1a8062975b6e4b619c0174d610697462 2369 python optional
python-watchgod_0.8.2-1.dsc
ba13fddd5b1e083ad1682cc0070d009d 15515 python optional
python-watchgod_0.8.2.orig.tar.gz
d73f755ea9c80d0329ea4cdb83a84081 4816 python optional
python-watchgod_0.8.2-1.debian.tar.xz
5c62f69d1b819f857b466e5dfbc5c035 7467 python optional
python-watchgod_0.8.2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmJLElkRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtH+QA/9EnNi2XddHNGqnvecrCEQ1KMAEbUnl67s
ngo9kpUiB3tq8AHnIvCCKGs/ENtnHOQwfuCddOiDZd7HfbrYmwouHsILatJZrOty
hL8Bbm0kTxc1dITRV0V44DaADxtReLDSg5WgXnjtUm7p8l4wslFpd5NouUqDmeQL
CBLgOhcTiX+g+olx3Q40BCeJl3QNKcwiLKGFdFuONDkHF9CswtfsF2jkgcaJBk27
MN+/3iEqJI03B4Bvd8wXdMEZDdb1RN+5Zm7s4zRK9dfAtr0+kPLUUgcX68OZtWhH
Xb749QCrAUCDb9XYj7gy5cCNE9R+7y6+fREUCQ2W/xljxkqqVNyCNUCIlxRzBqcj
y5RRF9+JN1TH1oa/yKy1dD11RPvhKha0miiXNlDIKgXnTYPqZ9XxR3C2kq9f7u8y
/lOJxZPuQi1nilKrpkX/BwldRrWkP2snz/uMsv5Qzwil37jD8HDT178VNVauEZky
mMTaXZdUYVUp7t+5uskFR1SE85hRs24h/wuxv3Wli9u2uTwfNAMwd+y4QwX4xX9e
kVoObLakdfZqYTZIYWOz9V5ZN66mHPrhQQzXt42m6gJUUh+mUciIzKQUFRJVY7MY
j7u04K3iQBF65FG5vAMtvHwgUQsSlrUcd4FsjmqarDZ1TQATz7FHzRxj0KlOjvXf
c3c6qv5adKA=
=t9/T
-----END PGP SIGNATURE-----
--- End Message ---