Package: src:kitchen
Version: 1.2.6-6
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build --with python3,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 
running config
I: pybuild base:311: python3.12 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.13 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen
copying kitchen3/kitchen/release.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen
copying kitchen3/kitchen/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen
copying kitchen3/kitchen/exceptions.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/versioning
copying kitchen3/kitchen/versioning/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/versioning
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/i18n
copying kitchen3/kitchen/i18n/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/i18n
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/iterutils
copying kitchen3/kitchen/iterutils/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/iterutils
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/collections
copying kitchen3/kitchen/collections/strictdict.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/collections
copying kitchen3/kitchen/collections/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/collections
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/utf8.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/display.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/converters.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/exceptions.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/misc.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build/kitchen/text
I: pybuild pybuild:334: 
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build 
http_proxy='127.0.0.1:9' python3.13 -m sphinx -N -bhtml kitchen3/docs/ 
kitchen3/docs/_build/html ; 
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build 
http_proxy='127.0.0.1:9' python3.13 -m sphinx -N -bman kitchen3/docs/ 
kitchen3/docs/_build/man ; mv kitchen3/docs/_build/man/kitchen.1 
kitchen3/docs/_build/man/python-kitchen.1
Running Sphinx v8.1.3
loading translations [en]... done
making output directory... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. 
Expected a two-element tuple or list.
ERROR: Invalid value `None` in 
intersphinx_mapping['https://fedorahosted.org/releases/p/y/python-fedora/doc/'].
 Expected a two-element tuple or list.
ERROR: Invalid value `None` in 
intersphinx_mapping['https://fedorahosted.org/releases/p/a/packagedb/doc/']. 
Expected a two-element tuple or list.

Configuration error:
Invalid `intersphinx_mapping` configuration (3 errors).
Running Sphinx v8.1.3
loading translations [en]... done
making output directory... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. 
Expected a two-element tuple or list.
ERROR: Invalid value `None` in 
intersphinx_mapping['https://fedorahosted.org/releases/p/y/python-fedora/doc/'].
 Expected a two-element tuple or list.
ERROR: Invalid value `None` in 
intersphinx_mapping['https://fedorahosted.org/releases/p/a/packagedb/doc/']. 
Expected a two-element tuple or list.

Configuration error:
Invalid `intersphinx_mapping` configuration (3 errors).
mv: cannot stat 'kitchen3/docs/_build/man/kitchen.1': No such file or directory
E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build 
http_proxy='127.0.0.1:9' python3.13 -m sphinx -N -bhtml kitchen3/docs/ 
kitchen3/docs/_build/html ; 
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_kitchen/build 
http_proxy='127.0.0.1:9' python3.13 -m sphinx -N -bman kitchen3/docs/ 
kitchen3/docs/_build/man ; mv kitchen3/docs/_build/man/kitchen.1 
kitchen3/docs/_build/man/python-kitchen.1
I: pybuild base:311: /usr/bin/python3 setup.py build 
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen
copying kitchen3/kitchen/release.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen
copying kitchen3/kitchen/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen
copying kitchen3/kitchen/exceptions.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/versioning
copying kitchen3/kitchen/versioning/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/versioning
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/i18n
copying kitchen3/kitchen/i18n/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/i18n
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/iterutils
copying kitchen3/kitchen/iterutils/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/iterutils
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/collections
copying kitchen3/kitchen/collections/strictdict.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/collections
copying kitchen3/kitchen/collections/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/collections
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/utf8.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/display.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/converters.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/exceptions.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/text
copying kitchen3/kitchen/text/misc.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build/kitchen/text
I: pybuild pybuild:334: 
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build 
http_proxy='127.0.0.1:9' python3.12 -m sphinx -N -bhtml kitchen3/docs/ 
kitchen3/docs/_build/html ; 
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build 
http_proxy='127.0.0.1:9' python3.12 -m sphinx -N -bman kitchen3/docs/ 
kitchen3/docs/_build/man ; mv kitchen3/docs/_build/man/kitchen.1 
kitchen3/docs/_build/man/python-kitchen.1
Running Sphinx v8.1.3
loading translations [en]... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. 
Expected a two-element tuple or list.
ERROR: Invalid value `None` in 
intersphinx_mapping['https://fedorahosted.org/releases/p/y/python-fedora/doc/'].
 Expected a two-element tuple or list.
ERROR: Invalid value `None` in 
intersphinx_mapping['https://fedorahosted.org/releases/p/a/packagedb/doc/']. 
Expected a two-element tuple or list.

Configuration error:
Invalid `intersphinx_mapping` configuration (3 errors).
Running Sphinx v8.1.3
loading translations [en]... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. 
Expected a two-element tuple or list.
ERROR: Invalid value `None` in 
intersphinx_mapping['https://fedorahosted.org/releases/p/y/python-fedora/doc/'].
 Expected a two-element tuple or list.
ERROR: Invalid value `None` in 
intersphinx_mapping['https://fedorahosted.org/releases/p/a/packagedb/doc/']. 
Expected a two-element tuple or list.

Configuration error:
Invalid `intersphinx_mapping` configuration (3 errors).
mv: cannot stat 'kitchen3/docs/_build/man/kitchen.1': No such file or directory
E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build 
http_proxy='127.0.0.1:9' python3.12 -m sphinx -N -bhtml kitchen3/docs/ 
kitchen3/docs/_build/html ; 
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_kitchen/build 
http_proxy='127.0.0.1:9' python3.12 -m sphinx -N -bman kitchen3/docs/ 
kitchen3/docs/_build/man ; mv kitchen3/docs/_build/man/kitchen.1 
kitchen3/docs/_build/man/python-kitchen.1
dh_auto_build: error: pybuild --build -i python{version} -p "3.13 3.12" 
returned exit code 13
make: *** [debian/rules:25: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202412/

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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

Reply via email to