Wednesday, 2021-12-29

prometheanfireis it possible to get a git-review release so the rebase-merges fix is in a tag (packaging git-review)?03:19
*** bhagyashris is now known as bhagyashris|ruck04:42
fungiprometheanfire: https://lists.opendev.org/pipermail/service-announce/2021-November/000028.html04:48
fungiwill that suffice?04:49
prometheanfirefungi: it does, I missed that 2.2.0 wasn't in https://docs.opendev.org/opendev/git-review/latest/releasenotes.html04:50
prometheanfireI thought I remembered it being discussed around that time, so was confused :D04:51
fungiyeah, the docs only get republished after a change merges, and we haven't merged any new changes since that tag was pushed04:51
fungiwe could try to address that by making it safe to also run the docs job on tag events04:52
* prometheanfire shrugs, 2.2.0 in tree now (packaged)04:54
prometheanfireI packaged 9999 (git master in the mean time)04:54
prometheanfirepull.ff behavour in git changed too, not possible for me to do pull.ff=only when I used to04:54
fungi`git pull --ff-only` has ceased working?04:57
prometheanfireseems like it, I wonder if it's because of signed commits05:00
prometheanfirewill have to test that next05:00
prometheanfireit's not like gentoo's tree actually has merge commits05:01
prometheanfirelooks like https://github.com/git/git/commit/7d0daf3f12f87799a3b3f524933ef6c15d1f28c3 is what I hit05:25
opendevreviewSunyeop Lee proposed opendev/git-review master: Fix CommandFailed.__str__  https://review.opendev.org/c/opendev/git-review/+/82313006:34
opendevreviewSunyeop Lee proposed opendev/git-review master: Fix CommandFailed.__str__  https://review.opendev.org/c/opendev/git-review/+/82313006:34
ykarelprometheanfire, hi08:32
ykarelcan u check https://review.opendev.org/c/openstack/requirements/+/82312808:33
ykareli also commented on other patch about the issue https://review.opendev.org/c/openstack/requirements/+/82312208:34
ykarelmay be u can suggest how to clear it with devstack patch failing08:34
*** ykarel is now known as ykarel|lunch09:50
*** ykarel|lunch is now known as ykarel11:16
ykarelif cores around, need reviews on https://review.opendev.org/c/openstack/requirements/+/823128 to clear gates12:52
*** ykarel is now known as ykarel|afk13:42
*** ykarel|afk is now known as ykarel13:53
opendevreviewDr. Jens Harbott proposed openstack/diskimage-builder master: Remove extra if/then/else construct in pip element  https://review.opendev.org/c/openstack/diskimage-builder/+/82222415:44
prometheanfireykarel: I see the first merged, so that's good, do you know of an upstream bug to track for paramiko breakages?16:43
ykarelprometheanfire, frickler created https://github.com/paramiko/paramiko/issues/196116:43
prometheanfirecool, thanks16:43
*** ykarel is now known as ykarel|away17:08
fricklermore release fun, tox 3.24.5 just out and seemingly failing jobs https://pypi.org/project/tox/#history https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_5de/773574/16/check/designate-bind9/5de8e2f/job-output.txt19:58
fungioh neat20:02
fricklerlikely also a bug from neutron/devstack to just install tox without enforcing a sensible lower version20:04
fungitox.ConfigError: ConfigError: substitution 'env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master': 'UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master' not found in environment20:04
fricklerfungi: yes, seems that is what you get from tox 1.11.0 instead anything recentish20:07
fungiahh, so something is causing newer versions to fail to install and pip winds up settling on an older one instead?20:07
fungithe changelog for the new release is just "Fixed an issue where usedevelop would cause an invocation error if setup.py does not exist."20:09
fricklerfungi: yes, see the first matches for "tox" in that log. starting with + lib/neutron_plugins/ovn_agent:install_ovn:361 :   pip_install tox20:09
fungicould it be the new setuptools (60.1.1)?20:11
fungi#2980: Bypass distutils loader when setuptools module is no longer available on sys.path.20:12
fungiaha! virtualenv 20.11.2 Released: about 9 hours ago20:13
fungi20.11.1 was also released today20:15
fungi20.11.0 yesterday20:15
fungiwhich upped the vendored copy of setuptools from 58.x to 60.x20:15
fungii have a feeling that's it20:15
fungiv60.0.0 Breaking Changes: Setuptools once again makes its local copy of distutils the default. To override, set SETUPTOOLS_USE_DISTUTILS=stdlib.20:16
fungiv59.0.0 Breaking Changes: Started failing on invalid inline description with line breaks ValueError20:17
eanderssonNot able to easily reproduce it locally20:26
fricklerthere are also jobs passing that installed tox 3.24.5 successfully, so I still think our mirrors are involved20:28
fricklerhopefully this will resolve itself once the 1h cache timeout is reached20:29
fungioh, suspecting we got served a fallback view of pypi in some places which was missing some necessary recent dependency for it?20:38
fricklerfungi: yes, in the log pip downloads the correct tox wheel, starts working through the dependencies, has a few comments about needing some time, and finally goes down through all tox versions until it finds one that has next to no dependencies20:50
fricklerin the end it is just "Successfully installed py-1.11.0 tox-1.1"20:51

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