Your message dated Tue, 14 Oct 2025 15:11:33 +0000
with message-id <[email protected]>
and subject line Bug#1116926: fixed in wtforms-alchemy 0.19.0-3
has caused the Debian Bug report #1116926,
regarding wtforms-alchemy: FTBFS with the nocheck build profile
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 [email protected]
immediately.)
--
1116926: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116926
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wtforms-alchemy
Version: 0.19.0-1
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile
Dear maintainer:
During a rebuild of all packages in unstable using the nocheck build profile,
your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:
https://wiki.debian.org/qa.debian.org/FTBFS/Nocheck
(It's a wiki, so you are welcome to contribute)
[ Note: This is RC, but I will wait at least two weeks before raising
the severities, there are a lot of gcc-15 and CMake 4 bugs open now ].
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:wtforms-alchemy, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with sphinxdoc --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py clean
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build' (and
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
dh_autoreconf_clean -O--buildsystem=pybuild
debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean
rm -rf .mypy_cache
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules binary
dh binary --with sphinxdoc --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py config
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_py
creating
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy
copying wtforms_alchemy/validators.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy
copying wtforms_alchemy/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy
copying wtforms_alchemy/generator.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy
copying wtforms_alchemy/exc.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy
copying wtforms_alchemy/fields.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy
copying wtforms_alchemy/utils.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy
running egg_info
creating WTForms_Alchemy.egg-info
writing WTForms_Alchemy.egg-info/PKG-INFO
writing dependency_links to WTForms_Alchemy.egg-info/dependency_links.txt
writing requirements to WTForms_Alchemy.egg-info/requires.txt
writing top-level names to WTForms_Alchemy.egg-info/top_level.txt
writing manifest file 'WTForms_Alchemy.egg-info/SOURCES.txt'
reading manifest file 'WTForms_Alchemy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory
'tests'
warning: no previously-included files matching '*.pyc' found under directory
'docs'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'docs/_themes/.git'
adding license file 'LICENSE'
writing manifest file 'WTForms_Alchemy.egg-info/SOURCES.txt'
dh: command-omitted: The call to "dh_auto_test -O--buildsystem=pybuild" was
omitted due to "DEB_BUILD_OPTIONS=nocheck"
create-stamp debian/debhelper-build-stamp
dh_testroot -O--buildsystem=pybuild
dh_prep -O--buildsystem=pybuild
dh_auto_install --destdir=debian/python3-wtforms-alchemy/
-O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py install --root
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:90:
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
running egg_info
writing WTForms_Alchemy.egg-info/PKG-INFO
writing dependency_links to WTForms_Alchemy.egg-info/dependency_links.txt
writing requirements to WTForms_Alchemy.egg-info/requires.txt
writing top-level names to WTForms_Alchemy.egg-info/top_level.txt
reading manifest file 'WTForms_Alchemy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory
'tests'
warning: no previously-included files matching '*.pyc' found under directory
'docs'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files found matching 'docs/_themes/.git'
adding license file 'LICENSE'
writing manifest file 'WTForms_Alchemy.egg-info/SOURCES.txt'
running install_lib
creating
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages
creating
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy/validators.py
->
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy/__init__.py
->
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy/generator.py
->
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy/exc.py
->
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy/fields.py
->
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wtforms-alchemy/build/wtforms_alchemy/utils.py
->
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy/validators.py
to validators.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy/generator.py
to generator.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy/exc.py
to exc.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy/fields.py
to fields.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/wtforms_alchemy/utils.py
to utils.cpython-313.pyc
running install_egg_info
Copying WTForms_Alchemy.egg-info to
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/lib/python3.13/dist-packages/WTForms_Alchemy-0.19.0.egg-info
Skipping SOURCES.txt
running install_scripts
dh_installdocs -O--buildsystem=pybuild
debian/rules override_dh_sphinxdoc
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. python3 -m sphinx -b html -N -D html_last_updated_fmt="19 November
2024" docs/
/<<PKGBUILDDIR>>/debian/python3-wtforms-alchemy/usr/share/doc/python3-wtforms-alchemy/html
Running Sphinx v8.2.3
Configuration error!
Versions
========
* Platform: linux;
(Linux-6.12.48+deb13-cloud-amd64-x86_64-with-glibc2.41)
* Python version: 3.13.7 (CPython)
* Sphinx version: 8.2.3
* Docutils version: 0.21.2
* Jinja2 version: 3.1.6
* Pygments version: 2.18.0
Last Messages
=============
None.
Loaded Extensions
=================
None.
Traceback
=========
File "/usr/lib/python3/dist-packages/sphinx/config.py", line 616, in
eval_config_file
raise ConfigError(msg % traceback.format_exc()) from exc
sphinx.errors.ConfigError: There is a programmable error in your
configuration file:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sphinx/config.py", line 601, in
eval_config_file
exec(code, namespace) # NoQA: S102
~~~~^^^^^^^^^^^^^^^^^
File "/<<PKGBUILDDIR>>/docs/conf.py", line 20, in <module>
from wtforms_alchemy import __version__
File "/<<PKGBUILDDIR>>/wtforms_alchemy/__init__.py", line 1, in <module>
import sqlalchemy as sa
ModuleNotFoundError: No module named 'sqlalchemy'
The full traceback has been saved in:
/tmp/sphinx-err-07xntlfy.log
To report this error to the developers, please open an issue at
<https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message
can be provided next time.
make[1]: *** [debian/rules:22: override_dh_sphinxdoc] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: wtforms-alchemy
Source-Version: 0.19.0-3
Done: Santiago Vila <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wtforms-alchemy, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Santiago Vila <[email protected]> (supplier of updated wtforms-alchemy 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 14 Oct 2025 16:05:00 +0200
Source: wtforms-alchemy
Architecture: source
Version: 0.19.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1116926
Changes:
wtforms-alchemy (0.19.0-3) unstable; urgency=medium
.
* Team upload.
* d/control: Fix annotations for python3-sqlalchemy-utils and
python3-wtforms-components as well. Closes: #1116926.
Checksums-Sha1:
f00fa3352e9114b3cf7a03ced74d7d01780ec839 2486 wtforms-alchemy_0.19.0-3.dsc
5371ec90703979b114c32bc0fa0d1c83496ee17f 5880
wtforms-alchemy_0.19.0-3.debian.tar.xz
2bb4fb6698b3df8eb5a276b7175ffd79816d3d5b 7574
wtforms-alchemy_0.19.0-3_source.buildinfo
Checksums-Sha256:
16b65d69c85c7e1e080c41073122b0e709c06a131a041e5899e04dd5a944359b 2486
wtforms-alchemy_0.19.0-3.dsc
4b4fe1f4d4463332ffe621d5d4b9eaca5a7fc1c9d0ca645a088a63d1e3c57f0b 5880
wtforms-alchemy_0.19.0-3.debian.tar.xz
301198f300fbc117c66f93e8e6ffdef8065c39e6e775da7747e94aa79da28bb8 7574
wtforms-alchemy_0.19.0-3_source.buildinfo
Files:
f46ec49604e00127dc88ceaa49b00a7d 2486 python optional
wtforms-alchemy_0.19.0-3.dsc
8ddeea99b40f15ede1521ebfc722bc6c 5880 python optional
wtforms-alchemy_0.19.0-3.debian.tar.xz
c06ba5942a1ce0a03b63923a165e325c 7574 python optional
wtforms-alchemy_0.19.0-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmjuWjkACgkQQc5/C58b
izKGVAf9FIYOuJL6ZmGHgN3OBHLULLkBawUman3oTWoEO4W5ublk9MFv5X1fkSxj
OhIAI6Xzu57Sf2ewvzH0ADdbNJX8cb8Vj4WV1zM8bukcYALPC5P5ZpGYcMFmLLN0
0QXcfkbooWsW6Np7bUlZEmjlCn5qGzeowFBMc6TZpG5OwZoM5hjm/7mBPhoAQCDP
tFzcD3jeg6udmOAnIRv7K5PwNqoADCRuSpqzgpauiEQ3ByBKxrb7qH0LLag8MWt2
R6CynlTyc59+UYAQFLEr9RU4MDlzdQKz5G5iGkgWS548ziKFv01RBcJO/oL/IdBk
Wxzazy+1bxh95UhFOrR8PQtwhnuRVA==
=12i8
-----END PGP SIGNATURE-----
pgpB3WelnTPVX.pgp
Description: PGP signature
--- End Message ---