| dmsimard[m] | yes, 1.7.5 has been released, you can remove the pin if you like | 01:44 |
|---|---|---|
| fungi | thanks dmsimard[m]! | 13:51 |
| opendevreview | Dmitriy Rabotyagov proposed openstack/project-config master: Stop publishing collection to PyPi https://review.opendev.org/c/openstack/project-config/+/978084 | 14:47 |
| *** dviroel is now known as dviroel_afk | 15:45 | |
| clarkb | testing limnoria channel logging after the container update | 16:56 |
| *** dviroel_afk is now known as dviroel | 17:01 | |
| opendevreview | Joaci Otaviano de Morais proposed openstack/project-config master: Add Netapp Storage App to StarlingX https://review.opendev.org/c/openstack/project-config/+/978113 | 17:54 |
| opendevreview | Leonardo Fagundes Luz Serrano proposed openstack/project-config master: Add meta-packages repo to StarlingX https://review.opendev.org/c/openstack/project-config/+/978124 | 18:34 |
| opendevreview | Joaci Otaviano de Morais proposed openstack/project-config master: Add Netapp Storage App to StarlingX https://review.opendev.org/c/openstack/project-config/+/978113 | 18:46 |
| opendevreview | Leonardo Fagundes Luz Serrano proposed openstack/project-config master: Add meta-packages repo to StarlingX https://review.opendev.org/c/openstack/project-config/+/978124 | 19:10 |
| haleyb | have a question about a job issue i'm having in the neutron unmaintained/2024.1 branch, it seems to be ignoring an override in the job definition and i don't know where to start. for example, this is the override | 19:12 |
| haleyb | - name: openstack/neutron-tempest-plugin | 19:12 |
| haleyb | override-checkout: 2024.1-last | 19:12 |
| haleyb | but in the build gmaan noticed this: | 19:12 |
| haleyb | LIBS_FROM_GIT=cinder,devstack,glance,keystone,neutron,neutron-tempest-plugin,nova,placement,requirements,swift,tempest | 19:12 |
| haleyb | the job eventually fails with a dependency issue since it can't use the latest code on that branch | 19:14 |
| haleyb | i don't know where to start looking to debug further | 19:14 |
| fungi | i believe devstack populates LIBS_FROM_GIT with any projects that are listed as required-projects in the job | 19:17 |
| fungi | i don't think overriding the checkout on a required project is incompatible with including it in LIBS_FROM_GIT | 19:19 |
| fungi | haleyb: if you have a link to the failing build result page in zuul, i can double-check what it checked out and hopefully we can see if it got undone by some other step in the job | 19:21 |
| haleyb | fungi: https://zuul.opendev.org/t/openstack/build/a9774c9e6a21496396abe084a5307110/log/job-output.txt is the output, is that good? | 19:24 |
| fungi | looks like we have a temporary regression in yaml indent rendering, but the first thing to check is https://zuul.opendev.org/t/openstack/build/a9774c9e6a21496396abe084a5307110/log/zuul-info/inventory.yaml#1047-1056 which does indicate it checked out 2024.1-last a.k.a. commit 6cac8c82e4916743d144a5a40aa78b21cdab13ce | 19:26 |
| haleyb | fungi: strange since later in the run it shows 3.0.0 | 19:29 |
| fungi | https://zuul.opendev.org/t/openstack/build/a9774c9e6a21496396abe084a5307110/log/job-output.txt#2113 shows devstack cloning from that cache into /opt/stack/neutron-tempest-plugin and still being at the same commit | 19:31 |
| fungi | 6cac8c8 Merge "Add hacking check to the pre-commit configuration" | 19:31 |
| opendevreview | Joaci Otaviano de Morais proposed openstack/project-config master: Add Netapp Storage App to StarlingX https://review.opendev.org/c/openstack/project-config/+/978113 | 19:31 |
| haleyb | https://zuul.opendev.org/t/openstack/build/a9774c9e6a21496396abe084a5307110/log/job-output.txt#20574 shows trying to use 3.0.0, maybe in a different venv? | 19:34 |
| fungi | yeah, slightly earlier than that it looks like it installs into venv-tempest and reports as 3.0.0: https://zuul.opendev.org/t/openstack/build/a9774c9e6a21496396abe084a5307110/log/job-output.txt#20564-20571 | 19:37 |
| fungi | `venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.9lWKzlkItT /opt/stack/neutron-tempest-plugin` | 19:38 |
| opendevreview | Leonardo Fagundes Luz Serrano proposed openstack/project-config master: Add meta-packages repo to StarlingX https://review.opendev.org/c/openstack/project-config/+/978124 | 19:38 |
| fungi | so some point before that, /opt/stack/neutron-tempest-plugin is getting reset i guess? | 19:38 |
| haleyb | fungi: above my pay grade, never had to dive this deep in zuul | 19:39 |
| fungi | this is less about zuul, mostly down to devstack magic behaviors | 19:39 |
| haleyb | magic is not something i like to hear | 19:40 |
| frickler | commit 6cac8c82e4916743d144a5a40aa78b21cdab13ce (tag: 3.0.0, tag: 2024.1-last) | 19:45 |
| frickler | so that's the same thing? | 19:45 |
| fungi | ah, it is yes | 19:46 |
| haleyb | shouldn't be, wtf | 19:46 |
| fungi | haleyb: https://opendev.org/openstack/releases/src/commit/111d5dac54c121a597c7d98211693b448a18600d/deliverables/caracal/neutron-tempest-plugin.yaml#L21-L24 | 19:47 |
| haleyb | Tagging '2024.1-last' with the same hash as existing | 19:48 |
| haleyb | flamingo 3.0.0 version (as there is no functional change | 19:48 |
| haleyb | after that). | 19:48 |
| haleyb | fungi: that is probably the issue, as that version requires a later neutron-lib, i'll try and older 2.x.0 tag | 19:50 |
| haleyb | fungi: and thanks for noticing that, i didn't think to check | 19:50 |
| fungi | haleyb: yeah, that was https://review.opendev.org/c/openstack/releases/+/966385 from gmaan | 19:50 |
| fungi | well, frickler was the one to notice the tags were for the same commit | 19:51 |
| haleyb | alright, so i owe two people beers now :) | 19:51 |
| gmaan | ah thanks frickler. and we were wondering why it is taking latest | 19:52 |
| gmaan | haleyb: let shift chat to neutron channel I think we can find the compatible version and test 2024.1 | 19:53 |
| haleyb | gmaan: ack | 19:53 |
| gmaan | I think the FF and gate making my brain slow | 19:54 |
| opendevreview | Joaci Otaviano de Morais proposed openstack/project-config master: Add Netapp Storage App to StarlingX https://review.opendev.org/c/openstack/project-config/+/978113 | 20:01 |
| opendevreview | Leonardo Fagundes Luz Serrano proposed openstack/project-config master: Add metapackages repo to StarlingX https://review.opendev.org/c/openstack/project-config/+/978124 | 20:12 |
| opendevreview | Leonardo Fagundes Luz Serrano proposed openstack/project-config master: Add metapackages repo to StarlingX https://review.opendev.org/c/openstack/project-config/+/978124 | 20:21 |
| fungi | ivan anfimov has been e-mailing me directly about translation update failures like https://zuul.opendev.org/t/openstack/build/2738632e41ef4fc09dabdfbbd1e9647f where trove-dashboard depends on enmerkar which fails trying to import pkg_resources | 21:10 |
| fungi | how did projects address this sort of problem for other jobs? | 21:10 |
| clarkb | fungi: looks like only horizon and projects relying on horizon may rely on that dep specifically? It is possible iwth the other issues horizon has had that they haven't addressed it yet? | 23:20 |
| fungi | yeah, it's something used to bridge django with babel | 23:21 |
| fungi | so translation and web specific | 23:21 |
| clarkb | the tool doesn't look particularly maintained | 23:21 |
| fungi | right, 5 years since last commit merged, 7 since last release | 23:22 |
| clarkb | https://github.com/Zegocover/enmerkar last commit is 5 years ago | 23:22 |
| clarkb | this might be a situation where a separately packaged pkg_resources would be useful | 23:22 |
| fungi | and there's a pr up for it to fix the problem for 3 days, i expect nobody is around to approve it | 23:22 |
| clarkb | bad idea: I wonder if pbr could provide pkg_resources if it isn't importable already. But I'm not sure how to manipulate the import machinery to make that conditional | 23:25 |
| clarkb | (and I don't think we should make pbr more complicated here for the record) | 23:25 |
Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!