Wednesday, 2024-10-30

*** mhen_ is now known as mhen02:54
opendevreviewyatin proposed openstack/devstack stable/2023.1: [Stable/Unmaintained Only] Pin to last compatible tag for py3.8  https://review.opendev.org/c/openstack/devstack/+/93370407:09
opendevreviewyatin proposed openstack/tempest master: Use stable branch upper-constraints till 2023.1  https://review.opendev.org/c/openstack/tempest/+/93371610:36
ykarelgmann, kopecmartin pushed ^ for py3.8 thing12:22
ykarelboth needs each other to pass12:22
ykareltest job passes with both together https://review.opendev.org/c/openstack/neutron/+/93370512:23
ykarelcan you check, may be can get 1 force merged if direction is ok or have to do some non-voting dance12:24
ykarelfrickler, ^12:26
ykarelkopecmartin, i see you rechecked devstack patch, but that will not pass without the tempest one, as said above both need each other12:38
ykarelironic-tempest-bios-ipmi-direct-tinyipa https://zuul.opendev.org/t/openstack/build/2787a42844f0499da99e54769bf56b6a : FAILURE in 30m 00s12:38
kopecmartinah, the node failure confused me 12:40
ykarelyeap that was non-voting12:40
opendevreviewyatin proposed openstack/devstack stable/2023.1: [Stable/Unmaintained Only] Pin to last compatible tag for py3.8  https://review.opendev.org/c/openstack/devstack/+/93370413:42
opendevreviewJason Grosso proposed openstack/tempest master: [WIP]test_boot_nova_vm_unadressed_port  https://review.opendev.org/c/openstack/tempest/+/93291918:01
opendevreviewyatin proposed openstack/tempest master: Use stable branch upper-constraints till 2023.1  https://review.opendev.org/c/openstack/tempest/+/93371618:03
opendevreviewGhanshyam proposed openstack/tempest master: Make tempest-full-2023-1 job non voting  https://review.opendev.org/c/openstack/tempest/+/93377018:35
opendevreviewGhanshyam proposed openstack/tempest master: End support for stable/2023.1  https://review.opendev.org/c/openstack/tempest/+/93377118:35
opendevreviewGhanshyam proposed openstack/tempest master: End support for stable/2023.1  https://review.opendev.org/c/openstack/tempest/+/93377118:40
opendevreviewGhanshyam proposed openstack/tempest master: Use stable branch upper-constraints till 2023.1  https://review.opendev.org/c/openstack/tempest/+/93371618:46
opendevreviewGhanshyam proposed openstack/tempest master: Pin stable/2024.2 constraint in tox to release 42.0.0  https://review.opendev.org/c/openstack/tempest/+/93377218:57
opendevreviewGhanshyam proposed openstack/tempest master: Switch back the tox constraint to master  https://review.opendev.org/c/openstack/tempest/+/93377318:59
gmannkopecmartin: I have prepared the series for end of support of stable/2023.1 https://review.opendev.org/q/topic:%222023-1-last%2219:00
gmannthis is needed to fix the stable/2023.1 gate as focal job there is blocked by the py3.8 drop19:00
kopecmartinthanks gmann .. this https://review.opendev.org/c/openstack/tempest/+/933716/ needs to be merged before or after the pinning process is done (933772 and 933773 changes)? 19:57
gmannkopecmartin: ah you are right, let me rebase correctly. thanks19:58
opendevreviewGhanshyam proposed openstack/tempest master: Pin stable/2024.2 constraint in tox to release 42.0.0  https://review.opendev.org/c/openstack/tempest/+/93377219:58
opendevreviewGhanshyam proposed openstack/tempest master: Switch back the tox constraint to master  https://review.opendev.org/c/openstack/tempest/+/93377319:58
gmannkopecmartin: ^^ done19:58
kopecmartinperfect, thank you19:58
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org will be offline momentarily at 20:30 utc (half an hour from now) to apply a configuration change20:03
kopecmartinuff, so let's add a couple of +w before that ^^ so that gates are busy in the meantime 20:03
sean-k-mooneygmann: the runtime error is happeing in a number fo other jobs too20:11
sean-k-mooneyfor example     nova-tox-functional-py312 20:11
sean-k-mooneyit does not alwasy causes the job to fail20:12
sean-k-mooneyhttps://tinyurl.com/bdz95hhb20:12
sean-k-mooneythis feels like a possibe regression in the recent eventlet release20:13
sean-k-mooneyim goign to try and down grade eventlet locally and see if the behaivor changes20:13
sean-k-mooneyhum no diffent perhapse there was a sqlachmey release recently20:17
sean-k-mooney2 weeks ago unlikely but maybe related20:18
sean-k-mooneywe are using SQLAlchemy==2.0.32 currently so that actully 4 release beind the latest release20:19
JayFthe bump is waiting in requirements repo20:22
JayFjust got rebased20:22
JayFhttps://review.opendev.org/c/openstack/requirements/+/924547 to .3620:23
sean-k-mooneyJayF: have you seen this error before https://paste.opendev.org/show/bGPgfURx1cZYOsgmtDyw/20:23
JayFyes, but only in cases with insufficient monkey patching20:23
sean-k-mooneyim not sure if its sqlachmey related, evenlet related or soemthign else20:23
gmannsean-k-mooney: yeah, there is no recent change in SQLAlchemy version20:23
sean-k-mooneyok well i can look at the monkey patching 20:24
JayFsean-k-mooney: I'd worry more about oslo.messaging tbh20:24
JayFbut I don't know if there's any release/patch that would point to it20:24
sean-k-mooneywatcher mimiced nova and monkey patches in the cmd module __init__.py https://github.com/openstack/watcher/blob/master/watcher/cmd/__init__.py#L2020:26
JayFis https://github.com/openstack/watcher/blob/master/watcher/__init__.py not going to be executed first?20:26
sean-k-mooneyhttps://github.com/openstack/watcher/blob/master/watcher/__init__.py is mostly empty20:26
JayFthat's a legit question, I'm not sure20:26
JayFmostly empty is not empty though20:26
sean-k-mooneyit will btu its not importing anythign that would break things20:26
sean-k-mooneyso the monky patching looks sane but that does not mean there isnt a bug20:27
JayFyeah, I saw similar on IPA when we used to selectively monkey patch20:30
sean-k-mooneythere are hit for that message agaisnt nova cyborg and mangnu but i think only in fucntional tests20:31
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org will be offline momentarily to apply a configuration change20:31
sean-k-mooneyso this makes me uncomfortabel https://zuul.opendev.org/t/openstack/build/d71f5a939e474f87ba535be9f08f4256/logs passed 20:39
sean-k-mooneybtu the traceback is presetn in https://zuul.opendev.org/t/openstack/build/d71f5a939e474f87ba535be9f08f4256/log/controller/logs/screen-magnum-cond.txt#75620:39
sean-k-mooneyi have nova is running fine on the same host by the way, i can live migrate create vms ectra so evenlet and sqlachme are not genericlly broken20:45
sean-k-mooneyoh20:52
sean-k-mooneyso i went to latest eventlet and sqlachmey adn File "/opt/stack/data/venv/lib/python3.12/site-packages/oslo_log/pipe_mutex.py", line 82, in acquire20:55
sean-k-mooneyshowed up in the trace20:55
sean-k-mooneyi wonder if this si related to the debug option that turns fo the multi socket reader/write protection20:57
sean-k-mooneythat for tomorrow but in onecase its failign here https://github.com/openstack/oslo.db/blob/078a67bb2ef406248536fef46b7cba49e06a0143/oslo_db/sqlalchemy/engines.py#L5220:59
sean-k-mooneyand in the other when logging so i feel like there is a mix of patched and unpathced thread at work20:59
fricklersean-k-mooney: 2 weeks at most is how long opensearch has data. so this message might well have been happening for much longer21:23
opendevreviewMerged openstack/tempest master: End support for stable/2023.1  https://review.opendev.org/c/openstack/tempest/+/93377122:59

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