Source: murano
Version: 1:15.0.0-3
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
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 murano
> dpkg-buildpackage: info: source version 1:15.0.0-3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Thomas Goirand <z...@debian.org>
>  dpkg-source --before-build .
> dpkg-source: info: using options from murano-15.0.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
> python3 setup.py clean
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'author-email' will not be supported in future
>         versions. Please use the underscore name 'author_email' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'home-page' will not be supported in future
>         versions. Please use the underscore name 'home_page' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'python-requires' will not be supported in 
> future
>         versions. Please use the underscore name 'python_requires' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are 
> deprecated.
> !!
> 
>         
> ********************************************************************************
>         Requirements should be satisfied by a PEP 517 installer.
>         If you are using pip, you can try `pip install --use-pep517`.
>         
> ********************************************************************************
> 
> !!
>   dist.fetch_build_eggs(dist.setup_requires)
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:40: 
> EasyInstallDeprecationWarning: easy_install command is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` and ``easy_install``.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://github.com/pypa/setuptools/issues/917 for details.
>         
> ********************************************************************************
> 
> !!
>   easy_install.initialize_options(self)
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please avoid running ``setup.py`` directly.
>         Instead, use pypa/build, pypa/installer or other
>         standards-based tools.
> 
>         See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
> for details.
>         
> ********************************************************************************
> 
> !!
>   self.initialize_options()
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'author-email' will not be supported in future
>         versions. Please use the underscore name 'author_email' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'home-page' will not be supported in future
>         versions. Please use the underscore name 'home_page' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'python-requires' will not be supported in 
> future
>         versions. Please use the underscore name 'python_requires' instead.
> 
>         By 2023-Sep-26, you need to update your project and remove deprecated 
> calls
>         or your builds will no longer be supported.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running clean
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean -O--buildsystem=python_distutils
>    debian/rules override_dh_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 \
>       debian/murano-common.postinst \
>       debian/murano-common.config \
>       debian/murano-api.postinst \
>       debian/murano-api.config \
>       debian/murano-common.postrm \
>       doc/build/man
> rm -f debian/*.init debian/*.service debian/*.upstart
> dh_clean
> rm -rf debian/*.templates debian/po
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>  dpkg-source -b .
> dpkg-source: info: using options from murano-15.0.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 murano using existing ./murano_15.0.0.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to 
> murano/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/__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 
> murano/__pycache__/context.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/__pycache__/context.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 
> murano/__pycache__/monkey_patch.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/__pycache__/monkey_patch.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 
> murano/__pycache__/opts.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/__pycache__/opts.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 
> murano/__pycache__/utils.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/__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 
> murano/__pycache__/version.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/__pycache__/version.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 
> murano/api/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/api/__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 
> murano/api/__pycache__/versions.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/api/__pycache__/versions.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 
> murano/api/middleware/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/api/middleware/__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 
> murano/api/middleware/__pycache__/context.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/api/middleware/__pycache__/context.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 
> murano/api/middleware/__pycache__/ext_context.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/api/middleware/__pycache__/ext_context.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 
> murano/api/middleware/__pycache__/fault.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/api/middleware/__pycache__/fault.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 
> murano/api/middleware/__pycache__/version_negotiation.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/api/middleware/__pycache__/version_negotiation.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 
> murano/api/v1/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/api/v1/__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 
> murano/api/v1/__pycache__/actions.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/api/v1/__pycache__/actions.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 
> murano/api/v1/__pycache__/catalog.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/api/v1/__pycache__/catalog.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 
> murano/api/v1/__pycache__/deployments.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/api/v1/__pycache__/deployments.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 
> murano/api/v1/__pycache__/environments.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/api/v1/__pycache__/environments.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 
> murano/api/v1/__pycache__/instance_statistics.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/api/v1/__pycache__/instance_statistics.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 
> murano/api/v1/__pycache__/request_statistics.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/api/v1/__pycache__/request_statistics.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 
> murano/api/v1/__pycache__/router.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/api/v1/__pycache__/router.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 
> murano/api/v1/__pycache__/schemas.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/api/v1/__pycache__/schemas.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 
> murano/api/v1/__pycache__/services.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/api/v1/__pycache__/services.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 
> murano/api/v1/__pycache__/sessions.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/api/v1/__pycache__/sessions.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 
> murano/api/v1/__pycache__/static_actions.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/api/v1/__pycache__/static_actions.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 
> murano/api/v1/__pycache__/template_applications.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/api/v1/__pycache__/template_applications.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 
> murano/api/v1/__pycache__/templates.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/api/v1/__pycache__/templates.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 
> murano/api/v1/__pycache__/validation_schemas.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/api/v1/__pycache__/validation_schemas.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 
> murano/cfapi/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/cfapi/__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 
> murano/cfapi/__pycache__/cfapi.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/cfapi/__pycache__/cfapi.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 
> murano/cmd/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/cmd/__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 
> murano/cmd/__pycache__/api.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/cmd/__pycache__/api.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 
> murano/cmd/__pycache__/engine.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/cmd/__pycache__/engine.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 
> murano/cmd/__pycache__/manage.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/cmd/__pycache__/manage.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 
> murano/cmd/__pycache__/status.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/cmd/__pycache__/status.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 
> murano/cmd/__pycache__/test_runner.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/cmd/__pycache__/test_runner.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 
> murano/common/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/common/__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 
> murano/common/__pycache__/app_loader.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/common/__pycache__/app_loader.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 
> murano/common/__pycache__/auth_utils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/common/__pycache__/auth_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 
> murano/common/__pycache__/cf_config.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/common/__pycache__/cf_config.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 
> murano/common/__pycache__/config.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/common/__pycache__/config.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 
> murano/common/__pycache__/consts.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/common/__pycache__/consts.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 
> murano/common/__pycache__/engine.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/common/__pycache__/engine.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 
> murano/common/__pycache__/exceptions.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/common/__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 
> murano/common/__pycache__/i18n.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/common/__pycache__/i18n.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 
> murano/common/__pycache__/policy.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/common/__pycache__/policy.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 
> murano/common/__pycache__/rpc.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/common/__pycache__/rpc.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 
> murano/common/__pycache__/server.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/common/__pycache__/server.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 
> murano/common/__pycache__/statservice.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/common/__pycache__/statservice.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 
> murano/common/__pycache__/utils.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/common/__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 
> murano/common/__pycache__/uuidutils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/common/__pycache__/uuidutils.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 
> murano/common/__pycache__/wsgi.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/common/__pycache__/wsgi.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 
> murano/common/__pycache__/xmlutils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/common/__pycache__/xmlutils.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 
> murano/common/helpers/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/helpers/__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 
> murano/common/helpers/__pycache__/path.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/common/helpers/__pycache__/path.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 
> murano/common/helpers/__pycache__/token_sanitizer.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/common/helpers/__pycache__/token_sanitizer.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 
> murano/common/messaging/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/messaging/__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 
> murano/common/messaging/__pycache__/message.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/messaging/__pycache__/message.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 
> murano/common/messaging/__pycache__/mqclient.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/messaging/__pycache__/mqclient.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 
> murano/common/messaging/__pycache__/subscription.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/messaging/__pycache__/subscription.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 
> murano/common/plugins/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/plugins/__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 
> murano/common/plugins/__pycache__/extensions_loader.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/common/plugins/__pycache__/extensions_loader.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 
> murano/common/plugins/__pycache__/package_types_loader.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/common/plugins/__pycache__/package_types_loader.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 
> murano/common/policies/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/policies/__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 
> murano/common/policies/__pycache__/action.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/policies/__pycache__/action.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 
> murano/common/policies/__pycache__/base.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/common/policies/__pycache__/base.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 
> murano/common/policies/__pycache__/category.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/policies/__pycache__/category.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 
> murano/common/policies/__pycache__/deployment.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/policies/__pycache__/deployment.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 
> murano/common/policies/__pycache__/env_template.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/policies/__pycache__/env_template.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 
> murano/common/policies/__pycache__/environment.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/policies/__pycache__/environment.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 
> murano/common/policies/__pycache__/package.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/common/policies/__pycache__/package.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 
> murano/db/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/db/__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 
> murano/db/__pycache__/api.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/db/__pycache__/api.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 
> murano/db/__pycache__/cfapi_models.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/db/__pycache__/cfapi_models.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 
> murano/db/__pycache__/models.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/db/__pycache__/models.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 
> murano/db/__pycache__/session.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/db/__pycache__/session.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 
> murano/db/catalog/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/db/catalog/__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 
> murano/db/catalog/__pycache__/api.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/db/catalog/__pycache__/api.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 
> murano/db/migration/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/db/migration/__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 
> murano/db/migration/__pycache__/migration.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/db/migration/__pycache__/migration.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 
> murano/db/services/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/db/services/__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 
> murano/db/services/__pycache__/actions.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/db/services/__pycache__/actions.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 
> murano/db/services/__pycache__/cf_connections.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/db/services/__pycache__/cf_connections.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 
> murano/db/services/__pycache__/core_services.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/db/services/__pycache__/core_services.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 
> murano/db/services/__pycache__/environment_templates.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/db/services/__pycache__/environment_templates.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 
> murano/db/services/__pycache__/environments.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/db/services/__pycache__/environments.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 
> murano/db/services/__pycache__/instances.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/db/services/__pycache__/instances.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 
> murano/db/services/__pycache__/sessions.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/db/services/__pycache__/sessions.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 
> murano/db/services/__pycache__/stats.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/db/services/__pycache__/stats.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 
> murano/db/sqla/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/db/sqla/__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 
> murano/db/sqla/__pycache__/types.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/db/sqla/__pycache__/types.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 
> murano/dsl/__pycache__/__init__.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/dsl/__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 
> murano/dsl/__pycache__/attribute_store.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/dsl/__pycache__/attribute_store.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 
> murano/dsl/__pycache__/constants.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/dsl/__pycache__/constants.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 
> murano/dsl/__pycache__/context_manager.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/dsl/__pycache__/context_manager.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 
> murano/dsl/__pycache__/dsl.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/dsl/__pycache__/dsl.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 
> murano/dsl/__pycache__/dsl_exception.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/dsl_exception.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 
> murano/dsl/__pycache__/dsl_types.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/dsl/__pycache__/dsl_types.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 
> murano/dsl/__pycache__/exceptions.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__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 
> murano/dsl/__pycache__/executor.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/dsl/__pycache__/executor.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 
> murano/dsl/__pycache__/expressions.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/expressions.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 
> murano/dsl/__pycache__/helpers.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/dsl/__pycache__/helpers.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 
> murano/dsl/__pycache__/lhs_expression.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/lhs_expression.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 
> murano/dsl/__pycache__/macros.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/dsl/__pycache__/macros.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 
> murano/dsl/__pycache__/meta.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/dsl/__pycache__/meta.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 
> murano/dsl/__pycache__/murano_method.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/murano_method.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 
> murano/dsl/__pycache__/murano_object.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/murano_object.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 
> murano/dsl/__pycache__/murano_package.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/murano_package.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 
> murano/dsl/__pycache__/murano_property.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/dsl/__pycache__/murano_property.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 
> murano/dsl/__pycache__/murano_type.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/murano_type.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 
> murano/dsl/__pycache__/namespace_resolver.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/dsl/__pycache__/namespace_resolver.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 
> murano/dsl/__pycache__/object_store.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/object_store.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 
> murano/dsl/__pycache__/package_loader.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/package_loader.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 
> murano/dsl/__pycache__/reflection.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/reflection.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 
> murano/dsl/__pycache__/schema_generator.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/dsl/__pycache__/schema_generator.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 
> murano/dsl/__pycache__/serializer.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/serializer.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 
> murano/dsl/__pycache__/session_local_storage.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/dsl/__pycache__/session_local_storage.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 
> murano/dsl/__pycache__/typespec.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add murano/dsl/__pycache__/typespec.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 
> murano/dsl/__pycache__/virtual_exceptions.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/dsl/__pycache__/virtual_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 
> murano/dsl/__pycache__/yaql_expression.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/dsl/__pycache__/yaql_expression.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 
> murano/dsl/__pycache__/yaql_functions.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/dsl/__pycache__/yaql_functions.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 
> murano/dsl/__pycache__/yaql_integration.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/dsl/__pycache__/yaql_integration.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 
> murano/dsl/contracts/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/dsl/contracts/__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 
> murano/dsl/contracts/__pycache__/basic.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/dsl/contracts/__pycache__/basic.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 
> murano/dsl/contracts/__pycache__/check.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/dsl/contracts/__pycache__/check.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 
> murano/dsl/contracts/__pycache__/contracts.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/dsl/contracts/__pycache__/contracts.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 
> murano/dsl/contracts/__pycache__/instances.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/dsl/contracts/__pycache__/instances.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 
> murano/dsl/principal_objects/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/dsl/principal_objects/__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 
> murano/dsl/principal_objects/__pycache__/exception.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/dsl/principal_objects/__pycache__/exception.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 
> murano/dsl/principal_objects/__pycache__/garbage_collector.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/dsl/principal_objects/__pycache__/garbage_collector.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 
> murano/dsl/principal_objects/__pycache__/stack_trace.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/dsl/principal_objects/__pycache__/stack_trace.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 
> murano/dsl/principal_objects/__pycache__/sys_object.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/dsl/principal_objects/__pycache__/sys_object.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 
> murano/engine/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/engine/__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 
> murano/engine/__pycache__/execution_session.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/__pycache__/execution_session.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 
> murano/engine/__pycache__/mock_context_manager.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/__pycache__/mock_context_manager.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 
> murano/engine/__pycache__/murano_package.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/__pycache__/murano_package.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 
> murano/engine/__pycache__/package_loader.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/__pycache__/package_loader.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 
> murano/engine/__pycache__/yaql_yaml_loader.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/__pycache__/yaql_yaml_loader.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 
> murano/engine/system/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/system/__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 
> murano/engine/system/__pycache__/agent.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/agent.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 
> murano/engine/system/__pycache__/agent_listener.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/agent_listener.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 
> murano/engine/system/__pycache__/common.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/engine/system/__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 
> murano/engine/system/__pycache__/heat_stack.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/heat_stack.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 
> murano/engine/system/__pycache__/instance_reporter.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/instance_reporter.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 
> murano/engine/system/__pycache__/logger.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/logger.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 
> murano/engine/system/__pycache__/metadef_browser.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/metadef_browser.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 
> murano/engine/system/__pycache__/net_explorer.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/net_explorer.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 
> murano/engine/system/__pycache__/project.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/project.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 
> murano/engine/system/__pycache__/resource_manager.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/resource_manager.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 
> murano/engine/system/__pycache__/status_reporter.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/status_reporter.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 
> murano/engine/system/__pycache__/system_objects.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/system_objects.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 
> murano/engine/system/__pycache__/test_fixture.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/test_fixture.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 
> murano/engine/system/__pycache__/user.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/engine/system/__pycache__/user.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 
> murano/engine/system/__pycache__/workflowclient.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/workflowclient.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 
> murano/engine/system/__pycache__/yaql_functions.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/engine/system/__pycache__/yaql_functions.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 
> murano/hacking/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/hacking/__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 
> murano/hacking/__pycache__/checks.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/hacking/__pycache__/checks.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 
> murano/packages/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/packages/__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 
> murano/packages/__pycache__/exceptions.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/packages/__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 
> murano/packages/__pycache__/hot_package.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/packages/__pycache__/hot_package.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 
> murano/packages/__pycache__/load_utils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/packages/__pycache__/load_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 
> murano/packages/__pycache__/mpl_package.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/packages/__pycache__/mpl_package.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 
> murano/packages/__pycache__/package.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/packages/__pycache__/package.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 
> murano/packages/__pycache__/package_base.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/packages/__pycache__/package_base.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 
> murano/policy/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/policy/__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 
> murano/policy/__pycache__/congress_rules.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/policy/__pycache__/congress_rules.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 
> murano/policy/__pycache__/model_policy_enforcer.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/policy/__pycache__/model_policy_enforcer.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 
> murano/policy/modify/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/policy/modify/__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 
> murano/policy/modify/actions/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/policy/modify/actions/__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 
> murano/policy/modify/actions/__pycache__/action_manager.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/policy/modify/actions/__pycache__/action_manager.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 
> murano/policy/modify/actions/__pycache__/base.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/policy/modify/actions/__pycache__/base.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 
> murano/policy/modify/actions/__pycache__/default_actions.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/policy/modify/actions/__pycache__/default_actions.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 
> murano/services/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/services/__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 
> murano/services/__pycache__/actions.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/services/__pycache__/actions.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 
> murano/services/__pycache__/states.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/services/__pycache__/states.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 
> murano/services/__pycache__/static_actions.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/services/__pycache__/static_actions.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 
> murano/tests/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/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 
> murano/tests/unit/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/tests/unit/__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 
> murano/tests/unit/__pycache__/base.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/tests/unit/__pycache__/base.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 
> murano/tests/unit/__pycache__/test_actions.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/__pycache__/test_actions.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 
> murano/tests/unit/__pycache__/test_engine.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/__pycache__/test_engine.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 
> murano/tests/unit/__pycache__/test_hacking.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/__pycache__/test_hacking.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 
> murano/tests/unit/__pycache__/test_heat_stack.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/__pycache__/test_heat_stack.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 
> murano/tests/unit/__pycache__/test_utils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/__pycache__/test_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 
> murano/tests/unit/__pycache__/utils.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add murano/tests/unit/__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 
> murano/tests/unit/api/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/__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 
> murano/tests/unit/api/__pycache__/base.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> murano/tests/unit/api/__pycache__/base.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 
> murano/tests/unit/api/cmd/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/cmd/__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 
> murano/tests/unit/api/cmd/__pycache__/test_test_runner.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/cmd/__pycache__/test_test_runner.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 
> murano/tests/unit/api/middleware/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/middleware/__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 
> murano/tests/unit/api/middleware/__pycache__/test_context.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/middleware/__pycache__/test_context.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 
> murano/tests/unit/api/middleware/__pycache__/test_ext_context.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/middleware/__pycache__/test_ext_context.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 
> murano/tests/unit/api/middleware/__pycache__/test_fault_wrapper.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/middleware/__pycache__/test_fault_wrapper.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 
> murano/tests/unit/api/middleware/__pycache__/test_version_negotiation.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/middleware/__pycache__/test_version_negotiation.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 
> murano/tests/unit/api/v1/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/__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 
> murano/tests/unit/api/v1/__pycache__/test_actions.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/__pycache__/test_actions.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 
> murano/tests/unit/api/v1/__pycache__/test_catalog.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/__pycache__/test_catalog.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 
> murano/tests/unit/api/v1/__pycache__/test_deployments.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/__pycache__/test_deployments.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 
> murano/tests/unit/api/v1/__pycache__/test_env_templates.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/__pycache__/test_env_templates.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 
> murano/tests/unit/api/v1/__pycache__/test_environments.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/__pycache__/test_environments.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 
> murano/tests/unit/api/v1/__pycache__/test_instance_statistics.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/__pycache__/test_instance_statistics.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 
> murano/tests/unit/api/v1/__pycache__/test_schemas.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/__pycache__/test_schemas.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 
> murano/tests/unit/api/v1/__pycache__/test_services.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/__pycache__/test_services.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 
> murano/tests/unit/api/v1/__pycache__/test_sessions.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/__pycache__/test_sessions.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 
> murano/tests/unit/api/v1/__pycache__/test_static_actions.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/__pycache__/test_static_actions.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 
> murano/tests/unit/api/v1/cloudfoundry/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/cloudfoundry/__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 
> murano/tests/unit/api/v1/cloudfoundry/__pycache__/test_cfapi.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/api/v1/cloudfoundry/__pycache__/test_cfapi.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 
> murano/tests/unit/cmd/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/cmd/__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 
> murano/tests/unit/cmd/__pycache__/test_api_workers.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/cmd/__pycache__/test_api_workers.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 
> murano/tests/unit/cmd/__pycache__/test_engine_workers.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/cmd/__pycache__/test_engine_workers.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 
> murano/tests/unit/cmd/__pycache__/test_manage.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/cmd/__pycache__/test_manage.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 
> murano/tests/unit/cmd/__pycache__/test_status.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/cmd/__pycache__/test_status.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 
> murano/tests/unit/common/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/__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 
> murano/tests/unit/common/__pycache__/test_app_loader.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/__pycache__/test_app_loader.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 
> murano/tests/unit/common/__pycache__/test_auth_utils.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/__pycache__/test_auth_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 
> murano/tests/unit/common/__pycache__/test_engine.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/__pycache__/test_engine.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 
> murano/tests/unit/common/__pycache__/test_plugin_loader.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/__pycache__/test_plugin_loader.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 
> murano/tests/unit/common/__pycache__/test_server.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/__pycache__/test_server.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 
> murano/tests/unit/common/__pycache__/test_statservice.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/__pycache__/test_statservice.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 
> murano/tests/unit/common/__pycache__/test_traverse_helper.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/__pycache__/test_traverse_helper.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 
> murano/tests/unit/common/__pycache__/test_utils.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/__pycache__/test_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 
> murano/tests/unit/common/__pycache__/test_wsgi.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/__pycache__/test_wsgi.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 
> murano/tests/unit/common/helpers/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/helpers/__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 
> murano/tests/unit/common/helpers/__pycache__/test_token_sanitizer.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/helpers/__pycache__/test_token_sanitizer.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 
> murano/tests/unit/common/messaging/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/messaging/__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 
> murano/tests/unit/common/messaging/__pycache__/test_mqclient.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/common/messaging/__pycache__/test_mqclient.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 
> murano/tests/unit/core_library/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/core_library/__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 
> murano/tests/unit/core_library/instance/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/core_library/instance/__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 
> murano/tests/unit/core_library/instance/test_destroy/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/core_library/instance/test_destroy/__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 
> murano/tests/unit/core_library/instance/test_destroy/__pycache__/test_destroy.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/core_library/instance/test_destroy/__pycache__/test_destroy.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 
> murano/tests/unit/db/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/__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 
> murano/tests/unit/db/__pycache__/test_catalog.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/__pycache__/test_catalog.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 
> murano/tests/unit/db/__pycache__/test_models.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/__pycache__/test_models.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 
> murano/tests/unit/db/migration/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/migration/__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 
> murano/tests/unit/db/migration/__pycache__/test_migrations.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/migration/__pycache__/test_migrations.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 
> murano/tests/unit/db/migration/__pycache__/test_migrations_base.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/migration/__pycache__/test_migrations_base.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 
> murano/tests/unit/db/services/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/services/__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 
> murano/tests/unit/db/services/__pycache__/environment_templates.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/services/__pycache__/environment_templates.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 
> murano/tests/unit/db/services/__pycache__/test_cf_connections.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/services/__pycache__/test_cf_connections.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 
> murano/tests/unit/db/services/__pycache__/test_core_service.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/services/__pycache__/test_core_service.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 
> murano/tests/unit/db/services/__pycache__/test_environments.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/services/__pycache__/test_environments.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 
> murano/tests/unit/db/services/__pycache__/test_instances.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/services/__pycache__/test_instances.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 
> murano/tests/unit/db/services/__pycache__/test_stats.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/services/__pycache__/test_stats.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 
> murano/tests/unit/db/services/__pycache__/test_templates_service.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/db/services/__pycache__/test_templates_service.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 
> murano/tests/unit/dsl/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__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 
> murano/tests/unit/dsl/__pycache__/test_agent.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_agent.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 
> murano/tests/unit/dsl/__pycache__/test_assignments.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_assignments.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 
> murano/tests/unit/dsl/__pycache__/test_attribute_store.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_attribute_store.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 
> murano/tests/unit/dsl/__pycache__/test_call.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_call.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 
> murano/tests/unit/dsl/__pycache__/test_concurrency.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_concurrency.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 
> murano/tests/unit/dsl/__pycache__/test_config_properties.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_config_properties.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 
> murano/tests/unit/dsl/__pycache__/test_construction.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_construction.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 
> murano/tests/unit/dsl/__pycache__/test_context_manager.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_context_manager.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 
> murano/tests/unit/dsl/__pycache__/test_contracts.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_contracts.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 
> murano/tests/unit/dsl/__pycache__/test_dump.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_dump.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 
> murano/tests/unit/dsl/__pycache__/test_engine_yaql_functions.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_engine_yaql_functions.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 
> murano/tests/unit/dsl/__pycache__/test_exceptions.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_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 
> murano/tests/unit/dsl/__pycache__/test_execution.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_execution.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 
> murano/tests/unit/dsl/__pycache__/test_extension_methods.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_extension_methods.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 
> murano/tests/unit/dsl/__pycache__/test_find_class.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_find_class.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 
> murano/tests/unit/dsl/__pycache__/test_gc.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_gc.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 
> murano/tests/unit/dsl/__pycache__/test_helpers.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_helpers.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 
> murano/tests/unit/dsl/__pycache__/test_logger.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_logger.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 
> murano/tests/unit/dsl/__pycache__/test_macros.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_macros.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 
> murano/tests/unit/dsl/__pycache__/test_meta.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_meta.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 
> murano/tests/unit/dsl/__pycache__/test_method_param_inheritance.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_method_param_inheritance.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 
> murano/tests/unit/dsl/__pycache__/test_multiple_inheritance.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_multiple_inheritance.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 
> murano/tests/unit/dsl/__pycache__/test_objects_copy_merge.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_objects_copy_merge.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 
> murano/tests/unit/dsl/__pycache__/test_property_access.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_property_access.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 
> murano/tests/unit/dsl/__pycache__/test_property_inititialization.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_property_inititialization.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 
> murano/tests/unit/dsl/__pycache__/test_reflection.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_reflection.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 
> murano/tests/unit/dsl/__pycache__/test_results_serializer.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_results_serializer.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 
> murano/tests/unit/dsl/__pycache__/test_schema_generation.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_schema_generation.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 
> murano/tests/unit/dsl/__pycache__/test_session_local_storage.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_session_local_storage.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 
> murano/tests/unit/dsl/__pycache__/test_single_inheritance.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_single_inheritance.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 
> murano/tests/unit/dsl/__pycache__/test_statics.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_statics.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 
> murano/tests/unit/dsl/__pycache__/test_unicode.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_unicode.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 
> murano/tests/unit/dsl/__pycache__/test_varkwargs.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_varkwargs.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 
> murano/tests/unit/dsl/__pycache__/test_versioning.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/__pycache__/test_versioning.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 
> murano/tests/unit/dsl/foundation/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/foundation/__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 
> murano/tests/unit/dsl/foundation/__pycache__/object_model.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/foundation/__pycache__/object_model.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 
> murano/tests/unit/dsl/foundation/__pycache__/runner.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/foundation/__pycache__/runner.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 
> murano/tests/unit/dsl/foundation/__pycache__/test_case.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/foundation/__pycache__/test_case.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 
> murano/tests/unit/dsl/foundation/__pycache__/test_package_loader.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/dsl/foundation/__pycache__/test_package_loader.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 
> murano/tests/unit/engine/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/__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 
> murano/tests/unit/engine/__pycache__/test_mock_context_manager.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/__pycache__/test_mock_context_manager.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 
> murano/tests/unit/engine/__pycache__/test_package_loader.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/__pycache__/test_package_loader.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 
> murano/tests/unit/engine/system/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/system/__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 
> murano/tests/unit/engine/system/__pycache__/test_agent.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/system/__pycache__/test_agent.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 
> murano/tests/unit/engine/system/__pycache__/test_agent_listener.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/system/__pycache__/test_agent_listener.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 
> murano/tests/unit/engine/system/__pycache__/test_garbage_collector.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/system/__pycache__/test_garbage_collector.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 
> murano/tests/unit/engine/system/__pycache__/test_instance_reporter.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/system/__pycache__/test_instance_reporter.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 
> murano/tests/unit/engine/system/__pycache__/test_metadef_browser.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/system/__pycache__/test_metadef_browser.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 
> murano/tests/unit/engine/system/__pycache__/test_net_explorer.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/system/__pycache__/test_net_explorer.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 
> murano/tests/unit/engine/system/__pycache__/test_test_fixture.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/system/__pycache__/test_test_fixture.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 
> murano/tests/unit/engine/system/__pycache__/test_workflowclient.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/engine/system/__pycache__/test_workflowclient.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 
> murano/tests/unit/packages/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/packages/__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 
> murano/tests/unit/packages/__pycache__/test_exceptions.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/packages/__pycache__/test_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 
> murano/tests/unit/packages/__pycache__/test_load_utils.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/packages/__pycache__/test_load_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 
> murano/tests/unit/packages/__pycache__/test_package_base.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/packages/__pycache__/test_package_base.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 
> murano/tests/unit/packages/hot_package/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/packages/hot_package/__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 
> murano/tests/unit/packages/hot_package/__pycache__/test_hot_package.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/packages/hot_package/__pycache__/test_hot_package.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 
> murano/tests/unit/packages/mpl_package/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/packages/mpl_package/__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 
> murano/tests/unit/packages/mpl_package/__pycache__/test_mpl_package.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/packages/mpl_package/__pycache__/test_mpl_package.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 
> murano/tests/unit/packages/versions/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/packages/versions/__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 
> murano/tests/unit/packages/versions/__pycache__/test_hot_v1.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/packages/versions/__pycache__/test_hot_v1.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 
> murano/tests/unit/packages/versions/__pycache__/test_mpl_v1.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/packages/versions/__pycache__/test_mpl_v1.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 
> murano/tests/unit/policy/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/policy/__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 
> murano/tests/unit/policy/__pycache__/test_congress_rules.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/policy/__pycache__/test_congress_rules.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 
> murano/tests/unit/policy/__pycache__/test_model_policy_enforcer.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/policy/__pycache__/test_model_policy_enforcer.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 
> murano/tests/unit/policy/modify/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/policy/modify/__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 
> murano/tests/unit/policy/modify/actions/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/policy/modify/actions/__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 
> murano/tests/unit/policy/modify/actions/__pycache__/test_action_manager.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/policy/modify/actions/__pycache__/test_action_manager.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 
> murano/tests/unit/policy/modify/actions/__pycache__/test_default_actions.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> murano/tests/unit/policy/modify/actions/__pycache__/test_default_actions.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 
> murano/tests/unit/services/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> murano/tests/unit/services/__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 
> murano/tests/unit/services/__pycache__/test_actions.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> murano/tests/unit/services/__pycache__/test_actions.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/murano_15.0.0-3_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