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
--------------------------------------------------------------------------------

Reply via email to