Your message dated Sun, 03 Oct 2021 23:19:49 +0000
with message-id <[email protected]>
and subject line Bug#931345: fixed in nvchecker 2.5-1
has caused the Debian Bug report #931345,
regarding nvchecker: autopkgtest regression in June 2019
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 [email protected]
immediately.)
--
931345: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931345
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: nvchecker
Version: 1.3-2
Severity: important
X-Debbugs-CC: [email protected]
User: [email protected]
Usertags: regression
Dear maintainers,
Somewhere between 2019-05-28 and 2019-06-28, your package started to
fail in buster for version 1.3.2, and somewhere between 2019-06-10 and
2019-06-15 is started failing in unstable for version 1.4.3-1.
I copied some of the output at the bottom of this report.
Unfortunately, the regression isn't caught by the migration software, so
this is either caused by an indirect dependency of your package (maybe
hints can be found here [1]), or by an external factor. Please
investigate and fix your autopkgtest.
Paul
[1]
https://ci.debian.net/data/packages/unstable/amd64/n/nvchecker/2492039.log
https://ci.debian.net/data/autopkgtest/unstable/amd64/n/nvchecker/2492039/log.gz
=================================== FAILURES
===================================
_________________________________ test_anitya
__________________________________
get_version = <function get_version.<locals>.__call__ at 0x7f1f241d6e18>
async def test_anitya(get_version):
> assert await get_version("shutter", {"anitya": "fedora/shutter"})
== "0.94.2"
E AssertionError: assert '0.94.3' == '0.94.2'
E - 0.94.3
E ? ^
E + 0.94.2
E ? ^
tests/test_anitya.py:8: AssertionError
________________________________ test_debianpkg
________________________________
get_version = <function get_version.<locals>.__call__ at 0x7f1f238a69d8>
@flaky(max_runs=10)
async def test_debianpkg(get_version):
> assert await get_version("sigrok-firmware-fx2lafw",
{"debianpkg": None}) == "0.1.6-1"
tests/test_debianpkg.py:10:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _
tests/conftest.py:50: in __call__
return await _get_version(name, config)
/usr/lib/python3/dist-packages/nvchecker/get_version.py:90: in get_version
version = await func(name, conf, **kwargs)
/usr/lib/python3/dist-packages/nvchecker/source/debianpkg.py:23: in
get_version
logger.error('Debian package not found', name=name)
/usr/lib/python3/dist-packages/structlog/_base.py:176: in _proxy_to_logger
args, kw = self._process_event(method_name, event, event_kw)
/usr/lib/python3/dist-packages/structlog/_base.py:136: in _process_event
event_dict = proc(self._logger, method_name, event_dict)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _
logger = <PrintLogger(file=<_pytest.capture.EncodedFile object at
0x7f1f25363b70>)>
method_name = 'error'
event_dict = {'event': 'Debian package not found', 'logger_name':
'nvchecker.source.debianpkg', 'name': 'sigrok-firmware-fx2lafw'}
def proc(logger, method_name, event_dict):
if method_name in ('warning', 'error'):
if 'exc_info' in event_dict:
raise event_dict['exc_info']
> raise RuntimeError(event_dict['event'])
E RuntimeError: Debian package not found
tests/conftest.py:68: RuntimeError
_________________________ test_debianpkg_strip_release
_________________________
get_version = <function get_version.<locals>.__call__ at 0x7f1f238a69d8>
@flaky(max_runs=10)
async def test_debianpkg_strip_release(get_version):
> assert await get_version("sigrok-firmware-fx2lafw",
{"debianpkg": None, "strip-release": 1}) == "0.1.6"
tests/test_debianpkg.py:14:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _
tests/conftest.py:50: in __call__
return await _get_version(name, config)
/usr/lib/python3/dist-packages/nvchecker/get_version.py:90: in get_version
version = await func(name, conf, **kwargs)
/usr/lib/python3/dist-packages/nvchecker/source/debianpkg.py:23: in
get_version
logger.error('Debian package not found', name=name)
/usr/lib/python3/dist-packages/structlog/_base.py:176: in _proxy_to_logger
args, kw = self._process_event(method_name, event, event_kw)
/usr/lib/python3/dist-packages/structlog/_base.py:136: in _process_event
event_dict = proc(self._logger, method_name, event_dict)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _
logger = <PrintLogger(file=<_pytest.capture.EncodedFile object at
0x7f1f25363b70>)>
method_name = 'error'
event_dict = {'event': 'Debian package not found', 'logger_name':
'nvchecker.source.debianpkg', 'name': 'sigrok-firmware-fx2lafw'}
def proc(logger, method_name, event_dict):
if method_name in ('warning', 'error'):
if 'exc_info' in event_dict:
raise event_dict['exc_info']
> raise RuntimeError(event_dict['event'])
E RuntimeError: Debian package not found
tests/conftest.py:68: RuntimeError
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: nvchecker
Source-Version: 2.5-1
Done: Afif Elghraoui <[email protected]>
We believe that the bug you reported is fixed in the latest version of
nvchecker, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Afif Elghraoui <[email protected]> (supplier of updated nvchecker 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 03 Oct 2021 15:54:04 -0700
Source: nvchecker
Architecture: source
Version: 2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Afif Elghraoui <[email protected]>
Changed-By: Afif Elghraoui <[email protected]>
Closes: 931345
Changes:
nvchecker (2.5-1) unstable; urgency=medium
.
* New upstream version 2.5 (Closes: #931345)
* New dependencies: toml and appdir
* Sample configuration now uses toml
* debian/compat 10
* Use documentation page as homepage
* debian/tests/control: Add pytest-httpbin
Checksums-Sha1:
baf2ceec2f760cba5d5a70f25065e3cec236fca4 2113 nvchecker_2.5-1.dsc
f92d75375b0fed43384ffb7068389935684ce5c2 54218 nvchecker_2.5.orig.tar.gz
6ea4db78eb1beaf554e90bdd657c2f8c53e0d08c 2268 nvchecker_2.5-1.debian.tar.xz
4ee7f20c4fa6eed22198387f575fa76d6b97ce4b 6670 nvchecker_2.5-1_source.buildinfo
Checksums-Sha256:
408263dc7be0e7e83c52f5d595e3633d7405ced13aa479e3b48690241c2fc415 2113
nvchecker_2.5-1.dsc
3a2a33efaab2ab6fa4cdf131468659321619f91586ab869657ace6b6d8aa0cef 54218
nvchecker_2.5.orig.tar.gz
100fe3fd506aad1f329a6e0de99ea430e3f23c08caa1c3e0cda4f3d50d7cbed6 2268
nvchecker_2.5-1.debian.tar.xz
0d8f1497f057aa851b51e1c31b7265297d41b5f7241f4b3e03cc90a16d09f3d6 6670
nvchecker_2.5-1_source.buildinfo
Files:
8da5236b93ee440ff088ec8b8582a756 2113 utils optional nvchecker_2.5-1.dsc
edba29b1dff4ce6ed0a2dc2efd00dfa3 54218 utils optional nvchecker_2.5.orig.tar.gz
f90f3f7a9bc9ce0ba8dd2de4b0b7fbb9 2268 utils optional
nvchecker_2.5-1.debian.tar.xz
ed30813b5f01951c8ecdfd5f5bc3ed12 6670 utils optional
nvchecker_2.5-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEE6rcjomb2J+aAVWFfWbIwbzr53cEFAmFaNRQQHGFmaWZAZGVi
aWFuLm9yZwAKCRBZsjBvOvndwZ/qEACeBFozrF/qcIzWLBDc5G8v0AZLAkpzeRn0
DgAhkYrkspxNMGiUFQR7Jg7JFka7TPPhwqpJrCFYjv+4+8Ao2QH+CrksbKKWFx3d
ovKoXCygXKzZ4ZXCJ2PpqNo+drwf7hgFRIYRewpnBkjvVr7QJd8YZw4VJpk5+U79
rbdydBLedaiffdYjxZ45F+woiGt+N2GDceqIOfNty3fdBPw19Yb8uOAlz8lD/Blt
sJT2Wp1lA54yehqax1K3l0a1EAEry3D3Vrupqf9RNYlJPMQVbSk2v8PIfMZxFkv+
f+3m1V7KdK/nvxM5Cqeann8DAYI4jZiv516pP7stqf/UAL6/SZ1O7raJ3/N2YuOq
uJ3acLZrNbkHvd6eshvsn/hVwAK+sHe43bwEirEREFX6NGZkRKOOvubAUh14PC+t
pC156lRfr3X5UAEX9i7FfbvvNoTxN6zajDmtrhvCD92c4bnc/GoFcl+l22/dbTfD
y/ylGvAX2VtRph6j+J8W3fj2VRRw5OAJNiKQvoKQfRpn+WslLUy2lWV0uUd9otzt
otTYaMXMt4i2gM0zsLf4Aeuq+Vua9VghNm1EBs3w3rfPqLTX5kbRIoxfryvOy2zY
gcLjpjKIEs+BhhDm5jNax6wZjvlOG57ZCa4tJLcwkkD+pDDhfo5Oyhzag/HXxD+N
eofSYjlsWA==
=MaFT
-----END PGP SIGNATURE-----
--- End Message ---