| @gthiemonge:matrix.org | it seems that a new release of tox is impacting all the jobs | 07:05 |
|---|---|---|
| @permesilo:matrix.org | Hi, I'm getting an 'Email already in use' error when logging in with Ubuntu One. I previously deleted my account and recreated it. Can someone help me with the account conflict? | 09:02 |
| email: sehun.jeong@samsung.com | ||
| -@gerrit:opendev.org- Dmitriy Rabotyagov proposed: [zuul/zuul-jobs] 979136: Replace --showconfig with config https://review.opendev.org/c/zuul/zuul-jobs/+/979136 | 09:54 | |
| -@gerrit:opendev.org- Dmitriy Rabotyagov proposed: [zuul/zuul-jobs] 979136: Replace --showconfig with config https://review.opendev.org/c/zuul/zuul-jobs/+/979136 | 09:54 | |
| @zigo-debian:matrix.org | Hi there! We don't have a nodeset: debian-trixie do we?!? | 09:54 |
| @zigo-debian:matrix.org | What's the way to create it? | 09:55 |
| @mnasiadka:matrix.org | zigo-debian: the new nodesets have a memory capacity suffix, see https://opendev.org/opendev/zuul-providers/src/branch/master/zuul.d/nodesets.yaml | 10:14 |
| @zigo-debian:matrix.org | Oh, thanks ! | 10:14 |
| @mnasiadka:matrix.org | Or just define a project level nodeset like in devstack - see https://opendev.org/openstack/devstack/src/commit/961ef8a5a2d9303347d24a10769d339c5841a059/.zuul.yaml#L71 | 10:16 |
| -@gerrit:opendev.org- Eduardo Alberti proposed on behalf of Hediberto Cavalcante da Silva: [openstack/project-config] 970439: Add LVM CSI App to StarlingX https://review.opendev.org/c/openstack/project-config/+/970439 | 11:03 | |
| -@gerrit:opendev.org- Stephen Finucane proposed: [zuul/zuul-jobs] 979139: tox-siblings: Use tox config command https://review.opendev.org/c/zuul/zuul-jobs/+/979139 | 11:48 | |
| -@gerrit:opendev.org- Eduardo Alberti proposed on behalf of Hediberto Cavalcante da Silva: [openstack/project-config] 970439: Add LVM CSI App to StarlingX https://review.opendev.org/c/openstack/project-config/+/970439 | 12:11 | |
| -@gerrit:opendev.org- Dmitriy Rabotyagov proposed: [zuul/zuul-jobs] 979136: Replace --showconfig with config https://review.opendev.org/c/zuul/zuul-jobs/+/979136 | 15:55 | |
| -@gerrit:opendev.org- Dmitriy Rabotyagov proposed: [zuul/zuul-jobs] 979136: Replace --showconfig with config https://review.opendev.org/c/zuul/zuul-jobs/+/979136 | 15:56 | |
| @clarkb:matrix.org | I don't think that Gerrit allows normal users to delete accounts (and even admin "deletions" are not a proper delete). Can you explain what you mean by deleting your account and recreating it? | 16:02 |
| I suspect that what has happened is you have an existing account with that email address in Gerrit and are now trying to login with a different Ubuntu One OpenID which has the same email address. Gerrit will try to create a new account since the openid is different then fail because a different gerrit account is already associated with that email address. | ||
| Usually the two options we have are for you to log in with the old openid if possible and continue as before. Or we have to disable your old Gerrit account and remove the associated email address from it allowing a new account to be created with that email address. It would be good if you can clarify what you mean by deleting the account and whether or not you can login using the old openid | ||
| @fungicide:matrix.org | yeah, i read that as "deleted my launchpad (ubuntuone sso really) account and created a new one" which would indeed lead to the described problem | 16:08 |
| @harbott.osism.tech:regio.chat | Dmitriy Rabotyagov: `Version comparison failed: '<' not supported between instances of 'str' and 'int'` I'm not sure what the right fix is. `s/'4'/4/` probably? | 16:13 |
| -@gerrit:opendev.org- Dmitriy Rabotyagov proposed: [zuul/zuul-jobs] 979136: Replace --showconfig with config https://review.opendev.org/c/zuul/zuul-jobs/+/979136 | 16:14 | |
| @noonedeadpunk:matrix.org | Jens Harbott: I am kinda confused there | 16:16 |
| @noonedeadpunk:matrix.org | As in "sandbox" it "just works" | 16:16 |
| @noonedeadpunk:matrix.org | but also on ansible-core 2.19... | 16:16 |
| @fungicide:matrix.org | i wonder if they changed integer detection in later versions | 16:17 |
| @noonedeadpunk:matrix.org | at least in format of | 16:17 |
| ``` | ||
| - hosts: localhost | ||
| vars: | ||
| tox_executable: ~/.virtualenvs/python3.10/bin/tox | ||
| tasks: | ||
| - name: Detect tox version | ||
| command: "{{ tox_executable }} --version" | ||
| register: _tox_version | ||
| - debug: | ||
| msg: "{{ (_tox_version.stdout | split(' ') | first is version('4', '<')) }}" | ||
| ``` | ||
| @fungicide:matrix.org | i'm popping out for a quick lunch, back shortly | 16:17 |
| @noonedeadpunk:matrix.org | yeah, potentially. And it seems it converts `'4'` to int | 16:17 |
| @noonedeadpunk:matrix.org | but also I have a feeling it might be vice versa... | 16:20 |
| -@gerrit:opendev.org- Dmitriy Rabotyagov proposed: [zuul/zuul-jobs] 979136: Replace --showconfig with config https://review.opendev.org/c/zuul/zuul-jobs/+/979136 | 16:21 | |
| @clarkb:matrix.org | I remain convinced that pickign a time to rip the bandaid off and convert everything to nox would be less pain and effort in the long run | 16:22 |
| @clarkb:matrix.org | The problem is we're only ever looking at the tox problems when we need to fix them now so we do this instead of a global replacement | 16:22 |
| @noonedeadpunk:matrix.org | It's been 4 years now since 4.0 release, and we never fixed since then | 16:22 |
| @clarkb:matrix.org | we have had multiple different issues since 4 broke the world | 16:23 |
| @noonedeadpunk:matrix.org | So it's not we're having new problems, we're failing to catch up with upgrade | 16:23 |
| @noonedeadpunk:matrix.org | so how another upgrade makes it better... | 16:23 |
| @clarkb:matrix.org | tox writes its own package installation tooling and we've had mismatches in behavior between build/pip and tox | 16:23 |
| @clarkb:matrix.org | I think ^ is the major issue imo. Since you get different behavior with standard tools and with tox | 16:24 |
| @clarkb:matrix.org | but the semi regular break things for no good reason is also problematic | 16:24 |
| @noonedeadpunk:matrix.org | well, I can't really blame for breaking behavior which has been deprecated years ago | 16:25 |
| @noonedeadpunk:matrix.org | about installation tooling - I can agree there | 16:25 |
| @noonedeadpunk:matrix.org | but it's a completely different topic to discuss | 16:25 |
| @clarkb:matrix.org | why not? there is no real difference between --showconfig and config and it is trivial to manage both. Also dropping it in a .1 release is a problemt oo | 16:26 |
| @clarkb:matrix.org | fwiw I have similar complaints with setuptools. For whatever reason people maintaining these central tools don't seem to understand that the unfortunate realtiy of being in that position is maintaining compatibilty for far longer than anyone wants to | 16:26 |
| @noonedeadpunk:matrix.org | well, one is covered with tests, other is not - at least that is a difference | 16:27 |
| @clarkb:matrix.org | I understand this I help maintain pbr and we do a good job there imo and it really isn't that difficult. It still supports python2.7 | 16:27 |
| @clarkb:matrix.org | because if we dropped python2.7 yaer old swift installations would suddenly break and I don't think that is fair to anyone running swift | 16:27 |
| @noonedeadpunk:matrix.org | I don't think there was intention to break it. | 16:28 |
| @noonedeadpunk:matrix.org | But again - hard to blame for missing tests for smth marked as deprecated | 16:28 |
| -@gerrit:opendev.org- Dmitriy Rabotyagov proposed: [zuul/zuul-jobs] 979136: Replace --showconfig with config https://review.opendev.org/c/zuul/zuul-jobs/+/979136 | 16:32 | |
| -@gerrit:opendev.org- Dmitriy Rabotyagov proposed: [zuul/zuul-jobs] 979136: Replace --showconfig with config https://review.opendev.org/c/zuul/zuul-jobs/+/979136 | 16:35 | |
| @noonedeadpunk:matrix.org | ok, I think it should work now | 16:36 |
| @noonedeadpunk:matrix.org | I am just surprised that warnings are printed to stdout rather the stderr... | 16:36 |
| @clarkb:matrix.org | zuul by default combines stdout and stderr | 16:36 |
| @clarkb:matrix.org | there is a flag to split them and the goal is to make that the default eventually, but it is a potentially big change | 16:37 |
| @clarkb:matrix.org | (they could still be writing to stdout I'm not sure just wanted to clarify that zuul does combine them by default iirc) | 16:38 |
| @jim:acmegating.com | yeah, any job you can enable that on now makes it more future-proof | 16:38 |
| -@gerrit:opendev.org- Elod Illes proposed: [openstack/project-config] 979312: Cap tox<4.48.0 for tox-cover https://review.opendev.org/c/openstack/project-config/+/979312 | 16:43 | |
| -@gerrit:opendev.org- Elod Illes proposed: [openstack/project-config] 979312: Cap tox<4.48.0 for publish-tox-docs-releases https://review.opendev.org/c/openstack/project-config/+/979312 | 16:45 | |
| @noonedeadpunk:matrix.org | ok, so it's passing now | 16:46 |
| @noonedeadpunk:matrix.org | having `--quiet` was actually a key | 16:47 |
| -@gerrit:opendev.org- Zuul merged on behalf of Dmitriy Rabotyagov: [zuul/zuul-jobs] 979136: Replace --showconfig with config https://review.opendev.org/c/zuul/zuul-jobs/+/979136 | 17:06 | |
| @clarkb:matrix.org | fungi: looks like the smaller backup server is at 95% full. I'm still not into the infra root email after the hosting change. Can you check if alters are going there? I'm going to work on pruning the server now so that we don't fill up | 19:11 |
| @fungicide:matrix.org | i'll take a look | 19:16 |
| @fungicide:matrix.org | after filtering out the gerrit-generated noise (ndrs and change notifications), i don't see any new backup failures reported since 2026-02-22 | 19:19 |
| @clarkb:matrix.org | fungi: this would be the utilization warning from the backup server not the backup failure messages from the actual service nodes | 19:21 |
| @clarkb:matrix.org | I mostly want to make sure we're still getting them and not losing them to the new spam filter or similar rule checks | 19:21 |
| @fungicide:matrix.org | oh, right, nevertheless no notification for that has arrived... oh i should check spam | 19:27 |
| @fungicide:matrix.org | mmm, 34k spam messages. this will take a few minutes | 19:27 |
| @fungicide:matrix.org | closer to 35k actually | 19:28 |
| @fungicide:matrix.org | looks like that's been right at two weeks since i last cleared it out, so we're accumulating a little over 100/hr | 19:30 |
| @clarkb:matrix.org | maybe we laso need to check exim on the backup server | 19:37 |
| @fungicide:matrix.org | after a few different patterns to delete vastly more bounce notifications and gerrit messages, we're down to 5 actual spam messages, and 5 backup volume usage notifications | 19:40 |
| @fungicide:matrix.org | so the spam classification rate of gmail is somewhere around 0.01% accurate for us | 19:41 |
| @fungicide:matrix.org | (i moved the backup notifications to the inbox) | 19:42 |
| @clarkb:matrix.org | ok pruning is done now too and we're down to 75% utilization | 19:42 |
| @clarkb:matrix.org | slowly creeping up each time we run the pruning | 19:42 |
| @fungicide:matrix.org | fwiw, the latest one from today put the volume usage at 93%, looks like it's growing around 1%/day over the past 4 days | 19:43 |
| @clarkb:matrix.org | logs are in the typical location | 19:43 |
| @fungicide:matrix.org | i'll try to remember to check the spam folder regularly now | 19:43 |
| @clarkb:matrix.org | I haev a change up to purge some backups. I'll make a note to followup and maybe actually get that done on monday | 19:43 |
| @fungicide:matrix.org | sounds great | 19:44 |
| @clarkb:matrix.org | I have to pop out shortly for an in person lf activity so today isn't good for that | 19:44 |
| @fungicide:matrix.org | enjoy activitying! | 19:44 |
Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!