Your message dated Sun, 11 Jan 2026 19:52:59 +0000
with message-id <[email protected]>
and subject line Bug#1123248: fixed in protobuf 3.21.12-15
has caused the Debian Bug report #1123248,
regarding python-proto-plus: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.14 3.13" returned exit code 13
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.)


-- 
1123248: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123248
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-proto-plus
Version: 1.26.1-1
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-proto-plus, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --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:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_proto-plus  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

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

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: Apache Software License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/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 :: 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
creating build/lib/proto
copying proto/modules.py -> build/lib/proto
copying proto/message.py -> build/lib/proto
copying proto/_file_info.py -> build/lib/proto
copying proto/_package_info.py -> build/lib/proto
copying proto/version.py -> build/lib/proto
copying proto/enums.py -> build/lib/proto
copying proto/primitives.py -> build/lib/proto
copying proto/utils.py -> build/lib/proto
copying proto/datetime_helpers.py -> build/lib/proto
copying proto/__init__.py -> build/lib/proto
copying proto/fields.py -> build/lib/proto
creating build/lib/proto/marshal
copying proto/marshal/marshal.py -> build/lib/proto/marshal
copying proto/marshal/compat.py -> build/lib/proto/marshal
copying proto/marshal/__init__.py -> build/lib/proto/marshal
creating build/lib/proto/marshal/collections
copying proto/marshal/collections/maps.py -> build/lib/proto/marshal/collections
copying proto/marshal/collections/repeated.py -> 
build/lib/proto/marshal/collections
copying proto/marshal/collections/__init__.py -> 
build/lib/proto/marshal/collections
creating build/lib/proto/marshal/rules
copying proto/marshal/rules/dates.py -> build/lib/proto/marshal/rules
copying proto/marshal/rules/stringy_numbers.py -> build/lib/proto/marshal/rules
copying proto/marshal/rules/field_mask.py -> build/lib/proto/marshal/rules
copying proto/marshal/rules/bytes.py -> build/lib/proto/marshal/rules
copying proto/marshal/rules/message.py -> build/lib/proto/marshal/rules
copying proto/marshal/rules/enums.py -> build/lib/proto/marshal/rules
copying proto/marshal/rules/struct.py -> build/lib/proto/marshal/rules
copying proto/marshal/rules/wrappers.py -> build/lib/proto/marshal/rules
copying proto/marshal/rules/__init__.py -> build/lib/proto/marshal/rules
running egg_info
creating proto_plus.egg-info
writing proto_plus.egg-info/PKG-INFO
writing dependency_links to proto_plus.egg-info/dependency_links.txt
writing requirements to proto_plus.egg-info/requires.txt
writing top-level names to proto_plus.egg-info/top_level.txt
writing manifest file 'proto_plus.egg-info/SOURCES.txt'
reading manifest file 'proto_plus.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.py[co]' found anywhere in 
distribution
warning: no previously-included files matching '__pycache__' found anywhere in 
distribution
adding license file 'LICENSE'
writing manifest file 'proto_plus.egg-info/SOURCES.txt'
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/proto
creating build/bdist.linux-x86_64/wheel/proto/marshal
creating build/bdist.linux-x86_64/wheel/proto/marshal/collections
copying build/lib/proto/marshal/collections/maps.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/collections
copying build/lib/proto/marshal/collections/repeated.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/collections
copying build/lib/proto/marshal/collections/__init__.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/collections
creating build/bdist.linux-x86_64/wheel/proto/marshal/rules
copying build/lib/proto/marshal/rules/dates.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/stringy_numbers.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/field_mask.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/bytes.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/message.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/enums.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/struct.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/wrappers.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/__init__.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/marshal.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal
copying build/lib/proto/marshal/compat.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal
copying build/lib/proto/marshal/__init__.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal
copying build/lib/proto/modules.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/message.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/_file_info.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/_package_info.py -> 
build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/version.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/enums.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/primitives.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/utils.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/datetime_helpers.py -> 
build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/__init__.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/fields.py -> build/bdist.linux-x86_64/wheel/./proto
running install_egg_info
Copying proto_plus.egg-info to 
build/bdist.linux-x86_64/wheel/./proto_plus-1.26.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/proto_plus-1.26.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_proto-plus/.tmp-bbs16ehl/proto_plus-1.26.1-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'proto/__init__.py'
adding 'proto/_file_info.py'
adding 'proto/_package_info.py'
adding 'proto/datetime_helpers.py'
adding 'proto/enums.py'
adding 'proto/fields.py'
adding 'proto/message.py'
adding 'proto/modules.py'
adding 'proto/primitives.py'
adding 'proto/utils.py'
adding 'proto/version.py'
adding 'proto/marshal/__init__.py'
adding 'proto/marshal/compat.py'
adding 'proto/marshal/marshal.py'
adding 'proto/marshal/collections/__init__.py'
adding 'proto/marshal/collections/maps.py'
adding 'proto/marshal/collections/repeated.py'
adding 'proto/marshal/rules/__init__.py'
adding 'proto/marshal/rules/bytes.py'
adding 'proto/marshal/rules/dates.py'
adding 'proto/marshal/rules/enums.py'
adding 'proto/marshal/rules/field_mask.py'
adding 'proto/marshal/rules/message.py'
adding 'proto/marshal/rules/stringy_numbers.py'
adding 'proto/marshal/rules/struct.py'
adding 'proto/marshal/rules/wrappers.py'
adding 'proto_plus-1.26.1.dist-info/licenses/LICENSE'
adding 'proto_plus-1.26.1.dist-info/METADATA'
adding 'proto_plus-1.26.1.dist-info/WHEEL'
adding 'proto_plus-1.26.1.dist-info/top_level.txt'
adding 'proto_plus-1.26.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built proto_plus-1.26.1-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_proto-plus  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

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

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: Apache Software License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/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 :: 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 proto_plus.egg-info/PKG-INFO
writing dependency_links to proto_plus.egg-info/dependency_links.txt
writing requirements to proto_plus.egg-info/requires.txt
writing top-level names to proto_plus.egg-info/top_level.txt
reading manifest file 'proto_plus.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.py[co]' found anywhere in 
distribution
warning: no previously-included files matching '__pycache__' found anywhere in 
distribution
adding license file 'LICENSE'
writing manifest file 'proto_plus.egg-info/SOURCES.txt'
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/proto
creating build/bdist.linux-x86_64/wheel/proto/marshal
creating build/bdist.linux-x86_64/wheel/proto/marshal/collections
copying build/lib/proto/marshal/collections/maps.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/collections
copying build/lib/proto/marshal/collections/repeated.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/collections
copying build/lib/proto/marshal/collections/__init__.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/collections
creating build/bdist.linux-x86_64/wheel/proto/marshal/rules
copying build/lib/proto/marshal/rules/dates.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/stringy_numbers.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/field_mask.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/bytes.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/message.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/enums.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/struct.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/wrappers.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/rules/__init__.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal/rules
copying build/lib/proto/marshal/marshal.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal
copying build/lib/proto/marshal/compat.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal
copying build/lib/proto/marshal/__init__.py -> 
build/bdist.linux-x86_64/wheel/./proto/marshal
copying build/lib/proto/modules.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/message.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/_file_info.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/_package_info.py -> 
build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/version.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/enums.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/primitives.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/utils.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/datetime_helpers.py -> 
build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/__init__.py -> build/bdist.linux-x86_64/wheel/./proto
copying build/lib/proto/fields.py -> build/bdist.linux-x86_64/wheel/./proto
running install_egg_info
Copying proto_plus.egg-info to 
build/bdist.linux-x86_64/wheel/./proto_plus-1.26.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/proto_plus-1.26.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_proto-plus/.tmp-p3omlv7e/proto_plus-1.26.1-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'proto/__init__.py'
adding 'proto/_file_info.py'
adding 'proto/_package_info.py'
adding 'proto/datetime_helpers.py'
adding 'proto/enums.py'
adding 'proto/fields.py'
adding 'proto/message.py'
adding 'proto/modules.py'
adding 'proto/primitives.py'
adding 'proto/utils.py'
adding 'proto/version.py'
adding 'proto/marshal/__init__.py'
adding 'proto/marshal/compat.py'
adding 'proto/marshal/marshal.py'
adding 'proto/marshal/collections/__init__.py'
adding 'proto/marshal/collections/maps.py'
adding 'proto/marshal/collections/repeated.py'
adding 'proto/marshal/rules/__init__.py'
adding 'proto/marshal/rules/bytes.py'
adding 'proto/marshal/rules/dates.py'
adding 'proto/marshal/rules/enums.py'
adding 'proto/marshal/rules/field_mask.py'
adding 'proto/marshal/rules/message.py'
adding 'proto/marshal/rules/stringy_numbers.py'
adding 'proto/marshal/rules/struct.py'
adding 'proto/marshal/rules/wrappers.py'
adding 'proto_plus-1.26.1.dist-info/licenses/LICENSE'
adding 'proto_plus-1.26.1.dist-info/METADATA'
adding 'proto_plus-1.26.1.dist-info/WHEEL'
adding 'proto_plus-1.26.1.dist-info/top_level.txt'
adding 'proto_plus-1.26.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built proto_plus-1.26.1-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_proto-plus/build; python3.14 -m pytest 
tests
ImportError while loading conftest 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_proto-plus/build/tests/conftest.py'.
tests/conftest.py:18: in <module>
    from google.protobuf import descriptor_pool
/usr/lib/python3/dist-packages/google/protobuf/descriptor_pool.py:63: in 
<module>
    from google.protobuf import descriptor
/usr/lib/python3/dist-packages/google/protobuf/descriptor.py:40: in <module>
    from google.protobuf.internal import api_implementation
/usr/lib/python3/dist-packages/google/protobuf/internal/api_implementation.py:104:
 in <module>
    from google.protobuf.pyext import _message
E   TypeError: Metaclasses with custom tp_new are not supported.
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=4: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_proto-plus/build; python3.14 -m pytest 
tests
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_proto-plus/build; python3.13 -m pytest 
tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_proto-plus/build
configfile: pytest.ini
plugins: typeguard-4.4.4
collected 268 items

tests/test_datetime_helpers.py ................................          [ 11%]
tests/test_enum_total_ordering.py .......                                [ 14%]
tests/test_fields_bytes.py .....                                         [ 16%]
tests/test_fields_composite.py ......                                    [ 18%]
tests/test_fields_composite_string_ref.py .....                          [ 20%]
tests/test_fields_enum.py ....................                           [ 27%]
tests/test_fields_int.py .......                                         [ 30%]
tests/test_fields_map_composite.py .....                                 [ 32%]
tests/test_fields_map_scalar.py ....                                     [ 33%]
tests/test_fields_mitigate_collision.py .                                [ 34%]
tests/test_fields_oneof.py ..                                            [ 35%]
tests/test_fields_optional.py ..                                         [ 35%]
tests/test_fields_repeated_composite.py ...................              [ 42%]
tests/test_fields_repeated_scalar.py ..........                          [ 46%]
tests/test_fields_string.py ...                                          [ 47%]
tests/test_file_info_salting.py ..                                       [ 48%]
tests/test_file_info_salting_with_manifest.py ..                         [ 49%]
tests/test_json.py ............                                          [ 53%]
tests/test_marshal_field_mask.py ......                                  [ 55%]
tests/test_marshal_register.py ...                                       [ 57%]
tests/test_marshal_strict.py .                                           [ 57%]
tests/test_marshal_stringy_numbers.py ...................                [ 64%]
tests/test_marshal_types_dates.py ...................                    [ 71%]
tests/test_marshal_types_enum.py .....                                   [ 73%]
tests/test_marshal_types_message.py ..                                   [ 74%]
tests/test_marshal_types_struct.py ........................              [ 83%]
tests/test_marshal_types_wrappers_bool.py ........                       [ 86%]
tests/test_message.py ..........................                         [ 95%]
tests/test_message_filename.py .                                         [ 96%]
tests/test_message_filename_with_and_without_manifest.py .               [ 96%]
tests/test_message_filename_with_manifest.py .                           [ 97%]
tests/test_message_nested.py ...                                         [ 98%]
tests/test_message_pickling.py .                                         [ 98%]
tests/test_modules.py ....                                               [100%]

=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/google/protobuf/internal/well_known_types.py:91
  
/usr/lib/python3/dist-packages/google/protobuf/internal/well_known_types.py:91: 
DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and 
scheduled for removal in a future version. Use timezone-aware objects to 
represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, 
datetime.UTC).
    _EPOCH_DATETIME_NAIVE = datetime.datetime.utcfromtimestamp(0)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 268 passed, 1 warning in 0.55s ========================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: protobuf
Source-Version: 3.21.12-15
Done: Laszlo Boszormenyi (GCS) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
protobuf, 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.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated protobuf 
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: Sun, 11 Jan 2026 19:18:49 +0100
Source: protobuf
Architecture: source
Version: 3.21.12-15
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Closes: 1123248
Changes:
 protobuf (3.21.12-15) unstable; urgency=medium
 .
   [ Adrian Bunk <[email protected]> ]
   * Disable the Python C extension, falling back to pure Python code
     (closes: #1123248).
Checksums-Sha1:
 2576e249f8f84b86415521163776781ec91814bc 3073 protobuf_3.21.12-15.dsc
 76db8d77cc02cacd1f3bfba2e963fb014c7efda2 46772 
protobuf_3.21.12-15.debian.tar.xz
Checksums-Sha256:
 7f0e56e65957a7e7315507c032ee44415ad2d423b7ebc0ffb63d3cc6aacc9a22 3073 
protobuf_3.21.12-15.dsc
 ef8fd0d3f6f8aefd5c2bf39993f9e2ebfdfea49a4cd5d2883533bde37e138d27 46772 
protobuf_3.21.12-15.debian.tar.xz
Files:
 dbc1286b598e73c6a158aeeb31f4b8cc 3073 devel optional protobuf_3.21.12-15.dsc
 a3fa6ba0f901a8883bb22985be6580a4 46772 devel optional 
protobuf_3.21.12-15.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAmlj+fMACgkQ3OMQ54ZM
yL8siA//S5J1pPSaRgky6VcnZYhtxCO/i7MMvGjJMstwxuTSpYlNDvwuXl2kvdOc
YZaLsTF0jQZXox9RsRynvJ6qxAMYkp9MtOjsLCl2tSZIqz4h5i56OuWLH7R18wQl
5lLx2cml042auHzVTdF8BSBLwFnCq5FG7llIJKuLzzmy5t3v1eiQRp800sXfZ0Pc
acOY4FtxCdUrO0I4X4jUmigSlperwA7A4b0hgx29niYQSEANzCWSJwfdJVJ2WonC
6MbeidU2OeiYNv64z0+X0xwRUf0XTLUx5SZxPhX2M/6ofoSxvqf0kNKur9yXDNzL
ynO2vTvzijds+n+f6Vdu/xfM3oo2ZfWRraRI6xFufoP5PzEiTqKfOKztoW8m7W4Z
KTD1R6kbflzbSTP+M85jwEw0dpqF123hula2C9/70L39Z9yv+LS/TcqG3b0HjZvi
9mXKfI2RE7dNYcijOFT7mi3F75IQLIDRB1JjKGSbt/+h+jd3NTPjeBnvbUuxlYkO
B2cLg8t/hCwaWWDCeQYIjFM54kL/ALOVMNDPX0GQfcn5guvvcUF8vTERsD2fq6UE
Tg9o0aGN5vmRtxA8jjl6rrMINCxVJVJ1/Knuenszx/4ATxm6odq5ByUewi/priOx
ODh6Ty/QQoauvWgEIDNhHcLAqk6OAYyENlgwmlZzxHEIVvo7hig=
=yUDm
-----END PGP SIGNATURE-----

Attachment: pgphxdr_6IiyT.pgp
Description: PGP signature


--- End Message ---

Reply via email to