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/202602/
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:git-ubuntu, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with bash-completion,python3 --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:384: python3.13 setup.py clean
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --with bash-completion,python3 --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
[... snipped ...]
The arguments are the same as for the call function. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
/usr/lib/python3.13/subprocess.py:419: CalledProcessError
----------------------------- Captured stderr call -----------------------------
dpkg-source: error: cannot parse Maintainer field value "ubuntu-distributed-devel@lists.ubuntu.com"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder_test.py:195:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder_test.py:46: in get_spec_changelog_version
with target.Source(spec) as dsc_path:
^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:281: in __enter__
return self.write()
^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:331: in write
subprocess.check_call(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
popenargs = (['dpkg-source', '--build', 'srcpkg'],)
kwargs = {'cwd': '/tmp/tmp6fphzfep'}, retcode = 25
cmd = ['dpkg-source', '--build', 'srcpkg']
def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.
The arguments are the same as for the call function. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
/usr/lib/python3.13/subprocess.py:419: CalledProcessError
----------------------------- Captured stderr call -----------------------------
dpkg-source: error: cannot parse Maintainer field value "ubuntu-distributed-devel@lists.ubuntu.com"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder_test.py:203:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder_test.py:46: in get_spec_changelog_version
with target.Source(spec) as dsc_path:
^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:281: in __enter__
return self.write()
^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:331: in write
subprocess.check_call(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
popenargs = (['dpkg-source', '--build', 'srcpkg'],)
kwargs = {'cwd': '/tmp/tmp7c3nriwv'}, retcode = 25
cmd = ['dpkg-source', '--build', 'srcpkg']
def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.
The arguments are the same as for the call function. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
/usr/lib/python3.13/subprocess.py:419: CalledProcessError
----------------------------- Captured stderr call -----------------------------
dpkg-source: error: cannot parse Maintainer field value "ubuntu-distributed-devel@lists.ubuntu.com"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder_test.py:211:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder_test.py:46: in get_spec_changelog_version
with target.Source(spec) as dsc_path:
^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:281: in __enter__
return self.write()
^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:331: in write
subprocess.check_call(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
popenargs = (['dpkg-source', '--build', 'srcpkg'],)
kwargs = {'cwd': '/tmp/tmpogyxpgs9'}, retcode = 25
cmd = ['dpkg-source', '--build', 'srcpkg']
def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.
The arguments are the same as for the call function. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
/usr/lib/python3.13/subprocess.py:419: CalledProcessError
----------------------------- Captured stderr call -----------------------------
dpkg-source: error: cannot parse Maintainer field value "ubuntu-distributed-devel@lists.ubuntu.com"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder_test.py:219:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder_test.py:46: in get_spec_changelog_version
with target.Source(spec) as dsc_path:
^^^^^^^^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:281: in __enter__
return self.write()
^^^^^^^^^^^^
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/source_builder.py:331: in write
subprocess.check_call(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
popenargs = (['dpkg-source', '--build', 'srcpkg'],)
kwargs = {'cwd': '/tmp/tmpx7k_6jow'}, retcode = 25
cmd = ['dpkg-source', '--build', 'srcpkg']
def check_call(*popenargs, **kwargs):
"""Run command with arguments. Wait for command to complete. If
the exit code was zero then return, otherwise raise
CalledProcessError. The CalledProcessError object will have the
return code in the returncode attribute.
The arguments are the same as for the call function. Example:
check_call(["ls", "-l"])
"""
retcode = call(*popenargs, **kwargs)
if retcode:
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
/usr/lib/python3.13/subprocess.py:419: CalledProcessError
----------------------------- Captured stderr call -----------------------------
dpkg-source: error: cannot parse Maintainer field value "ubuntu-distributed-devel@lists.ubuntu.com"
=============================== warnings summary ===============================
gitubuntu/git_repository_test.py:5
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/gitubuntu/git_repository_test.py:5: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources