Source: networking-l2gw
Version: 1:19.0.0-1
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> --------------------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package networking-l2gw
> dpkg-buildpackage: info: source version 1:19.0.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Thomas Goirand <[email protected]>
>  dpkg-source --before-build .
> dpkg-source: info: using options from 
> networking-l2gw-19.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
>    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
> dh_clean
> rm -rf build
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>  dpkg-source -b .
> dpkg-source: info: using options from 
> networking-l2gw-19.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 networking-l2gw using existing 
> ./networking-l2gw_19.0.0.orig.tar.xz
> dpkg-source: error: cannot represent change to 
> networking_l2gw/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add networking_l2gw/__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 
> networking_l2gw/__pycache__/_i18n.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add networking_l2gw/__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 
> networking_l2gw/db/__pycache__/__init__.cpython-311.pyc: binary file contents 
> changed
> dpkg-source: error: add 
> networking_l2gw/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 
> networking_l2gw/db/l2gateway/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> networking_l2gw/db/l2gateway/__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 
> networking_l2gw/db/l2gateway/__pycache__/db_query.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> networking_l2gw/db/l2gateway/__pycache__/db_query.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/db/l2gateway/__pycache__/head.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> networking_l2gw/db/l2gateway/__pycache__/head.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/db/l2gateway/__pycache__/l2gateway_db.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> networking_l2gw/db/l2gateway/__pycache__/l2gateway_db.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/db/l2gateway/__pycache__/l2gateway_models.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/db/l2gateway/__pycache__/l2gateway_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 
> networking_l2gw/db/l2gateway/ovsdb/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/db/l2gateway/ovsdb/__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 
> networking_l2gw/db/l2gateway/ovsdb/__pycache__/lib.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> networking_l2gw/db/l2gateway/ovsdb/__pycache__/lib.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/db/l2gateway/ovsdb/__pycache__/models.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> networking_l2gw/db/l2gateway/ovsdb/__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 
> networking_l2gw/extensions/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> networking_l2gw/extensions/__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 
> networking_l2gw/extensions/__pycache__/l2gateway.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> networking_l2gw/extensions/__pycache__/l2gateway.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/extensions/__pycache__/l2gatewayconnection.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/extensions/__pycache__/l2gatewayconnection.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/l2gatewayclient/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> networking_l2gw/l2gatewayclient/__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 
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__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 
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__pycache__/_l2_gateway.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__pycache__/_l2_gateway.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__pycache__/_l2_gateway_connection.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/l2gatewayclient/l2gw_client_ext/__pycache__/_l2_gateway_connection.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/l2gatewayclient/osc/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/l2gatewayclient/osc/__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 
> networking_l2gw/l2gatewayclient/osc/__pycache__/l2gw.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> networking_l2gw/l2gatewayclient/osc/__pycache__/l2gw.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/l2gatewayclient/osc/__pycache__/l2gw_connection.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/l2gatewayclient/osc/__pycache__/l2gw_connection.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> networking_l2gw/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 
> networking_l2gw/services/l2gateway/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/__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 
> networking_l2gw/services/l2gateway/__pycache__/agent_scheduler.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/__pycache__/agent_scheduler.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/__pycache__/exceptions.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/__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 
> networking_l2gw/services/l2gateway/__pycache__/l2gw_agent.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/__pycache__/l2gw_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 
> networking_l2gw/services/l2gateway/__pycache__/plugin.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/__pycache__/plugin.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/agent/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/__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 
> networking_l2gw/services/l2gateway/agent/__pycache__/agent_api.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/__pycache__/agent_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 
> networking_l2gw/services/l2gateway/agent/__pycache__/base_agent_manager.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/__pycache__/base_agent_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 
> networking_l2gw/services/l2gateway/agent/__pycache__/l2gateway_config.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/__pycache__/l2gateway_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 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/ovsdb/__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 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/api.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/ovsdb/__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 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/base_connection.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/base_connection.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/impl_idl.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/impl_idl.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/manager.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/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 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_common_class.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_common_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 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_monitor.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_monitor.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_writer.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/ovsdb/__pycache__/ovsdb_writer.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__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 
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__pycache__/commands.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__pycache__/commands.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__pycache__/connection.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/agent/ovsdb/native/__pycache__/connection.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/common/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/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 
> networking_l2gw/services/l2gateway/common/__pycache__/config.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/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 
> networking_l2gw/services/l2gateway/common/__pycache__/constants.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/common/__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 
> networking_l2gw/services/l2gateway/common/__pycache__/l2gw_validators.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/common/__pycache__/l2gw_validators.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/common/__pycache__/ovsdb_schema.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/common/__pycache__/ovsdb_schema.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/common/__pycache__/topics.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/common/__pycache__/topics.cpython-311.pyc 
> in debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/common/__pycache__/tunnel_calls.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/common/__pycache__/tunnel_calls.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/ovsdb/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/ovsdb/__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 
> networking_l2gw/services/l2gateway/ovsdb/__pycache__/data.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/ovsdb/__pycache__/data.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/services/l2gateway/service_drivers/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/service_drivers/__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 
> networking_l2gw/services/l2gateway/service_drivers/__pycache__/agent_api.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/service_drivers/__pycache__/agent_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 
> networking_l2gw/services/l2gateway/service_drivers/__pycache__/rpc_l2gw.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/services/l2gateway/service_drivers/__pycache__/rpc_l2gw.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> networking_l2gw/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 
> networking_l2gw/tests/unit/__pycache__/__init__.cpython-311.pyc: binary file 
> contents changed
> dpkg-source: error: add 
> networking_l2gw/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 
> networking_l2gw/tests/unit/db/__pycache__/__init__.cpython-311.pyc: binary 
> file contents changed
> dpkg-source: error: add 
> networking_l2gw/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 
> networking_l2gw/tests/unit/db/__pycache__/test_l2gw_db.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/db/__pycache__/test_l2gw_db.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/db/__pycache__/test_migrations.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/db/__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 
> networking_l2gw/tests/unit/db/ovsdb/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/db/ovsdb/__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 
> networking_l2gw/tests/unit/db/ovsdb/__pycache__/test_idl_impl.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/db/ovsdb/__pycache__/test_idl_impl.cpython-311.pyc 
> in debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/db/ovsdb/__pycache__/test_lib.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/db/ovsdb/__pycache__/test_lib.cpython-311.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/l2gatewayclient/__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 
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20_l2gw_conn_ext.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20_l2gw_conn_ext.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20_l2gw_ext.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/l2gatewayclient/__pycache__/test_cli20_l2gw_ext.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/l2gatewayclient/osc/__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 
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/fakes.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/fakes.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/test_osc_l2gw.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/test_osc_l2gw.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/test_osc_l2gw_connection.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/l2gatewayclient/osc/__pycache__/test_osc_l2gw_connection.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/services/__pycache__/__init__.cpython-311.pyc: 
> binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/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 
> networking_l2gw/tests/unit/services/l2gateway/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/__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 
> networking_l2gw/tests/unit/services/l2gateway/__pycache__/test_agent_scheduler.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/__pycache__/test_agent_scheduler.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/services/l2gateway/__pycache__/test_plugin.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/__pycache__/test_plugin.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/agent/__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 
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_agent_api.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_agent_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 
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_base_agent_manager.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_base_agent_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 
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_l2gw_agent.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/agent/__pycache__/test_l2gw_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 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__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 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_base_connection.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_base_connection.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_manager.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_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 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_ovsdb_monitor.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_ovsdb_monitor.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_ovsdb_writer.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/agent/ovsdb/__pycache__/test_ovsdb_writer.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/services/l2gateway/common/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/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 
> networking_l2gw/tests/unit/services/l2gateway/common/__pycache__/test_l2gw_validators.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/common/__pycache__/test_l2gw_validators.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/services/l2gateway/common/__pycache__/test_tunnel_calls.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/common/__pycache__/test_tunnel_calls.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/services/l2gateway/ovsdb/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/ovsdb/__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 
> networking_l2gw/tests/unit/services/l2gateway/ovsdb/__pycache__/test_data.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/ovsdb/__pycache__/test_data.cpython-311.pyc
>  in debian/source/include-binaries if you want to store the modified binary 
> in the debian tarball
> dpkg-source: error: cannot represent change to 
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__pycache__/__init__.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__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 
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__pycache__/test_agent_api.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__pycache__/test_agent_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 
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__pycache__/test_rpc_l2gw.cpython-311.pyc:
>  binary file contents changed
> dpkg-source: error: add 
> networking_l2gw/tests/unit/services/l2gateway/service_drivers/__pycache__/test_rpc_l2gw.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/networking-l2gw_19.0.0-1_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