*** icey_ is now known as icey | 06:59 | |
*** jpena|off is now known as jpena | 07:37 | |
*** pojadhav is now known as pojadhav|afk | 09:50 | |
*** pojadhav|afk is now known as pojadhav | 10:12 | |
lajoskatona | Hi, 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.html | 11:26 |
---|---|---|
lajoskatona | I 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 list | 11:27 |
opendevreview | Gorka Eguileor proposed openstack/tempest master: Add LUKS v2 tests https://review.opendev.org/c/openstack/tempest/+/836065 | 11:42 |
*** whoami-rajat__ is now known as whoami-rajat | 12:01 | |
lajoskatona | nvermind, I realized that it affects most probably only Neutron | 12:19 |
gmann | lajoskatona: ack, let us know if yoga configured extensions are causing it, we added them recently | 12:53 |
lajoskatona | gmann: sure, could you point to the patch? because it is not clear where we fill the list for Neutron jobs | 13:03 |
*** artom__ is now known as artom | 13:28 | |
opendevreview | Andre Aranha proposed openstack/tempest master: Test fips job on centos-9 https://review.opendev.org/c/openstack/tempest/+/831607 | 14:27 |
opendevreview | Andre Aranha proposed openstack/tempest master: Test fips job on centos-9 https://review.opendev.org/c/openstack/tempest/+/831607 | 14:29 |
*** pojadhav is now known as pojadhav|afk | 14:56 | |
*** fpantano is now known as fmount | 14:59 | |
*** pojadhav|afk is now known as pojadhav | 15:58 | |
opendevreview | Lajos Katona proposed openstack/devstack stable/yoga: Add port-resource-request-groups to DEFAULT_NET_EXT https://review.opendev.org/c/openstack/devstack/+/836671 | 16:01 |
lajoskatona | gmann: ---^ it was the extension list actually that was short, but I found it finally | 16:25 |
gmann | lajoskatona: ack. thanks. do you have any testing patch for that? | 16:29 |
*** jpena is now known as jpena|off | 16:31 | |
lajoskatona | gmann: any yoga backport in Neutron recently :-) i.e.: https://review.opendev.org/c/openstack/neutron/+/835808 | 16:31 |
gmann | lajoskatona: cool. thanks | 16:32 |
lajoskatona | gmann: but I don't know if we can tests the devstack patch with a neutron one | 16:32 |
lajoskatona | gmann: the job is neutron-ovs-tempest-multinode-full | 16:32 |
gmann | lajoskatona: so we merge the devstack patch and then recheck on neutron one right? | 16:32 |
lajoskatona | gmann: yes, and cross fingers :P | 16:37 |
gmann | lajoskatona: or you want to add a DNM patch in neutron to test first? | 16:38 |
lajoskatona | gmann: 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 |
gmann | lajoskatona: yeah that should work in testing | 16:48 |
gmann | lajoskatona: I can add after today PTG if that will late for you | 16:58 |
lajoskatona | gmann: no problem, I pushed this one for test: https://review.opendev.org/c/openstack/neutron/+/836681 | 17:05 |
kopecmartin | gmann: https://review.opendev.org/c/openstack/devstack/+/836671 failed, looks like a mirror issue, it failed on downloading (well finding) a package | 17:45 |
clarkb | kopecmartin: note that typically isn't a mirror problem but a pypi problem or a requirements problem | 17:56 |
clarkb | either the requirements are actually not satisfiable or pypi has served us an index that is stale/incomplete | 17:56 |
kopecmartin | clarkb: thanks .. i guess we hit both o.O | 17:59 |
kopecmartin | https://zuul.opendev.org/t/openstack/build/1a239862fb214b2c91f1577533a342a2 | 17:59 |
kopecmartin | https://zuul.opendev.org/t/openstack/build/aa2ca93f1f3f498fa9edf4a3ff99888b | 17:59 |
clarkb | kopecmartin: 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 problem | 18:00 |
clarkb | our proxy cache is only as good as the data sent to it unfortunately | 18:01 |
clarkb | for that second one I think it can also be caused by stale pypi indexes | 18:07 |
clarkb | it 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 now | 18:08 |
clarkb | https://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 |
clarkb | https://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 |
lajoskatona | kopecmartin, gmann, clarkb: the patch itself seems ok, neutron yoga is ok with it: https://review.opendev.org/c/openstack/neutron/+/836681 | 19:15 |
clarkb | ya its a problem with pypi I think | 19:15 |
opendevreview | Merged openstack/tempest master: Allow rulesets modification in secgroups https://review.opendev.org/c/openstack/tempest/+/835018 | 22:06 |
opendevreview | Ghanshyam proposed openstack/tempest-lib master: Retire tempest-lib in favor of tempest.lib https://review.opendev.org/c/openstack/tempest-lib/+/836701 | 22:41 |
opendevreview | Merged openstack/devstack stable/yoga: Add port-resource-request-groups to DEFAULT_NET_EXT https://review.opendev.org/c/openstack/devstack/+/836671 | 22:49 |
opendevreview | Ghanshyam proposed openstack/tempest-lib master: Retire tempest-lib in favor of tempest.lib https://review.opendev.org/c/openstack/tempest-lib/+/836701 | 22:58 |
clarkb | https://status.python.org/incidents/mxgkk3xxr9v7 is the likely cause of the package intsallation problems | 22:59 |
opendevreview | Ghanshyam proposed openstack/tempest-lib master: Retire tempest-lib in favor of tempest.lib https://review.opendev.org/c/openstack/tempest-lib/+/836701 | 23:41 |
gmann | kopecmartin: this series is for tempest-lib retirement https://review.opendev.org/q/topic:retired-tempest-lib+status:open | 23:42 |
opendevreview | Ghanshyam proposed openstack/openstack-health master: Retire openstack-health https://review.opendev.org/c/openstack/openstack-health/+/836708 | 23:50 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!