Your message dated Fri, 15 Dec 2023 18:22:47 +0000
with message-id <e1recpj-007ykp...@fasolo.debian.org>
and subject line Bug#1058295: fixed in python-markdown2 2.4.11-1
has caused the Debian Bug report #1058295,
regarding python-markdown2: FTBFS: dh_auto_test: error: pybuild --test
--test-pytest -i python{version} -p "3.12 3.11" 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.)
--
1058295: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058295
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-markdown2
Version: 2.4.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie
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
> pybuild --configure -i python{version} -p "3.12 3.11"
> I: pybuild base:310: python3.12 setup.py config
> running config
> I: pybuild base:310: python3.11 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> pybuild --build -i python{version} -p "3.12 3.11"
> I: pybuild base:310: /usr/bin/python3.12 setup.py build
> running build
> running build_py
> copying lib/markdown2.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_markdown2/build
> running build_scripts
> creating build
> creating build/scripts-3.12
> copying and adjusting bin/markdown2 -> build/scripts-3.12
> changing mode of build/scripts-3.12/markdown2 from 644 to 755
> I: pybuild base:310: /usr/bin/python3 setup.py build
> running build
> running build_py
> copying lib/markdown2.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_markdown2/build
> running build_scripts
> creating build/scripts-3.11
> copying and adjusting bin/markdown2 -> build/scripts-3.11
> changing mode of build/scripts-3.11/markdown2 from 644 to 755
> dh_auto_test -O--buildsystem=pybuild
> pybuild --test --test-pytest -i python{version} -p "3.12 3.11"
> I: pybuild base:310: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_markdown2/build; python3.12 -m pytest
> test
> ============================= test session starts
> ==============================
> platform linux -- Python 3.12.1, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> collected 0 items / 1 error
>
> ==================================== ERRORS
> ====================================
> _ ERROR collecting
> .pybuild/cpython3_3.12_markdown2/build/test/test_markdown2.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_markdown2/build/test/test_markdown2.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> test/test_markdown2.py:19: in <module>
> from testlib import TestError, TestSkipped, tag
> test/testlib.py:67: in <module>
> import imp
> E ModuleNotFoundError: No module named 'imp'
> =========================== short test summary info
> ============================
> ERROR test/test_markdown2.py
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
> !!!!!!!!!!!!!!!!!!!!
> =============================== 1 error in 0.17s
> ===============================
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_markdown2/build; python3.12 -m pytest
> test
> I: pybuild base:310: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_markdown2/build; python3.11 -m pytest
> test
> ============================= test session starts
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> collected 8 items
>
> test/test_markdown2.py .......x
> [100%]
>
> =============================== warnings summary
> ===============================
> test/testlib.py:67
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_markdown2/build/test/testlib.py:67:
> DeprecationWarning: the imp module is deprecated in favour of importlib and
> slated for removal in Python 3.12; see the module's documentation for
> alternative uses
> import imp
>
> .pybuild/cpython3_3.11_markdown2/build/test/test_markdown2.py:586
> .pybuild/cpython3_3.11_markdown2/build/test/test_markdown2.py:586:
> PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_cases
> will be ignored
>
> test/testlib.py:83
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_markdown2/build/test/testlib.py:83:
> PytestCollectionWarning: cannot collect test class 'TestError' because it has
> a __init__ constructor (from:
> .pybuild/cpython3_3.11_markdown2/build/test/test_markdown2.py)
> class TestError(Exception):
>
> test/testlib.py:86
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_markdown2/build/test/testlib.py:86:
> PytestCollectionWarning: cannot collect test class 'TestSkipped' because it
> has a __init__ constructor (from:
> .pybuild/cpython3_3.11_markdown2/build/test/test_markdown2.py)
> class TestSkipped(Exception):
>
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =================== 7 passed, 1 xfailed, 4 warnings in 0.20s
> ===================
> rm -fr -- /tmp/dh-xdg-rundir-oYcCQbgg
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12
> 3.11" returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2023/12/12/python-markdown2_2.4.1-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&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-markdown2
Source-Version: 2.4.11-1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-markdown2, 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 1058...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated python-markdown2
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: Fri, 15 Dec 2023 18:51:46 +0100
Source: python-markdown2
Built-For-Profiles: noudeb
Architecture: source
Version: 2.4.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1056480 1058295
Changes:
python-markdown2 (2.4.11-1) unstable; urgency=medium
.
* Team upload.
* New upstream release (Closes: #1056480, #1058295)
* Switch to autopkgtest-pkg-pybuild
* Bump Standards-Version to 4.6.2
* Override false positive lintian errors for source-is-missing
Checksums-Sha1:
3caebc05ebf25e907dce5f44a95191d3239f9d79 2137 python-markdown2_2.4.11-1.dsc
1d7c41d54cb72c852fdd7dc61ac1bf325ff556bd 1096864
python-markdown2_2.4.11.orig.tar.gz
549ccc193368563a259ac76faed65839ebe30f15 4828
python-markdown2_2.4.11-1.debian.tar.xz
6f915cfa822ac0fdce42ee51b43607dfb61aa210 7830
python-markdown2_2.4.11-1_source.buildinfo
Checksums-Sha256:
4c2d55a73cf5fc22b7f4447b3f823911b5562cabb012ec805c8b6c6a68006097 2137
python-markdown2_2.4.11-1.dsc
ebd2cf20f06bd28269e8bd0e5e70ac64b22fe2de1e72bbac2fcc9926889c4826 1096864
python-markdown2_2.4.11.orig.tar.gz
39f5b5754b78aaad8f73d71d2788e770602d58189eefdfac517fb64715959466 4828
python-markdown2_2.4.11-1.debian.tar.xz
81af811974f2591cd4a362f297cdb120b4a1b2d6b50e876ccfc5c602fe4ded17 7830
python-markdown2_2.4.11-1_source.buildinfo
Files:
f2b7eab93c2148cdd71a8a25a4ce659d 2137 python optional
python-markdown2_2.4.11-1.dsc
dcc7f5d4b24af117844e9fc75e82c362 1096864 python optional
python-markdown2_2.4.11.orig.tar.gz
cfd09de2fbbccc524bc598852f43658c 4828 python optional
python-markdown2_2.4.11-1.debian.tar.xz
36072e6e68d7ca0cdfdf472c5ce24665 7830 python optional
python-markdown2_2.4.11-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmV8kv0ACgkQFZ61xO/I
d0xltRAApAhIwiWyieiSK5hEOw1QB4alJZp9OhDv1DZKqhqoH+OyliQ1um9PS+Rs
ZMr98nSZfnQy2Yta/3n8MsLtvFMAyhRpFpeylcE/ZADMvj7tQsL7s5M7RH+WPpF2
6gveRxofGGayN+afndQ0N5b+IiOtK+vgAerXBIbJrjKZej/wnSRnJbbZu3sDdy3j
QB7ugWwnegWcl6skQK/cO5pK4aN3rQv5is6+uaqEbE6tOxudz9+fJE1m0/GDsZ8M
BqOn4zOjWFGrPVpTOzFG+nzrG+Auin3K3YdZa+sUQn9ke48CzgGfFrLbv+Uvc8MX
y6OYL+2ChbZXsSY1XsTlpnlC+3kR0NvLlOVipXMNoEaY4ustalsBZn3DcjbDQVUt
szAlviydBEuVNe1c4yNC5Nv1lXXnSL0xG+7rWgwhiqheWr43lm1AMq5nBvpNjzWE
VCGmc/86DtbUEyLeuo/VMxVfzEYjLeP6qa7j6zfVUU0jf35tx71c6nrJ5y/89yYX
0/KBA1z8oJZGF4ajfjg0PC1OegrKbKAJ1iWh35kSs7dmJqNnkvwKgL6H6Wctaet9
VB9i/72JuWNzcHgMyJZWbIWFPq2fiWvrk3UH9+t2NlxnMivpcxHwkR99Yu2F9Vgy
S6PzuF/4anEI1qeF3ZCRVRER+mXae5Nvsj1PmukrdOzDs9bY9/0=
=m2co
-----END PGP SIGNATURE-----
--- End Message ---