Your message dated Tue, 22 Aug 2023 13:36:59 +0000
with message-id <[email protected]>
and subject line Bug#1049288: fixed in python-automaton 3.1.0-3
has caused the Debian Bug report #1049288,
regarding python-automaton: 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.)


-- 
1049288: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1049288
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-automaton
Version: 3.1.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-automaton
> dpkg-buildpackage: info: source version 3.1.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-automaton-3.1.0/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/ --extend-diff-ignore=^[.]gitreview$
>  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,sphinxdoc
>    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-automaton-3.1.0/debian/source/options: 
> --extend-diff-ignore=^[^/]*[.]egg-info/ --extend-diff-ignore=^[.]gitreview$
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-automaton using existing 
> ./python-automaton_3.1.0.orig.tar.xz
> dpkg-source: error: cannot represent change to 
> automaton/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add automaton/__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 
> automaton/__pycache__/_utils.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add automaton/__pycache__/_utils.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 
> automaton/__pycache__/exceptions.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add automaton/__pycache__/exceptions.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 
> automaton/__pycache__/machines.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add automaton/__pycache__/machines.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 
> automaton/__pycache__/runners.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add automaton/__pycache__/runners.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 
> automaton/converters/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> automaton/converters/__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 
> automaton/converters/__pycache__/pydot.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> automaton/converters/__pycache__/pydot.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 
> automaton/tests/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add automaton/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 
> automaton/tests/__pycache__/test_fsm.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add automaton/tests/__pycache__/test_fsm.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-automaton_3.1.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-automaton
Source-Version: 3.1.0-3
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-automaton, 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-automaton 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: SHA256

Format: 1.8
Date: Tue, 22 Aug 2023 15:13:26 +0200
Source: python-automaton
Architecture: source
Version: 3.1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1049288
Changes:
 python-automaton (3.1.0-3) unstable; urgency=medium
 .
   * Cleans better (Closes: #1049288).
Checksums-Sha1:
 49761463689bdee341241095d880c0ae407c9a4a 2378 python-automaton_3.1.0-3.dsc
 a52f5abf2d59776dafce7a82bc546fe0dad366a2 3412 
python-automaton_3.1.0-3.debian.tar.xz
 6945fc56e901cc7eff6652f6e28dca8075f4f3f7 10432 
python-automaton_3.1.0-3_amd64.buildinfo
Checksums-Sha256:
 73ee00563b07bf1badb1852769a626173c391e47656a7d11ce9d39a110f81731 2378 
python-automaton_3.1.0-3.dsc
 c1ab3b23095b298a8ce076c9c0f54a08a239ff136e819081b5bb5a77ad156e0f 3412 
python-automaton_3.1.0-3.debian.tar.xz
 36f4cb3ab27279ac8ceee364de9c03182cf763569779914144bf768abf074c7f 10432 
python-automaton_3.1.0-3_amd64.buildinfo
Files:
 1c72606b85b284e48c134d61488e9838 2378 python optional 
python-automaton_3.1.0-3.dsc
 1819e3615158626157551d24ba97fb7e 3412 python optional 
python-automaton_3.1.0-3.debian.tar.xz
 eaf69632aeff9e88fff5d538070b9d4f 10432 python optional 
python-automaton_3.1.0-3_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmTktNcACgkQ1BatFaxr
Q/7bxA//Xgu7+bCSsJNW/MBEwOs/Casq6AsEkCelVR1u3rMMFEKgo0v7zbhjuE+3
CWw9HGpDI5Cg+lgcwTT2JAfUMpQhjYAJoUpQBhN9J9ljMKlegk+fk8gI921TpBGj
snrk+QGmp5PamUoFy96siBJkrAy2detluzXy8xCa92BDhsASO3jJnAMyx05vAZtV
mwgslBaTTzQx3EnCayokWRYrUk2wNZeiEH70mfRPKLnhoZeo7MTG4tfN+RI/+CXm
Y8jqMdjNPwUN6TqugQcpKEJgskD7X8VlG7w9nfwGGpBSGzswEPU/bceI9JNOSvC9
HShdL7FCWo5qk3lSSfE9qIa2gj/1bZUAFWvURU741qIFy4gd6R4vX1nhOM8U2gi9
nywzUaEY/CkVIkENYsR3i/HFYv4J+89iiGdS24NkivS0sb5TAUq6n+phelGEjfKz
HvjlFeMA5hk2Bge+xOwiadxz4NxBHsrh8Jg6xHlDJTQs1Pi0oHQIxH9SIozrHl03
DtggqWDfX4qbaxrllZE+7GByJAaO77CbfJSKN0k8+W9uNGTrxEdHWm0z/eKOklhH
5eShsg7Wt30lVnxBHpg+WWQCoDaoyJwo/01EEW++rSAvQH75oYzaXcyDW+OelgGd
1BCz2WgkwnHt9ADeDwDzra2Z75D+W2yjojSfRCGxDJ5INZVgAL4=
=Xj2c
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to