Your message dated Tue, 15 Aug 2023 16:04:38 +0000
with message-id <[email protected]>
and subject line Bug#1045774: fixed in networking-sfc 16.0.0-3
has caused the Debian Bug report #1045774,
regarding networking-sfc: Fails to build source after successful build
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1045774: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045774
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: networking-sfc
Version: 16.0.0-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> ------------------------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package networking-sfc
> dpkg-buildpackage: info: source version 16.0.0-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Thomas Goirand <[email protected]>
> dpkg-source --before-build .
> 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 source format '3.0 (quilt)'
> dpkg-source: info: building networking-sfc using existing
> ./networking-sfc_16.0.0.orig.tar.xz
> dpkg-source: warning: file
> networking-sfc-16.0.0/networking_sfc.egg-info/SOURCES.txt has no final
> newline (either original or modified version)
> dpkg-source: error: cannot represent change to
> networking_sfc/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add networking_sfc/__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_sfc/__pycache__/_i18n.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add networking_sfc/__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_sfc/cli/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> networking_sfc/cli/__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_sfc/cli/__pycache__/flow_classifier.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/cli/__pycache__/flow_classifier.cpython-311.pyc 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_sfc/cli/__pycache__/port_chain.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/cli/__pycache__/port_chain.cpython-311.pyc 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_sfc/cli/__pycache__/port_pair.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/cli/__pycache__/port_pair.cpython-311.pyc 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_sfc/cli/__pycache__/port_pair_group.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/cli/__pycache__/port_pair_group.cpython-311.pyc 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_sfc/db/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> networking_sfc/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_sfc/db/__pycache__/flowclassifier_db.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/db/__pycache__/flowclassifier_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_sfc/db/__pycache__/sfc_db.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add networking_sfc/db/__pycache__/sfc_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_sfc/extensions/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/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_sfc/extensions/__pycache__/flowclassifier.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/extensions/__pycache__/flowclassifier.cpython-311.pyc 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_sfc/extensions/__pycache__/servicegraph.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/extensions/__pycache__/servicegraph.cpython-311.pyc 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_sfc/extensions/__pycache__/sfc.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/extensions/__pycache__/sfc.cpython-311.pyc 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_sfc/extensions/__pycache__/tap.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/extensions/__pycache__/tap.cpython-311.pyc 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_sfc/policies/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/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
> networking_sfc/policies/__pycache__/base.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/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
> networking_sfc/policies/__pycache__/flow_classifier.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/flow_classifier.cpython-311.pyc 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_sfc/policies/__pycache__/port_chain.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/port_chain.cpython-311.pyc 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_sfc/policies/__pycache__/port_pair.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/port_pair.cpython-311.pyc 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_sfc/policies/__pycache__/port_pair_group.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/port_pair_group.cpython-311.pyc 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_sfc/policies/__pycache__/service_graph.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/policies/__pycache__/service_graph.cpython-311.pyc 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_sfc/services/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/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_sfc/services/flowclassifier/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/__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_sfc/services/flowclassifier/__pycache__/driver_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/__pycache__/driver_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_sfc/services/flowclassifier/__pycache__/plugin.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/__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_sfc/services/flowclassifier/common/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/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_sfc/services/flowclassifier/common/__pycache__/config.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/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_sfc/services/flowclassifier/common/__pycache__/context.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/common/__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
> networking_sfc/services/flowclassifier/common/__pycache__/exceptions.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/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
> networking_sfc/services/flowclassifier/drivers/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/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_sfc/services/flowclassifier/drivers/__pycache__/base.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/drivers/__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
> networking_sfc/services/flowclassifier/drivers/ovs/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/drivers/ovs/__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_sfc/services/flowclassifier/drivers/ovs/__pycache__/driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/flowclassifier/drivers/ovs/__pycache__/driver.cpython-311.pyc
> 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_sfc/services/sfc/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/__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_sfc/services/sfc/__pycache__/driver_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/__pycache__/driver_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_sfc/services/sfc/__pycache__/plugin.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/__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_sfc/services/sfc/agent/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/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_sfc/services/sfc/agent/extensions/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/agent/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_sfc/services/sfc/agent/extensions/__pycache__/sfc.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/agent/extensions/__pycache__/sfc.cpython-311.pyc
> 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_sfc/services/sfc/agent/extensions/openvswitch/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/agent/extensions/openvswitch/__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_sfc/services/sfc/agent/extensions/openvswitch/__pycache__/sfc_driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/agent/extensions/openvswitch/__pycache__/sfc_driver.cpython-311.pyc
> 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_sfc/services/sfc/common/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/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_sfc/services/sfc/common/__pycache__/config.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/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_sfc/services/sfc/common/__pycache__/context.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/common/__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
> networking_sfc/services/sfc/common/__pycache__/exceptions.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/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
> networking_sfc/services/sfc/common/__pycache__/ovs_ext_lib.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/common/__pycache__/ovs_ext_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_sfc/services/sfc/drivers/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/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_sfc/services/sfc/drivers/__pycache__/base.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/__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
> networking_sfc/services/sfc/drivers/ovs/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__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_sfc/services/sfc/drivers/ovs/__pycache__/constants.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__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_sfc/services/sfc/drivers/ovs/__pycache__/db.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__pycache__/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_sfc/services/sfc/drivers/ovs/__pycache__/driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__pycache__/driver.cpython-311.pyc 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_sfc/services/sfc/drivers/ovs/__pycache__/rpc.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__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
> networking_sfc/services/sfc/drivers/ovs/__pycache__/rpc_topics.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/services/sfc/drivers/ovs/__pycache__/rpc_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_sfc/tests/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/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_sfc/tests/__pycache__/base.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add networking_sfc/tests/__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
> networking_sfc/tests/unit/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> networking_sfc/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_sfc/tests/unit/cli/__pycache__/__init__.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/cli/__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_sfc/tests/unit/cli/__pycache__/test_flow_classifier.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/cli/__pycache__/test_flow_classifier.cpython-311.pyc
> 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_sfc/tests/unit/cli/__pycache__/test_port_chain.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/cli/__pycache__/test_port_chain.cpython-311.pyc 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_sfc/tests/unit/cli/__pycache__/test_port_pair.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/cli/__pycache__/test_port_pair.cpython-311.pyc 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_sfc/tests/unit/cli/__pycache__/test_port_pair_group.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/cli/__pycache__/test_port_pair_group.cpython-311.pyc
> 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_sfc/tests/unit/db/__pycache__/__init__.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/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_sfc/tests/unit/db/__pycache__/test_flowclassifier_db.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/db/__pycache__/test_flowclassifier_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_sfc/tests/unit/db/__pycache__/test_sfc_db.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/db/__pycache__/test_sfc_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_sfc/tests/unit/extensions/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/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_sfc/tests/unit/extensions/__pycache__/test_flowclassifier.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/extensions/__pycache__/test_flowclassifier.cpython-311.pyc
> 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_sfc/tests/unit/extensions/__pycache__/test_servicegraph.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/extensions/__pycache__/test_servicegraph.cpython-311.pyc
> 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_sfc/tests/unit/extensions/__pycache__/test_sfc.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/extensions/__pycache__/test_sfc.cpython-311.pyc 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_sfc/tests/unit/extensions/__pycache__/test_tap.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/extensions/__pycache__/test_tap.cpython-311.pyc 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_sfc/tests/unit/services/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/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_sfc/tests/unit/services/flowclassifier/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/__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_sfc/tests/unit/services/flowclassifier/__pycache__/test_driver_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/__pycache__/test_driver_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_sfc/tests/unit/services/flowclassifier/__pycache__/test_plugin.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/__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_sfc/tests/unit/services/flowclassifier/drivers/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/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_sfc/tests/unit/services/flowclassifier/drivers/ovs/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/__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_sfc/tests/unit/services/flowclassifier/drivers/ovs/__pycache__/test_driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/flowclassifier/drivers/ovs/__pycache__/test_driver.cpython-311.pyc
> 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_sfc/tests/unit/services/sfc/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/__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_sfc/tests/unit/services/sfc/__pycache__/test_driver_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/__pycache__/test_driver_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_sfc/tests/unit/services/sfc/__pycache__/test_plugin.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/__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_sfc/tests/unit/services/sfc/agent/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/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_sfc/tests/unit/services/sfc/agent/extensions/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/agent/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_sfc/tests/unit/services/sfc/agent/extensions/__pycache__/test_sfc.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/agent/extensions/__pycache__/test_sfc.cpython-311.pyc
> 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_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/__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_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/__pycache__/test_sfc_driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/agent/extensions/openvswitch/__pycache__/test_sfc_driver.cpython-311.pyc
> 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_sfc/tests/unit/services/sfc/common/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/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_sfc/tests/unit/services/sfc/common/__pycache__/test_ovs_ext_lib.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/common/__pycache__/test_ovs_ext_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_sfc/tests/unit/services/sfc/drivers/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/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_sfc/tests/unit/services/sfc/drivers/ovs/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/drivers/ovs/__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_sfc/tests/unit/services/sfc/drivers/ovs/__pycache__/test_driver.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> networking_sfc/tests/unit/services/sfc/drivers/ovs/__pycache__/test_driver.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-sfc_16.0.0-2_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: networking-sfc
Source-Version: 16.0.0-3
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
networking-sfc, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated networking-sfc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 15 Aug 2023 17:02:52 +0200
Source: networking-sfc
Architecture: source
Version: 16.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1045774
Changes:
networking-sfc (16.0.0-3) unstable; urgency=medium
.
* Cleans better (Closes: #1045774).
Checksums-Sha1:
80b547f3f8e5dfde3637bdcc9ef68ea596a79e5d 2920 networking-sfc_16.0.0-3.dsc
d574ff875ca98f1a6a0ae6cfa556b35db4431b97 3836
networking-sfc_16.0.0-3.debian.tar.xz
828c3d4a9dfc0abefcc40dbc983bc12b6c24d8f1 20626
networking-sfc_16.0.0-3_amd64.buildinfo
Checksums-Sha256:
840bf200a2f12edcaaefb68441fb4c88db61e0d7adc64c0da0b261626f9e2d6a 2920
networking-sfc_16.0.0-3.dsc
9a0be6c67b4cb1ea260b9dab2fdf55ac431a9897e233326e421a54882c89740c 3836
networking-sfc_16.0.0-3.debian.tar.xz
d08ed3493d19f445a1351477c6fc617f015d49461a74da855fbd06f149d1d9f2 20626
networking-sfc_16.0.0-3_amd64.buildinfo
Files:
91e6373099c861de101bb1e8cdab6636 2920 net optional networking-sfc_16.0.0-3.dsc
22a423fc3ee6d415fd10e1b5b00e1047 3836 net optional
networking-sfc_16.0.0-3.debian.tar.xz
ca04920a1a105d8da63fb7a2e8e0cd5a 20626 net optional
networking-sfc_16.0.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmTbmT0ACgkQ1BatFaxr
Q/5INw//c3e3lWy/vtJ0D+hAqaQVraaZKnUK0lXxAxhJwRqjvWxoJatBSqSlAhsa
Y4YKbU6F53nabheTvMEnn/oaFieFhfcj3o7qytY7hxTJAvOOrvczsajA34FFQRNy
OVWhzIZqB3AYAyd5v0uJEMALvGU9GCtVN5rwSmKuYkrG9xxlqsxONdMbC0OTqOgx
3PozYHenrPVoE7+XK3h90vpqbhbus+NQlWmkmj25T7Pzldaqmi54e+ZAEOUE+j1j
NtUG0KnG0SVwLGnrk8761ci6ARBaCUzObusTfm0X5p4ReoGK3GbCt263Nm3/j97k
VbmCNM2bbprdko3Jv7q/CEKjsdWFrhnJtl6iaH6lrGGONbfXIuW5brwuqOVSQoeu
RWMS3jh0hTytNArUFYj+oq+KQMloG2xHwvrxu11Wg3yws/HXDFEYW4N9uYllZwzK
+vKA5gij0Bxe3JSnOv5dg2ZRBK94fmt7OQWrC+ZpiBeVwZ5z1TdAl9QTU0LswWfv
zrM4iEfs9cDq/BEE/46cNgwMz1ISP7hw99GH65cZkbp3Xn5WhOMGewMSnfn3hNYZ
/ZJxy5mLYEP332ssHSDtfFyPVrnv3/pv4J/IQfR93MGfVIbzUp8bbSZXKPrMVvFI
xpJj/f3Dt3rgSQy9ezGuN6E0ueePc+gG8hKhdsYFYBGwtmWhSf0=
=pA/u
-----END PGP SIGNATURE-----
--- End Message ---