[Debichem-devel] Bug#1123333: qcengine: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 3.13" returned exit code 13
Santiago Vila
sanvila at debian.org
Tue Dec 16 19:50:00 GMT 2025
Package: src:qcengine
Version: 0.30.0-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202512/
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 cannot 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:qcengine, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with=python3 --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:317: python3.14 setup.py clean
/<<PKGBUILDDIR>>/versioneer.py:564: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option.
mo = re.search(r'=\s*"(.*)"', line)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:334: InformationOnly: Normalizing 'v0.30.0' to '0.30.0'
self.metadata.version = self._normalize_version(self.metadata.version)
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.14' does not exist -- can't clean it
I: pybuild base:317: python3.13 setup.py clean
[... snipped ...]
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1314: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1314: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1342: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:938: in _load_unlocked
???
<frozen importlib._bootstrap_external>:759: in exec_module
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
qcengine/__init__.py:5: in <module>
from . import config, exceptions
qcengine/config.py:72: in <module>
class NodeDescriptor(pydantic.BaseModel):
/usr/lib/python3/dist-packages/pydantic/v1/main.py:221: in __new__
inferred = ModelField.infer(
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:504: in infer
return cls(
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:434: in __init__
self.prepare()
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:544: in prepare
self._set_default_and_type()
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:576: in _set_default_and_type
raise errors_.ConfigError(f'unable to infer type for attribute "{self.name}"')
E pydantic.v1.errors.ConfigError: unable to infer type for attribute "scratch_directory"
_ ERROR collecting .pybuild/cpython3_3.14/build/qcengine/tests/test_procedures.py _
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1314: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1314: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1342: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:938: in _load_unlocked
???
<frozen importlib._bootstrap_external>:759: in exec_module
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
qcengine/__init__.py:5: in <module>
from . import config, exceptions
qcengine/config.py:72: in <module>
class NodeDescriptor(pydantic.BaseModel):
/usr/lib/python3/dist-packages/pydantic/v1/main.py:221: in __new__
inferred = ModelField.infer(
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:504: in infer
return cls(
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:434: in __init__
self.prepare()
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:544: in prepare
self._set_default_and_type()
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:576: in _set_default_and_type
raise errors_.ConfigError(f'unable to infer type for attribute "{self.name}"')
E pydantic.v1.errors.ConfigError: unable to infer type for attribute "scratch_directory"
_ ERROR collecting .pybuild/cpython3_3.14/build/qcengine/tests/test_program_utils.py _
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1314: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1314: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1342: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:938: in _load_unlocked
???
<frozen importlib._bootstrap_external>:759: in exec_module
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
qcengine/__init__.py:5: in <module>
from . import config, exceptions
qcengine/config.py:72: in <module>
class NodeDescriptor(pydantic.BaseModel):
/usr/lib/python3/dist-packages/pydantic/v1/main.py:221: in __new__
inferred = ModelField.infer(
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:504: in infer
return cls(
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:434: in __init__
self.prepare()
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:544: in prepare
self._set_default_and_type()
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:576: in _set_default_and_type
raise errors_.ConfigError(f'unable to infer type for attribute "{self.name}"')
E pydantic.v1.errors.ConfigError: unable to infer type for attribute "scratch_directory"
__ ERROR collecting .pybuild/cpython3_3.14/build/qcengine/tests/test_utils.py __
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1314: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1314: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
<frozen importlib._bootstrap>:1398: in _gcd_import
???
<frozen importlib._bootstrap>:1371: in _find_and_load
???
<frozen importlib._bootstrap>:1342: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:938: in _load_unlocked
???
<frozen importlib._bootstrap_external>:759: in exec_module
???
<frozen importlib._bootstrap>:491: in _call_with_frames_removed
???
qcengine/__init__.py:5: in <module>
from . import config, exceptions
qcengine/config.py:72: in <module>
class NodeDescriptor(pydantic.BaseModel):
/usr/lib/python3/dist-packages/pydantic/v1/main.py:221: in __new__
inferred = ModelField.infer(
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:504: in infer
return cls(
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:434: in __init__
self.prepare()
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:544: in prepare
self._set_default_and_type()
/usr/lib/python3/dist-packages/pydantic/v1/fields.py:576: in _set_default_and_type
raise errors_.ConfigError(f'unable to infer type for attribute "{self.name}"')
E pydantic.v1.errors.ConfigError: unable to infer type for attribute "scratch_directory"
=============================== warnings summary ===============================
qcengine/config.py:13
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/qcengine/config.py:13: UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater.
import pydantic.v1 as pydantic
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR qcengine/programs/tests/test_adcc.py - pydantic.v1.errors.ConfigError: ...
ERROR qcengine/programs/tests/test_alignment.py - pydantic.v1.errors.ConfigEr...
ERROR qcengine/programs/tests/test_canonical_config.py - pydantic.v1.errors.C...
ERROR qcengine/programs/tests/test_canonical_fields.py - pydantic.v1.errors.C...
ERROR qcengine/programs/tests/test_dftd3_mp2d.py - pydantic.v1.errors.ConfigE...
ERROR qcengine/programs/tests/test_dftd4.py - pydantic.v1.errors.ConfigError:...
ERROR qcengine/programs/tests/test_ghost.py - pydantic.v1.errors.ConfigError:...
ERROR qcengine/programs/tests/test_molpro.py - pydantic.v1.errors.ConfigError...
ERROR qcengine/programs/tests/test_mrchem.py - pydantic.v1.errors.ConfigError...
ERROR qcengine/programs/tests/test_nwchem.py - pydantic.v1.errors.ConfigError...
ERROR qcengine/programs/tests/test_programs.py - pydantic.v1.errors.ConfigErr...
ERROR qcengine/programs/tests/test_qchem.py - pydantic.v1.errors.ConfigError:...
ERROR qcengine/programs/tests/test_qcore.py - pydantic.v1.errors.ConfigError:...
ERROR qcengine/programs/tests/test_sdftd3.py - pydantic.v1.errors.ConfigError...
ERROR qcengine/programs/tests/test_standard_suite.py - pydantic.v1.errors.Con...
ERROR qcengine/programs/tests/test_standard_suite_ccsd(t).py - pydantic.v1.er...
ERROR qcengine/programs/tests/test_standard_suite_hf.py - pydantic.v1.errors....
ERROR qcengine/programs/tests/test_terachem.py - pydantic.v1.errors.ConfigErr...
ERROR qcengine/programs/tests/test_terachem_pbs.py - pydantic.v1.errors.Confi...
ERROR qcengine/programs/tests/test_turbomole.py - pydantic.v1.errors.ConfigEr...
ERROR qcengine/programs/tests/test_xtb.py - pydantic.v1.errors.ConfigError: u...
ERROR qcengine/tests/test_cli.py - pydantic.v1.errors.ConfigError: unable to ...
ERROR qcengine/tests/test_config.py - pydantic.v1.errors.ConfigError: unable ...
ERROR qcengine/tests/test_harness_canonical.py - pydantic.v1.errors.ConfigErr...
ERROR qcengine/tests/test_mdi.py - pydantic.v1.errors.ConfigError: unable to ...
ERROR qcengine/tests/test_procedures.py - pydantic.v1.errors.ConfigError: una...
ERROR qcengine/tests/test_program_utils.py - pydantic.v1.errors.ConfigError: ...
ERROR qcengine/tests/test_utils.py - pydantic.v1.errors.ConfigError: unable t...
!!!!!!!!!!!!!!!!!!! Interrupted: 28 errors during collection !!!!!!!!!!!!!!!!!!!
======================== 1 warning, 28 errors in 1.32s =========================
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: cov-5.0.0, typeguard-4.4.4
collected 1040 items / 3 skipped
qcengine/programs/tests/test_adcc.py s [ 0%]
qcengine/programs/tests/test_alignment.py ssssssssssssssssssssssssssssss [ 2%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 9%]
qcengine/programs/tests/test_canonical_config.py sssssssssssssssssssssss [ 11%]
sssssssssssssssss [ 13%]
qcengine/programs/tests/test_canonical_fields.py sssssssssssssssssssssss [ 15%]
s [ 15%]
qcengine/programs/tests/test_dftd3_mp2d.py sssss......................ss [ 18%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 25%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 32%]
ssssssssssssssssssssssssssssssssssssssss [ 35%]
qcengine/programs/tests/test_dftd4.py sssss [ 36%]
qcengine/programs/tests/test_ghost.py ssssssssssssssssssssssssssssssssss [ 39%]
ssssssssssssssssssss [ 41%]
qcengine/programs/tests/test_mrchem.py sss [ 41%]
qcengine/programs/tests/test_nwchem.py ssssssssssssssss [ 43%]
qcengine/programs/tests/test_programs.py ..ssssssssssss...ssssssssssssss [ 46%]
s [ 46%]
qcengine/programs/tests/test_qcore.py ssss [ 46%]
qcengine/programs/tests/test_sdftd3.py ssssssssss [ 47%]
qcengine/programs/tests/test_standard_suite.py sssssssssssssssssssssssss [ 50%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 57%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 64%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 71%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 77%]
sssssssssss [ 79%]
qcengine/programs/tests/test_standard_suite_ccsd(t).py sssssssssss [ 80%]
qcengine/programs/tests/test_standard_suite_hf.py ssssssssssssssssssssss [ 82%]
sssssss [ 82%]
qcengine/programs/tests/test_terachem_pbs.py . [ 82%]
qcengine/programs/tests/test_turbomole.py ssssssssssssss. [ 84%]
qcengine/programs/tests/test_xtb.py sssssssssssss [ 85%]
qcengine/tests/test_cli.py ..ss [ 86%]
qcengine/tests/test_config.py ........................ [ 88%]
qcengine/tests/test_harness_canonical.py sssssssssssssssssssssssssssssss [ 91%]
ssssssssssssssssssssssssssssssssssssssssssss [ 95%]
qcengine/tests/test_mdi.py s [ 95%]
qcengine/tests/test_procedures.py sssssssssssssssssssssssssssss [ 98%]
qcengine/tests/test_program_utils.py .sss..ss. [ 99%]
qcengine/tests/test_utils.py ....... [100%]
======================= 66 passed, 977 skipped in 7.06s ========================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 3.13" returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
More information about the Debichem-devel
mailing list