Wednesday, 2024-02-28

clarkbfungi: left a response to one of your comments on the git-review change that are probably worth checking before you make any updates00:26
clarkbjust to make sure we're on the same page as far as corner case handling needs go00:26
opendevreviewTakashi Kajinami proposed openstack/project-config master: Retire puppet-sahara: End Project Gating  https://review.opendev.org/c/openstack/project-config/+/91045201:54
opendevreviewTakashi Kajinami proposed openstack/project-config master: Retire puppet-sahara: Remove Project from Infrastructure System  https://review.opendev.org/c/openstack/project-config/+/91045502:01
tkajinamI wonder if anyone has idea about the failure in https://zuul.opendev.org/t/openstack/build/285ea9b517304061ab37510a9b850a49 ?02:14
tkajinamsubprocess.CalledProcessError: Command '/bin/bash -c "mkdir -p /afs/.openstack.org/docs/releasenotes/trove/ && /usr/bin/rsync -rtp --safe-links --delete-after --out-format='<<CHANGED>>%i %n%L' --filter='merge /var/lib/zuul/builds/285ea9b517304061ab37510a9b850a49/work/tmp/tmpa5slxi7n' /var/lib/zuul/builds/285ea9b517304061ab37510a9b850a49/work/docs/ /afs/.openstack.org/docs/releasenotes/trove/"' returned non-zero exit status 23.02:14
tonybtkajinam: I think the root cause is https://zuul.opendev.org/t/openstack/build/285ea9b517304061ab37510a9b850a49/log/job-output.txt#154-155 ... Why the appropriate target dirs don't exist I don't know03:47
tonybError 23 from rsync means "Partial transfer due to error"03:47
tkajinamthe file is not present in trove itself and I guess it comes from openstackdocstheme03:49
tkajinamI wonder if we can rerun that task somehow to see if that is a transient problem (like short network glitch).03:49
tkajinamor probably we can leave it for now and see it when we create rc release ?03:50
tonybtkajinam: I believe I can re-enqueue that job, but I've never done it before.  So I'd like to check with another infra-root for possible side-effects03:51
tonybtkajinam: So it can be done tomorrow, and/or whenenver the next patch lands that has a releasenote03:53
tkajinamtonyb, ok, thanks. it's not urgent. It may be enough if we can agree that the problem is likely a transient one, and we can look into it in detail if the same problem is reproduced again.03:56
tonybtkajinam: Okay.  I'll let you know what (if anything happens)03:57
tkajinamtonyb, ack. thanks again :-)03:58
fricklertonyb: tkajinam: that type of failure does happen if two releasenote jobs for the same project run in parallel. see https://zuul.opendev.org/t/openstack/build/49d09944f27948e7bb12c77049fdc643 which ran at the same time06:15
fricklerin general the issue should resolve once the next releasenote update is pushed, since the whole content gets regenerated06:16
tkajinamfrickler, ah, ok. that makes very clear sense07:07
tkajinamI see a stable/zed patch was merged along with that master patch in a short span so that was the trigger of the collision, I guess07:08
tonybfrickler: Thanks07:13
fricklertonyb: if you still have a moment, https://review.opendev.org/c/openstack/project-config/+/910270 would unblock further tripleo retirement07:43
tonybfrickler: Looking.08:15
tonybfrickler: Are there docs on setting up my account so I can do AFS quota bumps?08:16
fricklertonyb: https://docs.opendev.org/opendev/system-config/latest/afs.html but as I said some time ago not sure how up to date that is08:24
opendevreviewMerged openstack/project-config master: Retire TripleO: remove project from infra  https://review.opendev.org/c/openstack/project-config/+/91027008:31
tonybfrickler: Okay thanks.  I'll work through that.08:32
noonedeadpunkhey folks, I've spotted a weird thing is happening with gerrit for some time, ragarding Owner/Author/Committer fields.09:09
noonedeadpunkLike I'm pretty sure, that Owner was representing a Gerrit user, Author (or Commutter) was whatever is in commit itself09:10
noonedeadpunkThis way it was possible to distinguish organisation/personal/etc commits, depending on what's in your local git config for the repo09:10
noonedeadpunkBut now it's all just gerrit users09:11
noonedeadpunkIe https://review.opendev.org/c/openstack/election/+/910476 - my local `git history` looks correct/different : https://paste.openstack.org/show/bhr9EfFlkE3Koh3wsSfA/09:11
noonedeadpunkSo basically commit author is not respected anymore, which is weird/confusing/bug?09:12
noonedeadpunkand ofc if I donwload patch from gerrit, I still see right author.09:13
tonybThey look the same to me?  the review you posted has the same address the paste you shared?09:13
noonedeadpunkso feels like a bug I guess....09:13
noonedeadpunkum....09:14
noonedeadpunkSo you see author as <dmitriy.rabotyagov@cleura.com> ?09:14
tonybnoonedeadpunk: Yes09:14
noonedeadpunklol09:14
noonedeadpunkhttps://ibb.co/5YZyzBN09:15
noonedeadpunkall 3 fields for my view looks same and like this09:16
noonedeadpunkso defenitely a bug in gerrit...09:16
tonybhttps://ibb.co/QJ2dPxD09:16
noonedeadpunkyeah, ok09:17
noonedeadpunkthanks for checking on that09:17
noonedeadpunknow it's at least a bit more clear09:17
tonybnoonedeadpunk: It's probably due to changes gerrtt made to 'hide' secondary addresses.  gerrot will now only show/search with primary addresses09:17
noonedeadpunkyeah, probably. but it's weird still, as confuses patch owner a lot kinda09:18
noonedeadpunklike having different view for all ppl and owner is not perfect change...09:18
noonedeadpunkanyway09:18
noonedeadpunkgood it preserves information09:18
tonybnoonedeadpunk: Yeah If the root cause matches my hunch it's a little annoying09:20
noonedeadpunkoh wait... does it mean that contribution stats per organization can be borked now?09:20
noonedeadpunklike if think about contractors that might perform work for hire for different orgs09:20
noonedeadpunkbut probavbly bitegria does not care much about gerrit...09:24
noonedeadpunkand in git author is stored correctly09:25
noonedeadpunkyeah, so slightly annoying, but should not break anything for real09:25
noonedeadpunkok, cool, thanks for helping out!09:25
fricklernoonedeadpunk: tonyb: there was some discussion about this some days ago. iirc there was a related change in gerrit to make secondary addresses more private, since they are not intended to be shown to the public. so the view changes when the account owner is logged in (and thus has access to those addresses and gerrit can all associate them to the same account) vs. for other users09:43
noonedeadpunknow it's slightly vice versa. Also it's kind of pointless to hide an email, that will be published as commit author later on09:57
frickleriiuc the effect is not to hide the email itself, but its association with your account. but I'm also not trying to defend that change, maybe clarkb wants to take this up with the gerrit community10:02
noonedeadpunkBut um... You still have change-id in the commit msg... Or it's only git-review thingy?10:03
noonedeadpunkAs  Iguess not?10:03
noonedeadpunkSo you kinda take Change-ID, go to gerrit and voila...10:03
noonedeadpunkAnyway10:03
fungii think it's only semi-intentional on gerrit's part12:57
fungibasically, there is an (admin) permission to be able to see the secondary addresses associated with an account12:57
fungiwhen a non-administrator looks at a change that mention's someone else's secondary address, the gerrit webui operating as the other user is unable to query the account associated with that address due to lack of permission12:59
fungithis is similar to how, if a non-admin user looks at a project acl in the gerrit webui, it only shows them the parts of the acl which grant permissions to them because the ui is operating as that user and can only successfully query things that user can access13:01
Clark[m]Yes, I believe the motivation is to avoid leaking account details since you can push a change with arbitrary authorship info and use that to brute force info out of Gerrit. The commit change id to Gerrit change mapping doesn't change this14:32
Clark[m]Gerrit is unlikely to change this behavior as a result. They would likely tell us to give registered users read access to secondary emails. But they removed that intentionally and my inclination is to be cautious there14:33
clarkbI'm going to approve the gitea 1.21.7 upgrade if there are no objections in the next few minutes16:08
fungisounds great, i'll be around16:12
clarkbgitea change has been approved16:21
fungithanks16:24
clarkbI'm going to approve the change to remove debian buster nodesetse now17:08
clarkbfrom opendev/base-jobs17:08
fungigo for it17:08
opendevreviewMerged opendev/base-jobs master: Drop debian-buster nodesets  https://review.opendev.org/c/opendev/base-jobs/+/91001517:18
clarkbhttps://review.opendev.org/c/openstack/project-config/+/910030 should be ready for review/approval as soon as zuul reports back now that ^ has merged17:21
clarkbthere are no debian-buster nodes in nodepool according to nodepool list17:22
clarkbwe should be good to drop the image uploads and then when those are cleaned up drop the image builds entirely17:22
fricklernoticed in the devstack propose-updates job that https://opendev.org/x/fuel-plugin-onos is giving a 500, maybe someone can have a look in gitea?17:23
clarkbfrickler: can you link to the failure?17:24
fricklerhttps://zuul.openstack.org/build/be70a176e27e45c5acb34d259c659237 for example. the main issue is just the 500 response for the above url though17:25
clarkbya but jobs should never talk to gitea?17:25
clarkbI guess there are two problems here 1) why is that a 500 in gitea and 2) why is the job talking to gitea17:25
fricklerthis one does, because it checks all existing repos for content iiuc. might be possible to rewrite, but that has been in place for 8 years or so17:26
fricklerthis is the tool https://opendev.org/openstack/devstack/src/branch/master/tools/generate-devstack-plugins-list.py17:27
clarkbfrickler: ...ules/context/repo.go:682:RepoAssignment() [E] SyncRepoBranches: Error 1062 (23000): Duplicate entry '1057-Kilo' for key 'UQE_branch_s'17:29
fricklerlooking at the job history this has actually been going on since early january17:29
fricklerso some kind of repo corruption?17:30
clarkbAt least as far as gitea is concerned yes. I'm cloning the repo and it hasn't failed yet so  Ithink git may be ok with it17:30
clarkbcould be something like a tag and a branch with the same name or something like that which is technically valid but may make gitea unhappy?17:31
clarkbfuel has been dead for years at this point. I'm not sure we shoukld invest much time in fixing this17:31
clarkba cloned copy of the repo checks out clean with `git fsck --verbose --strict`17:34
clarkblooking at the gitea source code it is trying to sync the branches in the git repo with the branches known in the database17:37
clarkbthe error 1062 is a mysql/mariadb error17:37
clarkbif I had to guess the db became more strict about duplicate entries in rows either as a result of mysql/mariadb upgrades over time or for gitea schema updates17:38
clarkbI don't know that I'm going to live debug the database right now. But if others want to poke at it I don't have objections17:40
fungii wonder if there are other repos with the same issue17:44
clarkbcan probably determine that with a db query once the table structure is better understood17:46
clarkbya 1062 occurs when a duplicate value is added to a unique column17:48
fungimaybe the schema is wrong and that column shouldn't be flagged unique17:49
clarkbthat could be too. Or it was a new restriction that wasn't enforced until recently17:50
clarkb6e19484f4d3bf372212f2da462110a1a8c10cbf2 in gitea from end of june 2023 introduced branch synching into the db to reduce the number of git operations required17:55
clarkbso this is relatively new functionality in gitea17:55
clarkbI guess it isn't super surprising that there are bugs in new features17:56
clarkbthe error message is interesting because it almost looks like a projectid-branchname pair17:56
clarkbwhich maybe points to an index?17:56
clarkbok I think maybe this could explain it: //git's ref-name is case-sensitive internally, however, in some databases (mssql, mysql, by default), it's case-insensitive at the moment17:57
clarkbremotes/origin/Kilo and remotes/origin/kilo exist in that repo17:57
clarkbfrickler: ^ fyi I'm like 99% sure that is the issue17:57
clarkbalso lol17:58
clarkbthey could've made the db table column case sensitive17:58
clarkbso ya this is a bug in gitea17:58
fungihilarious18:00
clarkbI'll file a bug later today when I get over the "this is just bad" feeling I currently have around it18:01
opendevreviewMerged opendev/system-config master: Upgrade gitea to 1.21.7  https://review.opendev.org/c/opendev/system-config/+/90994118:01
clarkbI feel like this is the sort of thing where strong code review culture pushes back and says no you can't merge this as is you haev to address the fundamental issue you've already identified18:05
clarkbthe hourly jobs are running and when those are complete we should do a rolling upgrade of gitea18:05
clarkblooks like newer changes to gitea enforce the branch to db synchronization as git push time18:06
clarkbwhcih means new instances of this issue would likely lead to failed syncs to gitea18:06
clarkbthe instance frickler identified is from way way back though so we get this behavior instead. Both are suboptimal18:06
clarkbgitea deployments should start soon. The hourly jobs are just finishing up18:19
fricklercase handling issue, nice. also regarding the "is this still needed" question: do we want to define a policy to be able to drop seemingly unused content? how would we identify that? how would we archive repos? tarball of .git?18:30
opendevreviewJames E. Blair proposed zuul/zuul-jobs master: prepare-workspace-git: Add ability to define synced pojects  https://review.opendev.org/c/zuul/zuul-jobs/+/88791718:31
clarkbfrickler: my question was more along the lines of "the git repo is still there and is accessible, the only thing that doesn't work is fancy rendering of the contents"18:31
clarkbfrickler: I think we can live with that for repos in this situation18:31
fricklerthe start of the issue matches with when we upgraded gitea from 1.20 to 1.21 https://review.opendev.org/c/opendev/system-config/+/89767918:34
clarkbfrickler: ya  Ithink that is because this db table was added in june 202318:35
clarkband so didn't end up in a gitea release until 1.1218:35
clarkb*1.2118:35
clarkbthe giteas have upgraded and they look good from the web ui side18:36
clarkbI have also successfully cloned system-config against the updated servers18:36
fungii think i'd be hard-pressed to come up with a metric for determining when a repo is no longer of historical interest18:36
frickleryeah, that's my issue, too, but seems I just misunderstood the "not sure we shoukld invest much time in fixing this" comment18:38
clarkbright I wasn't suggesting we remove that content. I was saying the functionality that exists is sufficient for retired repos.18:38
clarkbnot ideal but sufficient18:38
fricklerI guess I'll just put a skip for the specific repo into the devstack script then for now18:39
clarkbfrickler: I think all retired repos can be skipped18:40
clarkband should be?18:40
clarkbthere isn't anything we can propose to those repos at this point as they should be read only18:40
clarkbzuul is happy with https://review.opendev.org/q/topic:%22drop-buster%22+status:open now. Reviews on those three changes would be great then I can approve and step through them18:41
clarkbalso I said I would do the lodgeit db upgrade today18:41
fungiwell, technically retired openstack repos aren't read-only, they have push access for tc members in case there's need for mass updating them for consistency18:41
clarkbfungi: true, but I think the fuel repos should all be read only as they predate that change18:42
fricklerhmm. so maybe that script should look at governance data instead of checking all repos. guess I'll have to think about that18:42
fungibut that's only for things still in the openstack/ namespace, right18:42
corvuswait like literal actual push access?18:42
clarkbbut even then this job doesn't need to propose to technically not read only openstack/ repos18:42
clarkbcorvus: no I think its force merge ability through the ui not git push --force18:43
corvusokay that's cool18:43
fungicorvus: submit access, sorry: https://opendev.org/openstack/project-config/src/branch/master/gerrit/acls/openstack/retired.config#L1318:43
corvus(my concern is that it should not be easy to accidentally or on purpose update a repo without audit :)18:44
fricklerthat job only pushes to devstack. it generates a list of all devstack plugins that exist as a reference in the doc18:44
corvus(no matter its lifecycle)18:44
fungiyeah, i mis-spoe18:44
fungimis-spoke18:44
clarkbfrickler: ah I see it is pushing in the other direction. Still don't need to check all those dead repos there18:45
fungigitea's still working for me now that the deploy job has finished18:45
clarkblooking at MARIADB_AUTO_UPGRADE again I see "If MARIADB_AUTO_UPGRADE is set, and the .my-healthcheck.cnf file is missing, the healthcheck users are recreated if they don't exist, MARIADB_HEALTHCHECK_GRANTS grants are given, the passwords of the healthcheck users are reset to a random value and the .my-healthcheck.cnf file is recreated with the new password populated." in the docs now18:46
fricklerso the question is how to identify "dead" when devstack explicitly also wants to include non-governance-covered content18:46
clarkbI'm going to dobule check that on the held node and cross check prod before approving18:46
clarkbI don't think having those users get created is a problem based on the docs, but I want ot make sure I understand if it iwill happen or not18:46
clarkbhttps://mariadb.com/kb/en/using-healthcheck-sh/ has more info. I think the old 10.4 containers don't do this but the 10.11 containers do?18:49
clarkbso that is telling us it will upgrade not just the base database stuff but the container related healthcheck things that are expected in the db18:49
clarkbagain should be fine, but want to undersatnd18:49
clarkbya prod running 10.4 doesn't have that healthcheck stuff but the held node which upgraded to 10.11 does. Any concerns with that being added as part of this upgrade?18:51
clarkbthis is actually a neat feature we could take advatnage of in the future so ya I think this is an improvement and not one we should try to disable18:53
fungisounds fine to me, no objection. i agree it could be useful18:54
opendevreviewJames E. Blair proposed zuul/zuul-jobs master: prepare-workspace-git: Add ability to define synced pojects  https://review.opendev.org/c/zuul/zuul-jobs/+/88791718:56
corvusclarkb: ++18:59
gmannyeah, TC +2 rights on retired repo is only for openstack/ namespace repo19:02
clarkbcorvus: did you want to reack the change before I approve it?19:04
corvusdone19:08
clarkbthanks I'll approve that as soon as I'm done with this gitea bug report19:17
clarkbcurrently trying to figure out how to permalink in the github file browser19:18
clarkbhttps://github.com/go-gitea/gitea/issues/29477 frickler here is the upstream gitea issue19:27
clarkbmaybe double check I scrubbed that log paste properly (pretty sure I did. The only IP in there is 127.0.0.1 and we don't care about the repo names being public)19:28
clarkbI've just approved the lodgeit db upgrade change19:33
clarkbgitea reports that we should just fix this ourslves by updating the db to use a case sensitive collation method. But maybe also gitea 1.22 will fix this...19:38
clarkbmy concern is that if we fix this by hand we may end up creating more work for us in the future if their fix conflicts with ours somehow19:38
clarkbideally we see how they are fixing it and then manually apply that if we need it sooner than 1.2219:38
clarkbour gitea db seems to default to latin1 character set and latin1_swedish_ci collation. Which I think are defaults. Its amazing that in 2024 we're still fighting this stuff19:48
clarkbthat said I think sticking to latin1 for db names (and maybe even branch names) is probably a good idea. Its just the _ci collation that is a problem19:49
clarkbah nevermind the column is utf8 mb419:50
clarkbso gitea must be setting that at a table level but not setting a db default19:51
clarkbwow I feel like I just opened a can of worms with this gitea thing20:01
clarkbnot mysql isnt' really supported it just magically works20:01
clarkband we should be using a case sensitive db instead20:01
fricklerI was just reading "gitea doctor convert" ;)20:03
opendevreviewMerged opendev/system-config master: Upgrade the lodgeit mariadb to 10.11  https://review.opendev.org/c/opendev/system-config/+/90947120:05
clarkbthat is waiting behind the hourly jobs20:11
clarkbhttps://paste.opendev.org/show/bf5uxZYIvklE5RlVXvMg/ is a new paste after the database upgrade20:23
clarkbhttps://paste.opendev.org/show/bWhZZH97IMLv44eeiWlB/ is an old paste that still loasd for me20:23
clarkbalso /var/log/containers/docker-mariadb.log lgtm20:24
opendevreviewJeremy Stanley proposed opendev/git-review master: Don't make hook script read-only  https://review.opendev.org/c/opendev/git-review/+/91026820:24
opendevreviewJeremy Stanley proposed opendev/git-review master: Vendor a copy of Gerrit's commit-msg Git hook  https://review.opendev.org/c/opendev/git-review/+/91027520:24
clarkband the backup of the system tables is small as expceted and shouldn't cause problems going forward20:25
fungiwe should be using a case-sensitive db with gitea, except a case-sensitive db can't handle certain git repositories where refs differ only by case... so basically gitea has declared such repositories out of scope?20:27
fungino, scratch that20:27
fungia case-sensitive db would be fine20:27
fungithis sb is also capable of being case-sensitive or case-insensitive depending on the schema, right?20:28
fungiso seems like we could be using a case-sentitive db, except gitea configured it to not be20:28
clarkbyes I'm writing a response and getting frustrated20:29
clarkblatest problem is some columns are utf8 with no mb3 or mb4 specifier. I believe that is because they are mb3 and that distinction wasn't solid until 10.620:29
clarkbbut we're on 10.4 or something20:29
fungii guess we should put this on hold until we upgrade to mariadb 10.11?20:32
clarkbfungi: not that is orthogonal20:39
clarkbit just means utf8 == utf8mb320:39
clarkband you'd need to convert one way or another20:39
opendevreviewTristan Cacqueray proposed zuul/zuul-jobs master: logjuicer: update to version 0.9.8  https://review.opendev.org/c/zuul/zuul-jobs/+/91054920:40
fungiclarkb: oh, got it, by "problem" i thought you meant it had surfaced another bug20:44
clarkbsorry no its a problem beacuse it makes understanding this even more complicated than it needs to be20:49
clarkbwe have utf8mb4 and utf8 columns in our existing db. Mariadb docs no logner talk about utf8 because it is utf8mb3 now20:50
clarkbI wrote a response that took much too long to write bceuase mysql makes this complicated20:51
clarkband now lunch20:52
clarkbI identified a new concern in that response which is that something seems to be choosing utf8 character sets because our default is latin1 (this is good), but it implies that even if we chagne database and table defaults gitea may still choose the wrong thing20:53
clarkbthen when they add a new table like they did with the branch table we could be right back where we started if they don't fix that20:53
clarkbI tried to call this out20:53
clarkbbasically if they don't fix their table and column creation (which may already be done I'm not sure) then we'll run into this problem repetetively20:54
opendevreviewJeremy Stanley proposed opendev/git-review master: Don't make hook script read-only  https://review.opendev.org/c/opendev/git-review/+/91026820:55
opendevreviewJeremy Stanley proposed opendev/git-review master: Vendor a copy of Gerrit's commit-msg Git hook  https://review.opendev.org/c/opendev/git-review/+/91027520:55
clarkbthinking out loud here becuase I fail at eating lunch. I think for the 1.22 upgrade post upgrade we'll want to manually run the doctor command against each backend in sequence21:01
clarkbthat should make text and varchar columns utf8mb4 (instead of utf8mb3) and fix the collation21:02
clarkbbut I think we should probably punt on this issue until we can use the automated tooling to correct it for us21:02
clarkbwe may also need to manually update the default charset and collation on the gitea schema21:04
clarkbthis shouldn't convert anything but will act like belts and suspenders when new tables show up21:04
clarkboh nevermind the doctor command alters the bd21:06
clarkbso ya make a note that the gitea 1.22 upgrade should include some database maintenence. I deally via their doctor command as that should automate the whole thing (I think we'll be fine with utf8mb3 to utf8mb4 conversions as 4 byte is suepr set of 3 byte should just be a matter of time and doing it)21:32
clarkbwe will probably want to hold a 1.21 test node and upgrade it to 1.22 manually and figure out how to run the doctor command out of the container as part of that process. All things that can be done when we get to that upgrade21:33
clarkbinfra-root anyone have a moment for https://review.opendev.org/c/openstack/project-config/+/910030/ ? I'm hoping I can remove buster from nodepool today21:35
clarkbthen maybe tomorrow run the mirror cleanup manual steps21:36
fungilgtm21:38
clarkbI'll approve that if a nodepool list says there are no buster nodes currently (there shouldn't be)21:39
clarkband there are not21:39
clarkbfungi: can you also review https://review.opendev.org/c/opendev/system-config/+/910032 it is the change that removes buster mirroring. Less urgent but related21:39
fungioh, yep21:40
fungialso lgtm21:41
clarkbthe git-review updates lgtm as well21:48
clarkbfungi: re None beraking type annotations that feels like a bug in type annotation implementations/static checking. Haskell has a Nothing and Maybe type21:48
clarkbessentially what we're saying is that the type of that value Maybe Nothing or Maybe String21:48
opendevreviewMerged openstack/project-config master: Drop debian-buster image uploads from nodepool  https://review.opendev.org/c/openstack/project-config/+/91003021:49
fungiheh, "maybe"21:49
clarkband that should be easy to express (I fully believe it may not be easy though just saying its a problem with mypy not the code)21:49
fungii like it21:49
clarkb`nodepool image-list | grep buster` returns an empty list now. I'm going to approve the change that cleans up builds22:13
corvusin rust it's Option, and in python typing, it's Optional.  that makes it not any harder than normal python typing, so don't let the tail wag the dog on using None.  having said that, please don't take this an an endorsement from me of type checking in python (because it isn't)  :)22:13
opendevreviewMerged openstack/project-config master: Remove debian-buster image builds from nodepool  https://review.opendev.org/c/openstack/project-config/+/91003122:19
clarkbfungi: for the manual reprepro mirror cleanup steps they seem to leave behind indexes. For example https://mirror.bhs1.ovh.opendev.org/ubuntu-ports/dists/xenial/22:19
clarkbfungi: should we test cleanup of those indexes by hand after letting reprepro cleaer out the packages?22:20
clarkband I guess if that works we can update our docuemtnation22:20
fungiyeah, at least see if it ends up recreating them22:21
clarkbok /me scribbles a note22:22
fungithey're isolated to their own directories so shouldn't be hard to rm -rf22:22
clarkbfungi: for the openafs on arm64 problem how much will I hate myself if I try to report an issue to debian? I really don't want to use the reportbug tool but I can probably do so in a container22:24
fungithe expectation is that reportbug can be run on the problem where you're experiencing the bug, and then either sent directly or copied into a separate e-mail message to the bts22:27
clarkbfungi: would it do anything useful in this case though?22:27
fungithough in this case we're hitting the bug in ubuntu rather than debian, right?22:27
clarkbno this is debian22:27
funginodepool builder container image, right22:28
fungirunning it from inside the container would be a pain, agreed22:28
clarkbits actually for wheel cache builds I think22:28
fungioh, test node then22:28
clarkbwe have a test case for openafs in system-config to try and catch tehse issues22:28
clarkbwhcih is where I saw it, but I think where we hit this in production is wheel cache builds on bookworm for arm22:28
clarkbit is possible ubuntu has the same issue we just haven't updated to a set of kernel and openafs versions that break22:29
fungianyway, you don't actually have to use reportbug at all, opening a bug against the openafs dkms module package about the build failure and pointing to the upstream commit that fixes it and saying we're encountering that issue on bookworm arm64 ought to suffice22:30
clarkbah ok that makes it easier22:32
clarkbI'll do that once upstream merges the fix (or a fix)22:32
clarkbbuster appears to be removed from nodepool22:33
clarkblooks like I should merge the mirror removal change with the lock for debian mirror updates already held22:34
fungipackaging seems to be maintained in https://salsa.debian.org/debian/openafs so a merge request there would also be an option i expect, though i'd still recommend a bug report either way22:34
clarkbI'll hold off on approving the mirror cleanup until tomorrow when I can give it the attention it likely needs over many hours (I expect that to not be fast but maybe I'll be surprised)22:35
fungiprobably everything except the vos release will be fast22:36
clarkbfungi: an MR for that would look like adding a patch file and changelog info to https://salsa.debian.org/debian/openafs/-/tree/master/debian/patches?ref_type=heads to add the patch?22:36
fungithough vos release may also be fast since it shouldn't need to transfer a bunch of new file content, just deletions22:37
clarkbhrm it isn't clear what branch that should be applied to22:37
clarkbprobably more than one but which ones :)22:37
clarkb(there is no bookworm branch)22:38
fungiclarkb: yeah, and i didn't see a branch for bookworm when i looked, so they may be handling stable updates separately/by hand anyway22:38
clarkbI guess we can send a bug email, then do an MR against master then ask for it to be backported or something along those lines22:39
clarkbnoonedeadpunk: we could also try to help ansible improve their performance. Though i think there hasn't been a lto of interest in that perviously because the forking and task engine code is not super easy to understand or refactor22:46
fungiclarkb: in case it wasn't obvious in the test added for the hook script permissions change, that's before the change which embeds a copy of the hook script so all hook script installation is still remote at that stage22:52
clarkbfungi: yup it jumped out to me because you changed the name between patchsets22:52
clarkbbut then when I reviewed the child change realized it call got resolved there22:52
fungiyeah, did that just to avoid extra churn in the second change22:52
fungiso that it would be more obvious from the test diff what the second change is altering behavior-wise22:53
clarkbfungi: fwiw I stopped short of installing the proposed git-review update and testing it in my own workflow but can do that if iti would be helpful (the test cases seemed pretty decent though)23:05
fungii ran it extensively on my machine when developing it23:06
fungisince it was easy to do so23:06
fungiand yes, the tests were designed around the gotchas i encountered when doing so (permissions, encoding, etc)23:07
fungialso, it saves several seconds on git review -s invocation based on my observations23:09
fungiwould probably be good to do a sweep for other pending git-review changes and see if there's more we'd want to incorporate into the next release23:10
*** Guest500 is now known as diablo_rojo_phone23:26
clarkb++23:33
clarkbthere was one .d/ dir and two hash files for buster builds between nb01 and nb02. I've deleted them all. nb04 was cleaned up completely via nodepool itself23:36

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