Friday, 2024-11-08

*** hemna55727 is now known as hemna557201:08
opendevreviewmelanie witt proposed openstack/nova-specs master: Re-propose config option for behavior of unset unified limits  https://review.opendev.org/c/openstack/nova-specs/+/93439101:46
melwittbauzas: just fyi it appears the openstack-tox-docs job on the nova-specs repo is broken. not sure what changed, I'm guessing something with sphinx?01:54
sean-k-mooneymelwitt: what python version did you use01:54
melwittsean-k-mooney: I have 3.10.12 but it's failing in the gate also for the same failure01:55
sean-k-mooneyok im fixing a py3.9 comaptiblity  issue with the openstackdoctheme01:55
melwittsean-k-mooney: oh, nice. it looks like in the gate it is 3.9 https://zuul.opendev.org/t/openstack/build/71de468bcd5b419994f13b8bcff71f16/log/job-output.txt#440 so likely to be fixed with your fix I expect01:56
sean-k-mooneythis is not the bug im fixing01:57
sean-k-mooneywe build with warnings threaded as errors01:57
melwittoh01:57
sean-k-mooneyhttps://paste.opendev.org/show/bsKc2Q1VihOwLG5Czvd4/01:57
melwittyeah. this just seems recent but I guess I hadn't noticed01:58
sean-k-mooneyso ya a new sphinx release happend on  Oct 13, 202401:58
sean-k-mooneyso i think those are just new warnings that should be simple enough to fix01:58
melwittsomeone might have already proposed a fix. checking..01:58
melwitthm no, doesn't look like it https://review.opendev.org/q/project:openstack/nova-specs+is:open01:59
sean-k-mooneythis is my docsthme patch in case your interested https://review.opendev.org/c/openstack/openstackdocstheme/+/93438401:59
melwittah cool02:00
sean-k-mooneyim going to go to sleep quickly but ill just confirm i can repodcue the issues locally. do you plan ot fix them or will i?02:05
melwittsean-k-mooney: up to you. I don't know what the footnote warning means off the top of my head02:06
melwittso it might be faster if you do it02:06
* sean-k-mooney does not know if i shoudl he concerned that rendering the nova-specs repo takes longer then all of watchers docs...02:07
melwitthah. that's cause nova-specs renders everything from the beginning of time02:07
sean-k-mooneyan with that done its a perfect time to rememeber tha ton py39 we clamp to an older version of sphinx02:08
sean-k-mooneyon the plus side is this deffinly just a problem because a new version was released02:08
melwittgoes back to at least juno02:08
sean-k-mooneyi vagly remember the before times of the nova wiki02:10
sean-k-mooneyit was confusing when they were first being intoduced but it was a big imporvement in the end02:10
melwittoh yeah02:10
sean-k-mooneyso the problem seems to be that ehre are a missmatch in the number of footnotes defiend vs used.02:22
sean-k-mooneywe use a footnote by doing [#]_ allows use to not have to name the link02:22
sean-k-mooneywe define it by doing .. [#] <linke goes here>02:23
sean-k-mooneyif we look at /home/smooney/repos/nova-specs/doc/source/specs/queens/implemented/multi-attach-volume.rst:304: WARNING: Footnote [#] is not referenced. [ref.footnote]02:23
sean-k-mooneythere are 4 footnotes but only 3 are used in the doc02:23
melwittahhh02:24
sean-k-mooneyim going to head to bed but i can take a look in the morning assuming you dont get to it tonight02:24
sean-k-mooneyit shoudl be pretty simple to fix we just need to figure out where the extra one shoudl go and or delete it02:24
melwittok, seeya tomorrow o/02:24
zigoI upgraded to latest point release of Nova for both Antelope and Bobcat, in both case, when running unit tests, I get the OOM killer saying hello ...08:25
zigoAny clue what unit test is using so much RAM ?08:25
gibizigo: interesting we did not noticed that in the upstream gate. What are the memory limits in your env?08:32
zigoI run my jenkins package building with 8 GB of RAM.08:33
gibithanks I will try to check it in 8G VM then :)08:33
zigoThere's Jenkins itself taking a bit of RAM of course, but like 6 GB at least should be available for the unit tests, I'm guessing.08:33
zigoFYI, I've run latest point release exactly, not tip of stable branches.08:34
gibiwhat level of parallelism do you use in your env?08:34
zigoI have 4 VCPU, so I'm guessing, 4 threads for running tests.08:34
zigoWhen I look in "top" with the server being idle, I have only 1.2 GB used by my Jenkins env.08:35
zigoSo that's 6.8 GB available for building.08:35
gibiack08:37
fricklerzigo: the CI nodes also use only 8GB, so likely some other delta. can you share the complete oom and the test output? I assume this is on bookworm? we could try to test with that in CI instead of noble/jammy08:47
zigoYes, I'm running on Bookworm, with a chroot & sbuild.08:47
zigofrickler: It killed "java" (ie: my jenkins...), so you wont see anything in the OOM kill log.08:54
zigoThe build log, however, looks like in that conversion unit test thing...08:55
zigo 95.12% done, estimate finish Fri Nov  8 08:19:53 202408:55
zigo 97.02% done, estimate finish Fri Nov  8 08:19:53 202408:55
zigo 98.93% done, estimate finish Fri Nov  8 08:19:53 202408:55
zigoLooks like it's finishing the test, finishes to write stuff, and then OOM killer kicks in.08:55
zigoSo, this would likely be related to the new image inspector unit tests.08:58
gibizigo: I checked 27.3.0 and 27.5.1 with py39, 4 cores, and the unit test run in both cases takes a max of 1.7GB memory. 10:39
gibiso I did not see an increase in consumption10:39
zigogibi: Oh ok, thanks for the tests, I'm therefore not sure what happened, and will try to investigate.11:35
*** chuanm085 is now known as chuanm0815:11
opendevreviewBalazs Gibizer proposed openstack/nova stable/2023.2: Reproduce bug 2085975 in functional  https://review.opendev.org/c/openstack/nova/+/93430515:27
opendevreviewBalazs Gibizer proposed openstack/nova stable/2023.2: Route shared storage RPC to evac dest at startup  https://review.opendev.org/c/openstack/nova/+/93430615:27
opendevreviewBalazs Gibizer proposed openstack/nova stable/2023.2: [Stable-Only]Make CastAsCall configurable  https://review.opendev.org/c/openstack/nova/+/93443415:27
opendevreviewBalazs Gibizer proposed openstack/nova stable/2023.1: Reproduce bug 2085975 in functional  https://review.opendev.org/c/openstack/nova/+/93430815:30
opendevreviewBalazs Gibizer proposed openstack/nova stable/2023.1: Route shared storage RPC to evac dest at startup  https://review.opendev.org/c/openstack/nova/+/93430915:30
opendevreviewBalazs Gibizer proposed openstack/nova stable/2023.1: [Stable-Only]Make CastAsCall configurable  https://review.opendev.org/c/openstack/nova/+/93443515:30
*** chuanm087 is now known as chuanm0815:53
*** chuanm084 is now known as chuanm0816:01
*** haleyb is now known as haleyb|out16:17
opendevreviewJan Gutter proposed openstack/placement master: DNM -- testing fix in external PR  https://review.opendev.org/c/openstack/placement/+/92674318:58
opendevreviewRichard Gold proposed openstack/placement master: Use separate transaction in capacity check  https://review.opendev.org/c/openstack/placement/+/93445119:18
opendevreviewsean mooney proposed openstack/nova-specs master: fix footnote refernces  https://review.opendev.org/c/openstack/nova-specs/+/93449321:07
opendevreviewsean mooney proposed openstack/nova-specs master: fix footnote refernces  https://review.opendev.org/c/openstack/nova-specs/+/93449321:12
opendevreviewmelanie witt proposed openstack/nova-specs master: Re-propose config option for behavior of unset unified limits  https://review.opendev.org/c/openstack/nova-specs/+/93439121:31

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