Your message dated Sun, 05 Jun 2022 05:18:58 +0000
with message-id <e1nxifc-0001vv...@fasolo.debian.org>
and subject line Bug#997466: fixed in texext 0.6.7-1
has caused the Debian Bug report #997466,
regarding texext: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p 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 ow...@bugs.debian.org
immediately.)


-- 
997466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997466
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: texext
Version: 0.6.6-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211023 ftbfs-bookworm

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:232: python3.9 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:232: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext
> copying texext/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext
> copying texext/math_dollar.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext
> copying texext/_version.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext
> copying texext/mathcode.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests
> copying texext/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests
> copying texext/tests/test_mathdollar.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests
> copying texext/tests/for_docstrings.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests
> copying texext/tests/test_plotdirective.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests
> copying texext/tests/conftest.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests
> copying texext/tests/test_custom_plotdirective.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests
> copying texext/tests/test_tinypages.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests
> copying texext/tests/test_docstrings.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests
> copying texext/tests/test_custom_plotcontext.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/tinypages
> copying texext/tests/tinypages/some_math.rst -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/tinypages
> copying texext/tests/tinypages/index.rst -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/tinypages
> copying texext/tests/tinypages/conf.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/tinypages
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/tinypages/_static
> copying texext/tests/tinypages/_static/README.txt -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/tinypages/_static
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/plotdirective
> copying texext/tests/plotdirective/index.rst -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/plotdirective
> copying texext/tests/plotdirective/plot_and_math.rst -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/plotdirective
> copying texext/tests/plotdirective/conf.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/plotdirective
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/plotdirective/_static
> copying texext/tests/plotdirective/_static/README.txt -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/tests/plotdirective/_static
> UPDATING 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/_version.py
> set /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/_version.py to 
> '0.6.6'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build; 
> python3.9 -m pytest 
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>
> collected 17 items
> 
> texext/tests/test_custom_plotcontext.py ....                             [ 
> 23%]
> texext/tests/test_custom_plotdirective.py ..                             [ 
> 35%]
> texext/tests/test_docstrings.py F.                                       [ 
> 47%]
> texext/tests/test_mathdollar.py .                                        [ 
> 52%]
> texext/tests/test_plotdirective.py ....                                  [ 
> 76%]
> texext/tests/test_tinypages.py ....                                      
> [100%]
> 
> =================================== FAILURES 
> ===================================
> ________________________ TestDocstrings.test_docstrings 
> ________________________
> 
> self = <texext.tests.test_docstrings.TestDocstrings object at 0x7fb7b22b1160>
> 
>     def test_docstrings(self):
>         html = self.get_built_file('a_page.html')
> >       assert DOCSTRING_RE.search(html)
> E       assert None
> E        +  where None = <built-in method search of re.Pattern object at 
> 0x1ff48d0>('\n<!DOCTYPE html>\n\n<html>\n  <head>\n    <meta charset="utf-8" 
> />\n    <meta name="viewport" 
> content="width=device-...ef="_sources/a_page.rst.txt"\n          
> rel="nofollow">Page source</a>\n    </div>\n\n    \n\n    \n  
> </body>\n</html>')
> E        +    where <built-in method search of re.Pattern object at 
> 0x1ff48d0> = re.compile('<p>Here is the module docstring:</p>\\n<span 
> class="target" id="module-texext.tests.for_docstrings"></span><p>A module to 
> test docstring parsing with math such as <span class="math( notranslate)?( 
> no).search
> 
> texext/tests/test_docstrings.py:90: AssertionError
> ---------------------------- Captured stdout setup 
> -----------------------------
> Running Sphinx v4.2.0
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 2 source files that are out of 
> date
> updating environment: [new config] 2 added, 0 changed, 0 
> removed
> reading sources... [ 50%] a_page              
>                                  
> reading sources... [100%] index               
>                                  
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 50%] a_page               
>                                  
> writing output... [100%] index                
>                                  
> 
> generating indices... genindex py-modindex 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 ../../../../../../tmp/tmphkjj4rmr/html.
> =============================== warnings summary 
> ===============================
> .pybuild/cpython3_3.9_texext/build/texext/tests/test_plotdirective.py::TestTopPlotDirective::test_plot_and_math
> .pybuild/cpython3_3.9_texext/build/texext/tests/test_tinypages.py::TestTinyPages::test_some_math
> .pybuild/cpython3_3.9_texext/build/texext/tests/test_tinypages.py::TestTopLevel::test_some_math
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build/texext/math_dollar.py:218:
>  UserWarning: Need autodoc extension loaded for math_dollar to work on 
> docstrings
>     warn("Need autodoc extension loaded for math_dollar to work on "
> 
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> =========================== short test summary info 
> ============================
> FAILED texext/tests/test_docstrings.py::TestDocstrings::test_docstrings - 
> ass...
> =================== 1 failed, 16 passed, 3 warnings in 2.43s 
> ===================
> E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_texext/build; python3.9 -m pytest 
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/texext_0.6.6-2_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: texext
Source-Version: 0.6.7-1
Done: Sandro Tosi <mo...@debian.org>

We believe that the bug you reported is fixed in the latest version of
texext, 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 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated texext 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: Sun, 05 Jun 2022 00:57:44 -0400
Source: texext
Architecture: source
Version: 0.6.7-1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 997466
Changes:
 texext (0.6.7-1) unstable; urgency=medium
 .
   * New upstream release; Closes: #997466
   * Use the new Debian Python Team contact name and address
   * debian/watch
     - track releases on github
   * debian/patches
     - drop patches, merged upstream
   * debian/copyright
     - extend packaging copyright years
   * debian/control
     - bump Standards-Version to 4.6.1 (no changes needed)
Checksums-Sha1:
 2675c88173149d8f64930f5069df58e918557b5b 2071 texext_0.6.7-1.dsc
 f6b1b908fdd7402c14f5f91999afe2a08afd2455 33368 texext_0.6.7.orig.tar.xz
 87a7456d5b941d3ca21b0426b46b0ebc210f7ae6 2712 texext_0.6.7-1.debian.tar.xz
 925dddd260b6719498377ac75c256ecd7309ccc6 10035 texext_0.6.7-1_source.buildinfo
Checksums-Sha256:
 fc84b11474a47fefc589472c05895bf1c8c14dddf51caeee30f8ffaa093d39c0 2071 
texext_0.6.7-1.dsc
 f1fc9d0665694176de7e48cd4ef4786c8902e40776bb1652fa3ded11c9c8ccb2 33368 
texext_0.6.7.orig.tar.xz
 9c42dd3305d98b2bbab95ce304ba81ac8915f2f22614507b17add1f82526350f 2712 
texext_0.6.7-1.debian.tar.xz
 62906f4133b359f144e30819f23b5ebdd5cd03eb42aa1c725e1762ad37b517b5 10035 
texext_0.6.7-1_source.buildinfo
Files:
 3d275d93f0ab0752ba65f8c2a3f95f77 2071 python optional texext_0.6.7-1.dsc
 89daf50f28c7d93aaee9ed2838aa972d 33368 python optional texext_0.6.7.orig.tar.xz
 160e7d41d17aeb28241825f43a5ed49e 2712 python optional 
texext_0.6.7-1.debian.tar.xz
 963c8a6526d4b8627dedd37a1433edfb 10035 python optional 
texext_0.6.7-1_source.buildinfo

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAmKcN9kACgkQh588mTgB
qU+70hAAgZ/dfCS+JETEWF0Sr1y3SweCvhCshb1e+vMLadOlYUh2WbGkNAfatIP5
lSD7dFyB6hoJpBd3Ie1OTCXo5AVxcft02puaMa4JPPowPXhc6MiWAmiudVlYmfKy
0LIb3KpLS9cPm8G939zvrm5qaMfcDIwkdK+hkwFloBKP2vkoX92Sz6RvtE1lvfXT
M/k/9tWudC/OtX2EorbCVEjAF/iVgzBMIns1htjrG8EPtRqxvLf458ehHxRAhzJD
vrOCv325gaU2/65fL5EYIrwWbDIlfJ7ysPF1g9feDlEaaPd4FkWib+vxEfdjB5ge
bHbNYjX8dYbRh8d/77ZsDMC6Z/8okRPmW5dnyg6gj9vC6i5gi+uBu20/I7MUy7GY
2OLFqb+BUxAXJIz8EpaPtlDCszh648M4LaZpM+IgYqA8lT6JuD3p9yyp6pfaPynZ
v+5TEPyuEzX1E0wlzGV35RVlTfZ4SAZ+gOGE3eh7cMmEHOxNWfIUSS4tMRYMWwv6
FzjOyhZHQJZrEhcuUArRfhFNTiCR8RX+Bj48HFhph2IoQWEd3NAEBkx5retD/o4R
SiLBoOgDyEYj7wcGHq0Pt6vWCSVCDDpHZ1dpj28eV6J2pv+wgpCf5J02ITItcZKj
cPBmZSw9sc+sVS1CytPCvOQNxS/C/+yoI2kwfNulmpNamrBQMpQ=
=zj1R
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to