Tuesday, 2022-04-05

*** icey_ is now known as icey06:59
*** jpena|off is now known as jpena07:37
*** pojadhav is now known as pojadhav|afk09:50
*** pojadhav|afk is now known as pojadhav10:12
lajoskatonaHi, on yoga there are QoS related failures, like: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_c9a/835863/1/check/neutron-ovs-tempest-multinode-full/c9a1b81/testr_results.html11:26
lajoskatonaI think the issue is due to the fact that on yoga port-resource-request-groups extension is loaded, but it is not in [network-feature-enabled] api_extensions list11:27
opendevreviewGorka Eguileor proposed openstack/tempest master: Add LUKS v2 tests  https://review.opendev.org/c/openstack/tempest/+/83606511:42
*** whoami-rajat__ is now known as whoami-rajat12:01
lajoskatonanvermind, I realized that it affects most probably only Neutron12:19
gmannlajoskatona: ack, let us know if yoga configured extensions are causing it, we added them recently 12:53
lajoskatonagmann: sure, could you point to the patch? because it is not clear where we fill the list for Neutron jobs13:03
*** artom__ is now known as artom13:28
opendevreviewAndre Aranha proposed openstack/tempest master: Test fips job on centos-9  https://review.opendev.org/c/openstack/tempest/+/83160714:27
opendevreviewAndre Aranha proposed openstack/tempest master: Test fips job on centos-9  https://review.opendev.org/c/openstack/tempest/+/83160714:29
*** pojadhav is now known as pojadhav|afk14:56
*** fpantano is now known as fmount14:59
*** pojadhav|afk is now known as pojadhav15:58
opendevreviewLajos Katona proposed openstack/devstack stable/yoga: Add port-resource-request-groups to DEFAULT_NET_EXT  https://review.opendev.org/c/openstack/devstack/+/83667116:01
lajoskatonagmann: ---^ it was the extension list actually that was short, but I found it finally16:25
gmannlajoskatona: ack. thanks. do you have any testing patch for that?16:29
*** jpena is now known as jpena|off16:31
lajoskatonagmann: any yoga backport in Neutron recently :-) i.e.: https://review.opendev.org/c/openstack/neutron/+/83580816:31
gmannlajoskatona: cool. thanks 16:32
lajoskatonagmann: but I don't know if we can tests the devstack patch with a neutron one16:32
lajoskatonagmann: the job is neutron-ovs-tempest-multinode-full16:32
gmannlajoskatona: so we merge the devstack patch and then recheck on neutron one right?16:32
lajoskatonagmann: yes, and cross fingers :P16:37
gmannlajoskatona: or you want to add a DNM patch in neutron to test first?16:38
lajoskatonagmann: depends-on works in this case? I mean if I add "Depends-On: devstack-patch" to the Neutron DNM patch's commit msg?16:47
gmannlajoskatona: yeah that should work in testing16:48
gmannlajoskatona: I can add after today PTG if that will late for you16:58
lajoskatonagmann: no problem, I pushed this one for test: https://review.opendev.org/c/openstack/neutron/+/83668117:05
kopecmartingmann: https://review.opendev.org/c/openstack/devstack/+/836671 failed, looks like a mirror issue, it failed on downloading (well finding) a package17:45
clarkbkopecmartin: note that typically isn't a mirror problem but a pypi problem or a requirements problem17:56
clarkbeither the requirements are actually not satisfiable or pypi has served us an index that is stale/incomplete17:56
kopecmartinclarkb: thanks .. i guess we hit both o.O 17:59
kopecmartinhttps://zuul.opendev.org/t/openstack/build/1a239862fb214b2c91f1577533a342a217:59
kopecmartinhttps://zuul.opendev.org/t/openstack/build/aa2ca93f1f3f498fa9edf4a3ff99888b17:59
clarkbkopecmartin: looking at https://zuul.opendev.org/t/openstack/build/1a239862fb214b2c91f1577533a342a2/log/job-output.txt#6673 that is almost certainly the pypi served us a stale index problem18:00
clarkbour proxy cache is only as good as the data sent to it unfortunately18:01
clarkbfor that second one I think it can also be caused by stale pypi indexes18:07
clarkbit see its needs that version but that version isn't found in the index so give sthe confusing error. I'm not sure why the two errors differ in their format though. If i had to guess pypi's CDN or their backend is having trouble right now18:08
clarkbhttps://zuul.opendev.org/t/openstack/build/7213866bdcd94e7f85fe63fc1384c14e is another one. Seems to be affecting a large number of packages to owhich implies a broader problem on their end.18:09
clarkbhttps://mirror.iad3.inmotion.opendev.org/pypi/simple/itsdangerous/ and https://mirror.mtl01.iweb.opendev.org/pypi/simple/oslo-cache/ both currently appear up to date which is typica lfor this problem (its a subset of the requests that get stale info which makes debugging difficult)18:11
lajoskatonakopecmartin, gmann, clarkb: the patch itself seems ok, neutron yoga is ok with it: https://review.opendev.org/c/openstack/neutron/+/83668119:15
clarkbya its a problem with pypi I think19:15
opendevreviewMerged openstack/tempest master: Allow rulesets modification in secgroups  https://review.opendev.org/c/openstack/tempest/+/83501822:06
opendevreviewGhanshyam proposed openstack/tempest-lib master: Retire tempest-lib in favor of tempest.lib  https://review.opendev.org/c/openstack/tempest-lib/+/83670122:41
opendevreviewMerged openstack/devstack stable/yoga: Add port-resource-request-groups to DEFAULT_NET_EXT  https://review.opendev.org/c/openstack/devstack/+/83667122:49
opendevreviewGhanshyam proposed openstack/tempest-lib master: Retire tempest-lib in favor of tempest.lib  https://review.opendev.org/c/openstack/tempest-lib/+/83670122:58
clarkbhttps://status.python.org/incidents/mxgkk3xxr9v7 is the likely cause of the package intsallation problems22:59
opendevreviewGhanshyam proposed openstack/tempest-lib master: Retire tempest-lib in favor of tempest.lib  https://review.opendev.org/c/openstack/tempest-lib/+/83670123:41
gmannkopecmartin: this series is for tempest-lib retirement https://review.opendev.org/q/topic:retired-tempest-lib+status:open23:42
opendevreviewGhanshyam proposed openstack/openstack-health master: Retire openstack-health  https://review.opendev.org/c/openstack/openstack-health/+/83670823:50

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