Your message dated Tue, 30 Sep 2025 18:21:44 +0000
with message-id <[email protected]>
and subject line Bug#1116924: fixed in waitress 3.0.2-2
has caused the Debian Bug report #1116924,
regarding waitress: 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.)
--
1116924: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116924
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:waitress
Version: 3.0.2-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:waitress, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_testdir -O--buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
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 --buildsystem=pybuild
dh_testdir -O--buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
/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 :: Zope Public License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/waitress
copying src/waitress/adjustments.py -> build/lib/waitress
copying src/waitress/__init__.py -> build/lib/waitress
copying src/waitress/__main__.py -> build/lib/waitress
copying src/waitress/buffers.py -> build/lib/waitress
copying src/waitress/task.py -> build/lib/waitress
copying src/waitress/channel.py -> build/lib/waitress
copying src/waitress/rfc7230.py -> build/lib/waitress
copying src/waitress/wasyncore.py -> build/lib/waitress
copying src/waitress/receiver.py -> build/lib/waitress
copying src/waitress/parser.py -> build/lib/waitress
copying src/waitress/runner.py -> build/lib/waitress
copying src/waitress/compat.py -> build/lib/waitress
copying src/waitress/proxy_headers.py -> build/lib/waitress
copying src/waitress/trigger.py -> build/lib/waitress
copying src/waitress/utilities.py -> build/lib/waitress
copying src/waitress/server.py -> build/lib/waitress
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/waitress
copying build/lib/waitress/adjustments.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/__init__.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/__main__.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/buffers.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/task.py -> build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/channel.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/rfc7230.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/wasyncore.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/receiver.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/parser.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/runner.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/compat.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/proxy_headers.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/trigger.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/utilities.py ->
build/bdist.linux-x86_64/wheel/./waitress
copying build/lib/waitress/server.py ->
build/bdist.linux-x86_64/wheel/./waitress
running install_egg_info
running egg_info
creating src/waitress.egg-info
writing src/waitress.egg-info/PKG-INFO
writing dependency_links to src/waitress.egg-info/dependency_links.txt
writing entry points to src/waitress.egg-info/entry_points.txt
writing requirements to src/waitress.egg-info/requires.txt
writing top-level names to src/waitress.egg-info/top_level.txt
writing manifest file 'src/waitress.egg-info/SOURCES.txt'
reading manifest file 'src/waitress.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching 'TODO.txt'
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '__pycache__' found under
directory '*'
warning: no previously-included files matching '*.py[cod]' found under
directory '*'
adding license file 'LICENSE.txt'
writing manifest file 'src/waitress.egg-info/SOURCES.txt'
Copying src/waitress.egg-info to
build/bdist.linux-x86_64/wheel/./waitress-3.0.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/waitress-3.0.2.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-rw4qtq8s/waitress-3.0.2-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'waitress/__init__.py'
adding 'waitress/__main__.py'
adding 'waitress/adjustments.py'
adding 'waitress/buffers.py'
adding 'waitress/channel.py'
adding 'waitress/compat.py'
adding 'waitress/parser.py'
adding 'waitress/proxy_headers.py'
adding 'waitress/receiver.py'
adding 'waitress/rfc7230.py'
adding 'waitress/runner.py'
adding 'waitress/server.py'
adding 'waitress/task.py'
adding 'waitress/trigger.py'
adding 'waitress/utilities.py'
adding 'waitress/wasyncore.py'
adding 'waitress-3.0.2.dist-info/licenses/LICENSE.txt'
adding 'waitress-3.0.2.dist-info/METADATA'
adding 'waitress-3.0.2.dist-info/WHEEL'
adding 'waitress-3.0.2.dist-info/entry_points.txt'
adding 'waitress-3.0.2.dist-info/top_level.txt'
adding 'waitress-3.0.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built waitress-3.0.2-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
dh: command-omitted: The call to "debian/rules override_dh_auto_test" 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_installdirs -O--buildsystem=pybuild
dh_auto_install -O--buildsystem=pybuild
I: pybuild plugin_pyproject:178: Copying package built for python3.13 to destdir
dh_install -O--buildsystem=pybuild
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="20 November
2024" docs
/<<PKGBUILDDIR>>/debian/python-waitress-doc/usr/share/doc/python-waitress-doc/html
/usr/bin/python3: No module named sphinx
make[1]: *** [debian/rules:21: override_dh_sphinxdoc] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: waitress
Source-Version: 3.0.2-2
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
waitress, 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.
Colin Watson <[email protected]> (supplier of updated waitress 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, 30 Sep 2025 19:04:08 +0100
Source: waitress
Architecture: source
Version: 3.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1116924
Changes:
waitress (3.0.2-2) unstable; urgency=medium
.
* Team upload.
* Fix profile for python3-sphinx build-dependency (closes: #1116924).
Checksums-Sha1:
4744528f8f410b6f950156dd0be7d023b2307756 2562 waitress_3.0.2-2.dsc
82386e2704efc3cd2a2ee30021565fbee318cbb4 8312 waitress_3.0.2-2.debian.tar.xz
e80a24b16e10fb1c656195564588399f108a5f62 332540 waitress_3.0.2-2.git.tar.xz
dbf8c37341c0daf4440e476c96668bd5fc4a5def 18222
waitress_3.0.2-2_source.buildinfo
Checksums-Sha256:
3063de26b88c908b125a2564860e53ec70afdb4c9840f178a867a8850dc94481 2562
waitress_3.0.2-2.dsc
698effe07ed7192441322227433674a2aeb162114fba97cdb5d192979583acb2 8312
waitress_3.0.2-2.debian.tar.xz
3fe5296d796052875a764f500b40585ab04aab3725042e5afe18455f5b7ebdab 332540
waitress_3.0.2-2.git.tar.xz
9e0bafb11b88ee73a016ffed35bf75511b1e38ceb7ffdd385d861e3890e8856d 18222
waitress_3.0.2-2_source.buildinfo
Files:
48b05144376c1ee1505fb1822413cc00 2562 python optional waitress_3.0.2-2.dsc
2cc15f9fdfb4f0abd1a60ba5fac0fbd2 8312 python optional
waitress_3.0.2-2.debian.tar.xz
fbf2d1b91a6def96f93e6a9448d15f8f 332540 python optional
waitress_3.0.2-2.git.tar.xz
b863b0263fcd79002682c08c3ba8d21b 18222 python optional
waitress_3.0.2-2_source.buildinfo
Git-Tag-Info: tag=50182a3d7b89cfef9165077720ecbe6259218d7c
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmjcG/IACgkQYG0ITkaD
wHmTYg//RzDhifyTed6Tz/vXgrO3DLTQayqSqt/W8yjWP8ltXc/u62DVAivhoz3B
nIPCH5vsvqghPf/NBhc8qlDX6gFZuvNbzRtyx62tQV50BMIEOlTFtOlUvyjmlNg8
GsGiDLlSOy3iW8SGSPmL+exZKmmJC+AlmIMWRltvesBpFe6fZetJCvND3SwY80LZ
e1W3+DBx7dirKo8gUtFBKA5fxbKZ1ELTQRc5kACwfWfHSWtjoJD6brUDeZXqMh2h
+XLBs4XrDoE2tlUUhyTi8LTP7rtuLxiwxW3PbSoPYfhZ02Ni0HQ2Ofj1j7AMlrm2
xQxsQGNbc0M6VymcbQm0frJjfQ5+veImGqjQJxQ9YBbqMH+GGgDCXCU1qrr9J+ga
s4tl3na1hLDOYTdYBpGPOSzIjDC5HraMCl0ZzMDCOc06TczU3WhkUNOCFORgk6x9
g495vND7Ou3GpbNpb61/nOyjIERVt6nlnTbxo+CjQpkGiGV6Q8WPOiyFHy/ol7OC
W+nTZ9kNc5u0XJFKK5x6C1T0+pvSSpiCyNysPQW3T2EwQ7Ct8tIZU3/m52FCwVPU
s43t+/M2Ih8LeHHD2iSw0+51g03etU+fAGTCFxHBxHCxsSSuYd8mPvxluSG2Yht7
D93eFESwVgirGOg0dUsAiX4xlwyJ+qtZZXWFCgC0wG7LULeLVKE=
=K2Nu
-----END PGP SIGNATURE-----
pgpBEEpKv_F4N.pgp
Description: PGP signature
--- End Message ---