Your message dated Tue, 12 Dec 2023 19:56:35 +0000
with message-id <e1rd8rr-0062zd...@fasolo.debian.org>
and subject line Bug#1058446: fixed in sphinxcontrib-jquery 4.1-5
has caused the Debian Bug report #1058446,
regarding sphinxcontrib-jquery: 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.)


-- 
1058446: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058446
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sphinxcontrib-jquery
Version: 4.1-4
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
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:110: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:310: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sphinxcontrib.jquery 
> * Building wheel...
> Successfully built sphinxcontrib_jquery-4.1-py2.py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:310: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinxcontrib.jquery 
> * Building wheel...
> Successfully built sphinxcontrib_jquery-4.1-py2.py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sphinxcontrib.jquery/build; 
> python3.12 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.1, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sphinxcontrib.jquery/build
> collected 4 items
> 
> tests/test_jquery_installed.py FFs.                                      
> [100%]
> 
> =================================== FAILURES 
> ===================================
> __________________ test_jquery_installed_sphinx_ge_60_use_sri 
> __________________
> 
> blank_app = <function blank_app.<locals>.inner at 0x7f310ac1ccc0>
> 
>     @pytest.mark.skipif(sphinx.version_info[:2] < (6, 0),
>                         reason="Requires Sphinx 6.0 or greater")
>     def test_jquery_installed_sphinx_ge_60_use_sri(blank_app):
> >       out_dir = blank_app(confoverrides={"extensions": 
> > ["sphinxcontrib.jquery"], "jquery_use_sri": True})
> 
> tests/test_jquery_installed.py:52: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> tests/test_jquery_installed.py:40: in inner
>     return run_blank_app(Path(tmpdir), **kwargs)
> tests/test_jquery_installed.py:20: in run_blank_app
>     app = SphinxTestApp(**kwargs, srcdir=srcdir)
> /usr/lib/python3/dist-packages/sphinx/testing/util.py:120: in __init__
>     super().__init__(srcdir, confdir, outdir, doctreedir,
> /usr/lib/python3/dist-packages/sphinx/application.py:151: in __init__
>     self.srcdir = _StrPath(srcdir).resolve()
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> self = 
> FakePath('/tmp/pytest-of-user42/pytest-11/test_jquery_installed_sphinx_g0')
> args = (), kwargs = {}
> 
>     def resolve(self, *args, **kwargs):
> >       return self._path
> E       AttributeError: 'FakePath' object has no attribute '_path'. Did you 
> mean: '_hash'?
> 
> tests/test_jquery_installed.py:33: AttributeError
> ______________________ test_jquery_installed_sphinx_ge_60 
> ______________________
> 
> blank_app = <function blank_app.<locals>.inner at 0x7f310ac1d760>
> 
>     @pytest.mark.skipif(sphinx.version_info[:2] < (6, 0),
>                         reason="Requires Sphinx 6.0 or greater")
>     def test_jquery_installed_sphinx_ge_60(blank_app):
> >       out_dir = blank_app(confoverrides={"extensions": 
> > ["sphinxcontrib.jquery"]})
> 
> tests/test_jquery_installed.py:68: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> tests/test_jquery_installed.py:40: in inner
>     return run_blank_app(Path(tmpdir), **kwargs)
> tests/test_jquery_installed.py:20: in run_blank_app
>     app = SphinxTestApp(**kwargs, srcdir=srcdir)
> /usr/lib/python3/dist-packages/sphinx/testing/util.py:120: in __init__
>     super().__init__(srcdir, confdir, outdir, doctreedir,
> /usr/lib/python3/dist-packages/sphinx/application.py:151: in __init__
>     self.srcdir = _StrPath(srcdir).resolve()
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> self = 
> FakePath('/tmp/pytest-of-user42/pytest-11/test_jquery_installed_sphinx_g1')
> args = (), kwargs = {}
> 
>     def resolve(self, *args, **kwargs):
> >       return self._path
> E       AttributeError: 'FakePath' object has no attribute '_path'. Did you 
> mean: '_hash'?
> 
> tests/test_jquery_installed.py:33: AttributeError
> =============================== warnings summary 
> ===============================
> tests/test_jquery_installed.py:7
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sphinxcontrib.jquery/build/tests/test_jquery_installed.py:7:
>  RemovedInSphinx90Warning: 'sphinx.testing.path' is deprecated. Use 'os.path' 
> or 'pathlib' instead.
>     from sphinx.testing.path import path
> 
> ../../../../../../usr/lib/python3/dist-packages/babel/messages/catalog.py:13
>   /usr/lib/python3/dist-packages/babel/messages/catalog.py:13: 
> DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
>     from cgi import parse_header
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> FAILED 
> tests/test_jquery_installed.py::test_jquery_installed_sphinx_ge_60_use_sri
> FAILED tests/test_jquery_installed.py::test_jquery_installed_sphinx_ge_60 - 
> A...
> ============== 2 failed, 1 passed, 1 skipped, 2 warnings in 0.23s 
> ==============
> E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_sphinxcontrib.jquery/build; 
> python3.12 -m pytest tests
> I: pybuild base:310: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinxcontrib.jquery/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinxcontrib.jquery/build
> collected 4 items
> 
> tests/test_jquery_installed.py ..s.                                      
> [100%]
> 
> =============================== warnings summary 
> ===============================
> tests/test_jquery_installed.py:7
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_sphinxcontrib.jquery/build/tests/test_jquery_installed.py:7:
>  RemovedInSphinx90Warning: 'sphinx.testing.path' is deprecated. Use 'os.path' 
> or 'pathlib' instead.
>     from sphinx.testing.path import path
> 
> ../../../../../../usr/lib/python3/dist-packages/babel/messages/catalog.py:13
>   /usr/lib/python3/dist-packages/babel/messages/catalog.py:13: 
> DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
>     from cgi import parse_header
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =================== 3 passed, 1 skipped, 2 warnings in 0.83s 
> ===================
> 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/sphinxcontrib-jquery_4.1-4_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: sphinxcontrib-jquery
Source-Version: 4.1-5
Done: Dmitry Shachnev <mity...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sphinxcontrib-jquery, 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.
Dmitry Shachnev <mity...@debian.org> (supplier of updated sphinxcontrib-jquery 
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: Tue, 12 Dec 2023 22:08:34 +0300
Source: sphinxcontrib-jquery
Architecture: source
Version: 4.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Closes: 1058446
Changes:
 sphinxcontrib-jquery (4.1-5) unstable; urgency=medium
 .
   * Update sphinx_7.2.patch to stop monkey-patching _StrPath, to make the
     tests pass with Python 3.12 (closes: #1058446).
Checksums-Sha1:
 7cd51011ab1f44d46aeecb04641191c0395d0b6b 2227 sphinxcontrib-jquery_4.1-5.dsc
 d52849bc9aa4fa5122ba808c6611818018403a4c 4276 
sphinxcontrib-jquery_4.1-5.debian.tar.xz
 0906151bd4e54ca3456d375c611535dbb4a4f2ab 8118 
sphinxcontrib-jquery_4.1-5_source.buildinfo
Checksums-Sha256:
 261aa4fb8a5d362170564d920b9a19dd1dd004d468a04470c4d1167c3e0ec12e 2227 
sphinxcontrib-jquery_4.1-5.dsc
 0d3bbd562a00a2052b0decc52341bd6ebb43e93177056f0b7f99e5cf0a7cb99a 4276 
sphinxcontrib-jquery_4.1-5.debian.tar.xz
 be672e1ab8012a4c4f2ec85ab99861361d9bb95395728132b0666b129b447676 8118 
sphinxcontrib-jquery_4.1-5_source.buildinfo
Files:
 d1a4d88dae0956edc6ccb07fc82f0ed8 2227 python optional 
sphinxcontrib-jquery_4.1-5.dsc
 719dae0b75e2847d2f90a1eea858611b 4276 python optional 
sphinxcontrib-jquery_4.1-5.debian.tar.xz
 ed9e8a4b6539a878bf0b808593d1c56c 8118 python optional 
sphinxcontrib-jquery_4.1-5_source.buildinfo

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

iQJHBAEBCgAxFiEEq2sdvrA0LydXHe1qsmYUtFL0RrYFAmV4sIgTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRCyZhS0UvRGtsIeD/4miSppInf1lQtwgzueeYNYdzhHOQ7r
jwDqwMlVGc6RLUzMR+I1FeRK5R18Y/wWzy5gtieliAE3LmJ0qJ1Bp2l5K1zbzH8b
Cwu2YHu2KwylmRTUBXxd5WHbvhxywugWYMVMrd2cKh6ry+gEq0I82fm834mBg0hF
lrRcxUT2BAmtNY1qAJYWtIsyM2f+P3BUfyraGxPkNYuH40PZvMTJwmv2H/Vh/xVr
WUSKGoME2r3TBRY/+ljzu43hq11sIquuAsKnRBkVMf1Vd/IGh6EsLRKsTmqYsvG4
RMvIOT1RWZ/7sJ3hEU37j6jPTLDYoATY1p0tCNishn0Dy+fimmn3pMY/repfbru0
PsQk3Xbh9EMofKfrT0NEdgz0Qm4uSZqQz2iunWhsvlyyQIZP5YgjVs9Hmrtd9jXB
GqFJzcwOZ3iuB8cHsVXDch/q3vz6aWufHruYZw+5HzxfBBCGk0eMJmVBCVWGbLs8
M333P8v9il/rwbx2Jszwq8Jr/lZaVezwBTMDuWGf7oTCUptG847R+IoMabM0rHLa
1LAYsjKPQizt0gkZyvW8a8dMDHn/6cA01+Ao7baNfHtCloIK64PX30iO4OVcwAzg
vcuNM22GcvczHXHT0GIlbCnbce7ctIuLQhxrbvwwg+QcspiGwQVXRAzej7f2ZEf0
loWslmKe6SM39A==
=dcJc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to