Your message dated Mon, 14 Aug 2023 16:19:44 +0000
with message-id <[email protected]>
and subject line Bug#1045029: fixed in heat-tempest-plugin 1.7.1-3
has caused the Debian Bug report #1045029,
regarding heat-tempest-plugin: 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.)
--
1045029: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045029
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: heat-tempest-plugin
Version: 1.7.1-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 heat-tempest-plugin
> dpkg-buildpackage: info: source version 1.7.1-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
> heat-tempest-plugin-1.7.1/debian/source/options:
> --extend-diff-ignore=^[^/]*[.]egg-info/ --extend-diff-ignore=^[.]gitreview$
> fakeroot debian/rules clean
> make: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> dh clean --buildsystem=python_distutils --with python3
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> python3 setup.py clean
> /usr/lib/python3/dist-packages/setuptools/__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
> dh_clean -O--buildsystem=python_distutils
> dpkg-source -b .
> dpkg-source: info: using options from
> heat-tempest-plugin-1.7.1/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 heat-tempest-plugin using existing
> ./heat-tempest-plugin_1.7.1.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: newly created empty file
> 'build/lib/heat_tempest_plugin/__init__.py' will not be represented in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/heat_tempest_plugin/common/__init__.py' will not be represented in
> diff
> dpkg-source: warning: newly created empty file
> 'build/lib/heat_tempest_plugin/services/__init__.py' will not be represented
> in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/heat_tempest_plugin/tests/__init__.py' will not be represented in
> diff
> dpkg-source: warning: newly created empty file
> 'build/lib/heat_tempest_plugin/tests/api/__init__.py' will not be represented
> in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/heat_tempest_plugin/tests/functional/__init__.py' will not be
> represented in diff
> dpkg-source: warning: newly created empty file
> 'build/lib/heat_tempest_plugin/tests/scenario/__init__.py' will not be
> represented in diff
> dpkg-source: warning: file
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/boot_config_none_env.yaml
> has no final newline (either original or modified version)
> dpkg-source: info: local changes detected, the modified files are:
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/common/exceptions.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/common/remote_client.py
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/common/test.py
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/config.py
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/plugin.py
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/services/clients.py
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/api/fixtures.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/api/gabbits/environments.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/api/gabbits/resources.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/api/gabbits/resourcetypes.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/api/gabbits/softwareconfig.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/api/gabbits/stacks.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/api/gabbits/templates.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/api/test_heat_api.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/functional_base.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_create_update_neutron_port.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_create_update_neutron_subnet.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_create_update_neutron_trunk.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_encrypted_parameter.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_encryption_vol_type.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_event_sinks.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_external_ref.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_extra_route_set.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_hooks.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_lbaasv2.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_nova_server_networks.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_os_wait_condition.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_preview.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_remote_stack.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_resources_list.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_software_config.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_stack_events.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_stack_outputs.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_stack_tags.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_template_validate.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_templates.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_unicode_template.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/functional/test_waitcondition.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/scenario_base.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/app_server_lbv2_neutron.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/app_server_neutron.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/boot_config_none_env.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/id_ed25519.pub
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/lb_member.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/netcat-webapp.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/octavia_lbaas.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/remote_nested_base.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/remote_nested_intermediate.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/remote_nested_root.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/test_aodh_alarm.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/test_autoscaling_lb_neutron.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/test_autoscaling_lbv2_neutron.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/test_base_resources.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/test_server_cfn_init.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/test_server_signal.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/test_server_software_config.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/test_volumes_create_from_backup.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/templates/test_volumes_delete_snapshot.yaml
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/test_aodh_alarm.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/test_autoscaling_lb.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/test_autoscaling_lbv2.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/test_base_resources.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/test_octavia_lbaas.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/test_remote_deeply_nested.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/test_server_cfn_init.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/test_server_signal.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/test_server_software_config.py
>
> heat-tempest-plugin-1.7.1/build/lib/heat_tempest_plugin/tests/scenario/test_volumes.py
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/heat-tempest-plugin_1.7.1-2.diff.6SKfT6
> dpkg-source: info: Hint: make sure the version in debian/changelog matches
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
>
> 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/heat-tempest-plugin_1.7.1-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: heat-tempest-plugin
Source-Version: 1.7.1-3
Done: Thomas Goirand <[email protected]>
We believe that the bug you reported is fixed in the latest version of
heat-tempest-plugin, 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 heat-tempest-plugin
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 14 Aug 2023 18:05:26 +0200
Source: heat-tempest-plugin
Architecture: source
Version: 1.7.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1045029
Changes:
heat-tempest-plugin (1.7.1-3) unstable; urgency=medium
.
* Cleans properly (Closes: #1045029).
Checksums-Sha1:
550eef11f7210dc5d3748faae525eeb33d9d7d89 2547 heat-tempest-plugin_1.7.1-3.dsc
837a4369432371740d379eab57a7aa4875e1a48c 2756
heat-tempest-plugin_1.7.1-3.debian.tar.xz
eb0229143c3374f1fb14ec69a4730217dc4285a0 13792
heat-tempest-plugin_1.7.1-3_amd64.buildinfo
Checksums-Sha256:
1a49c823aa011826d1a89dc6024f6ba8d0ab91229c6cf659cd07c446e7e32285 2547
heat-tempest-plugin_1.7.1-3.dsc
61ef2be53108af258ea3b74ffd945ad37b72126a0ca6984d928c8ad15e7682ad 2756
heat-tempest-plugin_1.7.1-3.debian.tar.xz
2560a9e0e8ed5f313c8977e08a3d23435b699aaa48cf43dd7ebf1a95782d42ba 13792
heat-tempest-plugin_1.7.1-3_amd64.buildinfo
Files:
e9b03da902341bcd6841f7a659d49888 2547 net optional
heat-tempest-plugin_1.7.1-3.dsc
dc741b5c9744d6cc12f9e3c52a436637 2756 net optional
heat-tempest-plugin_1.7.1-3.debian.tar.xz
1415a753ca16a9a9b55fd26c0a09ca66 13792 net optional
heat-tempest-plugin_1.7.1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmTaUSoACgkQ1BatFaxr
Q/4VERAAlPR2BG32JRzEwWp9Ghd1Xire482Is1GO/ZoP7uDOyvc/6OjT6HspAqfS
NwSXiFCu7Tf5TRLLv+PgdmeWGwFGM41MKTT+ifCLUBMcf0Hkip+SvVP+JAT0J0Gt
5ZrY4ZUdGc4cK2UGDU2ULMuE53LkGuc7AV1QSJYNo4j7tHfS8b+w5Pq5P2lFPbFF
5/NyvhPBak4OBn3o5HZ80tjJ2P7W160YYnpN/bobcXhS+/Vmou8v5ySA1zEMRmyn
xVSgVfA6G16rGyRFqmRo19OdcjLFh4v72r5flHf8uXqyQ/0YEHSsILWgV/Rfp3FX
7xo/SZQFYI2L+2ZUepxqfx1z18vpaEnMWp/PzHEVf6YAfej8KwU1E+w21G54ioq0
3WHEWJ7ZzHBdA/IxyQh88JqL/i3ZupHZzWKlQoMZinkcwJ3I9ZRiGWYLSek7FstB
aoUQDXJp4cB7qvkhikgUgH0tLG48fpwktK6Qmv+yALjOuy8CpIc1BLcAQrcVO8sk
T4rpW6h4u4KcJmFE/dmxcyiexIMHWlZsDlu0H4d4o2+fxBUcNNSGaiUcrvdtUUmA
52vzPEpMAiB0kFjwvdxu28QpX8ahO0U9XFnh1E1gNQVo6B2FqZPODQ/AlmUPtd8h
qaZTiiCn5Ni/JvnOknvgLyqztPuIGbHnB7FR6qluGatV9aGOgIA=
=70lb
-----END PGP SIGNATURE-----
--- End Message ---