Your message dated Mon, 09 Feb 2026 16:06:20 +0000
with message-id <[email protected]>
and subject line Bug#1046222: fixed in ironic-inspector 12.5.0-3
has caused the Debian Bug report #1046222,
regarding ironic-inspector: 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.)
--
1046222: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046222
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ironic-inspector
Version: 11.4.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 ironic-inspector
> dpkg-buildpackage: info: source version 11.4.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
> ironic-inspector-11.4.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
> debian/rules:89: warning: overriding recipe for target
> 'override_dh_installsystemd'
> /usr/share/openstack-pkg-tools/pkgos.make:40: warning: ignoring old recipe
> for target 'override_dh_installsystemd'
> dh clean --buildsystem=python_distutils --with python3
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> debian/rules:89: warning: overriding recipe for target
> 'override_dh_installsystemd'
> /usr/share/openstack-pkg-tools/pkgos.make:40: warning: ignoring old recipe
> for target 'override_dh_installsystemd'
> python3 setup.py clean
> /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()
> 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
> debian/rules:89: warning: overriding recipe for target
> 'override_dh_installsystemd'
> /usr/share/openstack-pkg-tools/pkgos.make:40: warning: ignoring old recipe
> for target 'override_dh_installsystemd'
> dh_clean
> rm -rf build debian/ironic-inspector.postinst debian/ironic-inspector.config
> debian/ironic-inspector.postrm
> rm -rf debian/*.service debian/*.init
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dpkg-source -b .
> dpkg-source: info: using options from
> ironic-inspector-11.4.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 ironic-inspector using existing
> ./ironic-inspector_11.4.0.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to
> ironic_inspector/__pycache__/__init__.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add ironic_inspector/__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
> ironic_inspector/__pycache__/api_tools.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> ironic_inspector/__pycache__/api_tools.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/__pycache__/introspect.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> ironic_inspector/__pycache__/introspect.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/__pycache__/introspection_state.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/__pycache__/introspection_state.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/__pycache__/main.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add ironic_inspector/__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
> ironic_inspector/__pycache__/node_cache.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> ironic_inspector/__pycache__/node_cache.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/__pycache__/policy.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add ironic_inspector/__pycache__/policy.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/__pycache__/process.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add ironic_inspector/__pycache__/process.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/__pycache__/rules.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add ironic_inspector/__pycache__/rules.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/__pycache__/utils.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add ironic_inspector/__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
> ironic_inspector/__pycache__/version.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add ironic_inspector/__pycache__/version.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/__pycache__/wsgi_service.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/__pycache__/wsgi_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
> ironic_inspector/cmd/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/cmd/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/cmd/__pycache__/dbsync.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> ironic_inspector/cmd/__pycache__/dbsync.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/common/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/common/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/common/__pycache__/context.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/common/__pycache__/context.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/common/__pycache__/coordination.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/common/__pycache__/coordination.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/common/__pycache__/i18n.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/common/__pycache__/i18n.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/common/__pycache__/ironic.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/common/__pycache__/ironic.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/common/__pycache__/keystone.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/common/__pycache__/keystone.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/common/__pycache__/lldp_parsers.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/common/__pycache__/lldp_parsers.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/common/__pycache__/lldp_tlvs.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/common/__pycache__/lldp_tlvs.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/common/__pycache__/locking.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/common/__pycache__/locking.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/common/__pycache__/rpc.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> ironic_inspector/common/__pycache__/rpc.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/common/__pycache__/swift.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/common/__pycache__/swift.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conductor/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conductor/__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
> ironic_inspector/conductor/__pycache__/manager.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conductor/__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
> ironic_inspector/conf/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__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
> ironic_inspector/conf/__pycache__/accelerators.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/accelerators.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/capabilities.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/capabilities.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/coordination.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/coordination.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/default.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/default.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/discovery.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/discovery.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/dnsmasq_pxe_filter.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/dnsmasq_pxe_filter.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/extra_hardware.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/extra_hardware.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/healthcheck.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/healthcheck.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/iptables.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/iptables.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/ironic.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/ironic.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/opts.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/opts.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/pci_devices.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/pci_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
> ironic_inspector/conf/__pycache__/port_physnet.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/port_physnet.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/processing.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/processing.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/pxe_filter.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/pxe_filter.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/service_catalog.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/service_catalog.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/conf/__pycache__/swift.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> ironic_inspector/conf/__pycache__/swift.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/db/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/__pycache__/api.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add ironic_inspector/db/__pycache__/api.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/__pycache__/migration.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/db/__pycache__/migration.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/__pycache__/model.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add ironic_inspector/db/__pycache__/model.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/migrations/__pycache__/env.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/db/migrations/__pycache__/env.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/migrations/versions/__pycache__/18440d0834af_introducing_the_aborting_state.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/db/migrations/versions/__pycache__/18440d0834af_introducing_the_aborting_state.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/migrations/versions/__pycache__/2970d2d44edc_add_manage_boot_to_nodes.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/db/migrations/versions/__pycache__/2970d2d44edc_add_manage_boot_to_nodes.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/migrations/versions/__pycache__/578f84f38d_inital_db_schema.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/db/migrations/versions/__pycache__/578f84f38d_inital_db_schema.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/migrations/versions/__pycache__/882b2d84cb1b_attribute_constraints_relaxing.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/db/migrations/versions/__pycache__/882b2d84cb1b_attribute_constraints_relaxing.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/migrations/versions/__pycache__/b55109d5063a_added_scope_column_to_rules_table.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/db/migrations/versions/__pycache__/b55109d5063a_added_scope_column_to_rules_table.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/migrations/versions/__pycache__/bf8dec16023c_add_introspection_data_table.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/db/migrations/versions/__pycache__/bf8dec16023c_add_introspection_data_table.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/migrations/versions/__pycache__/d00d6e3f38c4_change_created_finished_at_type.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/db/migrations/versions/__pycache__/d00d6e3f38c4_change_created_finished_at_type.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/migrations/versions/__pycache__/d2e48801c8ef_introducing_node_state_attribute.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/db/migrations/versions/__pycache__/d2e48801c8ef_introducing_node_state_attribute.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/migrations/versions/__pycache__/d588418040d_add_rules.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/db/migrations/versions/__pycache__/d588418040d_add_rules.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/db/migrations/versions/__pycache__/e169a4a81d88_add_invert_field_to_rule_condition.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/db/migrations/versions/__pycache__/e169a4a81d88_add_invert_field_to_rule_condition.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/accel_device.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/accel_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
> ironic_inspector/plugins/__pycache__/base.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/base.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/base_physnet.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/base_physnet.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/capabilities.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/capabilities.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/discovery.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/discovery.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/example.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/example.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/extra_hardware.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/extra_hardware.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/introspection_data.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/introspection_data.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/lldp_basic.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/lldp_basic.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/local_link_connection.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/local_link_connection.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/pci_devices.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/pci_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
> ironic_inspector/plugins/__pycache__/physnet_cidr_map.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/physnet_cidr_map.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/raid_device.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/raid_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
> ironic_inspector/plugins/__pycache__/rules.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/rules.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/plugins/__pycache__/standard.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/plugins/__pycache__/standard.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/pxe_filter/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/pxe_filter/__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
> ironic_inspector/pxe_filter/__pycache__/base.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/pxe_filter/__pycache__/base.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/pxe_filter/__pycache__/dnsmasq.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/pxe_filter/__pycache__/dnsmasq.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/pxe_filter/__pycache__/interface.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/pxe_filter/__pycache__/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
> ironic_inspector/pxe_filter/__pycache__/iptables.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/pxe_filter/__pycache__/iptables.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/test/__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
> ironic_inspector/test/__pycache__/base.cpython-311.pyc: binary file contents
> changed
> dpkg-source: error: add
> ironic_inspector/test/__pycache__/base.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/__init__.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/policy_fixture.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/policy_fixture.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_acl.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_acl.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_api_tools.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_api_tools.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_common_ironic.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_common_ironic.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_coordination.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_coordination.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_dnsmasq_pxe_filter.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_dnsmasq_pxe_filter.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_introspect.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_introspect.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_iptables.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_iptables.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_keystone.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_keystone.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_locking.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_locking.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_main.cpython-311.pyc: binary file
> contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__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
> ironic_inspector/test/unit/__pycache__/test_manager.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__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
> ironic_inspector/test/unit/__pycache__/test_node_cache.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_node_cache.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_plugins_accel_device.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_accel_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
> ironic_inspector/test/unit/__pycache__/test_plugins_base.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_base.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_plugins_base_physnet.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_base_physnet.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_plugins_capabilities.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_capabilities.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_plugins_discovery.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_discovery.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_plugins_extra_hardware.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_extra_hardware.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_plugins_introspection_data.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_introspection_data.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_plugins_lldp_basic.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_lldp_basic.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_plugins_local_link_connection.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_local_link_connection.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_plugins_pci_devices.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_pci_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
> ironic_inspector/test/unit/__pycache__/test_plugins_physnet_cidr_map.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_physnet_cidr_map.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary
> in the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_plugins_raid_device.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_raid_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
> ironic_inspector/test/unit/__pycache__/test_plugins_rules.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_rules.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_plugins_standard.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_plugins_standard.cpython-311.pyc
> in debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_process.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_process.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_pxe_filter.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_pxe_filter.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_rules.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_rules.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_swift.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_swift.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_utils.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_utils.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/__pycache__/test_wsgi_service.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/__pycache__/test_wsgi_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
> ironic_inspector/test/unit/db/__pycache__/__init__.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/db/__pycache__/__init__.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/db/__pycache__/test_api.cpython-311.pyc: binary
> file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/db/__pycache__/test_api.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> ironic_inspector/test/unit/db/__pycache__/test_migrations.cpython-311.pyc:
> binary file contents changed
> dpkg-source: error: add
> ironic_inspector/test/unit/db/__pycache__/test_migrations.cpython-311.pyc in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: 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/ironic-inspector_11.4.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: ironic-inspector
Source-Version: 12.5.0-3
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ironic-inspector, 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 ironic-inspector 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: Mon, 09 Feb 2026 16:37:01 +0100
Source: ironic-inspector
Architecture: source
Version: 12.5.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1046222
Changes:
ironic-inspector (12.5.0-3) unstable; urgency=medium
.
* Cleans better (Closes: #1046222).
Checksums-Sha1:
6162dcf4b80a261757835a90b9cf0ca0bbdd6570 3246 ironic-inspector_12.5.0-3.dsc
a8026dd30e35a6a7924ea95f44f2174a3ff6b527 9160
ironic-inspector_12.5.0-3.debian.tar.xz
0883bf876342e5d2e73170f247a851dbbe340b2c 20050
ironic-inspector_12.5.0-3_amd64.buildinfo
Checksums-Sha256:
cf431dc25b9c14a94f5fa1f569b27bf060d04ccf0cd42d5dd5c6d45e65fe0a4e 3246
ironic-inspector_12.5.0-3.dsc
c630ed822c388e541f28274fee125626ec294330a0a9e23774dccfd69e8f865a 9160
ironic-inspector_12.5.0-3.debian.tar.xz
e5d563cc14b236e081bba871bca568ee8eeda76d2bd92cd6bd3c96f52c880568 20050
ironic-inspector_12.5.0-3_amd64.buildinfo
Files:
7645b857f88ed26169271b7e8624077d 3246 python optional
ironic-inspector_12.5.0-3.dsc
98b5b4c99d94b9b95e1139c3eee48ed5 9160 python optional
ironic-inspector_12.5.0-3.debian.tar.xz
e5bc1c4b801798a95b05b0162b96bb13 20050 python optional
ironic-inspector_12.5.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmmJ//kACgkQ1BatFaxr
Q/7xWQ/+M4xOpNQMDCfYuIdikqO1i/XIlP0R4xHmbLd2C+blEGUO/zYqMS0cLRmz
WPp9PEc//UgvG48i9YcOht3NPBxR2jS1E9hj7FaH2izGNlR6hZKfZUNGf4DfMVgX
fkUdKQfVrxUUQmIqgEoH+zVwlcFQNDvhIQVxmjDmmNhe1n4W9lVwToc1BX9Fgkjr
Dz/SpYDaFqE9tboTjzz6ESAY0/KiKcqrKOsD0q5KZaAFLZQRmfW7K9gyjlBhHpCs
ILI9+bTpb65F1ch4K7pHNI1joakWTYIMkXwd9CrYGLVoDXb+TtEDSeislt7GMtkW
RUOtv88CcVYR0H91+ubJuAlM/+UX8cjw5DS6MVv1IFVEZy5h5KXFuLiZ3qcPL372
UNQKYBfidjHwmisDvRuKNH9xVz/b/3H8YrhQtOd5989tU+nDyPbWPVlV11FrkcGE
dQX1ufwQqLFzVb9g3U10w8igWYpV1WMBDjxkNBsMFZEpKPnJgll+YOTjAUdLW4J+
Gc3VZb9rjsw77q5qw9tB9ITV0F0hVFFAHKgq/TpW/2zjqfiFwRi0Lhe4Q0gk6NWi
Vg2hOv3UsoQZk86Wp9mK0igfzfxMFJIzJAR67Q0Qfv7mqqGRv+EYgbxs++n55swT
BG9f3c+tW1xAEVfh9Y/hy6eojcN7RCl46PuiAPdbTAIqRkCvATk=
=TYbK
-----END PGP SIGNATURE-----
pgpli9XUuBjAB.pgp
Description: PGP signature
--- End Message ---