[05:46:00] (03PS1) 10Varnent: Update baseURL for Foundation Governance Wiki entry. [integration/visualdiff] - 10https://gerrit.wikimedia.org/r/994398 (https://phabricator.wikimedia.org/T356013) [06:35:06] (DatasourceNoData) firing: - https://alerts.wikimedia.org/?q=alertname%3DDatasourceNoData [06:55:06] (DatasourceNoData) resolved: - https://alerts.wikimedia.org/?q=alertname%3DDatasourceNoData [06:59:06] (DatasourceNoData) firing: - https://alerts.wikimedia.org/?q=alertname%3DDatasourceNoData [07:19:06] (DatasourceNoData) resolved: - https://alerts.wikimedia.org/?q=alertname%3DDatasourceNoData [07:45:40] 10Gerrit, 10Bitu, 10Infrastructure-Foundations: Can't login into Gerrit with a Wikimedia Developer account with non-unique email address - https://phabricator.wikimedia.org/T270233 (10hashar) Per Gergo, lets requalify from #wikitech to #bitu #infrastructure-foundations : this task is to enforce uniqueness... [07:58:54] (03PS2) 10Varnent: Update baseURL for Foundation Governance Wiki entry. [integration/visualdiff] - 10https://gerrit.wikimedia.org/r/994398 (https://phabricator.wikimedia.org/T356013) [08:41:53] hi folks, I'm writing a mw extension patch in https://gerrit.wikimedia.org/r/c/mediawiki/extensions/WikimediaEvents/+/994185 and would like to run the CI tests locally for a faster iteration cycle, what's the recommended way to do that ? [09:39:38] (03CR) 10Hashar: [C: 03+1] "+ Subbu who is managing the integration/visualdiff repository." [integration/visualdiff] - 10https://gerrit.wikimedia.org/r/994398 (https://phabricator.wikimedia.org/T356013) (owner: 10Varnent) [09:46:43] godog: I think most people have php installed locally, the entry point for PHPUnit tests is `composer phpunit:entrypoint -- ` [09:46:53] to be run from the root of your mediawiki/core checkout [09:47:26] so: composer phpunit:entrypoint -- extensions/WikimediaEvents/tests/phpunit/AuthManagerStatsdHandlerTest.php [09:47:45] or alternatively pass the entrypoint the name of the test class or test function: `--filter AuthManagerStatsdHandlerTest` [09:57:07] it also possible to use the image CI is using `docker-registry.wikimedia.org/releng/quibble-buster-php74:latest` [09:57:27] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Thanks, 10ci-test-error (WMF-deployed Build Failure): CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10Michael) p:05Triageβ†’03Unbreak! We are seeing this error on several WMDE repositories as well (Wikibase, Wikibas... [09:58:36] using `--entrypoint=composer` , mounting your local code at eg `/src` and setting workdir to the same `/src` [09:58:39] that might work [09:59:53] that is for the low level bricks [10:00:15] the nicer alternative is to use MW Cli https://www.mediawiki.org/wiki/Cli and eg https://www.mediawiki.org/wiki/Cli/guide/Docker-Development-Environment/MediaWiki#PHPUnit_tests [10:00:21] which should give the best experience [10:04:18] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Thanks, 10ci-test-error (WMF-deployed Build Failure): CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10hashar) a:03hashar [10:40:39] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Thanks, 10ci-test-error (WMF-deployed Build Failure): CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10hashar) I have looked at the Gerrit Apache access log via https://logstash.wikimedia.org/app/dashboards#/view/825c5... [10:54:26] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Thanks, 10ci-test-error (WMF-deployed Build Failure): CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10Michael) Mh. That's strange. Just before the quote stack-trace. we see the success message of it actually having fi... [11:01:18] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Thanks, 10ci-test-error (WMF-deployed Build Failure): CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10hashar) > 09:07:49 INFO:quibble.commands:<<< Finish: Zuul clone That is Quibble reporting it has finished running... [11:04:09] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Thanks, 10ci-test-error (WMF-deployed Build Failure): CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10Michael) Ok, comparing a successful CI run for Wikibase: https://integration.wikimedia.org/ci/job/quibble-vendor-my... [11:11:04] hashar: fantastic, thank you that's super helpful, I'll give it a try [11:19:15] hashar: ok I've symlinked my wikimediaevents in extensions and this complains with a missing localsettings.php, can't quite find how to generate one composer phpunit:entrypoint -- extensions/WikimediaEvents/tests/phpunit/AuthManagerStatsdHandlerTest.php [11:19:40] ah [11:19:46] LocalSettings.php is the mediawiki configuration [11:19:51] which is generated by running the installer [11:20:36] mhh ok so 'composer install' I'm guessing ? [11:20:48] actually no I'm wrong [11:20:50] php maintenance/install.phpdocker-registry.wikimedia.org/releng/quibble-buster-php74:1.6.0-s6 [11:20:51] err [11:20:56] php maintenance/install.php [11:21:07] and you can go with sqlite as a database backend [11:21:23] then I am pretty sure the MW cli does it for you :) [11:22:37] sweet, thank you yeah 'composer mw-install:sqlite' did it and now I can run the tests [11:22:40] thanks again [11:23:12] ahhhhh [11:23:17] even better [11:24:39] MichaelG_WMDE: I am trying to reproduce the unbreak now T356247 :( [11:24:39] T356247: CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 [11:24:55] I am pretty sure it is one of the wmde maintained repo that is having an issue of some sort [11:25:04] due to something that has happened like 2 hours or so ago [11:25:08] and [11:25:10] I CAN REPRO [11:25:26] yay for reproduction! [11:25:39] if we know what it is, we should be able to fix it [11:26:01] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Thanks, 10ci-test-error (WMF-deployed Build Failure): CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10hashar) Reproduced integration-agent-docker-1041.integration.eqiad1.wikimedia.cloud using: ` sudo docker run --rm -... [11:26:07] so now it is all about bisecting [11:26:49] MichaelG_WMDE: my guess is you can send the WMDE developers on a lunch break :D [11:28:45] mh, looking at https://gerrit.wikimedia.org/r/q/status:merged nothing jumps out at me [11:28:56] it is due to tags [11:28:57] I am sure [11:28:58] now [11:29:17] most certainly due to the language related mediawiki bundle being released [11:29:43] Ah, interesting! [11:30:14] yeah [11:31:11] * hashar --update-head-ok [11:34:32] hehe [11:34:34] yeah I knew it [11:35:21] * MichaelG_WMDE is curious to see how this plays out [11:41:03] it looks like 2023.12 is a branch instead of a tag? [11:41:08] at least in Babel and UniversalLanguageSelector [11:41:16] idk if that’s the reason for anything [11:42:19] `git fetch --tags` fails locally for me for Babel indeed [11:43:47] 10Project-Admins: Create project tag for MediaWiki-extensions-CommunityConfiguration - https://phabricator.wikimedia.org/T356197 (10Sgs) >>! In T356197#9499902, @Jdforrester-WMF wrote: > Do you want this to be a component, or do you want it to be a milestone underneath https://phabricator.wikimedia.org/project/p... [11:44:23] hm, not for be o_O [11:44:50] s/be/me/ [11:44:56] second time I’ve made this typo(?) today wtf [11:45:08] I got the line `! [rejected] 2024.01 -> 2024.01 (would clobber existing tag)` [11:45:28] aha, then I presumably didn’t have the existing tag [11:45:33] did they force-push the tag 🀨 [11:46:18] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Thanks, 10ci-test-error (WMF-deployed Build Failure): CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10hashar) I have narrowed it down by using `--git-parallel 1` to clone the repositories serially which eventually bro... [11:47:01] * Lucas_WMDE taps the sign https://git-scm.com/docs/git-tag#_on_re_tagging [11:50:34] apparently gerrit only keeps an easily accessible reflog for branches, not tags, meh [11:50:52] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Thanks, 10ci-test-error (WMF-deployed Build Failure): CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10hashar) It is a variation of 2020 bug T252310 which affected the Zuul merger when some tag for pywikibot/core got c... [12:02:26] !log Force updating tags in the CI git mirrors for T356247: sudo cumin --force 'name:docker' "/usr/bin/find /srv/git -type d -name '*.git' -exec git -C {} fetch origin --prune --prune-tags --force \;" [12:02:33] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [12:02:33] T356247: CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 [12:02:40] Lucas_WMDE: yeah I actually went to look at the reflog and could not find one :/ [12:02:49] maybe it is not shown by default when using `git reflog` [12:06:05] MichaelG_WMDE: Lucas_WMDE: I think I have fixed it [12:06:30] I will look at adjusting the few issues that happens in Quibble [12:06:34] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Quibble, 10Thanks, and 2 others: CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10hashar) p:05Unbreak!β†’03High Output of the command: ` From https://gerrit.wikimedia.org/r/mediawiki/extensions/cldr * [new tag]... [12:06:36] it should `git fetch --force` [12:06:43] and my guess is Gerrit should prevent tags from being renamed [12:06:49] err s/renamed/updated/ [12:08:58] I am off for lunch [12:10:05] hashar: Our repos seem to be cloning fine again in CI. Thank you! πŸ™ [12:10:09] \o/ [12:10:13] thanks for the confirmation [12:10:27] 10GitLab, 10Wikidata, 10wmde-wikidata-tech, 10Wikidata Dev Team (Quality Tools "Sprint"): [QB] Investigate moving Query Builder from Gerrit to GitLab - https://phabricator.wikimedia.org/T350705 (10noarave) Expanding on one of the comments I added in the report for documentation purposes: [The Gitlab Migra... [12:10:29] and the issue was cldr / Translate / UniversalLanguageSelector [12:10:35] which are all dependencies of Wikibase afaik [12:10:43] * hashar lunches & [12:18:00] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Quibble, 10Thanks, and 2 others: CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10Lucas_Werkmeister_WMDE) > The proper fix is to port the patch I have done for the zuul-merger back in 2020 to Quibble in order for it to... [12:21:19] (03PS1) 10Sergio Gimeno: Zuul: [mediawiki/extensions/CommunityConfiguration] Add basic tests [integration/config] - 10https://gerrit.wikimedia.org/r/994692 (https://phabricator.wikimedia.org/T354360) [12:23:29] 10Release-Engineering-Team (Seen), 10MW-on-K8s, 10SRE, 10Traffic, and 2 others: Move 40% of mediawiki external requests to mw on k8s - https://phabricator.wikimedia.org/T355532 (10Clement_Goubert) [12:30:02] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Quibble, 10Thanks, and 2 others: CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10Michael) For the record, I can say that cloning seems to work fine again for our repos. (I checked Wikibase, WikibaseLexeme, EntitySchema.) [13:00:08] (03CR) 10Hashar: [C: 03+2] Zuul: [mediawiki/extensions/CommunityConfiguration] Add basic tests [integration/config] - 10https://gerrit.wikimedia.org/r/994692 (https://phabricator.wikimedia.org/T354360) (owner: 10Sergio Gimeno) [13:00:40] that was quick :) [13:01:03] sometime ;) [13:01:31] urbanecm: is that the extension to allow changing $wg settings via the web interface? [13:01:36] yes [13:01:44] (03Merged) 10jenkins-bot: Zuul: [mediawiki/extensions/CommunityConfiguration] Add basic tests [integration/config] - 10https://gerrit.wikimedia.org/r/994692 (https://phabricator.wikimedia.org/T354360) (owner: 10Sergio Gimeno) [13:01:46] it was about time :) [13:02:22] urbanecm: I thought we had such an extension already but I guess I have dreamed of it [13:02:37] or Iam mixing it up with some old (10+ more years) attempt [13:02:50] which is probably not worth salvaging anyway [13:02:59] hashar: we sort of have. GrowthExperiments has that capability, but it is designed to make Growth's job easier, while this is more generic. [13:03:19] (03CR) 10Hashar: [C: 03+2] "Deployed!" [integration/config] - 10https://gerrit.wikimedia.org/r/994692 (https://phabricator.wikimedia.org/T354360) (owner: 10Sergio Gimeno) [13:03:27] we also have https://www.mediawiki.org/wiki/Extension:JsonConfig, but AFAIK that doesn't integrate with $wg vars at all. [13:04:45] (03CR) 10Urbanecm: "recheck" [extensions/CommunityConfiguration] (refs/meta/config) - 10https://gerrit.wikimedia.org/r/994330 (owner: 10QChris) [13:04:54] eh [13:04:54] config [13:04:58] stupid me [13:05:01] hehe [13:05:12] i'll upload something real... [13:05:33] anyway, I am quite happy that is being worked on [13:05:45] * urbanecm too [13:05:53] and that would surely save us from having to do all those scap deployments [13:06:03] and make life easier to our power users [13:08:58] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Quibble, 10Thanks, and 2 others: CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10R4356th) It's fixed! Thank you. :) [13:20:54] (03PS3) 10Jforrester: Update baseURL for Foundation Governance Wiki entry. [integration/visualdiff] - 10https://gerrit.wikimedia.org/r/994398 (https://phabricator.wikimedia.org/T356013) (owner: 10Varnent) [13:23:30] 10Project-Admins, 10CommunityConfiguration: Create project tag for MediaWiki-extensions-CommunityConfiguration - https://phabricator.wikimedia.org/T356197 (10Jdforrester-WMF) Done! [13:23:35] 10Project-Admins, 10CommunityConfiguration: Create project tag for MediaWiki-extensions-CommunityConfiguration - https://phabricator.wikimedia.org/T356197 (10Jdforrester-WMF) 05Openβ†’03Resolved a:03Jdforrester-WMF [13:26:06] (03PS1) 10Jforrester: Zuul: [mediawiki/extensions/CommunityConfiguration] Add in-wikimedia-production [integration/config] - 10https://gerrit.wikimedia.org/r/994703 (https://phabricator.wikimedia.org/T354360) [13:26:43] (03PS1) 10Hashar: Force git to fetch tags being updated [integration/quibble] - 10https://gerrit.wikimedia.org/r/994704 (https://phabricator.wikimedia.org/T356247) [13:27:21] (03CR) 10CI reject: [V: 04-1] Zuul: [mediawiki/extensions/CommunityConfiguration] Add in-wikimedia-production [integration/config] - 10https://gerrit.wikimedia.org/r/994703 (https://phabricator.wikimedia.org/T354360) (owner: 10Jforrester) [13:28:47] (03PS2) 10Jforrester: Zuul: [mediawiki/extensions/CommunityConfiguration] Add in-wikimedia-production [integration/config] - 10https://gerrit.wikimedia.org/r/994703 (https://phabricator.wikimedia.org/T354360) [13:35:51] (03CR) 10Jforrester: [C: 03+2] Zuul: [mediawiki/extensions/CommunityConfiguration] Add in-wikimedia-production [integration/config] - 10https://gerrit.wikimedia.org/r/994703 (https://phabricator.wikimedia.org/T354360) (owner: 10Jforrester) [13:37:32] (03Merged) 10jenkins-bot: Zuul: [mediawiki/extensions/CommunityConfiguration] Add in-wikimedia-production [integration/config] - 10https://gerrit.wikimedia.org/r/994703 (https://phabricator.wikimedia.org/T354360) (owner: 10Jforrester) [13:48:14] !log deployment-prep: Create `wikimedia_campaign_events_grant` DB table in wikishared (T348444) [13:48:18] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [13:48:19] T348444: Create Database schema to store the grant ID - https://phabricator.wikimedia.org/T348444 [13:48:20] Daimona: fyi ^^, starting early :) [13:53:07] Oh, ty :) [13:57:30] 10Diffusion, 10Phabricator: Enable git repo creation in Diffusion again - https://phabricator.wikimedia.org/T355644 (10QChris) ping :-) [14:08:22] 10Diffusion, 10Phabricator: Enable git repo creation in Diffusion again - https://phabricator.wikimedia.org/T355644 (10Jdforrester-WMF) Do we want to do use the "corresponding mirror[s] in Diffusion"? They're such a mess in random pings in Phabricator and otherwise never used? [14:12:10] 10Phabricator: Users since should swap > 52 w for years - https://phabricator.wikimedia.org/T356268 (10Reedy) [14:12:42] 10Phabricator (Upstream), 10Upstream: Users since should swap > 52 w for years - https://phabricator.wikimedia.org/T356268 (10Reedy) p:05Triageβ†’03Low [14:26:28] 10Phabricator (Upstream), 10Upstream: Users since should swap > 52 w for years - https://phabricator.wikimedia.org/T356268 (10Reedy) [14:32:55] 10Release-Engineering-Team, 10collaboration-services, 10Patch-For-Review: Ensure that gitlab.wikimedia.org adheres to Google's sender guidelines - https://phabricator.wikimedia.org/T355776 (10LSobanski) p:05Triageβ†’03High [14:44:46] (03CR) 10Jforrester: [C: 03+2] Force git to fetch tags being updated [integration/quibble] - 10https://gerrit.wikimedia.org/r/994704 (https://phabricator.wikimedia.org/T356247) (owner: 10Hashar) [14:45:12] James_F: thanks :) [14:45:28] hashar: <3 [15:08:51] (03Merged) 10jenkins-bot: Force git to fetch tags being updated [integration/quibble] - 10https://gerrit.wikimedia.org/r/994704 (https://phabricator.wikimedia.org/T356247) (owner: 10Hashar) [15:54:05] 10Release-Engineering-Team (Quid Pro Crow πŸ¦ƒ), 10Security-Team, 10SecTeam-Processed: Notify MediaWiki security tasks as soon as an uploaded patch fails to apply - https://phabricator.wikimedia.org/T350065 (10jnuche) 05Openβ†’03In progress [16:10:54] 10GitLab (CI & Job Runners), 10Release-Engineering-Team (Onboarding πŸš€), 10Patch-For-Review: Automatically clean up unused buildkitd PersistentVolumeClaims periodically - https://phabricator.wikimedia.org/T351478 (10CodeReviewBot) sandeeps closed https://gitlab.wikimedia.org/repos/releng/gitlab-cloud-runner/-... [16:12:23] 10Gerrit, 10ci-test-error: Git command error breaking CI builds - https://phabricator.wikimedia.org/T356282 (10DAlangi_WMF) [16:13:30] 10Gerrit, 10ci-test-error: Git command error breaking CI builds - https://phabricator.wikimedia.org/T356282 (10DAlangi_WMF) [16:14:11] (03CR) 10Subramanya Sastry: [C: 03+2] Update baseURL for Foundation Governance Wiki entry. [integration/visualdiff] - 10https://gerrit.wikimedia.org/r/994398 (https://phabricator.wikimedia.org/T356013) (owner: 10Varnent) [16:15:05] (03Merged) 10jenkins-bot: Update baseURL for Foundation Governance Wiki entry. [integration/visualdiff] - 10https://gerrit.wikimedia.org/r/994398 (https://phabricator.wikimedia.org/T356013) (owner: 10Varnent) [16:19:56] 10Gerrit, 10ci-test-error: Git command error breaking CI builds - https://phabricator.wikimedia.org/T356282 (10Jdforrester-WMF) Yup, this was caused by a force-pushed over-written git tag in ULS. [16:20:20] 10Gerrit, 10ci-test-error: Git command error breaking CI builds - https://phabricator.wikimedia.org/T356282 (10Jdforrester-WMF) [16:21:02] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Quibble, 10Thanks, and 2 others: CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10Jdforrester-WMF) [16:21:24] 10GitLab (CI & Job Runners), 10Release-Engineering-Team (Onboarding πŸš€), 10Patch-For-Review: Automatically clean up unused buildkitd PersistentVolumeClaims periodically - https://phabricator.wikimedia.org/T351478 (10CodeReviewBot) dancy merged https://gitlab.wikimedia.org/repos/releng/k8s-pvc-cleaner/-/merge_... [16:39:52] 10Release-Engineering-Team (Seen), 10MW-on-K8s, 10SRE, 10Traffic, 10serviceops: Serve production traffic via Kubernetes - https://phabricator.wikimedia.org/T290536 (10Jdforrester-WMF) [16:49:28] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Quibble, 10Thanks, and 2 others: CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10DAlangi_WMF) Thanks for merging @Jdforrester-WMF :) [16:53:09] 10Release-Engineering-Team (Seen), 10MW-on-K8s, 10SRE, 10Traffic, 10serviceops: Serve production traffic via Kubernetes - https://phabricator.wikimedia.org/T290536 (10Jdforrester-WMF) [17:04:39] 10Project-Admins: Create project tag for cloud-services-team (FY2023/2024-Q3-Q4) - https://phabricator.wikimedia.org/T356295 (10fnegri) [17:06:21] 10Project-Admins: Create project tag for cloud-services-team (FY2023/2024-Q3-Q4) - https://phabricator.wikimedia.org/T356295 (10fnegri) Similar to #wmcs-current [17:07:10] (03PS1) 10Jforrester: Zuul: [mediawiki/extensions/WikiLambda] Run selenium tests again [integration/config] - 10https://gerrit.wikimedia.org/r/994790 [17:44:55] !log matmarex@deployment-mwmaint02:~$ mwscript DiscussionTools:persistRevisionThreadItems --wiki=enwiktionary --all --current [17:44:57] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [17:45:25] !log matmarex@deployment-mwmaint02:~$ mwscript DiscussionTools:persistRevisionThreadItems --wiki=metawiki --all --current [17:45:27] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [17:48:46] !log (output: https://phabricator.wikimedia.org/P54503#226547) [17:48:48] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [17:50:26] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Quibble, 10Thanks, and 2 others: CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10hashar) The other mystery was the exception not showing the standard error but just the return code and the command line: ` 15:07:50... [18:32:01] 10Project-Admins: Create project tag for Extension Magic Link Authentication - https://phabricator.wikimedia.org/T356314 (10cicalese) [19:16:10] 10Release-Engineering-Team (Priority Backlog πŸ“₯), 10Patch-For-Review, 10Release, 10Train Deployments: 1.42.0-wmf.16 deployment blockers - https://phabricator.wikimedia.org/T354434 (10dancy) [19:17:58] 10Release-Engineering-Team (Priority Backlog πŸ“₯), 10Patch-For-Review, 10Release, 10Train Deployments: 1.42.0-wmf.16 deployment blockers - https://phabricator.wikimedia.org/T354434 (10dancy) When I rolled the train to group1, T356322 started happening, so I rolled back to group0. [19:28:34] (03CR) 10Daniel Kinzler: [C: 03+1] "Let's give it a try" [integration/config] - 10https://gerrit.wikimedia.org/r/837710 (https://phabricator.wikimedia.org/T319202) (owner: 10Jforrester) [19:28:59] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Quibble, 10Thanks, and 2 others: CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10hashar) >>! In T356247#9501906, @Lucas_Werkmeister_WMDE wrote: > IMHO the even more proper fix is to **not update tags.** The Git manual... [19:53:50] 10Continuous-Integration-Infrastructure, 10Growth-Team, 10Quibble, 10Thanks, and 2 others: CI test failure due to Git error - https://phabricator.wikimedia.org/T356247 (10Umherirrender) >>! In T356247#9503662, @hashar wrote: > > I agree yes, though I have no idea how to implement the restriction in Gerrit... [20:24:20] 10Gerrit, 10Patch-For-Review: Gerrit notification emails are missing the content of inline comments sometimes - https://phabricator.wikimedia.org/T355259 (10hashar) I have synced the template used to generate the emails, then modules/gerrit/files/site/etc/mail/Comment.soy is for the plain text emails so that i... [20:32:51] 10Gerrit, 10Release-Engineering-Team: Gerrit commit not found - https://phabricator.wikimedia.org/T355504 (10hashar) ` Failed to read change 96315 for indexing com.google.common.util.concurrent.UncheckedExecutionException: java.time.format.DateTimeParseException: Text 'Feb 6, 2017 5:37:26 AM' could not be pars... [20:58:12] 10Release-Engineering-Team-TODO, 10MediaWiki-General, 10MW-1.35-notes (1.35.0-wmf.22; 2020-03-03), 10Patch-For-Review, and 2 others: PHP 7.2 garbage collector segfault - https://phabricator.wikimedia.org/T228346 (10hashar) [21:04:39] 10Gerrit, 10Release-Engineering-Team: Gerrit commit not found - https://phabricator.wikimedia.org/T355504 (10Paladox) Backported the fix to https://gerrit-review.googlesource.com/c/gerrit/+/405697 [21:13:03] 10Release-Engineering-Team (Priority Backlog πŸ“₯), 10Patch-For-Review, 10Release, 10Train Deployments: 1.42.0-wmf.16 deployment blockers - https://phabricator.wikimedia.org/T354434 (10Jdforrester-WMF)