--- Begin Message ---
Source: python-docx
Version: 0.8.11+dfsg1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230101 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>>'
> dh_auto_test
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build;
> python3.11 -m pytest tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>, configfile: tox.ini
> collected 381 items / 24 errors
>
> ==================================== ERRORS
> ====================================
> __ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/test_blkcntnr.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/test_blkcntnr.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_blkcntnr.py:14: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/test_document.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/test_document.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_document.py:23: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> ___ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/test_section.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/test_section.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_section.py:15: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/test_settings.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/test_settings.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_settings.py:11: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> ____ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/test_shape.py
> ____
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/test_shape.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_shape.py:19: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> ___ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/test_shared.py
> ____
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/test_shared.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_shared.py:18: in <module>
> from .unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> ____ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/test_table.py
> ____
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/test_table.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_table.py:22: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/dml/test_color.py
> __
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/dml/test_color.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/dml/test_color.py:15: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/opc/test_part.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/opc/test_part.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/opc/test_part.py:15: in <module>
> from ..unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/oxml/test_styles.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/oxml/test_styles.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/oxml/test_styles.py:15: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/oxml/test_table.py
> __
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/oxml/test_table.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/oxml/test_table.py:13: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/oxml/parts/test_document.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/oxml/parts/test_document.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/oxml/parts/test_document.py:11: in <module>
> from ...unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/oxml/text/test_run.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/oxml/text/test_run.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/oxml/text/test_run.py:13: in <module>
> from ...unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/parts/test_hdrftr.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/parts/test_hdrftr.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/parts/test_hdrftr.py:14: in <module>
> from ..unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/parts/test_settings.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/parts/test_settings.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/parts/test_settings.py:16: in <module>
> from ..unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/parts/test_story.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/parts/test_story.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/parts/test_story.py:18: in <module>
> from ..unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/styles/test_latent.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/styles/test_latent.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/styles/test_latent.py:15: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/styles/test_style.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/styles/test_style.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/styles/test_style.py:21: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/styles/test_styles.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/styles/test_styles.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/styles/test_styles.py:15: in <module>
> from ..unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/text/test_font.py
> __
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/text/test_font.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/text/test_font.py:18: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/text/test_paragraph.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/text/test_paragraph.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/text/test_paragraph.py:18: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/text/test_parfmt.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/text/test_parfmt.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/text/test_parfmt.py:19: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.11_docx/build/tests/text/test_run.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/text/test_run.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/text/test_run.py:16: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.11_docx/build/tests/text/test_tabstops.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build/tests/text/test_tabstops.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/text/test_tabstops.py:18: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> =========================== short test summary info
> ============================
> ERROR tests/test_blkcntnr.py
> ERROR tests/test_document.py
> ERROR tests/test_section.py
> ERROR tests/test_settings.py
> ERROR tests/test_shape.py
> ERROR tests/test_shared.py
> ERROR tests/test_table.py
> ERROR tests/dml/test_color.py
> ERROR tests/opc/test_part.py
> ERROR tests/oxml/test_styles.py
> ERROR tests/oxml/test_table.py
> ERROR tests/oxml/parts/test_document.py
> ERROR tests/oxml/text/test_run.py
> ERROR tests/parts/test_hdrftr.py
> ERROR tests/parts/test_settings.py
> ERROR tests/parts/test_story.py
> ERROR tests/styles/test_latent.py
> ERROR tests/styles/test_style.py
> ERROR tests/styles/test_styles.py
> ERROR tests/text/test_font.py
> ERROR tests/text/test_paragraph.py
> ERROR tests/text/test_parfmt.py
> ERROR tests/text/test_run.py
> ERROR tests/text/test_tabstops.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 24 errors during collection
> !!!!!!!!!!!!!!!!!!!
> ============================== 24 errors in 1.58s
> ==============================
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build; python3.11 -m pytest tests
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build;
> python3.10 -m pytest tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.10.9, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>, configfile: tox.ini
> collected 381 items / 24 errors
>
> ==================================== ERRORS
> ====================================
> __ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/test_blkcntnr.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/test_blkcntnr.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_blkcntnr.py:14: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/test_document.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/test_document.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_document.py:23: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> ___ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/test_section.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/test_section.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_section.py:15: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/test_settings.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/test_settings.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_settings.py:11: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> ____ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/test_shape.py
> ____
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/test_shape.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_shape.py:19: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> ___ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/test_shared.py
> ____
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/test_shared.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_shared.py:18: in <module>
> from .unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> ____ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/test_table.py
> ____
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/test_table.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_table.py:22: in <module>
> from .unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/dml/test_color.py
> __
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/dml/test_color.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/dml/test_color.py:15: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/opc/test_part.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/opc/test_part.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/opc/test_part.py:15: in <module>
> from ..unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/oxml/test_styles.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/oxml/test_styles.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/oxml/test_styles.py:15: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/oxml/test_table.py
> __
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/oxml/test_table.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/oxml/test_table.py:13: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/oxml/parts/test_document.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/oxml/parts/test_document.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/oxml/parts/test_document.py:11: in <module>
> from ...unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/oxml/text/test_run.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/oxml/text/test_run.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/oxml/text/test_run.py:13: in <module>
> from ...unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/parts/test_hdrftr.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/parts/test_hdrftr.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/parts/test_hdrftr.py:14: in <module>
> from ..unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/parts/test_settings.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/parts/test_settings.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/parts/test_settings.py:16: in <module>
> from ..unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/parts/test_story.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/parts/test_story.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/parts/test_story.py:18: in <module>
> from ..unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/styles/test_latent.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/styles/test_latent.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/styles/test_latent.py:15: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/styles/test_style.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/styles/test_style.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/styles/test_style.py:21: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/styles/test_styles.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/styles/test_styles.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/styles/test_styles.py:15: in <module>
> from ..unitutil.cxml import element
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/text/test_font.py
> __
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/text/test_font.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/text/test_font.py:18: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/text/test_paragraph.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/text/test_paragraph.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/text/test_paragraph.py:18: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/text/test_parfmt.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/text/test_parfmt.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/text/test_parfmt.py:19: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> __ ERROR collecting .pybuild/cpython3_3.10_docx/build/tests/text/test_run.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/text/test_run.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/text/test_run.py:16: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> _ ERROR collecting
> .pybuild/cpython3_3.10_docx/build/tests/text/test_tabstops.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build/tests/text/test_tabstops.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.10/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/text/test_tabstops.py:18: in <module>
> from ..unitutil.cxml import element, xml
> tests/unitutil/cxml.py:11: in <module>
> from pyparsing import (
> E ModuleNotFoundError: No module named 'pyparsing'
> =========================== short test summary info
> ============================
> ERROR tests/test_blkcntnr.py
> ERROR tests/test_document.py
> ERROR tests/test_section.py
> ERROR tests/test_settings.py
> ERROR tests/test_shape.py
> ERROR tests/test_shared.py
> ERROR tests/test_table.py
> ERROR tests/dml/test_color.py
> ERROR tests/opc/test_part.py
> ERROR tests/oxml/test_styles.py
> ERROR tests/oxml/test_table.py
> ERROR tests/oxml/parts/test_document.py
> ERROR tests/oxml/text/test_run.py
> ERROR tests/parts/test_hdrftr.py
> ERROR tests/parts/test_settings.py
> ERROR tests/parts/test_story.py
> ERROR tests/styles/test_latent.py
> ERROR tests/styles/test_style.py
> ERROR tests/styles/test_styles.py
> ERROR tests/text/test_font.py
> ERROR tests/text/test_paragraph.py
> ERROR tests/text/test_parfmt.py
> ERROR tests/text/test_run.py
> ERROR tests/text/test_tabstops.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 24 errors during collection
> !!!!!!!!!!!!!!!!!!!
> ============================== 24 errors in 1.66s
> ==============================
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_docx/build; python3.10 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.11
> 3.10" returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2023/01/01/python-docx_0.8.11+dfsg1-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230101;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230101&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 ---