Monday, 2026-02-09

*** ykarel__ is now known as ykarel03:59
ralonsohlajoskatona, hello! if you have a couple of mins, please check https://review.opendev.org/c/openstack/neutron/+/97336608:57
ralonsohthanks!08:57
*** liuxie is now known as liushy09:12
lajoskatonaralonsoh: looking09:34
lajoskatonaralonsoh: question for the tenant_id => project_id patches, should we wait with the merges till the dust settles around SDK (see https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/5HHEYPZA6VIORX2XLBZGNMM2EVX2LR65/ )09:35
lajoskatonaralonsoh: question amrk to end, sorry: ?09:35
ralonsohlajoskatona, let me check09:35
ralonsohthe link is not opening...09:37
ralonsohI don't know what is happening with the mailing list website, it is not loading09:39
lajoskatonayeah, now even the archives page is hanging, 1 hour back it was fine09:45
opendevreviewElvira García Ruiz proposed openstack/neutron-lib master: [WIP] Add PVLAN api extension  https://review.opendev.org/c/openstack/neutron-lib/+/97593109:57
ralonsohlajoskatona, ok, now I can read it. We have 2 pending patches09:58
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/97425309:58
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/97571109:58
ralonsohThe 1st one affects only testing09:59
ralonsohthe last one is quite big09:59
ralonsohbut it affects only a small portion of the l3 DB09:59
ralonsohand the rest is testing only09:59
ralonsohIMO, we should finish it and then fix what could be broken in other projects10:00
lajoskatonaack, thanks10:03
opendevreviewMerged openstack/ovsdbapp master: Simplify venv with ProcessFixture  https://review.opendev.org/c/openstack/ovsdbapp/+/97519810:07
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Update FDB default configuration values  https://review.opendev.org/c/openstack/neutron/+/97590810:07
opendevreviewMerged openstack/neutron master: Stop using tenant_* in context objects  https://review.opendev.org/c/openstack/neutron/+/97425311:05
gibiralonsoh: lajoskatona: o/ does this failure rings a bell to you? https://paste.opendev.org/show/bxYcKroz4QKkDmVNGya9/11:57
gibiI saw this in devstack during stack.sh in a clean env on master11:57
gibiFeb 09 10:42:09 aio neutron-periodic-workers[75394]: ERROR neutron.service [None req-69e77641-be9e-4a28-b683-7e91fce0642c None None] Unrecoverable error: please check log for details.: AttributeError: Can't pickle local object 'Mapper.__init__.<locals>.<lambda>'11:59
ralonsohgibi, let me check12:01
gibiralonsoh: thanks12:01
ykarelgibi, by chance in your local you using unreleased oslo libraries?12:10
ykarelas noticed it in our periodic jobs which runs with unreleased libraries and was about to report a bug12:10
ykareli see couple of patches merged in oslo.service and those looks suspicious12:12
ralonsohykarel, thanks for checking! I don't see anything relevant in Neutron related to this12:15
ralonsohgibi, is that a local install? Can you print, before the error, what class is each worker?12:16
gibiykarel: I'm running that job LIBS_FROM_GIT="python-neutronclient,openstacksdk,python-novaclient,osc-placement,neutron-lib,os-vif,os-traits,oslo-messaging,oslo-service,oslo-config"12:17
gibiso it has oslo.service at12:17
gibistack@aio:/opt/stack/oslo.service$ git log12:17
gibicommit 131c4624360eeff891650c64cb0b89aca2ab0140 (HEAD, origin/master, origin/HEAD, master)12:17
gibiAuthor: Ghanshyam Maan <gmaan@ghanshyammann.com>12:18
gibiDate:   Thu Feb 5 21:12:56 2026 +000012:18
gibiFix ServiceManager singleton race condition in tests12:18
ykarelthx gibi for confirming, reported https://bugs.launchpad.net/neutron/+bug/214130412:19
gibiralonsoh: 12:20
gibi********************************** {{(pid=102460) log_opt_values /opt/stack/oslo.config/oslo_config/cfg.py:3013}}12:20
gibiFeb 09 12:20:09 aio neutron-periodic-workers[102460]: WARNING neutron.service [None req-29cbbab9-c2a5-4b78-b2b0-61aab880a8e4 None None] worker: <neutron.service.RpcWorker object at 0x70aa8c3ace90> <class 'neutron.service.RpcWorker'>12:20
gibiFeb 09 12:20:09 aio neutron-periodic-workers[102460]: WARNING neutron.service [None req-29cbbab9-c2a5-4b78-b2b0-61aab880a8e4 None None] worker: <neutron.worker.PeriodicWorker object at 0x70aa8d1bf470> <class 'neutron.worker.PeriodicWorker'>12:20
gibiFeb 09 12:20:09 aio neutron-periodic-workers[102460]: ERROR oslo_service.backend._threading.service [None req-29cbbab9-c2a5-4b78-b2b0-61aab880a8e4 None None] Service PeriodicWorker is not picklable with spawn. Make it spawn-safe before launching additional workers.: AttributeError: Can't pickle local object 'Mapper.__init__.<locals>.<lambda>'12:20
ralonsohgibi, yeah, these are the expected workers12:20
gibiykarel: thanks for reporting, I will restack with release oslo.service for now12:21
ralonsohI think ykarel is right, this could be an issue in oslo.service12:21
ralonsohykarel, don't we have CI with oslo master??12:21
ykarelralonsoh, yes we catched it in periodic CI12:21
ykarellinks are there in the bug12:22
ykarelit failed randomly12:22
ralonsohahhhh cool, perfect12:22
ykarel3/6 failed since 4th feb12:22
ralonsohok so the error can be reduced to just a few days12:23
ralonsohI'm talking to Daniel in the oslo channel12:24
opendevreviewyatin proposed openstack/neutron master: [DNM] Check migration ovn with fixes  https://review.opendev.org/c/openstack/neutron/+/97282013:17
opendevreviewElvira García Ruiz proposed openstack/neutron-lib master: [WIP] Add PVLAN api extension  https://review.opendev.org/c/openstack/neutron-lib/+/97593113:25
opendevreviewRichard Cruise proposed openstack/ovn-octavia-provider master: Update flake8-import-order version to fix checks  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/97612013:51
opendevreviewRodolfo Alonso proposed x/whitebox-neutron-tempest-plugin master: Change the order of the Neutron metadata service check  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/97612314:23
ralonsohykarel, ^14:23
ykarel_thx ralonsoh 14:24
*** haleyb|out is now known as haleyb14:24
mblue_hi lajoskatona, are you fine with moving these tests to NTP? as discussed here: https://review.opendev.org/c/openstack/tempest/+/974752/comments/bac6c18d_549bc52e (cc ralonsoh)14:27
lajoskatonamblue_: Hi, If these are skipped in tempest currently, I think it is a good idea, You can perhaps add this topic to the team meeting on-demand agenda: https://wiki.openstack.org/wiki/Network/Meetings14:35
ralonsohthanks lajoskatona!14:35
mblue_thanks!14:37
mblue_lajoskatona, ralonsoh: added as topic for on-demand tomorrow14:44
opendevreviewRodolfo Alonso proposed openstack/neutron master: Make the ``logging_rpc`` member a class property  https://review.opendev.org/c/openstack/neutron/+/97613014:55
*** ykarel_ is now known as ykarel15:00
ykarel#startmeeting neutron_ci15:01
opendevmeetMeeting started Mon Feb  9 15:01:52 2026 UTC and is due to finish in 60 minutes.  The chair is ykarel. Information about MeetBot at http://wiki.debian.org/MeetBot.15:01
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:01
opendevmeetThe meeting name has been set to 'neutron_ci'15:01
ykarelPing list: bcafarel, lajoskatona, slawek, mlavalle, mtomaska, ralonsoh, ykarel, jlibosva, elvira15:01
ykarelIt's on IRC today15:02
haleybo/15:02
mtomaska0/15:02
ralonsohhello15:02
bcafarelo/15:03
lajoskatonao/15:03
ykarelHi all15:04
opendevreviewMaor Blaustein proposed x/whitebox-neutron-tempest-plugin master: [DNM] Fail api server test on purpose for debugging  https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/94253615:04
ykarelno action item from previous week15:04
ykarel#topic Stable branches15:04
ykarelsetuptools 82.0.0 broke most jobs15:04
ykarel[ci][kolla] setuptools v82.0.0 breaks a bunch of things by removing pkg_resources - https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/374GJ6DM6DRPFF6QBWQ6UGMCDJVA4YLA/15:04
ykarelbeing fixed in https://review.opendev.org/q/topic:%22pin-setuptools%2215:05
ykarelno recent backports in neutron stable15:05
ykarelbcafarel, anything to add ?15:05
bcafarelno, it is quiet indeed (and stable from what I saw)15:07
ykarelok thx15:08
ykarel#topic Stadium projects15:08
ykarelfinally all green \o/15:08
ykarellajoskatona, anything else to add?15:08
ralonsohcool!15:08
lajoskatonano, fine that it is green so great work, thanks everybody :-)15:09
ykarelok thanks15:10
ykarel#topic Rechecks15:11
ykarelstill have a few rechecks due to random failures in CI15:12
ykarelbare recheck wise not able to collect stats as getting some failures15:13
ykarel#topic fullstack/functional15:13
ykareltest_gateway_chassis_least_loaded_scheduler_anti_affinity FT failure seen twice15:13
ykarel    test_gateway_chassis_least_loaded_scheduler_anti_affinity seen twice15:13
ykarel    https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_dba/openstack/dba0dc581dea409ead6001e079a622ae/testr_results.html15:13
ykarel    https://768a14d1f7e379a1573a-dd0601cbd7f0aa15c09a82437ec7e47b.ssl.cf1.rackcdn.com/openstack/c5ec4ca660ce400595bc2d78953b993f/testr_results.html15:13
ykarel    Looks triggered by https://review.opendev.org/c/openstack/neutron/+/974997 - [OVN] Fix an issue in the L3 OVN scheduler15:13
ralonsohi'll check it again15:14
ykarelthx ralonsoh 15:14
ykarel#action ralonsoh to check test_gateway_chassis_least_loaded_scheduler_anti_affinity failures15:14
ykarel#topic grenade15:14
ykarelmaster grenade also impacted by setuptools 82.0.0, devstack fixes should help in clearing this too15:14
ykarel#topic Periodic15:15
ykarel- https://zuul.openstack.org/builds?job_name=openstacksdk-functional-devstack-networking&project=openstack%2Fneutron&branch=master&skip=0 broken15:15
ykarel[ci][nova][cinder][glance][devstack][swift] openstacksdk-functional-devstack job failing 100% https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/6Y34AM6TIZESGITCKJWSC6R7Y4SACPT3/15:15
ykarelhaleyb, any update you would like to share on top of ^ ?15:15
ralonsohI think he pushed https://review.opendev.org/c/openstack/openstacksdk/+/97600815:17
haleybykarel: i have a patch up15:17
ralonsohbut is still failing in manila15:17
ykarel#link https://review.opendev.org/c/openstack/openstacksdk/+/97600815:17
haleybyes, that one, and pep8 is broken as well but that's the pkg_resources issue i think15:17
haleyband the -manila job was broken before the project_id change merged15:18
haleybthat was all i had15:19
ykarelfor pep8 looks need to bump https://github.com/openstack/openstacksdk/blob/master/.pre-commit-config.yaml#L3215:20
ykarelsimilar to https://review.opendev.org/c/openstack/python-octaviaclient/+/97611215:20
haleybykarel: ah, my grep for flake8 was in * not .* :)15:21
haleybwill need similar change in other repos probably, think i had another patch failing pep8 job as well15:22
ykarelok15:23
ykarelrandom failures https://zuul.openstack.org/builds?job_name=neutron-ovs-tempest-with-oslo-master&project=openstack%2Fneutron&branch=master&skip=015:23
ykarel- example https://zuul.openstack.org/build/d2e60278d3e84fdca35a137950e4324f15:23
ykarelfailing as neutron-periodic-workers[73353]: ERROR neutron AttributeError: Can't pickle local object 'Mapper.__init__.<locals>.<lambda>'15:23
ykarelreported https://bugs.launchpad.net/neutron/+bug/214130415:24
ykarelralonsoh was checking with oslo folks on this15:24
ralonsohyes, herve is checking it now15:24
ralonsohit seems to be an issue in oslo.service15:24
ykarelthx ralonsoh for the update15:25
ykarel#topic Grafana15:25
ykarelhttps://grafana.opendev.org/d/f913631585/neutron-failure-rate15:25
ykarelok there was one failure in gate which i missed to report15:26
ykareltempest-plugin-openvswitch job https://9860dbfd2852c0414b38-8af958d7dd3c07fe325f83683b2d5c0b.ssl.cf2.rackcdn.com/openstack/c1166a273e7c4fcfabf35ef84eb660fe/testr_results.html failed many tests15:27
ykarelcouldn't spot the reason, can anyone else check this? i think i saw similar in past too15:28
ralonsohI'll check it tomorrow morning15:28
ykarelthx ralonsoh 15:29
ykarel#action ralonsoh to check failure in the openvswitch job15:29
ykarel#topic On Demand15:29
ykarelanything else you would like to raise?15:29
lajoskatonanothing from me, thanks15:30
ralonsohnothing, thanks15:31
ykarelok in that case let's close early and have everyone almost 27 minutes back15:33
ykarelthx everyone for joining15:33
ykarel#endmeeting15:33
opendevmeetMeeting ended Mon Feb  9 15:33:20 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:33
opendevmeetMinutes:        https://meetings.opendev.org/meetings/neutron_ci/2026/neutron_ci.2026-02-09-15.01.html15:33
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/neutron_ci/2026/neutron_ci.2026-02-09-15.01.txt15:33
opendevmeetLog:            https://meetings.opendev.org/meetings/neutron_ci/2026/neutron_ci.2026-02-09-15.01.log.html15:33
ralonsohbye15:33
lajoskatonaBye!15:33
mtomaskao/15:33
bcafarelo/15:33
opendevreviewyatin proposed openstack/neutron master: [DNM] Check migration ovn tests  https://review.opendev.org/c/openstack/neutron/+/97282015:55
opendevreviewDmitriy Rabotyagov proposed openstack/neutron-vpnaas master: Fix ipsec config updates  https://review.opendev.org/c/openstack/neutron-vpnaas/+/97613516:02
opendevreviewRodolfo Alonso proposed openstack/neutron master: Remove configuration variable ``enable_signals``.  https://review.opendev.org/c/openstack/neutron/+/97613716:12
opendevreviewDmitriy Rabotyagov proposed openstack/neutron-vpnaas master: Fix ipsec config updates  https://review.opendev.org/c/openstack/neutron-vpnaas/+/97613516:13
opendevreviewDaniel Alvarez proposed openstack/ovn-bgp-agent master: [NB evpn] Fix race condition when adding routes  https://review.opendev.org/c/openstack/ovn-bgp-agent/+/97614616:54
opendevreviewMerged openstack/neutron master: Enable ovs_create_tap in ovn multinode jobs  https://review.opendev.org/c/openstack/neutron/+/97391517:04
opendevreviewBrian Haley proposed openstack/neutron-vpnaas master: Fix failing pep8 CI job  https://review.opendev.org/c/openstack/neutron-vpnaas/+/97615717:59
opendevreviewJakub Libosvar proposed openstack/neutron master: bgp: Use port mapping for learned routes  https://review.opendev.org/c/openstack/neutron/+/97567418:14
opendevreviewJakub Libosvar proposed openstack/neutron master: bgp: Support IPv6 coming from fabric  https://review.opendev.org/c/openstack/neutron/+/97615818:14
opendevreviewJakub Libosvar proposed openstack/neutron master: bgp: Fix configuring vrf id on BGP routers  https://review.opendev.org/c/openstack/neutron/+/97615918:14
opendevreviewBrian Haley proposed openstack/neutron-vpnaas master: Fix failing pep8 CI job  https://review.opendev.org/c/openstack/neutron-vpnaas/+/97615718:21
opendevreviewJakub Libosvar proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp  https://review.opendev.org/c/openstack/neutron/+/96218818:39
opendevreviewJakub Libosvar proposed openstack/neutron master: bgp: Implement connecting BGP and Neutron world  https://review.opendev.org/c/openstack/neutron/+/96322320:58
opendevreviewJakub Libosvar proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp  https://review.opendev.org/c/openstack/neutron/+/96218821:09
opendevreviewMerged openstack/ovsdbapp master: Fix KEEP_VENV for recent OVN/OVS and single venvs  https://review.opendev.org/c/openstack/ovsdbapp/+/97356221:22
opendevreviewMerged openstack/neutron-vpnaas master: Fix failing pep8 CI job  https://review.opendev.org/c/openstack/neutron-vpnaas/+/97615721:40
opendevreviewMerged openstack/ovsdbapp master: Re-apply Improve Row stringification  https://review.opendev.org/c/openstack/ovsdbapp/+/97495622:11

Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!