Package: src:python-aiosmtpd Version: 1.4.6-5 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:python-aiosmtpd, 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 pybuild --clean -i python{version} -p "3.14 3.13" rm -rf .pybuild/ find . -name \*.pyc -exec rm {} \; dh_autoreconf_clean -O--buildsystem=pybuild dh_clean -O--buildsystem=pybuild rm -f debian/debhelper-build-stamp rm -rf debian/.debhelper/ rm -f -- debian/python3-aiosmtpd.substvars debian/python3-aiosmtpd-doc.substvars debian/files rm -fr -- debian/python3-aiosmtpd/ debian/tmp/ debian/python3-aiosmtpd-doc/ find . \( \( \ \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ [... snipped ...] adding 'aiosmtpd/tests/test_proxyprotocol.py' adding 'aiosmtpd/tests/test_server.py' adding 'aiosmtpd/tests/test_smtp.py' adding 'aiosmtpd/tests/test_smtps.py' adding 'aiosmtpd/tests/test_smtpsmuggling.py' adding 'aiosmtpd/tests/test_starttls.py' adding 'aiosmtpd/tests/certs/__init__.py' adding 'aiosmtpd/tests/certs/server.crt' adding 'aiosmtpd/tests/certs/server.key' adding 'aiosmtpd/tests/certs/server_alt.crt' adding 'aiosmtpd/tests/certs/server_alt.key' adding 'aiosmtpd-1.4.6.dist-info/licenses/LICENSE' adding 'aiosmtpd-1.4.6.dist-info/licenses/NOTICE' adding 'aiosmtpd-1.4.6.dist-info/METADATA' adding 'aiosmtpd-1.4.6.dist-info/WHEEL' adding 'aiosmtpd-1.4.6.dist-info/entry_points.txt' adding 'aiosmtpd-1.4.6.dist-info/top_level.txt' adding 'aiosmtpd-1.4.6.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built aiosmtpd-1.4.6-py3-none-any.whl I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with "installer" module I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" module I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_aiosmtpd * 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 License :: OSI Approved :: Apache Software 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 running egg_info writing aiosmtpd.egg-info/PKG-INFO writing dependency_links to aiosmtpd.egg-info/dependency_links.txt writing entry points to aiosmtpd.egg-info/entry_points.txt writing requirements to aiosmtpd.egg-info/requires.txt writing top-level names to aiosmtpd.egg-info/top_level.txt reading manifest file 'aiosmtpd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.py[oc]' found anywhere in distribution warning: no previously-included files matching '*.sw[a-p]' found anywhere in distribution warning: no previously-included files matching 'pyvenv.cfg' found anywhere in distribution adding license file 'LICENSE' adding license file 'NOTICE' writing manifest file 'aiosmtpd.egg-info/SOURCES.txt' /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'aiosmtpd.docs._exts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'aiosmtpd.docs._exts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'aiosmtpd.docs._exts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'aiosmtpd.docs._exts' to be distributed and are already explicitly excluding 'aiosmtpd.docs._exts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'aiosmtpd.docs._static' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'aiosmtpd.docs._static' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'aiosmtpd.docs._static' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'aiosmtpd.docs._static' to be distributed and are already explicitly excluding 'aiosmtpd.docs._static' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) 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/aiosmtpd creating build/bdist.linux-x86_64/wheel/aiosmtpd/qa copying build/lib/aiosmtpd/qa/test_1testsuite.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/qa copying build/lib/aiosmtpd/qa/test_0packaging.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/qa copying build/lib/aiosmtpd/qa/__init__.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/qa copying build/lib/aiosmtpd/main.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd copying build/lib/aiosmtpd/smtp.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd copying build/lib/aiosmtpd/proxy_protocol.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd copying build/lib/aiosmtpd/lmtp.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd copying build/lib/aiosmtpd/__main__.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd copying build/lib/aiosmtpd/py.typed -> build/bdist.linux-x86_64/wheel/./aiosmtpd copying build/lib/aiosmtpd/controller.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd creating build/bdist.linux-x86_64/wheel/aiosmtpd/docs copying build/lib/aiosmtpd/docs/auth.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/cli.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/index.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/handlers.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/requirements.txt -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs creating build/bdist.linux-x86_64/wheel/aiosmtpd/docs/_exts copying build/lib/aiosmtpd/docs/_exts/autoprogramm.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs/_exts copying build/lib/aiosmtpd/docs/smtp.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/migrating.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/lmtp.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/NEWS.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/testing.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/Makefile -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/concepts.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/proxyprotocol.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/conf.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/intro.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/controller.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/manpage.rst -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs creating build/bdist.linux-x86_64/wheel/aiosmtpd/docs/_static copying build/lib/aiosmtpd/docs/_static/aiosmtpd.css -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs/_static copying build/lib/aiosmtpd/docs/.gitignore -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs copying build/lib/aiosmtpd/docs/__init__.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/docs creating build/bdist.linux-x86_64/wheel/aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_proxyprotocol.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_misc.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_smtp.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_lmtp.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests creating build/bdist.linux-x86_64/wheel/aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/server.key -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/server_alt.crt -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/server.crt -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/server_alt.key -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/certs/__init__.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests/certs copying build/lib/aiosmtpd/tests/test_main.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_server.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_handlers.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_smtpsmuggling.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_smtps.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests copying build/lib/aiosmtpd/tests/test_starttls.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests copying build/lib/aiosmtpd/tests/conftest.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests copying build/lib/aiosmtpd/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/tests creating build/bdist.linux-x86_64/wheel/aiosmtpd/testing copying build/lib/aiosmtpd/testing/statuscodes.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/testing copying build/lib/aiosmtpd/testing/helpers.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/testing copying build/lib/aiosmtpd/testing/__init__.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd/testing copying build/lib/aiosmtpd/handlers.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd copying build/lib/aiosmtpd/__init__.py -> build/bdist.linux-x86_64/wheel/./aiosmtpd running install_egg_info Copying aiosmtpd.egg-info to build/bdist.linux-x86_64/wheel/./aiosmtpd-1.4.6.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/aiosmtpd-1.4.6.dist-info/WHEEL creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_aiosmtpd/.tmp-39wkj8i7/aiosmtpd-1.4.6-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'aiosmtpd/__init__.py' adding 'aiosmtpd/__main__.py' adding 'aiosmtpd/controller.py' adding 'aiosmtpd/handlers.py' adding 'aiosmtpd/lmtp.py' adding 'aiosmtpd/main.py' adding 'aiosmtpd/proxy_protocol.py' adding 'aiosmtpd/py.typed' adding 'aiosmtpd/smtp.py' adding 'aiosmtpd/docs/.gitignore' adding 'aiosmtpd/docs/Makefile' adding 'aiosmtpd/docs/NEWS.rst' adding 'aiosmtpd/docs/__init__.py' adding 'aiosmtpd/docs/auth.rst' adding 'aiosmtpd/docs/cli.rst' adding 'aiosmtpd/docs/concepts.rst' adding 'aiosmtpd/docs/conf.py' adding 'aiosmtpd/docs/controller.rst' adding 'aiosmtpd/docs/handlers.rst' adding 'aiosmtpd/docs/index.rst' adding 'aiosmtpd/docs/intro.rst' adding 'aiosmtpd/docs/lmtp.rst' adding 'aiosmtpd/docs/manpage.rst' adding 'aiosmtpd/docs/migrating.rst' adding 'aiosmtpd/docs/proxyprotocol.rst' adding 'aiosmtpd/docs/requirements.txt' adding 'aiosmtpd/docs/smtp.rst' adding 'aiosmtpd/docs/testing.rst' adding 'aiosmtpd/docs/_exts/autoprogramm.py' adding 'aiosmtpd/docs/_static/aiosmtpd.css' adding 'aiosmtpd/qa/__init__.py' adding 'aiosmtpd/qa/test_0packaging.py' adding 'aiosmtpd/qa/test_1testsuite.py' adding 'aiosmtpd/testing/__init__.py' adding 'aiosmtpd/testing/helpers.py' adding 'aiosmtpd/testing/statuscodes.py' adding 'aiosmtpd/tests/__init__.py' adding 'aiosmtpd/tests/conftest.py' adding 'aiosmtpd/tests/test_handlers.py' adding 'aiosmtpd/tests/test_lmtp.py' adding 'aiosmtpd/tests/test_main.py' adding 'aiosmtpd/tests/test_misc.py' adding 'aiosmtpd/tests/test_proxyprotocol.py' adding 'aiosmtpd/tests/test_server.py' adding 'aiosmtpd/tests/test_smtp.py' adding 'aiosmtpd/tests/test_smtps.py' adding 'aiosmtpd/tests/test_smtpsmuggling.py' adding 'aiosmtpd/tests/test_starttls.py' adding 'aiosmtpd/tests/certs/__init__.py' adding 'aiosmtpd/tests/certs/server.crt' adding 'aiosmtpd/tests/certs/server.key' adding 'aiosmtpd/tests/certs/server_alt.crt' adding 'aiosmtpd/tests/certs/server_alt.key' adding 'aiosmtpd-1.4.6.dist-info/licenses/LICENSE' adding 'aiosmtpd-1.4.6.dist-info/licenses/NOTICE' adding 'aiosmtpd-1.4.6.dist-info/METADATA' adding 'aiosmtpd-1.4.6.dist-info/WHEEL' adding 'aiosmtpd-1.4.6.dist-info/entry_points.txt' adding 'aiosmtpd-1.4.6.dist-info/top_level.txt' adding 'aiosmtpd-1.4.6.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built aiosmtpd-1.4.6-py3-none-any.whl I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with "installer" module dh_auto_test -O--buildsystem=pybuild pybuild --test --test-pytest -i python{version} -p "3.14 3.13" E: pybuild pybuild:389: test: plugin pyproject failed with: not enough values to unpack (expected at least 1, got 0) E: pybuild pybuild:389: test: plugin pyproject failed with: not enough values to unpack (expected at least 1, got 0) rm -fr -- /tmp/dh-xdg-rundir-PCnIuJoX dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 3.13" returned exit code 13 make: *** [debian/rules:11: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

