Your message dated Tue, 08 Mar 2022 06:18:53 +0000
with message-id <[email protected]>
and subject line Bug#1006048: fixed in python-readme-renderer 32.0-1
has caused the Debian Bug report #1006048,
regarding python-readme-renderer: 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 [email protected]
immediately.)


-- 
1006048: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006048
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-readme-renderer
Version: 24.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
>  debian/rules build
> dh build --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/build/readme_renderer
> copying readme_renderer/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/markdown.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/__main__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/__about__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/rst.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/clean.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/readme_renderer
> copying readme_renderer/txt.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/readme_renderer
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/readme_renderer/integration
> copying readme_renderer/integration/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/readme_renderer/integration
> copying readme_renderer/integration/distutils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/readme_renderer/integration
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/markdown.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/__main__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/__about__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/rst.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/clean.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/readme_renderer
> copying readme_renderer/txt.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/readme_renderer
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/readme_renderer/integration
> copying readme_renderer/integration/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/readme_renderer/integration
> copying readme_renderer/integration/distutils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/readme_renderer/integration
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; 
> python3.10 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.10.2, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>, configfile: pytest.ini
> collected 67 items
> 
> tests/test_clean.py .                                                    [  
> 1%]
> tests/test_integration_distutils.py ......                               [ 
> 10%]
> tests/test_markdown.py .F....F..................................         [ 
> 71%]
> tests/test_noextra.py ss                                                 [ 
> 74%]
> tests/test_rst.py ................                                       [ 
> 98%]
> tests/test_txt.py .                                                      
> [100%]
> 
> =================================== FAILURES 
> ===================================
> _ 
> test_md_fixtures[/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_highlight.md-/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_highlight.html-GFM]
>  _
> 
> md_filename = 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_highlight.md'
> html_filename = 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_highlight.html'
> variant = 'GFM'
> 
>     @pytest.mark.parametrize(
>         ("md_filename", "html_filename", "variant"),
>         MD_FIXTURES,
>     )
>     def test_md_fixtures(md_filename, html_filename, variant):
>         # Get our Markup
>         with io.open(md_filename, encoding='utf-8') as f:
>             md_markup = f.read()
>     
>         # Get our expected
>         with io.open(html_filename, encoding="utf-8") as f:
>             expected = f.read()
>     
> >       assert render(md_markup, variant=variant) == expected
> E       assert '<p>This is n...an>\n</pre>\n' == '<p>This is 
> n...an>\n</pre>\n'
> E         Skipping 231 identical leading characters in diff, use -v to show
> E         + unc</span><span class="w"> </span><span 
> class="nx">ThisIsGo</span><span class="p">(){</span><span class="w"></span>
> E         + <span class="w">    </span><span class="k">return</span><span 
> class="w"></span>
> E         - unc</span> <span class="nx">ThisIsGo</span><span 
> class="p">(){</span>
> E         ? -----------             ^^  ^^^^^^^^                    ^  ---
> E         + <span class="p">}</span><span class="w"></span>
> E         ?              ^  ^                    ^...
> E         
> E         ...Full output truncated (4 lines hidden), use '-vv' to show
> 
> tests/test_markdown.py:36: AssertionError
> _ 
> test_md_fixtures[/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_doublequotes.md-/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_doublequotes.html-GFM]
>  _
> 
> md_filename = 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_doublequotes.md'
> html_filename = 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_doublequotes.html'
> variant = 'GFM'
> 
>     @pytest.mark.parametrize(
>         ("md_filename", "html_filename", "variant"),
>         MD_FIXTURES,
>     )
>     def test_md_fixtures(md_filename, html_filename, variant):
>         # Get our Markup
>         with io.open(md_filename, encoding='utf-8') as f:
>             md_markup = f.read()
>     
>         # Get our expected
>         with io.open(html_filename, encoding="utf-8") as f:
>             expected = f.read()
>     
> >       assert render(md_markup, variant=variant) == expected
> E       assert '<p>This is n...an>\n</pre>\n' == '<p>This is 
> n...an>\n</pre>\n'
> E         Skipping 316 identical leading characters in diff, use -v to show
> E         + unc</span><span class="w"> </span><span 
> class="nx">ThisIsGo</span><span class="p">(){</span><span class="w"></span>
> E         + <span class="w">    </span><span class="k">return</span><span 
> class="w"></span>
> E         - unc</span> <span class="nx">ThisIsGo</span><span 
> class="p">(){</span>
> E         ? -----------             ^^  ^^^^^^^^                    ^  ---
> E         + <span class="p">}</span><span class="w"></span>
> E         ?              ^  ^                    ^...
> E         
> E         ...Full output truncated (4 lines hidden), use '-vv' to show
> 
> tests/test_markdown.py:36: AssertionError
> =============================== warnings summary 
> ===============================
> tests/test_integration_distutils.py:1
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/test_integration_distutils.py:1:
>  DeprecationWarning: The distutils package is deprecated and slated for 
> removal in Python 3.12. Use setuptools or check PEP 632 for potential 
> alternatives
>     import distutils.dist
> 
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> =========================== short test summary info 
> ============================
> FAILED 
> tests/test_markdown.py::test_md_fixtures[/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_highlight.md-/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_highlight.html-GFM]
> FAILED 
> tests/test_markdown.py::test_md_fixtures[/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_doublequotes.md-/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/tests/fixtures/test_GFM_doublequotes.html-GFM]
> ============== 2 failed, 63 passed, 2 skipped, 1 warning in 1.12s 
> ==============
> E: pybuild pybuild:367: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; python3.10 -m pytest tests
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; 
> python3.9 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.10, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>, configfile: pytest.ini
> collected 67 items
> 
> tests/test_clean.py .                                                    [  
> 1%]
> tests/test_integration_distutils.py ......                               [ 
> 10%]
> tests/test_markdown.py .F....F..................................         [ 
> 71%]
> tests/test_noextra.py ss                                                 [ 
> 74%]
> tests/test_rst.py ................                                       [ 
> 98%]
> tests/test_txt.py .                                                      
> [100%]
> 
> =================================== FAILURES 
> ===================================
> _ 
> test_md_fixtures[/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_highlight.md-/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_highlight.html-GFM]
>  _
> 
> md_filename = 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_highlight.md'
> html_filename = 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_highlight.html'
> variant = 'GFM'
> 
>     @pytest.mark.parametrize(
>         ("md_filename", "html_filename", "variant"),
>         MD_FIXTURES,
>     )
>     def test_md_fixtures(md_filename, html_filename, variant):
>         # Get our Markup
>         with io.open(md_filename, encoding='utf-8') as f:
>             md_markup = f.read()
>     
>         # Get our expected
>         with io.open(html_filename, encoding="utf-8") as f:
>             expected = f.read()
>     
> >       assert render(md_markup, variant=variant) == expected
> E       assert '<p>This is n...an>\n</pre>\n' == '<p>This is 
> n...an>\n</pre>\n'
> E         Skipping 231 identical leading characters in diff, use -v to show
> E         + unc</span><span class="w"> </span><span 
> class="nx">ThisIsGo</span><span class="p">(){</span><span class="w"></span>
> E         + <span class="w">    </span><span class="k">return</span><span 
> class="w"></span>
> E         - unc</span> <span class="nx">ThisIsGo</span><span 
> class="p">(){</span>
> E         ? -----------             ^^  ^^^^^^^^                    ^  ---
> E         + <span class="p">}</span><span class="w"></span>
> E         ?              ^  ^                    ^...
> E         
> E         ...Full output truncated (4 lines hidden), use '-vv' to show
> 
> tests/test_markdown.py:36: AssertionError
> _ 
> test_md_fixtures[/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_doublequotes.md-/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_doublequotes.html-GFM]
>  _
> 
> md_filename = 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_doublequotes.md'
> html_filename = 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_doublequotes.html'
> variant = 'GFM'
> 
>     @pytest.mark.parametrize(
>         ("md_filename", "html_filename", "variant"),
>         MD_FIXTURES,
>     )
>     def test_md_fixtures(md_filename, html_filename, variant):
>         # Get our Markup
>         with io.open(md_filename, encoding='utf-8') as f:
>             md_markup = f.read()
>     
>         # Get our expected
>         with io.open(html_filename, encoding="utf-8") as f:
>             expected = f.read()
>     
> >       assert render(md_markup, variant=variant) == expected
> E       assert '<p>This is n...an>\n</pre>\n' == '<p>This is 
> n...an>\n</pre>\n'
> E         Skipping 316 identical leading characters in diff, use -v to show
> E         + unc</span><span class="w"> </span><span 
> class="nx">ThisIsGo</span><span class="p">(){</span><span class="w"></span>
> E         + <span class="w">    </span><span class="k">return</span><span 
> class="w"></span>
> E         - unc</span> <span class="nx">ThisIsGo</span><span 
> class="p">(){</span>
> E         ? -----------             ^^  ^^^^^^^^                    ^  ---
> E         + <span class="p">}</span><span class="w"></span>
> E         ?              ^  ^                    ^...
> E         
> E         ...Full output truncated (4 lines hidden), use '-vv' to show
> 
> tests/test_markdown.py:36: AssertionError
> =========================== short test summary info 
> ============================
> FAILED 
> tests/test_markdown.py::test_md_fixtures[/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_highlight.md-/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_highlight.html-GFM]
> FAILED 
> tests/test_markdown.py::test_md_fixtures[/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_doublequotes.md-/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tests/fixtures/test_GFM_doublequotes.html-GFM]
> =================== 2 failed, 63 passed, 2 skipped in 0.75s 
> ====================
> E: pybuild pybuild:367: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/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/02/18/python-readme-renderer_24.0-3_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-readme-renderer
Source-Version: 32.0-1
Done: Carsten Schoenert <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-readme-renderer, 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.
Carsten Schoenert <[email protected]> (supplier of updated 
python-readme-renderer 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: SHA512

Format: 1.8
Date: Tue, 08 Mar 2022 07:00:24 +0100
Source: python-readme-renderer
Architecture: source
Version: 32.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Carsten Schoenert <[email protected]>
Closes: 1006048
Changes:
 python-readme-renderer (32.0-1) unstable; urgency=medium
 .
   * Team upload.
   * d/gbp.conf: Extend with some more default settings
   * New upstream version 32.0
   * d/{control,tests/control}: Running wrap-and-sort -ast
   * Drop patch queue
   * d/watch: Update to version 4
   * d/control: Remove min version on dh-python
   * d/control: Bump debhelper version to 13
   * d/control: Update Standards-Version to 4.6.0
     No further changes needed.
   * d/control: Add B-D for using poetry and pyproject
   * d/rules: Use pyproject to build package
   * {autopkg,}tests: Ignore test 'not test_md_fixtures'
     (Closes: #1006048)
   * d/control: Adding entry Rules-Requires-Root: no
   * d/copyright: Update copyright year
Checksums-Sha1:
 3640795666499aceb02227567001b589a0629867 2459 python-readme-renderer_32.0-1.dsc
 3494a871248fba06a93f6b7c85c6f2f4c68a32cc 25104 
python-readme-renderer_32.0.orig.tar.gz
 df927286113d919f7eebe1a12d4f571274aaf109 2940 
python-readme-renderer_32.0-1.debian.tar.xz
 ae7eba4a1293de589b0c5d4ffd46566dbaa5eda9 8646 
python-readme-renderer_32.0-1_amd64.buildinfo
Checksums-Sha256:
 c280e69eafbce70ae9b3fdf177e0a5376647867511286475132a488fc05051b4 2459 
python-readme-renderer_32.0-1.dsc
 63e990f2a1f42337ac62b162695dfabf2b10d03d87589791d8b3338dc41755f1 25104 
python-readme-renderer_32.0.orig.tar.gz
 13fcdf80858dc840357d3cb2559a489ba8f68c8eb390e2c28259b95bd2163ea8 2940 
python-readme-renderer_32.0-1.debian.tar.xz
 11359235daccb412b8be4ee7dcf503da1a5bcc06b9616ee83a229a404b4d7b64 8646 
python-readme-renderer_32.0-1_amd64.buildinfo
Files:
 38ae853182c20bb7ce88934110a86e37 2459 python optional 
python-readme-renderer_32.0-1.dsc
 2af179c3d75ca36d4ceac90ae06f8623 25104 python optional 
python-readme-renderer_32.0.orig.tar.gz
 ada88b329a24a32348a275d02e798878 2940 python optional 
python-readme-renderer_32.0-1.debian.tar.xz
 e22768b408df22b1449bc88d36392a9e 8646 python optional 
python-readme-renderer_32.0-1_amd64.buildinfo

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

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmIm8scYHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2wWz4P/1rTPugT0oASJpdqeyrqQpy1
4MD6J+SMKSZ7DqV3yGoTVOZBcvTJMqY3FN/nrGAyQDt+8VVjKlQI0ntaSCBJAaSv
h/I9p/PKQse9fxEd+OGvDnvj1GJXRk/tVAJxaGSVTCnTSQy4PkJoIzvyL5ovkfQr
pTk/OAodwre8uG2HNu5OvgIfgRuek/ujQ4nIsXrRPfWTsHLcDJRHHHwM62OuBlsD
4/rn0GJR7hy7DEvq9UjlhRHYj55cqKZQnFY+WP9jt0XNLP8Ps3jkIxUj9KWe9W+d
xUH8s42WPX/40mLaCqHFHaiSeF72TGX5Uh5FMx4hUmQcjdMmXaa21LCjnJSmNbCC
bbv6RiNQ0Svxl5zAf4bpRKtaj0Ps8p3413HGsTXpfKbF061bJE8pkrSEed8FK055
dSzxrmz9eJD42wFSlFAn2EDo9QuGwMcZ+Nb3x60MF8B4Q1roDBR/sN/sC4m4P5y4
d2rENWy6kNXxGK6v//pcdDWh1rbvk5lV/BD4HFPCH4IH2VPEs88ATC+GnLEhTHIB
6f7G6qeHjYOdTuPQB2E4UZaqECoZoeqlTdHybiB2xT5sj8HfFiqQOGNJfPp//U7a
cIx+2rmLswNjMjZlaXCIuUlaaBfVKY+/cRpSiyg9+YEnR2oEBeql436GEkAb11wL
HV4rjSldugvI2WOeLyD3
=onBN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to