Your message dated Tue, 31 May 2022 07:49:21 +0000
with message-id <e1nvwcz-0002tz...@fasolo.debian.org>
and subject line Bug#1011904: fixed in networking-baremetal 5.1.1-1
has caused the Debian Bug report #1011904,
regarding networking-baremetal: FTBFS: KeyError: 'agent_type'
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 ow...@bugs.debian.org
immediately.)
--
1011904: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011904
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: networking-baremetal
Version: 5.1.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e ; for i in 3.9 3.10 ; do \
> python$i setup.py install --install-layout=deb --root
> /<<PKGBUILDDIR>>/debian/tmp ; \
> done
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158:
> EasyInstallDeprecationWarning: easy_install command is deprecated. Use build
> and pip and other standards-based tools.
> warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34:
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and
> pip and other standards-based tools.
> warnings.warn(
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> running egg_info
> writing networking_baremetal.egg-info/PKG-INFO
> writing dependency_links to networking_baremetal.egg-info/dependency_links.txt
> writing entry points to networking_baremetal.egg-info/entry_points.txt
> writing requirements to networking_baremetal.egg-info/requires.txt
> writing top-level names to networking_baremetal.egg-info/top_level.txt
> [pbr] Reusing existing SOURCES.txt
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/tmp
> creating /<<PKGBUILDDIR>>/debian/tmp/usr
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal
> copying build/lib/networking_baremetal/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/plugins
> copying build/lib/networking_baremetal/plugins/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/plugins
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/plugins/ml2
> copying build/lib/networking_baremetal/plugins/ml2/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/plugins/ml2
> copying build/lib/networking_baremetal/plugins/ml2/baremetal_mech.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/plugins/ml2
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/agent
> copying build/lib/networking_baremetal/agent/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/agent
> copying build/lib/networking_baremetal/agent/ironic_neutron_agent.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/agent
> copying build/lib/networking_baremetal/_i18n.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal
> copying build/lib/networking_baremetal/ironic_client.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests
> copying build/lib/networking_baremetal/tests/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit
> copying build/lib/networking_baremetal/tests/unit/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins
> copying build/lib/networking_baremetal/tests/unit/plugins/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/ml2
> copying build/lib/networking_baremetal/tests/unit/plugins/ml2/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/ml2
> copying
> build/lib/networking_baremetal/tests/unit/plugins/ml2/test_baremetal_mech.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/ml2
> copying build/lib/networking_baremetal/tests/unit/plugins/ml2/utils.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/ml2
> creating
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/ironic_agent
> copying build/lib/networking_baremetal/tests/unit/ironic_agent/__init__.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/ironic_agent
> copying
> build/lib/networking_baremetal/tests/unit/ironic_agent/test_ironic_agent.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/ironic_agent
> copying
> build/lib/networking_baremetal/tests/unit/ironic_agent/test_hashring_member_manager.py
> ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/ironic_agent
> copying build/lib/networking_baremetal/tests/base.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests
> copying build/lib/networking_baremetal/constants.py ->
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/plugins/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/plugins/ml2/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/plugins/ml2/baremetal_mech.py
> to baremetal_mech.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/agent/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/agent/ironic_neutron_agent.py
> to ironic_neutron_agent.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/_i18n.py
> to _i18n.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/ironic_client.py
> to ironic_client.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/ml2/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/ml2/test_baremetal_mech.py
> to test_baremetal_mech.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/ml2/utils.py
> to utils.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/ironic_agent/__init__.py
> to __init__.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/ironic_agent/test_ironic_agent.py
> to test_ironic_agent.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/ironic_agent/test_hashring_member_manager.py
> to test_hashring_member_manager.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/base.py
> to base.cpython-39.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/constants.py
> to constants.cpython-39.pyc
> running install_egg_info
> Copying networking_baremetal.egg-info to
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal-5.1.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> Installing ironic-neutron-agent script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158:
> EasyInstallDeprecationWarning: easy_install command is deprecated. Use build
> and pip and other standards-based tools.
> warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34:
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and
> pip and other standards-based tools.
> warnings.warn(
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> running egg_info
> writing networking_baremetal.egg-info/PKG-INFO
> writing dependency_links to networking_baremetal.egg-info/dependency_links.txt
> writing entry points to networking_baremetal.egg-info/entry_points.txt
> writing requirements to networking_baremetal.egg-info/requires.txt
> writing top-level names to networking_baremetal.egg-info/top_level.txt
> [pbr] Reusing existing SOURCES.txt
> running install_lib
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/plugins/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/plugins/ml2/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/plugins/ml2/baremetal_mech.py
> to baremetal_mech.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/agent/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/agent/ironic_neutron_agent.py
> to ironic_neutron_agent.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/_i18n.py
> to _i18n.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/ironic_client.py
> to ironic_client.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/ml2/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/ml2/test_baremetal_mech.py
> to test_baremetal_mech.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/plugins/ml2/utils.py
> to utils.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/ironic_agent/__init__.py
> to __init__.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/ironic_agent/test_ironic_agent.py
> to test_ironic_agent.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/unit/ironic_agent/test_hashring_member_manager.py
> to test_hashring_member_manager.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/tests/base.py
> to base.cpython-310.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal/constants.py
> to constants.cpython-310.pyc
> running install_egg_info
> removing
> '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal-5.1.0.egg-info'
> (and everything under it)
> Copying networking_baremetal.egg-info to
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/networking_baremetal-5.1.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> Installing ironic-neutron-agent script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
> pkgos-dh_auto_test --no-py2 'networking_baremetal.tests.*'
> + PKGOS_USE_PY2=yes
> + PKGOS_USE_PY3=yes
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + PKGOS_USE_PY2=no
> + shift
> + [ no = yes ]
> + [ yes = yes ]
> + py3versions -vr
> + PYTHON3S=3.9 3.10
> + [ yes = no ]
> + [ no = yes ]
> + [ disabled = disabled ]
> + continue
> + [ 3.9 = disabled ]
> + echo 3.9
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + [ 3 = 3 ]
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -z ]
> + pwd
> + export PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> + [ -e .stestr.conf ]
> + [ -x /usr/bin/python3-stestr ]
> + STESTR=stestr
> + rm -rf .stestr
> + PYTHON=python3.9 stestr run --parallel --subunit
> networking_baremetal.tests.*
> + subunit2pyunit
> networking_baremetal.tests.unit.ironic_agent.test_hashring_member_manager.TestHashRingMemberManagerNotificationEndpoint.test_notification_info_add_new_agent
> networking_baremetal.tests.unit.ironic_agent.test_hashring_member_manager.TestHashRingMemberManagerNotificationEndpoint.test_notification_info_add_new_agent
> ... ok
> networking_baremetal.tests.unit.ironic_agent.test_hashring_member_manager.TestHashRingMemberManagerNotificationEndpoint.test_notification_info_update_timestamp
> networking_baremetal.tests.unit.ironic_agent.test_hashring_member_manager.TestHashRingMemberManagerNotificationEndpoint.test_notification_info_update_timestamp
> ... ok
> networking_baremetal.tests.unit.ironic_agent.test_hashring_member_manager.TestHashRingMemberManagerNotificationEndpoint.test_remove_old_members
> networking_baremetal.tests.unit.ironic_agent.test_hashring_member_manager.TestHashRingMemberManagerNotificationEndpoint.test_remove_old_members
> ... ok
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_bind_port
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_bind_port
> ... FAIL
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test__get_notification_transport_url
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test__get_notification_transport_url
> ... ok
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_bind_port_unsupported_network_type
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_bind_port_unsupported_network_type
> ... ok
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test__get_notification_transport_url_auto_delete_enabled
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test__get_notification_transport_url_auto_delete_enabled
> ... ok
> Disabling service 'compute': Encountered an exception attempting to process
> config for project 'nova' (service type 'compute'): no such option
> valid_interfaces in group [nova]
> Disabling service 'placement': Encountered an exception attempting to process
> config for project 'placement' (service type 'placement'): no such option
> valid_interfaces in group [placement]
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_bind_port_unsupported_vnic_type
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_bind_port_unsupported_vnic_type
> ... ok
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_get_template_node_state
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_get_template_node_state
> ... ok
> Disabling service 'compute': Encountered an exception attempting to process
> config for project 'nova' (service type 'compute'): no such option
> valid_interfaces in group [nova]
> Disabling service 'placement': Encountered an exception attempting to process
> config for project 'placement' (service type 'placement'): no such option
> valid_interfaces in group [placement]
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_empty_methods
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_empty_methods
> ... ok
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_ironic_port_list_fail
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_ironic_port_list_fail
> ... ok
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_get_allowed_network_types
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_get_allowed_network_types
> ... ok
> Disabling service 'compute': Encountered an exception attempting to process
> config for project 'nova' (service type 'compute'): no such option
> valid_interfaces in group [nova]
> Disabling service 'placement': Encountered an exception attempting to process
> config for project 'placement' (service type 'placement'): no such option
> valid_interfaces in group [placement]
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_report_state_one_node_one_port
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_report_state_one_node_one_port
> ... ok
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_initialize
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_initialize
> ... ok
> Disabling service 'compute': Encountered an exception attempting to process
> config for project 'nova' (service type 'compute'): no such option
> valid_interfaces in group [nova]
> Disabling service 'placement': Encountered an exception attempting to process
> config for project 'placement' (service type 'placement'): no such option
> valid_interfaces in group [placement]
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_report_state_two_nodes_two_ports
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_report_state_two_nodes_two_ports
> ... ok
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_update_port_postcommit_not_bound
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_update_port_postcommit_not_bound
> ... ok
> Disabling service 'compute': Encountered an exception attempting to process
> config for project 'nova' (service type 'compute'): no such option
> valid_interfaces in group [nova]
> Disabling service 'placement': Encountered an exception attempting to process
> config for project 'placement' (service type 'placement'): no such option
> valid_interfaces in group [placement]
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_report_state_with_log_agent_heartbeats
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_report_state_with_log_agent_heartbeats
> ... ok
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_update_port_postcommit_supported_vnic_type_bound
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_update_port_postcommit_supported_vnic_type_bound
> ... ok
> Disabling service 'compute': Encountered an exception attempting to process
> config for project 'nova' (service type 'compute'): no such option
> valid_interfaces in group [nova]
> Disabling service 'placement': Encountered an exception attempting to process
> config for project 'placement' (service type 'placement'): no such option
> valid_interfaces in group [placement]
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_start_flag_false_on_update_no_config_change
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_start_flag_false_on_update_no_config_change
> ... ok
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_update_port_postcommit_unsupported_vnic_type_not_bound
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_update_port_postcommit_unsupported_vnic_type_not_bound
> ... ok
> Disabling service 'compute': Encountered an exception attempting to process
> config for project 'nova' (service type 'compute'): no such option
> valid_interfaces in group [nova]
> Disabling service 'placement': Encountered an exception attempting to process
> config for project 'placement' (service type 'placement'): no such option
> valid_interfaces in group [placement]
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_start_flag_true_on_update_after_config_change
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_start_flag_true_on_update_after_config_change
> ... ok
> Disabling service 'compute': Encountered an exception attempting to process
> config for project 'nova' (service type 'compute'): no such option
> valid_interfaces in group [nova]
> Disabling service 'placement': Encountered an exception attempting to process
> config for project 'placement' (service type 'placement'): no such option
> valid_interfaces in group [placement]
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_state_rpc_report_state_fail
> networking_baremetal.tests.unit.ironic_agent.test_ironic_agent.TestBaremetalNeutronAgent.test_state_rpc_report_state_fail
> ... ok
>
> ======================================================================
> FAIL:
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_bind_port
> networking_baremetal.tests.unit.plugins.ml2.test_baremetal_mech.TestBaremetalMechDriver.test_bind_port
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/neutron/tests/base.py", line 183, in
> func
> return f(self, *args, **kwargs)
> File "/usr/lib/python3.9/unittest/mock.py", line 1336, in patched
> return func(*newargs, **newkeywargs)
> File
> "/<<PKGBUILDDIR>>/networking_baremetal/tests/unit/plugins/ml2/test_baremetal_mech.py",
> line 73, in test_bind_port
> self.driver.bind_port(port_context)
> File
> "/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/mech_agent.py",
> line 118, in bind_port
> if self.try_to_bind_segment_for_agent(context, segment,
> File "/<<PKGBUILDDIR>>/networking_baremetal/plugins/ml2/baremetal_mech.py",
> line 345, in try_to_bind_segment_for_agent
> if self.check_segment_for_agent(segment, agent):
> File
> "/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/mech_agent.py",
> line 367, in check_segment_for_agent
> if agent['agent_type'] != self.agent_type:
> KeyError: 'agent_type'
>
>
> ----------------------------------------------------------------------
> Ran 22 tests in 7.369s
>
> FAILED (failures=1)
> + echo ======> STESTR TEST SUITE FAILED FOR python3.9: displaying pip3 freeze
> output...
> ======> STESTR TEST SUITE FAILED FOR python3.9: displaying pip3 freeze
> output...
> + [ -x /usr/bin/pip3 ]
> + pip3 freeze
> alabaster==0.7.12
> alembic==1.7.6.dev0
> amqp==5.1.0
> anyjson==0.3.3
> appdirs==1.4.4
> attrs==21.2.0
> autopage==0.4.0
> Babel==2.8.0
> bcrypt==3.2.0
> beautifulsoup4==4.11.1
> blinker==1.4
> cachetools==5.0.0
> certifi==2020.6.20
> cffi==1.15.0
> chardet==4.0.0
> charset-normalizer==2.0.6
> cliff==3.10.1
> cmd2==0.0.0
> confluent-kafka==1.7.0
> coverage==6.2
> cryptography==3.4.8
> debtcollector==2.5.0
> decorator==4.4.2
> deprecation==2.0.7
> dnspython==2.2.1
> docutils==0.17.1
> dogpile.cache==1.1.5
> dulwich==0.20.35
> etcd3==0.12.0
> etcd3gw==1.0.1
> eventlet==0.30.2
> extras==1.0.0
> fasteners==0.17.3
> fixtures==3.0.0
> flake8==4.0.1
> future==0.18.2
> futurist==2.4.0
> gevent==21.8.0
> greenlet==1.1.2
> grpcio==1.30.2
> hacking==4.1.0
> httplib2==0.20.2
> idna==3.3
> imagesize==1.3.0
> importlib-metadata==4.6.4
> iso8601==1.0.2
> jeepney==0.8.0
> Jinja2==3.0.3
> jmespath==1.0.0
> jsonpatch==1.32
> jsonpointer==2.2
> jsonschema==3.2.0
> kazoo==2.8.0.dev0
> keyring==23.5.0
> keystoneauth1==4.5.0
> keystonemiddleware==9.4.0
> kombu==5.2.4
> logutils==0.3.3
> lxml==4.8.0
> Mako==1.1.3
> MarkupSafe==2.0.1
> mccabe==0.6.1
> mock==4.0.3
> monotonic==1.6
> more-itertools==8.10.0
> msgpack==1.0.3
> munch==2.5.0
> netaddr==0.8.0
> netifaces==0.11.0
> networking-baremetal==5.1.0
> neutron==20.0.0
> neutron-lib==2.20.0
> oauthlib==3.2.0
> openstackdocstheme==1.20.0
> openstacksdk==0.61.0
> os-client-config==2.1.0
> os-ken==2.3.1
> os-resource-classes==1.1.0
> os-service-types==1.7.0
> os-traits==2.7.0
> os-vif==2.7.1
> osc-lib==2.5.0
> oslo.cache==2.10.1
> oslo.concurrency==4.5.0
> oslo.config==8.8.0
> oslo.context==4.1.0
> oslo.db==11.2.0
> oslo.i18n==5.1.0
> oslo.log==4.7.0
> oslo.messaging==12.13.0
> oslo.metrics==0.4.0
> oslo.middleware==4.5.1
> oslo.policy==3.11.0
> oslo.privsep==2.7.0
> oslo.reports==2.3.0
> oslo.rootwrap==6.3.1
> oslo.serialization==4.3.0
> oslo.service==2.8.0
> oslo.upgradecheck==1.5.0
> oslo.utils==4.12.3
> oslo.versionedobjects==2.6.0
> oslotest==4.5.0
> osprofiler==3.4.2
> ovs==2.15.0
> ovsdbapp==1.15.2
> packaging==21.3
> Paste==3.5.0
> PasteDeploy==2.1.1
> pbr==5.8.1
> pecan==1.4.1
> ply==3.11
> prettytable==2.5.0
> prometheus-client==0.9.0
> protobuf==3.12.4
> psutil==5.9.0
> psycopg2==2.9.2
> pure-sasl==0.5.1
> pycadf==3.1.1
> pycodestyle==2.8.0
> pycparser==2.21
> pyflakes==2.4.0
> Pygments==2.11.2
> pyinotify==0.9.6
> PyJWT==2.3.0
> pykerberos==1.1.14
> pymemcache==3.5.0
> PyMySQL==1.0.2
> pyOpenSSL==21.0.0
> pyparsing==3.0.7
> pyperclip==1.8.2
> pyroute2==0.post0
> pyroute2.core==0.post0
> pyroute2.ethtool==0.post0
> pyroute2.ipdb==0.post0
> pyroute2.ipset==0.post0
> pyroute2.ndb==0.post0
> pyroute2.nftables==0.post0
> pyroute2.nslink==0.post0
> pyroute2.protocols==0.post0
> pyrsistent==0.18.1
> python-binary-memcached==0.31.1
> python-dateutil==2.8.1
> python-designateclient==4.5.0
> python-keystoneclient==4.4.0
> python-memcached==1.58
> python-neutronclient==7.8.0
> python-novaclient==17.7.0
> python-subunit==1.4.0
> pytz==2022.1
> pyudev==0.22.0
> PyYAML==5.4.1
> pyzmq==22.3.0
> redis==3.5.3
> repoze.lru==0.7
> requests==2.27.1
> requestsexceptions==1.4.0
> rfc3986==1.5.0
> roman==3.3
> Routes==2.5.1
> SecretStorage==3.3.2
> setproctitle==1.2.2
> simplegeneric==0.8.1
> simplejson==3.17.6
> six==1.16.0
> snowballstemmer==2.2.0
> sortedcontainers==2.1.0
> soupsieve==2.3.2
> Sphinx==4.5.0
> sphinxcontrib-apidoc==0.3.0
> SQLAlchemy==1.4.31
> sqlalchemy-migrate==0.13.0
> sqlparse==0.4.2
> statsd==3.3.0
> stestr==3.2.1
> stevedore==3.5.0
> Tempita==0.5.2
> tenacity==8.0.1
> testresources==2.0.1
> testscenarios==0.5.0
> testtools==2.5.0
> tooz==2.10.1
> uhashring==2.1
> unittest2==1.1.0
> urllib3==1.26.9
> vine==5.0.0
> voluptuous==0.12.2
> waitress==2.1.1
> wcwidth==0.2.5
> WebOb==1.8.6
> WebTest==2.0.35
> wrapt==1.13.3
> yappi==1.3.3
> zake==0.2.2
> zipp==1.0.0
> zope.event==4.4
> zope.interface==5.4.0
> + exit 1
> make[1]: *** [debian/rules:29: override_dh_install] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/05/25/networking-baremetal_5.1.0-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: networking-baremetal
Source-Version: 5.1.1-1
Done: Thomas Goirand <z...@debian.org>
We believe that the bug you reported is fixed in the latest version of
networking-baremetal, 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 1011...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated networking-baremetal
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 31 May 2022 09:25:59 +0200
Source: networking-baremetal
Architecture: source
Version: 5.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1011904
Changes:
networking-baremetal (5.1.1-1) unstable; urgency=medium
.
* New upstream release.
- Fixes FTBFS (Closes: #1011904).
Checksums-Sha1:
e0f33c63bcdbaadcc1d0bb41b46e9e957e204689 2714 networking-baremetal_5.1.1-1.dsc
55f01ba69757bbb121750950a3a5aab96273f775 29684
networking-baremetal_5.1.1.orig.tar.xz
51afc36bd6aad79c065c86d7c5b71c508a46bafb 3724
networking-baremetal_5.1.1-1.debian.tar.xz
adff0cd60c0e8271871b2145e6f27fccfc26b3b9 16218
networking-baremetal_5.1.1-1_amd64.buildinfo
Checksums-Sha256:
74cc340bbd09c927470351d7bfd32504c73e14280bee398e106a823b6038945a 2714
networking-baremetal_5.1.1-1.dsc
898c99b667fe1f31a75300607027b931d31ccff4fbaaa9208491f12321a01026 29684
networking-baremetal_5.1.1.orig.tar.xz
3d63b17c46eac42e32f48d9a74dc8bdc21d935dd1693731307f1978c056f7d46 3724
networking-baremetal_5.1.1-1.debian.tar.xz
bc4a97c78f902d2924c4cf7458dc35d63cf0f8c70dc3638bd8b270f4e4a5f8c5 16218
networking-baremetal_5.1.1-1_amd64.buildinfo
Files:
e8053f0739fcce8fb6ad9d5769eefc33 2714 net optional
networking-baremetal_5.1.1-1.dsc
f923809abaddd7df9b758037af71c52e 29684 net optional
networking-baremetal_5.1.1.orig.tar.xz
2df5d9222f27f97fa019178e1a56e2af 3724 net optional
networking-baremetal_5.1.1-1.debian.tar.xz
7604aa54ccb243f58356ab9441f623ec 16218 net optional
networking-baremetal_5.1.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmKVxHgACgkQ1BatFaxr
Q/5d5Q//ch7HmSw3L+MgtCxaovX0D749Opx1pSBLqeJZC+KnPdA1Ma12pFMhmRcW
AibvBY4sIY1jgEMev5AHiQ/8SFHbSDhm29LgAOsr40XzxZ/Lne6IBtw+TalDGUM4
1KNjznONYzS/oJ69TuOaOAURJTfgrCa7dSD2hdvINauW0KSToT3n6f0Pja1Wc22U
lCCk2vL/7e7eItkLt1klE7PXGgQF48f0chgpMCI5PnFAv09Mji7MIa6HXbvjn5Sx
KvonMI9BmXYO9XgaBfCytDMrRE2DYNv233EBf4iMz73K6By1kXgk6gm591qOxBtF
mW3bElfBZ80CYqac3/D3waVUC8w/wcFdAKnG9jIi5i4gYChaJHOw0ErECdmnekTM
zf1cZP1igImZAV8UVG7OKhAOLAOzBhbxs8S74bNMZiuXR8S2mSWBJOtpDskEFOBQ
COoZPinzEvRpnng0JY8ec6yi5YRs7QJNJNmCDkJG13NLnmlsVmm2+SYGw3GCU+59
21n3hqBgzBozXJr32+L/Bfd2Np+HNL/obACwR+HnlBGwVbSPCzR0lNgzam+si39D
01PLWmlXQh9SAccEhjwj0Gz4o9N5GZpCuQHUvjz1OXWTYJFvL9tG6lp0h7wKJwWm
6FFDkXCzt8FYhpZyj1nUjNH8cNqGyouZ5w9ddwfL8nh0j9NN65g=
=++gQ
-----END PGP SIGNATURE-----
--- End Message ---