Your message dated Thu, 05 Jan 2023 09:31:21 +0000
with message-id <e1pdman-0070lu...@fasolo.debian.org>
and subject line Bug#1027582: fixed in python-docx 0.8.11+dfsg1-4
has caused the Debian Bug report #1027582,
regarding python-docx: FTBFS: dh_auto_test: error: pybuild --test --test-pytest 
-i python{version} -p "3.11 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.)


-- 
1027582: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027582
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- 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 ---
--- Begin Message ---
Source: python-docx
Source-Version: 0.8.11+dfsg1-4
Done: Andrius Merkys <mer...@debian.org>

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

Debian distribution maintenance software
pp.
Andrius Merkys <mer...@debian.org> (supplier of updated python-docx 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: Thu, 05 Jan 2023 03:54:29 -0500
Source: python-docx
Architecture: source
Version: 0.8.11+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andrius Merkys <mer...@debian.org>
Closes: 1027582
Changes:
 python-docx (0.8.11+dfsg1-4) unstable; urgency=medium
 .
   * Tests depend on python3-pyparsing (Closes: #1027582)
   * Update standards version to 4.6.2, no changes needed.
   * Bump copyright years.
Checksums-Sha1:
 52aff02cb480dab6bf1101e48a070a11940e6021 2369 python-docx_0.8.11+dfsg1-4.dsc
 14d7ef5fa6573f17b8a68c7f9978c83b54ad5fb3 6756 
python-docx_0.8.11+dfsg1-4.debian.tar.xz
 1dd9920f3e9d000bc652e454286211ebbce591c1 8177 
python-docx_0.8.11+dfsg1-4_source.buildinfo
Checksums-Sha256:
 023988f7261584904d38530ce6539a09e2e26d77ac375558769a9c6a706e890e 2369 
python-docx_0.8.11+dfsg1-4.dsc
 36f003aed6c110c61c962093984c11346e7402286760f7f8aa29daa085891c95 6756 
python-docx_0.8.11+dfsg1-4.debian.tar.xz
 01b5e9e3c0f4748ac1f7bc595f200df46cd8c036482cf0769df6bb83834b4388 8177 
python-docx_0.8.11+dfsg1-4_source.buildinfo
Files:
 893189bcf2fd7ebd2542a42a3495d518 2369 python optional 
python-docx_0.8.11+dfsg1-4.dsc
 566faac5c3c116687b867410824c235c 6756 python optional 
python-docx_0.8.11+dfsg1-4.debian.tar.xz
 e2ba1e0d49ab7d871e44ff39557827ca 8177 python optional 
python-docx_0.8.11+dfsg1-4_source.buildinfo

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

iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmO2kJgSHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHYQAP/j0AJq4ucUsFGW4N1fTBbvPR7VY8kny/
mrGmaTupCubxzeL65lWaeY8rUZgxM9os/N3TtaEaUSUZIGslik2Rq05Qf4AyoxUv
U7vsu/RKIfogxh/7xpAQCtUM1Q0QlHC4QSneduXm6IQm8cvA7V0dKGeu5OUoLccd
LlLAH9V8FFaliFlkMbJ5S2BdPlRMNkN48PGelW8Q/cs7gMFfQJsY+85wpBlxzK1u
an9FJTJAUKe4UDrYt0lv5I0gm8xJT16elzOb4uNzvNE2y+nooIu8XYtbiHWTGLlK
aSc0YULg8/DJb6GbcyzH0b3kk5m9vTM1bfjPEU49MoDUGo0H5If9x3rGgqAE1E7O
muyXSsZRRYvT9AMqnovlUYYpDWHumS9qNuREb3+n8N4dnbSeCHJp6gbnqAs4tBHR
UzUW57zHOe/tAAcD7mE8227HENmVePfLbf1mcV+Rt86iXoZQ6AtEvwSE/WfwPfMT
zhL5XuTnLTdt22/5j6hjItnz1rUiUT2Ik0Ch9soHMX2EIQ8TlIvHv1y3AB7/zW0Q
b4khHL9yBEoah9W3UYSpBGVr741MJKJYjBNW3fGS0Rq1YjKVvioPBpJiuWWjBf+W
9M6nURoidpmV/2Boxh8p2CXt+2LE2VAqxWrC/Jcpxmpa9b/3KQ5xpHXawBKImq+C
8adgxhyF61OR
=FLmW
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to