Your message dated Mon, 07 Aug 2023 09:21:23 +0000
with message-id <e1qswqv-00eosn...@fasolo.debian.org>
and subject line Bug#1042349: fixed in python-wsgi-intercept 1.9.3-3
has caused the Debian Bug report #1042349,
regarding python-wsgi-intercept: FTBFS: failed tests
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.)
--
1042349: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042349
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-wsgi-intercept
Version: 1.9.3-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e ; set -x ; for i in 3.11 ; do \
> PYMAJOR=`echo $i | cut -d'.' -f1` ; \
> echo "===> Testing with python$i (python$PYMAJOR)" ; \
> WSGI_INTERCEPT_SKIP_NETWORK=true PYTHON=$i PYTHONPATH=. python$i -m
> pytest wsgi_intercept/tests ; \
> done
> + echo 3.11
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python3.11 (python3)
> ===> Testing with python3.11 (python3)
> + WSGI_INTERCEPT_SKIP_NETWORK=true PYTHON=3.11 PYTHONPATH=. python3.11 -m
> pytest wsgi_intercept/tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<<PKGBUILDDIR>>
> collected 2 items / 8 errors
>
> ==================================== ERRORS
> ====================================
> __________ ERROR collecting wsgi_intercept/tests/test_http_client.py
> ___________
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/wsgi_intercept/tests/test_http_client.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_http_client.py:1: in <module>
> import py.test
> E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
> ____________ ERROR collecting wsgi_intercept/tests/test_httplib2.py
> ____________
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/wsgi_intercept/tests/test_httplib2.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_httplib2.py:1: in <module>
> import py.test
> E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
> __________ ERROR collecting wsgi_intercept/tests/test_interceptor.py
> ___________
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/wsgi_intercept/tests/test_interceptor.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_interceptor.py:10: in <module>
> import py.test
> E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
> ____________ ERROR collecting wsgi_intercept/tests/test_requests.py
> ____________
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/wsgi_intercept/tests/test_requests.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_requests.py:2: in <module>
> import py.test
> E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
> ________ ERROR collecting wsgi_intercept/tests/test_response_headers.py
> ________
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/wsgi_intercept/tests/test_response_headers.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_response_headers.py:11: in <module>
> import py.test
> E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
> _____________ ERROR collecting wsgi_intercept/tests/test_urllib.py
> _____________
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/wsgi_intercept/tests/test_urllib.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_urllib.py:2: in <module>
> import py.test
> E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
> ____________ ERROR collecting wsgi_intercept/tests/test_urllib3.py
> _____________
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/wsgi_intercept/tests/test_urllib3.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_urllib3.py:2: in <module>
> import py.test
> E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
> ________ ERROR collecting wsgi_intercept/tests/test_wsgi_compliance.py
> _________
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/wsgi_intercept/tests/test_wsgi_compliance.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> wsgi_intercept/tests/test_wsgi_compliance.py:2: in <module>
> import py.test
> E ModuleNotFoundError: No module named 'py.test'; 'py' is not a package
> =========================== short test summary info
> ============================
> ERROR wsgi_intercept/tests/test_http_client.py
> ERROR wsgi_intercept/tests/test_httplib2.py
> ERROR wsgi_intercept/tests/test_interceptor.py
> ERROR wsgi_intercept/tests/test_requests.py
> ERROR wsgi_intercept/tests/test_response_headers.py
> ERROR wsgi_intercept/tests/test_urllib.py
> ERROR wsgi_intercept/tests/test_urllib3.py
> ERROR wsgi_intercept/tests/test_wsgi_compliance.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 8 errors during collection
> !!!!!!!!!!!!!!!!!!!!
> ============================== 8 errors in 0.36s
> ===============================
> make[1]: *** [debian/rules:22: override_dh_auto_test] Error 2
The full build log is available from:
http://qa-logs.debian.net/2023/07/26/python-wsgi-intercept_1.9.3-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&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 ---
Source: python-wsgi-intercept
Source-Version: 1.9.3-3
Done: Thomas Goirand <z...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-wsgi-intercept, 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 1042...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-wsgi-intercept
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: SHA256
Format: 1.8
Date: Mon, 07 Aug 2023 10:33:35 +0200
Source: python-wsgi-intercept
Architecture: source
Version: 1.9.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1042349
Changes:
python-wsgi-intercept (1.9.3-3) unstable; urgency=medium
.
* Add refer_to_pytest_not_py.test_in_tests.patch (Closes: #1042349).
Checksums-Sha1:
4290053750483fe795a1555c3a6d91681900c087 2232 python-wsgi-intercept_1.9.3-3.dsc
d1378b46a8dfc70b0f94024c462cafe4bc0050ef 5932
python-wsgi-intercept_1.9.3-3.debian.tar.xz
866bc97e0167b8d8f0439ebb8ff8b5d762fd0815 7434
python-wsgi-intercept_1.9.3-3_amd64.buildinfo
Checksums-Sha256:
72e14a28c57d28e0db07634c16557639e928568c232a7ec2045f77d0fca4d21c 2232
python-wsgi-intercept_1.9.3-3.dsc
325b9123f58e22c1c41c4c2b31f3eb391557dbe1f1b4b88c52f1ee7935be4f8a 5932
python-wsgi-intercept_1.9.3-3.debian.tar.xz
7352fd5baeed4b35d3e2f5d852ea37ba193e25a0f9c2ec54fa7267ed4b1bf094 7434
python-wsgi-intercept_1.9.3-3_amd64.buildinfo
Files:
f16381b4fb513250a1f073aba5e48075 2232 python optional
python-wsgi-intercept_1.9.3-3.dsc
d9f340acacd9a22aa230514bc1d5b3e2 5932 python optional
python-wsgi-intercept_1.9.3-3.debian.tar.xz
120aa721c2f378d308974d24efb82a3f 7434 python optional
python-wsgi-intercept_1.9.3-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmTQr/UACgkQ1BatFaxr
Q/5C2A/6AkAzvemYmIgbKe21Fo7ti3tpzggEgopo8gOJ1p+Zx7ioXKMM9qM04PQc
22mDhd4h9L4LUGvz49uRFPJ4CBOBEgt7+UQtfXSbPIwngnnGsS5TvI+7R6nmumDd
sRS2DEj+xy5/cdUk/vzzt3tVMO1C0Yo90w8k3nBeG52hbUSeCCpste4SrRHO5+/A
lGYOHb8vNI+sT9Rk7sUyLxxZuqt5mp8QwPofQvR7tBB/D0Eza1nQrVdhkm42EZq+
62pXYWlJiSVpnUfcP+bF2P9Xwo8vm2yM3J1nPfUoHdsrirwNDLyhHHLqxa+W4a1a
tjAo81Q5lRkk+OLnL+BhmjhGUbEcgJ1/B+DYk+fwM9jjSGKogBXKLo4eUR3GZaGt
12wrDI1+7iFHWySHnjq+AU/YnMjIBEGtpzNoSmXa/+Gtjd8Owcx3EcncTojhLNHq
/+iC6Mv6k2dJiKNsc1ZaPds4W5NBjc01nsMEmvuqYjKbSG3XhPvw7iBPnmScqaYY
OBLExy4SHTnHUr1ebzQ5FfjZuoLdgC0WWC/snTFI8V0QZAf15eOxd4bCVnfSHIi3
2VoX+Z9GelT9P/mQUw5GwZ6cLwnF5SKbOW9nimFo6HYN6D7V8VMVosVzL5WrE6H+
0kv2ONd1hpwwHuj4chDJDMiAKIt41QsWea3ed/rIzej2QmB3eo8=
=BZ/s
-----END PGP SIGNATURE-----
--- End Message ---