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.

Reply via email to