periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset001-network-wallaby failing consistently with AttributeError: module 'pr2modules.netlink.exceptions' has no attribute 'NetlinkDumpInterrupted'

Bug #1979646 reported by Pooja Jadhav
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Unassigned

Bug Description

periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset001-network-wallaby failing consistently with AttributeError: module 'pr2modules.netlink.exceptions' has no attribute 'NetlinkDumpInterrupted' with below traceback :

2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron Traceback (most recent call last):
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron File "/usr/bin/neutron-dhcp-agent", line 10, in <module>
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron sys.exit(main())
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/cmd/eventlet/agents/dhcp.py", line 24, in main
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron dhcp_agent.main()
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/agent/dhcp_agent.py", line 52, in main
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron manager='neutron.agent.dhcp.agent.DhcpAgentWithStateReport')
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/service.py", line 419, in create
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron periodic_fuzzy_delay=periodic_fuzzy_delay)
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/service.py", line 350, in __init__
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron manager_class = importutils.import_class(self.manager_class_name)
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron File "/usr/lib/python3.6/site-packages/oslo_utils/importutils.py", line 30, in import_class
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron __import__(mod_str)
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/agent/dhcp/agent.py", line 41, in <module>
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron from neutron.agent.linux import dhcp
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/agent/linux/dhcp.py", line 39, in <module>
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron from neutron.agent.linux import external_process
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/agent/linux/external_process.py", line 26, in <module>
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron from neutron.agent.linux import ip_lib
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/agent/linux/ip_lib.py", line 40, in <module>
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron from neutron.privileged.agent.linux import ip_lib as privileged
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/privileged/agent/linux/ip_lib.py", line 425, in <module>
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron netlink_exceptions.NetlinkDumpInterrupted),
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron AttributeError: module 'pr2modules.netlink.exceptions' has no attribute 'NetlinkDumpInterrupted'
2022-06-20 14:08:45.209 ERROR /var/log/containers/neutron/dhcp-agent.log: 554563 ERROR neutron

Log links :

https://logserver.rdoproject.org/openstack-component-network/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset001-network-wallaby/79716e7/logs/undercloud/var/log/extra/errors.txt.gz

https://logserver.rdoproject.org/openstack-component-network/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset001-network-wallaby/8c4a36b/job-output.txt

https://logserver.rdoproject.org/openstack-component-network/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset001-network-wallaby/8c4a36b/logs/undercloud/var/log/extra/errors.txt.gz

Revision history for this message
yatin (yatinkarel) wrote :

Caused by https://review.opendev.org/c/openstack/neutron/+/844366, need to update pyroute2 version in RDO wallaby, Xena to 0.6.6 like yoga to fix this, current version is python-pyroute2-0.6.5-2.

Changed in tripleo:
importance: Undecided → Critical
Revision history for this message
yatin (yatinkarel) wrote :

Pushed https://review.rdoproject.org/r/q/topic:bug%252F1979646 to update pyroute2 in Xena/Wallaby.

Revision history for this message
yatin (yatinkarel) wrote :

pyroute2 0.6.6 is now available in both c8 and c9 wallaby repos. Would need wallaby integration promotion(so containers have required pyroute2 version) to clear network component line.

Revision history for this message
Ronelle Landy (rlandy) wrote :
Changed in tripleo:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.