Package: src:python-pamqp
Version: 3.3.0-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, 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/

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

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3,sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf docs/.build
dh_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary --with python3,sphinxdoc --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_pamqp  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/dist.py:599: 
SetuptoolsDeprecationWarning: Invalid dash-separated key 'license-file' in 
'metadata' (setup.cfg), please use the underscore name 'license_file' instead.
!!

        
********************************************************************************
        Usage of dash-separated 'license-file' will not be supported in future
        versions. Please use the underscore name 'license_file' instead.

        By 2026-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:599: 
SetuptoolsDeprecationWarning: Invalid dash-separated key 'home-page' in 
'metadata' (setup.cfg), please use the underscore name 'home_page' instead.
!!

        
********************************************************************************
        Usage of dash-separated 'home-page' will not be supported in future
        versions. Please use the underscore name 'home_page' instead.

        By 2026-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:599: 
SetuptoolsDeprecationWarning: Invalid dash-separated key 'requires-dist' in 
'metadata' (setup.cfg), please use the underscore name 'requires_dist' instead.
!!

        
********************************************************************************
        Usage of dash-separated 'requires-dist' will not be supported in future
        versions. Please use the underscore name 'requires_dist' instead.

        By 2026-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/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 bdist_wheel
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:135: 
SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        
********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.
        
********************************************************************************

!!
  self.finalize_options()
running build
running build_py
creating build/lib/pamqp
copying pamqp/exceptions.py -> build/lib/pamqp
copying pamqp/commands.py -> build/lib/pamqp
copying pamqp/base.py -> build/lib/pamqp
copying pamqp/encode.py -> build/lib/pamqp
copying pamqp/decode.py -> build/lib/pamqp
copying pamqp/common.py -> build/lib/pamqp
copying pamqp/constants.py -> build/lib/pamqp
copying pamqp/frame.py -> build/lib/pamqp
copying pamqp/header.py -> build/lib/pamqp
copying pamqp/heartbeat.py -> build/lib/pamqp
copying pamqp/body.py -> build/lib/pamqp
copying pamqp/__init__.py -> build/lib/pamqp
running egg_info
creating pamqp.egg-info
writing pamqp.egg-info/PKG-INFO
writing dependency_links to pamqp.egg-info/dependency_links.txt
writing requirements to pamqp.egg-info/requires.txt
writing top-level names to pamqp.egg-info/top_level.txt
writing manifest file 'pamqp.egg-info/SOURCES.txt'
reading manifest file 'pamqp.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'pamqp.egg-info/SOURCES.txt'
copying pamqp/py.typed -> build/lib/pamqp
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/pamqp
copying build/lib/pamqp/exceptions.py -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/commands.py -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/base.py -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/encode.py -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/py.typed -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/decode.py -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/common.py -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/constants.py -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/frame.py -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/header.py -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/heartbeat.py -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/body.py -> build/bdist.linux-x86_64/wheel/./pamqp
copying build/lib/pamqp/__init__.py -> build/bdist.linux-x86_64/wheel/./pamqp
running install_egg_info
Copying pamqp.egg-info to build/bdist.linux-x86_64/wheel/./pamqp-3.3.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pamqp-3.3.0.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pamqp/.tmp-6mfdssh1/pamqp-3.3.0-py2.py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pamqp/__init__.py'
adding 'pamqp/base.py'
adding 'pamqp/body.py'
adding 'pamqp/commands.py'
adding 'pamqp/common.py'
adding 'pamqp/constants.py'
adding 'pamqp/decode.py'
adding 'pamqp/encode.py'
adding 'pamqp/exceptions.py'
adding 'pamqp/frame.py'
adding 'pamqp/header.py'
adding 'pamqp/heartbeat.py'
adding 'pamqp/py.typed'
adding 'pamqp-3.3.0.dist-info/licenses/LICENSE'
adding 'pamqp-3.3.0.dist-info/METADATA'
adding 'pamqp-3.3.0.dist-info/WHEEL'
adding 'pamqp-3.3.0.dist-info/top_level.txt'
adding 'pamqp-3.3.0.dist-info/zip-safe'
adding 'pamqp-3.3.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pamqp-3.3.0-py2.py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pamqp/build; 
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pamqp/build
plugins: typeguard-4.4.4
collected 849 items

tests/test_command_argument_errors.py .................................. [  4%]
...........................                                              [  7%]
tests/test_commands.py ................................................. [ 12%]
........................................................................ [ 21%]
........................................................................ [ 29%]
........................................................................ [ 38%]
........................................................................ [ 46%]
........................................................................ [ 55%]
...................................................                      [ 61%]
tests/test_decoding.py ..............................................s.. [ 67%]
................................................s....................... [ 75%]
......................s..............................                    [ 81%]
tests/test_encode_decode.py ...                                          [ 82%]
tests/test_encoding.py ................................................. [ 87%]
............                                                             [ 89%]
tests/test_frame_marshaling.py ..........                                [ 90%]
tests/test_frame_unmarshaling.py ....................................... [ 95%]
............................                                             [ 98%]
tests/test_frame_unmarshaling_errors.py .........                        [ 99%]
tests/test_tag_uri_scheme.py ....                                        [100%]

=============================== warnings summary ===============================
tests/test_frame_unmarshaling.py::DemarshalingTests::test_basic_recoverasync
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pamqp/build/pamqp/commands.py:2466: 
DeprecationWarning: This command is deprecated in AMQP 0-9-1
    warnings.warn(constants.DEPRECATION_WARNING,

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================== 846 passed, 3 skipped, 1 warning in 0.35s ===================
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install -O--buildsystem=pybuild
I: pybuild plugin_pyproject:178: Copying package built for python3.13 to destdir
   dh_installdocs -O--buildsystem=pybuild
   debian/rules override_dh_sphinxdoc
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYTHONPATH=. python3 -m sphinx -b html -d docs/.build/.doctrees -N docs 
/<<PKGBUILDDIR>>/debian/python-pamqp-doc/usr/share/doc/python-pamqp-doc/html
Running Sphinx v8.2.3
WARNING: Calling get_html_theme_path is deprecated. If you are calling it to 
define html_theme_path, you are safe to remove that code.
loading translations [en]... done
WARNING: The config value `html_theme_path' has type `str'; expected `list' or 
`tuple'.


Versions
========

* Platform:         linux; 
(Linux-6.12.41+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.13/pathlib/_local.py", line 517, in stat
        return os.stat(self, follow_symlinks=follow_symlinks)
               ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    PermissionError: [Errno 13] Permission denied: '/root/theme.toml'


The full traceback has been saved in:
/tmp/sphinx-err-khz1bhrm.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:13: override_dh_sphinxdoc] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to