Your message dated Sun, 16 Mar 2025 16:38:55 +0000
with message-id <e1ttr0p-00bvcn...@fasolo.debian.org>
and subject line Bug#1100276: fixed in python-opt-einsum 3.4.0-2
has caused the Debian Bug report #1100276,
regarding python-opt-einsum: FTBFS: ModuleNotFoundError: No module named 
'mkdocs_get_deps'
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.)


-- 
1100276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100276
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-opt-einsum
Version: 3.4.0-1
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 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:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_opt-einsum  
* Building wheel...
Successfully built opt_einsum-3.4.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_opt-einsum/build; python3.13 -m pytest 
============================= test session starts ==============================
platform linux -- Python 3.13.2, pytest-8.3.5, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: typeguard-4.4.2
collected 564 items / 8 skipped

opt_einsum/tests/test_backends.py ssssssssssssssssssssssssssssssssssssss [  6%]
sssssssssssssssssssssssssssssssssssssssssssssssssss.ssssssss             [ 17%]
opt_einsum/tests/test_blas.py ........................................s  [ 24%]
opt_einsum/tests/test_parser.py .ss.............                         [ 27%]
opt_einsum/tests/test_paths.py ...s..................................... [ 34%]
.........................................................ssssssssss..... [ 47%]
......ss.sss..                                                           [ 50%]
tests/test_backends.py sssssssssssssssssssssssssssssssssssssssssssssssss [ 58%]
ssssssssssssssssssssssssssssssssssssssss.ssssssss                        [ 67%]
tests/test_blas.py ........................................s             [ 74%]
tests/test_parser.py .ss.............                                    [ 77%]
tests/test_paths.py ...s................................................ [ 86%]
..............................................ssssssssss...........ss.ss [ 99%]
s..                                                                      [100%]

======================= 332 passed, 240 skipped in 0.54s =======================
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install -O--buildsystem=pybuild
I: pybuild plugin_pyproject:178: Copying package built for python3.13 to destdir
   debian/rules override_dh_installdocs
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. https_proxy='127.0.0.1:9' http_proxy='127.0.0.1:9' mkdocs build -d 
build/html
Traceback (most recent call last):
  File "/usr/bin/mkdocs", line 6, in <module>
    cli()
    ~~~^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1161, in __call__
    return self.main(*args, **kwargs)
           ~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1082, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python3/dist-packages/click/core.py", line 1697, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 1443, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/click/core.py", line 788, in invoke
    return __callback(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/mkdocs/__main__.py", line 285, in 
build_command
    cfg = config.load_config(**kwargs)
  File "/usr/lib/python3/dist-packages/mkdocs/config/base.py", line 374, in 
load_config
    errors, warnings = cfg.validate()
                       ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/base.py", line 231, in 
validate
    run_failed, run_warnings = self._validate()
                               ~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/base.py", line 188, in 
_validate
    self[key] = config_option.validate(value)
                ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/config_options.py", line 
186, in validate
    return self.run_validation(value)
           ~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/config_options.py", line 
1065, in run_validation
    self.load_plugin_with_namespace(name, cfg)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/config_options.py", line 
1103, in load_plugin_with_namespace
    return (name, self.load_plugin(name, config))
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/mkdocs/config/config_options.py", line 
1121, in load_plugin
    plugin_cls = self.installed_plugins[name].load()
  File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/mkdocstrings/plugin.py", line 29, in 
<module>
    from mkdocstrings.extension import MkdocstringsExtension
  File "/usr/lib/python3/dist-packages/mkdocstrings/extension.py", line 38, in 
<module>
    from mkdocstrings.handlers.base import BaseHandler, CollectionError, 
CollectorItem, Handlers
  File "/usr/lib/python3/dist-packages/mkdocstrings/handlers/base.py", line 26, 
in <module>
    from mkdocs_get_deps.cache import download_and_cache_url
ModuleNotFoundError: No module named 'mkdocs_get_deps'
make[1]: *** [debian/rules:9: override_dh_installdocs] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202503/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-opt-einsum, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-opt-einsum
Source-Version: 3.4.0-2
Done: Colin Watson <cjwat...@debian.org>

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

Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated python-opt-einsum 
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: Sun, 16 Mar 2025 16:23:23 +0000
Source: python-opt-einsum
Architecture: source
Version: 3.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1100276
Changes:
 python-opt-einsum (3.4.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Fix documentation build with mkdocstrings 0.29 (closes: #1100276).
Checksums-Sha1:
 95eb6f6764429e5719e90408b9d79aea2efc6d92 2633 python-opt-einsum_3.4.0-2.dsc
 6b13166cf7980b1e36b9e7dc54927f51e4f404a4 3980 
python-opt-einsum_3.4.0-2.debian.tar.xz
Checksums-Sha256:
 d7787126ba68fc8b3025795c0a306685801b76002a12bfabcc88554e0ef0a6a1 2633 
python-opt-einsum_3.4.0-2.dsc
 044bedac22ee9af69ae8dae2c74364acaa0664013e84e4d402aadb15ced78575 3980 
python-opt-einsum_3.4.0-2.debian.tar.xz
Files:
 c7a271b5612ae53c448321a5a64e4bb8 2633 python optional 
python-opt-einsum_3.4.0-2.dsc
 bba6a77acdc289c3aaf5fbb557c553a2 3980 python optional 
python-opt-einsum_3.4.0-2.debian.tar.xz

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

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmfW+0kACgkQOTWH2X2G
UAsAxw//ZC9zfvlzXQUAgS/msnaIi26cyHbDwv1Q3phxKoqjsL6wqabvMl57vLQB
U18m3QOejXNds2b6xKVd+vqNlYZZcUblE5U8DCddEsKsAn1EWurb5uqT9Lp8D/FQ
DxnHWlZGhVVr6WOSFy7ZErR6LJHG1fdev/XMgyimvcRy1TI8j82/eUIB9WEJ3bCJ
MO6SehW+gyq7Vq60qA3tRxAmbwOPOo/3k1QuMb+1fZCkAt2ZgDn4Q2cFvAmbiYeI
+/Y5OnOsZW4QJV/4BY/0wRQj9idSe2x9WRUyaMoYWlYbcDt5pHIYH5YEq009i9Gk
duC9gReQcBHW3xn6vS2T2EXWYEfiUonyP3ZHaJgZHFVLOF7bVttFjFfrPt4++Uc0
K/C9/3w5dA/bHwIDJp86DqVGXOQK4EOnOFAIiOsynwCiwSOlr/vatwsmK66kehfp
bM97Prz0gZvlYvZCjafm9FeMHwisBCJRmSZfFehLshvKfYvrr3UW+towDwMs5neD
ZMnneCLF0uL88ZEd288PCClSQ0HpANjcg3uEMjONkKVIxhPQplMJ/MrvoMJCricT
fMENh3TNJ2hFQq1QGighLo1/7dEl/vg+3l7orB872r1Xz3eOnIB84aVyhcUL/Vgy
Z2SAzt8NR8eGneUfVRBf9jbN05CXBnOFKxoVJV1PE0biIgnAo5o=
=3IwG
-----END PGP SIGNATURE-----

Attachment: pgpRacxYr9szb.pgp
Description: PGP signature


--- End Message ---

Reply via email to