Your message dated Wed, 11 Feb 2026 11:18:49 +0000
with message-id <[email protected]>
and subject line Bug#1045286: fixed in python-proliantutils 2.16.3-3
has caused the Debian Bug report #1045286,
regarding python-proliantutils: 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.)
--
1045286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045286
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-proliantutils
Version: 2.14.0-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package python-proliantutils
> dpkg-buildpackage: info: source version 2.14.0-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Thomas Goirand <[email protected]>
> dpkg-source --before-build .
> dpkg-source: info: using options from
> python-proliantutils-2.14.0/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/ --extend-diff-ignore=^[.]gitreview$
> fakeroot debian/rules clean
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh clean --buildsystem=python_distutils --with python3,sphinxdoc
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> python3 setup.py clean
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'description-file' will not be supported in
> future
> versions. Please use the underscore name 'description_file' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'author-email' will not be supported in future
> versions. Please use the underscore name 'author_email' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'home-page' will not be supported in future
> versions. Please use the underscore name 'home_page' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'python-requires' will not be supported in
> future
> versions. Please use the underscore name 'python_requires' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> dist.fetch_build_eggs(dist.setup_requires)
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:40:
> EasyInstallDeprecationWarning: easy_install command is deprecated.
> !!
>
>
> ********************************************************************************
> Please avoid running ``setup.py`` and ``easy_install``.
> Instead, use pypa/build, pypa/installer or other
> standards-based tools.
>
> See https://github.com/pypa/setuptools/issues/917 for details.
>
> ********************************************************************************
>
> !!
> easy_install.initialize_options(self)
> /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
> SetuptoolsDeprecationWarning: setup.py install is deprecated.
> !!
>
>
> ********************************************************************************
> Please avoid running ``setup.py`` directly.
> Instead, use pypa/build, pypa/installer or other
> standards-based tools.
>
> See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
> for details.
>
> ********************************************************************************
>
> !!
> self.initialize_options()
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'description-file' will not be supported in
> future
> versions. Please use the underscore name 'description_file' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'author-email' will not be supported in future
> versions. Please use the underscore name 'author_email' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'home-page' will not be supported in future
> versions. Please use the underscore name 'home_page' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:745:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'python-requires' will not be supported in
> future
> versions. Please use the underscore name 'python_requires' instead.
>
> By 2023-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> running clean
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--buildsystem=python_distutils
> debian/rules override_dh_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh_clean -O--buildsystem=python_distutils
> rm -rf build .testrepository
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dpkg-source -b .
> dpkg-source: info: using options from
> python-proliantutils-2.14.0/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/ --extend-diff-ignore=^[.]gitreview$
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-proliantutils using existing
> ./python-proliantutils_2.14.0.orig.tar.xz
> dpkg-source: error: cannot represent change to
> proliantutils/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add proliantutils/__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
> proliantutils/__pycache__/exception.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add proliantutils/__pycache__/exception.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/__pycache__/log.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add proliantutils/__pycache__/log.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/__pycache__/utils.cpython-311.pyc: binary file contents changed
> dpkg-source: error: add proliantutils/__pycache__/utils.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/hpssa/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/hpssa/__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
> proliantutils/hpssa/__pycache__/constants.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/hpssa/__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
> proliantutils/hpssa/__pycache__/disk_allocator.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/hpssa/__pycache__/disk_allocator.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/hpssa/__pycache__/manager.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> proliantutils/hpssa/__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
> proliantutils/hpssa/__pycache__/objects.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> proliantutils/hpssa/__pycache__/objects.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/ilo/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> proliantutils/ilo/__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
> proliantutils/ilo/__pycache__/client.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add proliantutils/ilo/__pycache__/client.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/ilo/__pycache__/common.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add proliantutils/ilo/__pycache__/common.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/ilo/__pycache__/constants.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> proliantutils/ilo/__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
> proliantutils/ilo/__pycache__/firmware_controller.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/ilo/__pycache__/firmware_controller.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/ilo/__pycache__/ipmi.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add proliantutils/ilo/__pycache__/ipmi.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/ilo/__pycache__/mappings.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> proliantutils/ilo/__pycache__/mappings.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/ilo/__pycache__/operations.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/ilo/__pycache__/operations.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/ilo/__pycache__/ribcl.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add proliantutils/ilo/__pycache__/ribcl.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/ilo/__pycache__/ris.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add proliantutils/ilo/__pycache__/ris.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/ilo/snmp/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/ilo/snmp/__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
> proliantutils/ilo/snmp/__pycache__/snmp_cpqdisk_sizes.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/ilo/snmp/__pycache__/snmp_cpqdisk_sizes.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/ipa_hw_manager/__pycache__/__init__.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/ipa_hw_manager/__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
> proliantutils/ipa_hw_manager/__pycache__/hardware_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/ipa_hw_manager/__pycache__/hardware_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
> proliantutils/redfish/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/redfish/__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
> proliantutils/redfish/__pycache__/connector.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/redfish/__pycache__/connector.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/__pycache__/main.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> proliantutils/redfish/__pycache__/main.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/__pycache__/redfish.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/redfish/__pycache__/redfish.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/__pycache__/utils.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> proliantutils/redfish/__pycache__/utils.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/__pycache__/__init__.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/__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
> proliantutils/redfish/resources/__pycache__/gpu_common.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/__pycache__/gpu_common.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/__pycache__/update_service.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/__pycache__/update_service.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/account_service/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/account_service/__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
> proliantutils/redfish/resources/account_service/__pycache__/account.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/account_service/__pycache__/account.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/account_service/__pycache__/account_service.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/account_service/__pycache__/account_service.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/chassis/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/chassis/__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
> proliantutils/redfish/resources/chassis/__pycache__/chassis.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/chassis/__pycache__/chassis.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/chassis/__pycache__/devices.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/chassis/__pycache__/devices.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/manager/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/manager/__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
> proliantutils/redfish/resources/manager/__pycache__/constants.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/manager/__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
> proliantutils/redfish/resources/manager/__pycache__/https_cert.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/manager/__pycache__/https_cert.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/manager/__pycache__/manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/manager/__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
> proliantutils/redfish/resources/manager/__pycache__/mapping.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/manager/__pycache__/mapping.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/manager/__pycache__/network_protocol.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/manager/__pycache__/network_protocol.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/manager/__pycache__/security_dashboard.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/manager/__pycache__/security_dashboard.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/manager/__pycache__/security_params.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/manager/__pycache__/security_params.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/manager/__pycache__/security_service.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/manager/__pycache__/security_service.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/manager/__pycache__/virtual_media.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/manager/__pycache__/virtual_media.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/__pycache__/bios.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__pycache__/bios.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/__pycache__/constants.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__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
> proliantutils/redfish/resources/system/__pycache__/ethernet_interface.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__pycache__/ethernet_interface.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/__pycache__/iscsi.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__pycache__/iscsi.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/__pycache__/mappings.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__pycache__/mappings.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/__pycache__/memory.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__pycache__/memory.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/__pycache__/pci_device.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__pycache__/pci_device.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/__pycache__/secure_boot.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__pycache__/secure_boot.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/__pycache__/smart_storage_config.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__pycache__/smart_storage_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
> proliantutils/redfish/resources/system/__pycache__/system.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__pycache__/system.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/__pycache__/tls_config.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/__pycache__/tls_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
> proliantutils/redfish/resources/system/storage/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__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
> proliantutils/redfish/resources/system/storage/__pycache__/array_controller.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__pycache__/array_controller.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/storage/__pycache__/common.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__pycache__/common.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/storage/__pycache__/constants.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__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
> proliantutils/redfish/resources/system/storage/__pycache__/drive.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__pycache__/drive.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/storage/__pycache__/logical_drive.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__pycache__/logical_drive.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/storage/__pycache__/mappings.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__pycache__/mappings.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/storage/__pycache__/physical_drive.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__pycache__/physical_drive.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/storage/__pycache__/simple_storage.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__pycache__/simple_storage.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/storage/__pycache__/smart_storage.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__pycache__/smart_storage.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/storage/__pycache__/storage.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__pycache__/storage.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/redfish/resources/system/storage/__pycache__/volume.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/redfish/resources/system/storage/__pycache__/volume.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/rest/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> proliantutils/rest/__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
> proliantutils/rest/__pycache__/v1.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add proliantutils/rest/__pycache__/v1.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/sum/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> proliantutils/sum/__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
> proliantutils/sum/__pycache__/sum_controller.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/sum/__pycache__/sum_controller.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/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
> proliantutils/tests/__pycache__/test_exception.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/__pycache__/test_exception.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/__pycache__/test_log.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/__pycache__/test_log.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/__pycache__/test_utils.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/__pycache__/test_utils.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/hpssa/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/hpssa/__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
> proliantutils/tests/hpssa/__pycache__/raid_constants.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/tests/hpssa/__pycache__/raid_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
> proliantutils/tests/hpssa/__pycache__/test_disk_allocator.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/hpssa/__pycache__/test_disk_allocator.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/hpssa/__pycache__/test_manager.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/tests/hpssa/__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
> proliantutils/tests/hpssa/__pycache__/test_objects.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/tests/hpssa/__pycache__/test_objects.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/__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
> proliantutils/tests/ilo/__pycache__/ipmi_sample_outputs.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/__pycache__/ipmi_sample_outputs.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/__pycache__/ribcl_sample_outputs.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/__pycache__/ribcl_sample_outputs.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/__pycache__/ris_sample_outputs.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/__pycache__/ris_sample_outputs.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/__pycache__/test_client.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/__pycache__/test_client.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/__pycache__/test_common.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/__pycache__/test_common.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/__pycache__/test_firmware_controller.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/__pycache__/test_firmware_controller.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/__pycache__/test_ipmi.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/__pycache__/test_ipmi.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/__pycache__/test_operations.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/__pycache__/test_operations.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/__pycache__/test_ribcl.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/__pycache__/test_ribcl.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/__pycache__/test_ris.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/__pycache__/test_ris.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/snmp/__pycache__/__init__.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/snmp/__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
> proliantutils/tests/ilo/snmp/__pycache__/snmp_sample_output.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/snmp/__pycache__/snmp_sample_output.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ilo/snmp/__pycache__/test_snmp_cpqdisk_sizes.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/ilo/snmp/__pycache__/test_snmp_cpqdisk_sizes.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/ipa_hw_manager/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/ipa_hw_manager/__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
> proliantutils/tests/ipa_hw_manager/__pycache__/test_hardware_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/ipa_hw_manager/__pycache__/test_hardware_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
> proliantutils/tests/redfish/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/__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
> proliantutils/tests/redfish/__pycache__/test_connector.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/__pycache__/test_connector.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/__pycache__/test_main.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/__pycache__/test_main.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/__pycache__/test_redfish.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/__pycache__/test_redfish.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/__pycache__/test_utils.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/__pycache__/test_utils.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/__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
> proliantutils/tests/redfish/resources/__pycache__/test_gpu_common.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/__pycache__/test_gpu_common.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/__pycache__/test_update_service.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/__pycache__/test_update_service.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/account_service/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/account_service/__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
> proliantutils/tests/redfish/resources/account_service/__pycache__/test_account.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/account_service/__pycache__/test_account.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/account_service/__pycache__/test_account_service.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/account_service/__pycache__/test_account_service.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/manager/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/manager/__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
> proliantutils/tests/redfish/resources/manager/__pycache__/test_https_cert.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/manager/__pycache__/test_https_cert.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/manager/__pycache__/test_manager.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/manager/__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
> proliantutils/tests/redfish/resources/manager/__pycache__/test_security_dashboard.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/manager/__pycache__/test_security_dashboard.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/manager/__pycache__/test_security_params.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/manager/__pycache__/test_security_params.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/manager/__pycache__/test_security_service.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/manager/__pycache__/test_security_service.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/manager/__pycache__/test_virtual_media.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/manager/__pycache__/test_virtual_media.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/__pycache__/__init__.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/__pycache__/test_bios.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/__pycache__/test_bios.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/__pycache__/test_ethernet_interface.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/__pycache__/test_ethernet_interface.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/__pycache__/test_iscsi.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/__pycache__/test_iscsi.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/__pycache__/test_memory.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/__pycache__/test_memory.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/__pycache__/test_pci_device.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/__pycache__/test_pci_device.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/__pycache__/test_secure_boot.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/__pycache__/test_secure_boot.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/__pycache__/test_smart_storage_config.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/__pycache__/test_smart_storage_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
> proliantutils/tests/redfish/resources/system/__pycache__/test_system.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/__pycache__/test_system.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/__pycache__/test_tls_config.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/__pycache__/test_tls_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
> proliantutils/tests/redfish/resources/system/storage/__pycache__/__init__.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/storage/__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
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_array_controller.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_array_controller.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_common.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_common.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_drive.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_drive.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_logical_drive.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_logical_drive.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_physical_drive.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_physical_drive.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_simple_storage.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_simple_storage.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_smart_storage.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_smart_storage.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_storage.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_storage.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_volume.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/redfish/resources/system/storage/__pycache__/test_volume.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/rest/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/rest/__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
> proliantutils/tests/rest/__pycache__/rest_sample_outputs.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/rest/__pycache__/rest_sample_outputs.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/rest/__pycache__/test_v1.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/rest/__pycache__/test_v1.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/sum/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> proliantutils/tests/sum/__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
> proliantutils/tests/sum/__pycache__/sum_sample_output.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> proliantutils/tests/sum/__pycache__/sum_sample_output.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> proliantutils/tests/sum/__pycache__/test_sum_controller.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> proliantutils/tests/sum/__pycache__/test_sum_controller.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/python-proliantutils_2.14.0-2_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: python-proliantutils
Source-Version: 2.16.3-3
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-proliantutils, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated python-proliantutils
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: SHA512
Format: 1.8
Date: Wed, 11 Feb 2026 11:53:19 +0100
Source: python-proliantutils
Architecture: source
Version: 2.16.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1045286
Changes:
python-proliantutils (2.16.3-3) unstable; urgency=medium
.
* Cleans better (Closes: #1045286).
Checksums-Sha1:
dae11a0538d12e4df817774e57478c17b1280e40 2776 python-proliantutils_2.16.3-3.dsc
471261a6eea266cd3cd6e2e04ab211cde9812ec5 4624
python-proliantutils_2.16.3-3.debian.tar.xz
ee0360efa115a08e82f71c90139c9348b0774699 10414
python-proliantutils_2.16.3-3_amd64.buildinfo
Checksums-Sha256:
55c155496a6df9106fc3789c85244581365e9a53047a478681beada5fd21c364 2776
python-proliantutils_2.16.3-3.dsc
1dd6aa9cbe1694b0d434c1fa8e47fac2e6045ca3051de5acf78bce91d873aa85 4624
python-proliantutils_2.16.3-3.debian.tar.xz
5ce27c3d54cbdcaac2c56ebf14bf4668ed1dc609873ac75e40572268dcb329aa 10414
python-proliantutils_2.16.3-3_amd64.buildinfo
Files:
39af56155b40ff0ce51599bd7eeffd18 2776 python optional
python-proliantutils_2.16.3-3.dsc
ad030d13744a7386bf371802f6fbbfa0 4624 python optional
python-proliantutils_2.16.3-3.debian.tar.xz
c25c5cfd295cec6d7059222738c34f30 10414 python optional
python-proliantutils_2.16.3-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmmMYMcACgkQ1BatFaxr
Q/5FDw/+IkfJck8J49hlJ5p6JNPogg1ghVJ3eniRZmmJNgE/WUoSA2HVds3z2U4S
GI76kc7P1ACEbiUYQCP9txTgU/PYxatOXF4rH7l73gCySVeHQH1CEq1+eqjc4bQ6
w8DbVRTyVBpmvoxrGhh2y3CEKTuLyLFkIsgAuHoyWaQTkYIvmsrmGO79caJjq57o
l5s0Pqrps/WG8/WlBqS2imP8L30FBkyBjYLlW4oFTSgU1E7kL9oNPs5oRIheAjdS
UDfNBC6NeXddqDTZ8par+KnJZ8m+WcvFR3T1A2ulBM6/1sdvkHq2UNe1OPd1rqrf
NqllZvtJIkU2IUdzsF7fBbaRs9vVaYFr1nQ1XHjj5XF5ny/ySpXqKwuxIvdh/hyA
8/29ryhogsBgsKLeLhe7YMwdYjMu5JZkIcznk4XDpYlhvrVPXJ2ZBobufXNyNizs
xodrQG1mTOPJkYo3Tmxy/K2whH0/1cANXA4RBNYvY4mO+y8i/svEW/DA4DWSy2Z7
LzooRpEAk80/FiCcpNvUD1Lk6xELpsGI+HV61fkP5DWw2/hku1pPKoOo7nZIEtkJ
4i0xk+cBIuuLjRPYbegpR6LFSV+aGRXF60QJW0bzjU8LpONt0GHdED/TaTD5Jx9m
FZeGNSRJIOi0lblVwhbat0pMygSYpeRTKORSmqvXrsnxFgMlyk8=
=M9M3
-----END PGP SIGNATURE-----
pgpbtNPzvpRNM.pgp
Description: PGP signature
--- End Message ---