Your message dated Wed, 11 Feb 2026 10:48:56 +0000
with message-id <[email protected]>
and subject line Bug#1049042: fixed in python-monasca-statsd 2.7.0-5
has caused the Debian Bug report #1049042,
regarding python-monasca-statsd: Fails to build source after successful build
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.)
--
1049042: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1049042
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-monasca-statsd
Version: 2.6.0-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package python-monasca-statsd
> dpkg-buildpackage: info: source version 2.6.0-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Thomas Goirand <[email protected]>
> dpkg-source --before-build .
> dpkg-source: info: using options from
> python-monasca-statsd-2.6.0/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/
> fakeroot debian/rules clean
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh clean --buildsystem=python_distutils --with python3
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> rm -rf build
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--buildsystem=python_distutils
> dh_clean -O--buildsystem=python_distutils
> dpkg-source -b .
> dpkg-source: info: using options from
> python-monasca-statsd-2.6.0/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-monasca-statsd using existing
> ./python-monasca-statsd_2.6.0.orig.tar.xz
> dpkg-source: error: cannot represent change to
> monascastatsd/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add monascastatsd/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> monascastatsd/__pycache__/client.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add monascastatsd/__pycache__/client.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> monascastatsd/__pycache__/common.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add monascastatsd/__pycache__/common.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> monascastatsd/__pycache__/connection.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add monascastatsd/__pycache__/connection.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> monascastatsd/__pycache__/counter.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add monascastatsd/__pycache__/counter.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> monascastatsd/__pycache__/gauge.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add monascastatsd/__pycache__/gauge.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> monascastatsd/__pycache__/metricbase.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add monascastatsd/__pycache__/metricbase.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> monascastatsd/__pycache__/timer.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add monascastatsd/__pycache__/timer.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add tests/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> tests/__pycache__/test_monascastatsd.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add tests/__pycache__/test_monascastatsd.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/python-monasca-statsd_2.6.0-2_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: python-monasca-statsd
Source-Version: 2.7.0-5
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-monasca-statsd, 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.
Thomas Goirand <[email protected]> (supplier of updated python-monasca-statsd
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: Wed, 11 Feb 2026 11:33:19 +0100
Source: python-monasca-statsd
Architecture: source
Version: 2.7.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1049042
Changes:
python-monasca-statsd (2.7.0-5) unstable; urgency=medium
.
* Cleans better (Closes: #1049042).
Checksums-Sha1:
09dc6ea2d37cf9011cdc00965bafe8d219282b5a 2270 python-monasca-statsd_2.7.0-5.dsc
23d1c4237848214e11447d3add51db85123ef132 3900
python-monasca-statsd_2.7.0-5.debian.tar.xz
6425feac8aea108c9d298d55a0c9f185024f5efa 9329
python-monasca-statsd_2.7.0-5_amd64.buildinfo
Checksums-Sha256:
c2a0bcebfb10ab61c8cf322a0cb406bf9453e6eaaa37a20979e9b79c9ed701d5 2270
python-monasca-statsd_2.7.0-5.dsc
4cd58afe436ae82e877cf68d37e65f0dc15f5ef335ecd540555196f23d2b70d9 3900
python-monasca-statsd_2.7.0-5.debian.tar.xz
c260f90f8f9f97bd6280bf68717c29820275ed9f1e0f5a5a421e62ccad0d34ae 9329
python-monasca-statsd_2.7.0-5_amd64.buildinfo
Files:
f954c99385963bae147ff9934359b3a2 2270 python optional
python-monasca-statsd_2.7.0-5.dsc
35466ef438b32e0249ef807855f66188 3900 python optional
python-monasca-statsd_2.7.0-5.debian.tar.xz
1bb91bb35a51853163bf06f09562c645 9329 python optional
python-monasca-statsd_2.7.0-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmmMW1MACgkQ1BatFaxr
Q/6J0w/9EAF+M9QYmXDJ7vUcqF5AblckXEL6zY5yF+8BnNNGyyexsOcjckwXwVPm
+QydbTPnec3Pqr+lilqWdVUz/3yXoGnNo2m8HcmJSAUsZDkrXbP5B23fDDOwBUmA
WYmU3Kr0hLGdEKWGx9x/QhGGvXxcX8JdZkkdcTirRKNdndPypkV3VGBJmq/pdIm9
P9Nbb+3Lf1/aG8q/mv0cHmUlVKuDVjx+vexgnMU6Q1gAlZmPzsEjThCMxUA0XuIO
zH3k5O6Vwr63lH7Uc11RKQWZfXDEoQpJUBLEjel7k9aGPSfsYcdy3tdM+42QuCUU
bz7uECpsCW2fLtL7lraDtjUS3ja3X3CVQZALILxkwMathdOdXwMAQJ4YNOVjjNl4
5G3CcLIf4tX4buEFkWgL2b7rFKZlKCeF8MNDegXxIbs3LLMDpSYD4mpSLuZTvpTN
8kzIrArOZB30O3Ke+Ls8Yka/VGzRxS4mJmK0zRR44VFNaQFSkKBC6x6lbF4pMl7+
Ti+a/ONYNGq5oAfsNDcXZ1aoPSqzDcVsBBr8HhR9vEWzHdJUe/yt18PYKZnA5rZ9
B66478zkxc0mzD9jhkxCaGPmMPpzUAWLGFbeCcMyyuRrNq9LzhOaX/KLtWFIgVzY
1OQU4ixQM21QcP83ONmKpVgR6dleGFR61hYfWVhdUmVr+jCfhz8=
=Ypy+
-----END PGP SIGNATURE-----
pgpO09aW5hCqg.pgp
Description: PGP signature
--- End Message ---