Your message dated Tue, 19 Apr 2022 22:20:59 +0000
with message-id <e1ngwdt-0009e0...@fasolo.debian.org>
and subject line Bug#1009396: fixed in python-m2r 0.2.1-7.1
has caused the Debian Bug report #1009396,
regarding python-m2r: FTBFS: dh_auto_test: error: pybuild --test -i
python{version} -p 3.10 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.)
--
1009396: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009396
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-m2r
Version: 0.2.1-7
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220412 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> sphinx-build -b html docs debian/doc/html
> Running Sphinx v4.5.0
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 4 source files that are out of date
> updating environment: [new config] 4 added, 0 changed, 0 removed
> reading sources... [ 25%] changes
> reading sources... [ 50%] example
> reading sources... [ 75%] included
> reading sources... [100%] index
>
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 25%] changes
> writing output... [ 50%] example
> writing output... [ 75%] included
> writing output... [100%] index
>
> generating indices... genindex done
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded.
>
> The HTML pages are in debian/doc/html.
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test -O--buildsystem=pybuild -O--exclude=.nojekyll
> I: pybuild base:239: python3.10 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing m2r.egg-info/PKG-INFO
> writing dependency_links to m2r.egg-info/dependency_links.txt
> writing entry points to m2r.egg-info/entry_points.txt
> writing requirements to m2r.egg-info/requires.txt
> writing top-level names to m2r.egg-info/top_level.txt
> reading manifest file 'm2r.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under
> directory '*'
> adding license file 'LICENSE'
> writing manifest file 'm2r.egg-info/SOURCES.txt'
> running build_ext
> test_anonymous_reference_option (tests.test_cli.TestConvert) ... ok
> test_disable_inline_math (tests.test_cli.TestConvert) ... ok
> test_dryrun (tests.test_cli.TestConvert) ... ok
> test_no_file (tests.test_cli.TestConvert) ... FAIL
> test_overwrite_file (tests.test_cli.TestConvert) ... ok
> test_overwrite_option (tests.test_cli.TestConvert) ... ok
> test_parse_file (tests.test_cli.TestConvert) ... ok
> test_underscore_option (tests.test_cli.TestConvert) ... ok
> test_write_file (tests.test_cli.TestConvert) ... ok
> test_fail_rst (tests.test_renderer.TestBasic) ... <string>:1: (WARNING/2)
> Inline literal start-string without end-string.
> <string>:1: (WARNING/2) Inline interpreted text or phrase reference
> start-string without end-string.
> ok
> test_hr (tests.test_renderer.TestBasic) ... ok
> test_linebreak (tests.test_renderer.TestBasic) ... ok
> test_multi_paragraph (tests.test_renderer.TestBasic) ... ok
> test_multiline_paragraph (tests.test_renderer.TestBasic) ... ok
> test_simple_paragraph (tests.test_renderer.TestBasic) ... ok
> test_block_quote (tests.test_renderer.TestBlockQuote) ... ok
> test_block_quote_nested (tests.test_renderer.TestBlockQuote) ... ok
> test_block_quote_nested_2 (tests.test_renderer.TestBlockQuote) ... skipped
> 'markdown does not support dedent in block quote'
> test_code_block_math (tests.test_renderer.TestCodeBlock) ... ok
> test_plain_code_block (tests.test_renderer.TestCodeBlock) ... ok
> test_plain_code_block_indent (tests.test_renderer.TestCodeBlock) ... ok
> test_plain_code_block_tilda (tests.test_renderer.TestCodeBlock) ... ok
> test_python_code_block (tests.test_renderer.TestCodeBlock) ... ok
> test_python_code_block_indent (tests.test_renderer.TestCodeBlock) ... ok
> test_code (tests.test_renderer.TestConplexText) ... ok
> test_comment_indented (tests.test_renderer.TestDirective) ... ok
> test_comment_multiline (tests.test_renderer.TestDirective) ... ok
> test_comment_newline (tests.test_renderer.TestDirective) ... ok
> test_comment_oneline (tests.test_renderer.TestDirective) ... ok
> test_footnote (tests.test_renderer.TestFootNote) ... ok
> test_sphinx_ref (tests.test_renderer.TestFootNote) ... ok
> test_heading (tests.test_renderer.TestHeading) ... ok
> test_heading_multibyte (tests.test_renderer.TestHeading) ... ok
> test_image (tests.test_renderer.TestImage) ... ok
> test_image_title (tests.test_renderer.TestImage) ... ok
> test_anchor (tests.test_renderer.TestInlineMarkdown) ... ok
> test_anonymous_link (tests.test_renderer.TestInlineMarkdown) ... ok
> test_anonymous_link_with_rel_link_enabled
> (tests.test_renderer.TestInlineMarkdown) ... ok
> test_autolink (tests.test_renderer.TestInlineMarkdown) ... ok
> test_block_html (tests.test_renderer.TestInlineMarkdown) ... ok
> test_code_with_rest_link (tests.test_renderer.TestInlineMarkdown) ... ok
> test_code_with_rest_role (tests.test_renderer.TestInlineMarkdown) ... ok
> test_code_with_rest_role2 (tests.test_renderer.TestInlineMarkdown) ... ok
> test_disable_inline_math (tests.test_renderer.TestInlineMarkdown) ... ok
> test_double_emphasis (tests.test_renderer.TestInlineMarkdown) ... ok
> test_double_emphasis__ (tests.test_renderer.TestInlineMarkdown) ... ok
> test_emphasis (tests.test_renderer.TestInlineMarkdown) ... ok
> test_emphasis_ (tests.test_renderer.TestInlineMarkdown) ... ok
> test_emphasis_no_ (tests.test_renderer.TestInlineMarkdown) ... ok
> test_emphasis_no__ (tests.test_renderer.TestInlineMarkdown) ... ok
> test_image_link (tests.test_renderer.TestInlineMarkdown) ... ok
> test_inline_code (tests.test_renderer.TestInlineMarkdown) ... ok
> test_inline_code_with_backticks (tests.test_renderer.TestInlineMarkdown) ...
> ok
> test_inline_html (tests.test_renderer.TestInlineMarkdown) ... ok
> test_inline_math (tests.test_renderer.TestInlineMarkdown) ... ok
> test_link (tests.test_renderer.TestInlineMarkdown) ... ok
> test_link_title (tests.test_renderer.TestInlineMarkdown) ... ok
> test_link_with_rel_link_enabled (tests.test_renderer.TestInlineMarkdown) ...
> ok
> test_relative_link (tests.test_renderer.TestInlineMarkdown) ... ok
> test_relative_link_with_anchor (tests.test_renderer.TestInlineMarkdown) ... ok
> test_rest2_role_with_code (tests.test_renderer.TestInlineMarkdown) ... ok
> test_rest_link (tests.test_renderer.TestInlineMarkdown) ... ok
> test_rest_link_and_role (tests.test_renderer.TestInlineMarkdown) ... ok
> test_rest_link_and_role2 (tests.test_renderer.TestInlineMarkdown) ... ok
> test_rest_link_with_code (tests.test_renderer.TestInlineMarkdown) ... ok
> test_rest_role (tests.test_renderer.TestInlineMarkdown) ... ok
> test_rest_role2 (tests.test_renderer.TestInlineMarkdown) ... ok
> test_rest_role_incomplete (tests.test_renderer.TestInlineMarkdown) ... ok
> test_rest_role_incomplete2 (tests.test_renderer.TestInlineMarkdown) ... ok
> test_rest_role_with_code (tests.test_renderer.TestInlineMarkdown) ... ok
> test_strikethrough (tests.test_renderer.TestInlineMarkdown) ... ok
> test_nested_mixed_1 (tests.test_renderer.TestList) ... ok
> test_nested_multiline_1 (tests.test_renderer.TestList) ... ok
> test_nested_multiline_2 (tests.test_renderer.TestList) ... ok
> test_nested_multiline_3 (tests.test_renderer.TestList) ... ok
> test_nested_ol (tests.test_renderer.TestList) ... ok
> test_nested_ol_2 (tests.test_renderer.TestList) ... ok
> test_nested_ul (tests.test_renderer.TestList) ... ok
> test_nested_ul_2 (tests.test_renderer.TestList) ... ok
> test_ol (tests.test_renderer.TestList) ... ok
> test_ul (tests.test_renderer.TestList) ... ok
> test_eol_marker (tests.test_renderer.TestRestCode) ... ok
> test_eol_marker_remove (tests.test_renderer.TestRestCode) ... ok
> test_rest_code_block_empty (tests.test_renderer.TestRestCode) ... ok
> test_table (tests.test_renderer.TestTable) ... ok
>
> ======================================================================
> FAIL: test_no_file (tests.test_cli.TestConvert)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/tests/test_cli.py", line 61, in test_no_file
> self.assertIn('optional arguments:', message)
> AssertionError: 'optional arguments:' not found in 'usage: m2r.py [-h]
> [--overwrite] [--dry-run] [--no-underscore-emphasis]\n
> [--parse-relative-links] [--anonymous-references]\n
> [--disable-inline-math]\n [input_file ...]\n\npositional
> arguments:\n input_file files to convert to reST
> format\n\noptions:\n -h, --help show this help message and exit\n
> --overwrite overwrite output file without confirmaion\n --dry-run
> print conversion result and not save output file\n
> --no-underscore-emphasis\n do not use underscore (_)
> for emphasis\n --parse-relative-links\n parse
> relative links into ref or doc directives\n --anonymous-references\n
> use anonymous references in generated rst\n
> --disable-inline-math\n disable parsing inline math\n'
>
> ----------------------------------------------------------------------
> Ran 85 tests in 0.417s
>
> FAILED (failures=1, skipped=1)
> Test failed: <unittest.runner.TextTestResult run=85 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=85 errors=0
> failures=1>
> E: pybuild pybuild:369: test: plugin distutils failed with: exit code=1:
> python3.10 setup.py test
> dh_auto_test: error: pybuild --test -i python{version} -p 3.10 returned exit
> code 13
The full build log is available from:
http://qa-logs.debian.net/2022/04/12/python-m2r_0.2.1-7_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&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 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-m2r
Source-Version: 0.2.1-7.1
Done: Jochen Sprickerhof <jspri...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-m2r, 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 1009...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated python-m2r
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: Wed, 20 Apr 2022 00:03:38 +0200
Source: python-m2r
Architecture: source
Version: 0.2.1-7.1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <d...@jones.dk>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1009396
Changes:
python-m2r (0.2.1-7.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Add upstream patch for test failure with Python 3.10 (Closes: #1009396)
Checksums-Sha1:
37a6b1cdb04df1b52ef5cfb4d9d4483b6e41de08 2149 python-m2r_0.2.1-7.1.dsc
bdf0ac6092ad1486cc16b7a3bf826168c6711176 6336
python-m2r_0.2.1-7.1.debian.tar.xz
27bf78c3d61e8cb2992de75b35d62c88ff8182ca 6954
python-m2r_0.2.1-7.1_source.buildinfo
Checksums-Sha256:
4142fcc29f1a499d8cd20215667cfee244f60ebeb765d6d1e5185a7977deed6e 2149
python-m2r_0.2.1-7.1.dsc
c54d6bcfb9512a4d17be64b889da559060110615e8190ac5650ad43a4309a3bf 6336
python-m2r_0.2.1-7.1.debian.tar.xz
411e30b6d16da7c63b1f0dffeec4196d00423bf6c26c646732aa63c198082f58 6954
python-m2r_0.2.1-7.1_source.buildinfo
Files:
f87933638001ac3e82195f4c8aed9aed 2149 python optional python-m2r_0.2.1-7.1.dsc
0f834ec10eb96e4adf76502bbcf13225 6336 python optional
python-m2r_0.2.1-7.1.debian.tar.xz
1e7be009950c104f8ae70d99cb782564 6954 python optional
python-m2r_0.2.1-7.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmJfMdEACgkQW//cwljm
lDOyNw//fiRwZQaHyvdc1HNGla8YY5FzCLxjh/MbtDnUzIuoI1j+NIcg0Gz6Tauu
vJCz+VlXYbCmQ6r1fvPGsZaN3IhCT76P4jT4dWIIV5fjBKLZw6VvW0rmAVFyomVd
7xR6emqM75wrmtneaLopc6os9GOp+N5y5IuHpCTE5bBsAyHijbi8FeemGt55Rs5S
4ZxFFLruxPjvVFPVs0cM4RGZ5jMrXg2cDctd7GSq/i0CoFvNhMSRAyGgqtKssr3N
0BY/8vo99nYcDsg3JzMJO/TFDVIB/majjnTLwUQs9bMyhAGnrhf34ZUAK5vev34J
PiCREzxVuDDCuCXE1rcc3xtjYDkKOhPgh8EaPhP0S5+KF//+w/Xde+pE9KONjzAE
Nt6S06fGtL2N2UgFSRdeZEfAyRlwpZ/ann/NNMhpTwlzPIro+25M9yAwJ4HvT1I1
JJEfeHJQgOC71F9k+UVzdc51HEoZz7Lb7I3qUXfFldsyk3f8KjSAUgx65dKaGoC5
xnWWC6IZ3lSp6sMhkUcC+hoFxFhQGA2rut05CSx5LvUJot7S4bylGw+sz3mM2emZ
GS2il+bdPpLEhu7YepnAWHMxZbk/i//pIx/LqJn3JMvsr46/4Ym4NjMJC6jc7BhG
SctIuzu7tZ5vPw66+Pv8hDcS2kMswK9PUHSgqsIOzah2SOS4Pj4=
=AeIq
-----END PGP SIGNATURE-----
--- End Message ---