Source: python-simpy
Version: 2.3.1+dfsg-5
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-simpy
> dpkg-buildpackage: info: source version 2.3.1+dfsg-5
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Jelmer Vernooij <[email protected]>
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh clean --with python3,sphinxdoc --buildsystem=pybuild
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> dh_auto_clean
> dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> I: pybuild base:275: python3.11 setup.py clean 
> /<<PKGBUILDDIR>>/setup.py:2: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.core import setup
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build' (and everything 
> under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.11' does not exist -- can't clean it
> set -e; for version in 3.11; do \
>   python$version setup.py clean; \
> done
> /<<PKGBUILDDIR>>/setup.py:2: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.core import setup
> running clean
> rm -rf SimPy/__pycache__/
> rm -rf docs/html
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_clean -O--buildsystem=pybuild
> dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in 
> use)
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-simpy using existing 
> ./python-simpy_2.3.1+dfsg.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Acknowledgments.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Acknowledgments.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Cheatsheets.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Cheatsheets.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Getting_Started.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Getting_Started.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Interfacing.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Interfacing.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Manuals.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/CHANGES_FROM_PREVIOUS_VERSION.doctree: binary 
> file contents changed
> dpkg-source: error: add 
> docs/build/doctrees/Manuals/CHANGES_FROM_PREVIOUS_VERSION.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/COMPATIBILITY.doctree: binary file contents 
> changed
> dpkg-source: error: add docs/build/doctrees/Manuals/COMPATIBILITY.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/DISTRIBUTION_CONTENTS.doctree: binary file 
> contents changed
> dpkg-source: error: add 
> docs/build/doctrees/Manuals/DISTRIBUTION_CONTENTS.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/Examples.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Manuals/Examples.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/GUIManual/SimGUImanual.doctree: binary file 
> contents changed
> dpkg-source: error: add 
> docs/build/doctrees/Manuals/GUIManual/SimGUImanual.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/HISTORY.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Manuals/HISTORY.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/INSTALLATION.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Manuals/INSTALLATION.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/Interfacing/ParallelSimPy/SimPyPP.doctree: binary 
> file contents changed
> dpkg-source: error: add 
> docs/build/doctrees/Manuals/Interfacing/ParallelSimPy/SimPyPP.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/Interfacing/ProductionQualityPlotting/SimPymatplotlib.doctree:
>  binary file contents changed
> dpkg-source: error: add 
> docs/build/doctrees/Manuals/Interfacing/ProductionQualityPlotting/SimPymatplotlib.doctree
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/Manual.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Manuals/Manual.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/PlotManual/ManualPlotting.doctree: binary file 
> contents changed
> dpkg-source: error: add 
> docs/build/doctrees/Manuals/PlotManual/ManualPlotting.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/RESOURCES.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Manuals/RESOURCES.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/SimPyOO_API.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Manuals/SimPyOO_API.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/SimRTManual.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Manuals/SimRTManual.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/SimStepManual.doctree: binary file contents 
> changed
> dpkg-source: error: add docs/build/doctrees/Manuals/SimStepManual.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Manuals/Tracing.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Manuals/Tracing.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/OnLineSimPyCourse.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/OnLineSimPyCourse.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/SimPy_Tools.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/SimPy_Tools.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/SimPy_Tutorials.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/SimPy_Tutorials.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/SimulationGUIDebug.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/SimulationGUIDebug.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Tutorials/OO_Approach.doctree: binary file contents 
> changed
> dpkg-source: error: add docs/build/doctrees/Tutorials/OO_Approach.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Tutorials/TheBank.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Tutorials/TheBank.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Tutorials/TheBank2.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Tutorials/TheBank2.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Tutorials/TheBank2OO.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Tutorials/TheBank2OO.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/Tutorials/TheBankOO.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/Tutorials/TheBankOO.doctree in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/environment.pickle: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/environment.pickle in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> docs/build/doctrees/index.doctree: binary file contents changed
> dpkg-source: error: add docs/build/doctrees/index.doctree 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-simpy_2.3.1+dfsg-5_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.

Reply via email to