[12:10:03] + ulimit -n 512 [12:10:03] + LOCKFILE=/var/lock/scap.operations_mediawiki-config.lock [12:10:03] + '[' -O /var/lock/scap.operations_mediawiki-config.lock ']' [12:10:03] + /usr/bin/scap version [12:10:04] 4.274.1 [12:10:04] + /usr/bin/scap prep auto [12:10:05] 12:10:05 Started scap prep auto [12:10:05] 12:10:05 Update https://gerrit.wikimedia.org/r/operations/mediawiki-config (master branch) in /srv/mediawiki-staging [12:10:06] 12:10:06 https://gerrit.wikimedia.org/r/operations/mediawiki-config checked out at commit aea5cd4fa5ff25fdcbe550ecd29400367e0fb3f7 [12:10:06] 12:10:06 Update https://gerrit.wikimedia.org/r/mediawiki/core (master branch) in /srv/mediawiki-staging/php-master [12:10:08] 12:10:08 Changes pulled down since last fetch: [12:10:08] commit 856a61017c5d464f20611baab70630e0006a19c2 [12:10:08] Author: Dreamy Jazz [12:10:08] Date: Sat Jul 25 16:32:48 2026 +0200 [12:10:08] [12:10:08] Test SpecialComparePages [12:10:08] [12:10:08] Why: [12:10:08] * SpecialComparePages lacks tests and can be tested [12:10:08] [12:10:08] What: [12:10:08] * Create SpecialComparePagesTest which fully tests the special [12:10:08] page [12:10:08] * Exclude merely declarative code from code coverage [12:10:08] [12:10:08] Bug: T432941 [12:10:08] Change-Id: I53ec90860eedcf6dc05b691ed473ae21f8f01f93 [12:10:08] [12:10:08] commit d029a9f91701d57054f97df3703191423285fe70 [12:10:08] Author: Dreamy Jazz [12:10:08] Date: Sat Jul 25 12:56:56 2026 +0200 [12:10:08] [12:10:08] Test SpecialRunJobs [12:10:08] [12:10:08] Why: [12:10:08] * SpecialRunJobs has no tests and could be tested [12:10:08] [12:10:08] What: [12:10:08] * Create SpecialRunJobsTest which partly tests the special page [12:10:08] [12:10:08] Bug: T432941 [12:10:08] Change-Id: I72101b7195b0fac19cdbb32889396561e5429adc [12:10:08] [12:10:08] commit 35ee3e423497227dabd5c12b11493b6145700a41 [12:10:08] Author: Michael Große [12:10:08] Date: Mon Jul 27 12:30:15 2026 +0200 [12:10:08] [12:10:08] CreateAccount: Use the new notice icon for username help [12:10:08] [12:10:08] This is now using the icon that design specified and that is now newly [12:10:08] available with the Codex v2.6.2 release. [12:10:08] [12:10:08] Also, adjusting the color of the icon to match the designs. [12:10:08] [12:10:08] Bug: T430604 [12:10:08] Change-Id: I15b24656de5e939331477bdf2c6f05d053823a6f [12:10:08] [12:10:08] commit 38815237578d773f9e904a78862c8a42eb86293d [12:10:08] Author: Dreamy Jazz [12:10:08] Date: Sat Jul 25 17:05:41 2026 +0200 [12:10:08] [12:10:08] SpecialVersion: Remove code adding users' IP in a HTML comment [12:10:08] [12:10:08] Why: [12:10:08] * This appears to have been added for debugging purposes, but [12:10:08] appears unused since it was added several decades ago [12:10:08] [12:10:08] What: [12:10:08] * Drop the code that outputs the IP of the user in the [12:10:08] HTML of Special:Version [12:10:08] [12:10:08] Bug: T433177 [12:10:08] Change-Id: I90cdf34e08f1bf1eb999b3b7b0427b34582d68cb [12:10:08] [12:10:08] 12:10:08 https://gerrit.wikimedia.org/r/mediawiki/core checked out at commit 856a61017c5d464f20611baab70630e0006a19c2 [12:10:08] 12:10:08 Update https://gerrit.wikimedia.org/r/mediawiki/extensions (master branch) in /srv/mediawiki-staging/php-master/extensions [12:10:10] 12:10:10 Changes pulled down since last fetch: [12:10:10] commit f7425a53a0f863f3521ebfb6816c5a2a906e0dba [12:10:10] Author: Michael Große [12:10:10] Date: Mon Jul 27 14:06:15 2026 +0200 [12:10:10] [12:10:10] Update git submodules [12:10:10] [12:10:10] * Update GrowthExperiments from branch 'master' [12:10:10] to 64aa040d55194b23a5030d5dbf9682fc028da136 [12:10:10] - refactor: cleanup ConfirmEmailHooks, rename RL package [12:10:10] [12:10:10] The ext.growthExperiments.Account files now only contain code related to [12:10:10] the WelcomeSurvey. Rename them as such and load them in the respective [12:10:10] place. [12:10:10] [12:10:10] `ext.growthExperiments.Account.styles` is unfortunately a mix of [12:10:10] unrelated files: one used on Special:CreateAccount if a campaign is [12:10:10] showing, one used on Special:WelcomeSurvey and one on [12:10:10] Special:Contributions. The one on Special:CreateAccount is already being [12:10:10] loaded in \GrowthExperiments\VariantHooks::onSkinAddFooterLinks, so the [12:10:10] one in ConfirmEmailHooks is no longer needed. [12:10:10] [12:10:10] The remaining code in ConfirmEmailHooks can be dropped once the [12:10:10] no-benefits-on-desktop experiment is over. [12:10:10] [12:10:10] Also, clean up left-over jest config. Those files are no longer covered [12:10:10] by jest tests. [12:10:10] [12:10:10] Change-Id: I80fcdb91372723db5cab1ae9f7decec6e3e1c6ef [12:10:10] [12:10:10] commit 9a16f75d0c7e63ed1152fc86d91c2139d8c35b99 [12:10:10] Author: Michael Große [12:10:10] Date: Mon Jul 27 14:06:13 2026 +0200 [12:10:10] [12:10:10] Update git submodules [12:10:10] [12:10:10] * Update GrowthExperiments from branch 'master' [12:10:10] to a6f39d2ee703ba610e1a6e21f244ed8603efe7b5 [12:10:10] - stats: move account creations tracking to VariantHooks.php [12:10:10] [12:10:10] With the experimentation on Special:CreateAccount concluding, [12:10:10] ConfirmEmailHooks is going to go away. However, some of this tracking [12:10:10] might still be useful, both for understanding in general how account [12:10:10] registrations develop and also about the impact of campaigns in [12:10:10] particular. [12:10:10] [12:10:10] Change-Id: Ia2ea51fed7e0d20ee853839b6b7d82a875e61adc [12:10:10] [12:10:10] 12:10:10 https://gerrit.wikimedia.org/r/mediawiki/extensions checked out at commit f7425a53a0f863f3521ebfb6816c5a2a906e0dba [12:12:12] 12:12:12 Update https://gerrit.wikimedia.org/r/mediawiki/vendor (master branch) in /srv/mediawiki-staging/php-master/vendor [12:12:12] 12:12:12 https://gerrit.wikimedia.org/r/mediawiki/vendor checked out at commit e7cd6c5ce791a51fec53e3656042b7b7062a787e [12:12:13] 12:12:13 Update https://gerrit.wikimedia.org/r/mediawiki/skins (master branch) in /srv/mediawiki-staging/php-master/skins [12:12:13] 12:12:13 https://gerrit.wikimedia.org/r/mediawiki/skins checked out at commit d49ff25faaa913ed5b47297d419c695d50bb705e [12:12:20] 12:12:20 MediaWiki master successfully checked out. [12:12:20] 12:12:20 Finished scap prep auto (duration: 02m 14s) [12:12:20] + /usr/bin/scap sync-world 'wmf-beta-update-all run' [12:12:21] ___ ____ [12:12:21] ⎛ ⎛ ,---- [12:12:21] \ //==--' [12:12:21] _//|,.·//==--' ____________________________ [12:12:21] _OO≣=- ︶ ᴹw ⎞_§ ______ ___\ ___\ ,\__ \/ __ \ [12:12:21] (∞)_, ) ( | ______/__ \/ /__ / /_/ / /_/ / [12:12:21] ¨--¨|| |- ( / ______\____/ \___/ \__^_/ .__/ [12:12:21] ««_/ «_/ jgs/bd808 /_/ [12:12:21] [12:12:21] 12:12:21 Started scap sync-world: wmf-beta-update-all run [12:12:26] 12:12:26 Started cache_git_info [12:12:32] 12:12:32 Finished cache_git_info (duration: 00m 06s) [12:12:32] 12:12:32 Started l10n-update [12:12:38] 12:12:38 Updating ExtensionMessages-master.php [12:12:48] 12:12:48 Updating LocalisationCache for master using 6 thread(s) [12:12:48] 12:12:48 Running rebuildLocalisationCache.php (cdb) [12:12:51] 12:12:51 0 languages rebuilt out of 549 [12:12:51] 12:12:51 Use --force to rebuild the caches which are still fresh. [12:12:54] 12:12:54 Running rebuildLocalisationCache.php (php) [12:12:57] 12:12:57 0 languages rebuilt out of 549 [12:12:57] 12:12:57 Use --force to rebuild the caches which are still fresh. [12:13:00] 12:13:00 Generating JSON versions and md5 files (as www-data) [12:13:03] 12:13:03 Finished l10n-update (duration: 00m 30s) [12:13:03] 12:13:03 Checking for new runtime errors locally [12:13:06] 12:13:06 Started sync-canaries [12:13:06] 12:13:06 sync-canaries: 0% (ok: 0; fail: 0; left: 1) [12:13:12] 12:13:12 sync-canaries: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [12:13:12] 12:13:12 Per-host sync duration: average 5.7s, median 5.7s [12:13:12] 12:13:12 rsync transfer: average 652871 bytes/host, total 652871 bytes [12:13:12] 12:13:12 Started scap-cdb-rebuild-canaries [12:13:12] 12:13:12 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 1) [12:13:14] 12:13:14 scap-cdb-rebuild: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [12:13:14] 12:13:14 Finished scap-cdb-rebuild-canaries (duration: 00m 01s) [12:13:14] 12:13:14 Started sync-wikiversions-canaries [12:13:14] 12:13:14 sync-wikiversions: 0% (ok: 0; fail: 0; left: 1) [12:13:14] 12:13:14 sync-wikiversions: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [12:13:14] 12:13:14 Finished sync-wikiversions-canaries (duration: 00m 00s) [12:13:14] 12:13:14 Started php-fpm-restarts-canaries [12:13:14] 12:13:14 Running '/usr/local/sbin/restart-php-fpm-all' on 1 host(s) [12:13:14] 12:13:14 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [12:13:15] 12:13:15 php-fpm-restart: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [12:13:15] 12:13:15 Finished php-fpm-restarts-canaries (duration: 00m 00s) [12:13:15] 12:13:15 Finished sync-canaries (duration: 00m 09s) [12:13:15] 12:13:15 Waiting 20 seconds for canary traffic... [12:13:35] 12:13:35 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [12:13:35] 12:13:35 Started sync-apaches [12:13:35] 12:13:35 sync-apaches: 0% (ok: 0; fail: 0; left: 3) [12:13:41] 12:13:41 sync-apaches: 100% (in-flight: 0; ok: 3; fail: 0; left: 0) [12:13:41] 12:13:41 Per-host sync duration: average 5.4s, median 5.3s [12:13:41] 12:13:41 rsync transfer: average 652871 bytes/host, total 1958613 bytes [12:13:41] 12:13:41 Finished sync-apaches (duration: 00m 05s) [12:13:41] 12:13:41 Waiting 20 seconds for production traffic... [12:14:01] 12:14:01 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [12:14:01] 12:14:01 Started scap-cdb-rebuild-prod [12:14:01] 12:14:01 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 4) [12:14:03] 12:14:03 scap-cdb-rebuild: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [12:14:03] 12:14:03 Finished scap-cdb-rebuild-prod (duration: 00m 02s) [12:14:03] 12:14:03 Started sync-wikiversions-prod [12:14:03] 12:14:03 sync-wikiversions: 0% (ok: 0; fail: 0; left: 4) [12:14:04] 12:14:04 sync-wikiversions: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [12:14:04] 12:14:04 Finished sync-wikiversions-prod (duration: 00m 00s) [12:14:04] 12:14:04 Started php-fpm-restarts-prod [12:14:04] 12:14:04 Running '/usr/local/sbin/restart-php-fpm-all' on 3 host(s) [12:14:04] 12:14:04 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [12:14:06] 12:14:06 php-fpm-restart: 100% (in-flight: 0; ok: 3; fail: 0; left: 0) [12:14:06] 12:14:06 Finished php-fpm-restarts-prod (duration: 00m 01s) [12:14:06] 12:14:06 Running purgeMessageBlobStore.php [12:14:08] 12:14:08 Finished scap sync-world: wmf-beta-update-all run (duration: 01m 47s) [12:14:09] + /usr/local/bin/wmf-beta-update-databases.py [12:14:20] Running update.php for 47 wikis. [12:14:20] aawiki | MediaWiki 1.47.0-alpha Updater [12:14:20] aawiki | [12:14:20] aawiki | Your composer.lock file is up to date with current dependencies [12:14:20] aawiki | Going to run database updates for aawiki [12:14:20] aawiki | Depending on the size of your database this may take a while! [12:14:20] aawiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:20] aawiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:20] aawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:20] aawiki | Skipped 178 updates that were already applied. [12:14:20] aawiki | Purging caches... [12:14:20] aawiki | Done in 2.3 s. [12:14:20] bnwiki | MediaWiki 1.47.0-alpha Updater [12:14:20] bnwiki | [12:14:20] bnwiki | Your composer.lock file is up to date with current dependencies [12:14:20] bnwiki | Going to run database updates for bnwiki [12:14:20] bnwiki | Depending on the size of your database this may take a while! [12:14:20] bnwiki | Modifying gb_id field of table globalblocks...done. [12:14:20] bnwiki | Modifying gb_address field of table globalblocks...done. [12:14:20] bnwiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:20] bnwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:20] bnwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:20] bnwiki | Skipped 243 updates that were already applied. [12:14:20] bnwiki | Purging caches... [12:14:20] bnwiki | Done in 3.6 s. [12:14:20] arwiki | MediaWiki 1.47.0-alpha Updater [12:14:20] arwiki | [12:14:20] arwiki | Your composer.lock file is up to date with current dependencies [12:14:20] arwiki | Going to run database updates for arwiki [12:14:20] arwiki | Depending on the size of your database this may take a while! [12:14:20] arwiki | Modifying gb_id field of table globalblocks...done. [12:14:20] arwiki | Modifying gb_address field of table globalblocks...done. [12:14:20] arwiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:20] arwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:20] arwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:20] arwiki | Skipped 254 updates that were already applied. [12:14:20] arwiki | Purging caches... [12:14:20] arwiki | Done in 3.8 s. [12:14:20] cswiki | MediaWiki 1.47.0-alpha Updater [12:14:20] cswiki | [12:14:20] cswiki | Your composer.lock file is up to date with current dependencies [12:14:20] cswiki | Going to run database updates for cswiki [12:14:20] cswiki | Depending on the size of your database this may take a while! [12:14:20] cswiki | Modifying gb_id field of table globalblocks...done. [12:14:20] cswiki | Modifying gb_address field of table globalblocks...done. [12:14:20] cswiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:20] cswiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:20] cswiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:20] cswiki | Skipped 226 updates that were already applied. [12:14:20] cswiki | Purging caches... [12:14:20] cswiki | Done in 3.9 s. [12:14:20] crhwiki | MediaWiki 1.47.0-alpha Updater [12:14:20] crhwiki | [12:14:20] crhwiki | Your composer.lock file is up to date with current dependencies [12:14:20] crhwiki | Going to run database updates for crhwiki [12:14:20] crhwiki | Depending on the size of your database this may take a while! [12:14:20] crhwiki | Modifying gb_id field of table globalblocks...done. [12:14:20] crhwiki | Modifying gb_address field of table globalblocks...done. [12:14:20] crhwiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:20] crhwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:20] crhwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:20] crhwiki | Skipped 223 updates that were already applied. [12:14:20] crhwiki | Purging caches... [12:14:20] crhwiki | Done in 3.9 s. [12:14:20] cawiki | MediaWiki 1.47.0-alpha Updater [12:14:20] cawiki | [12:14:20] cawiki | Your composer.lock file is up to date with current dependencies [12:14:20] cawiki | Going to run database updates for cawiki [12:14:20] cawiki | Depending on the size of your database this may take a while! [12:14:20] cawiki | Modifying gb_id field of table globalblocks...done. [12:14:20] cawiki | Modifying gb_address field of table globalblocks...done. [12:14:20] cawiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:20] cawiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:20] cawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:20] cawiki | Skipped 241 updates that were already applied. [12:14:20] cawiki | Purging caches... [12:14:20] cawiki | Done in 4.1 s. [12:14:20] dewiktionary | MediaWiki 1.47.0-alpha Updater [12:14:20] dewiktionary | [12:14:20] dewiktionary | Your composer.lock file is up to date with current dependencies [12:14:20] dewiktionary | Going to run database updates for dewiktionary [12:14:20] dewiktionary | Depending on the size of your database this may take a while! [12:14:20] dewiktionary | Modifying gb_id field of table globalblocks...done. [12:14:20] dewiktionary | Modifying gb_address field of table globalblocks...done. [12:14:20] dewiktionary | Skipped 209 updates that were already applied. [12:14:20] dewiktionary | Purging caches... [12:14:20] dewiktionary | Done in 3.0 s. [12:14:20] enwikinews | MediaWiki 1.47.0-alpha Updater [12:14:20] enwikinews | [12:14:20] enwikinews | Your composer.lock file is up to date with current dependencies [12:14:20] enwikinews | Going to run database updates for enwikinews [12:14:20] enwikinews | Depending on the size of your database this may take a while! [12:14:20] enwikinews | Skipped 187 updates that were already applied. [12:14:20] enwikinews | Purging caches... [12:14:20] enwikinews | Done in 2.5 s. [12:14:20] enwikibooks | MediaWiki 1.47.0-alpha Updater [12:14:20] enwikibooks | [12:14:20] enwikibooks | Your composer.lock file is up to date with current dependencies [12:14:20] enwikibooks | Going to run database updates for enwikibooks [12:14:20] enwikibooks | Depending on the size of your database this may take a while! [12:14:20] enwikibooks | Modifying gb_id field of table globalblocks...done. [12:14:20] enwikibooks | Modifying gb_address field of table globalblocks...done. [12:14:20] enwikibooks | Skipped 208 updates that were already applied. [12:14:20] enwikibooks | Purging caches... [12:14:20] enwikibooks | Done in 3.3 s. [12:14:20] enwikiquote | MediaWiki 1.47.0-alpha Updater [12:14:20] enwikiquote | [12:14:20] enwikiquote | Your composer.lock file is up to date with current dependencies [12:14:20] enwikiquote | Going to run database updates for enwikiquote [12:14:20] enwikiquote | Depending on the size of your database this may take a while! [12:14:20] enwikiquote | Modifying gb_id field of table globalblocks...done. [12:14:20] enwikiquote | Modifying gb_address field of table globalblocks...done. [12:14:20] enwikiquote | Skipped 197 updates that were already applied. [12:14:20] enwikiquote | Purging caches... [12:14:20] enwikiquote | Done in 3.2 s. [12:14:20] enwikisource | MediaWiki 1.47.0-alpha Updater [12:14:20] enwikisource | [12:14:20] enwikisource | Your composer.lock file is up to date with current dependencies [12:14:20] enwikisource | Going to run database updates for enwikisource [12:14:20] enwikisource | Depending on the size of your database this may take a while! [12:14:20] enwikisource | Modifying gb_id field of table globalblocks...done. [12:14:20] enwikisource | Modifying gb_address field of table globalblocks...done. [12:14:20] enwikisource | Skipped 200 updates that were already applied. [12:14:20] enwikisource | Purging caches... [12:14:20] enwikisource | Done in 3.1 s. [12:14:20] enwikiversity | MediaWiki 1.47.0-alpha Updater [12:14:20] enwikiversity | [12:14:20] enwikiversity | Your composer.lock file is up to date with current dependencies [12:14:20] enwikiversity | Going to run database updates for enwikiversity [12:14:20] enwikiversity | Depending on the size of your database this may take a while! [12:14:20] enwikiversity | Modifying gb_id field of table globalblocks...done. [12:14:20] enwikiversity | Modifying gb_address field of table globalblocks...done. [12:14:20] enwikiversity | Skipped 197 updates that were already applied. [12:14:20] enwikiversity | Purging caches... [12:14:20] enwikiversity | Done in 3.0 s. [12:14:20] enwikivoyage | MediaWiki 1.47.0-alpha Updater [12:14:20] enwikivoyage | [12:14:20] enwikivoyage | Your composer.lock file is up to date with current dependencies [12:14:20] enwikivoyage | Going to run database updates for enwikivoyage [12:14:20] enwikivoyage | Depending on the size of your database this may take a while! [12:14:20] enwikivoyage | Modifying gb_id field of table globalblocks...done. [12:14:20] enwikivoyage | Modifying gb_address field of table globalblocks...done. [12:14:20] enwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [12:14:20] enwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:20] enwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:20] enwikivoyage | Skipped 221 updates that were already applied. [12:14:20] enwikivoyage | Purging caches... [12:14:20] enwikivoyage | Done in 3.3 s. [12:14:20] enwiktionary | MediaWiki 1.47.0-alpha Updater [12:14:20] enwiktionary | [12:14:20] enwiktionary | Your composer.lock file is up to date with current dependencies [12:14:20] enwiktionary | Going to run database updates for enwiktionary [12:14:20] enwiktionary | Depending on the size of your database this may take a while! [12:14:20] enwiktionary | Modifying gb_id field of table globalblocks...done. [12:14:20] enwiktionary | Modifying gb_address field of table globalblocks...done. [12:14:20] enwiktionary | Skipped 205 updates that were already applied. [12:14:20] enwiktionary | Purging caches... [12:14:33] enwiktionary | Done in 3.1 s. [12:14:33] eswiki | MediaWiki 1.47.0-alpha Updater [12:14:33] eswiki | [12:14:33] eswiki | Your composer.lock file is up to date with current dependencies [12:14:33] eswiki | Going to run database updates for eswiki [12:14:33] eswiki | Depending on the size of your database this may take a while! [12:14:33] eswiki | Modifying gb_id field of table globalblocks...done. [12:14:33] eswiki | Modifying gb_address field of table globalblocks...done. [12:14:33] eswiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:33] eswiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:33] eswiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:33] eswiki | Skipped 228 updates that were already applied. [12:14:33] eswiki | Purging caches... [12:14:33] eswiki | Done in 3.9 s. [12:14:33] eowiki | MediaWiki 1.47.0-alpha Updater [12:14:33] eowiki | [12:14:33] eowiki | Your composer.lock file is up to date with current dependencies [12:14:33] eowiki | Going to run database updates for eowiki [12:14:33] eowiki | Depending on the size of your database this may take a while! [12:14:33] eowiki | Modifying gb_id field of table globalblocks...done. [12:14:33] eowiki | Modifying gb_address field of table globalblocks...done. [12:14:33] eowiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:33] eowiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:33] eowiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:33] eowiki | Skipped 249 updates that were already applied. [12:14:33] eowiki | Purging caches... [12:14:33] eowiki | Done in 4.0 s. [12:14:33] eswikibooks | MediaWiki 1.47.0-alpha Updater [12:14:33] eswikibooks | [12:14:33] eswikibooks | Your composer.lock file is up to date with current dependencies [12:14:33] eswikibooks | Going to run database updates for eswikibooks [12:14:33] eswikibooks | Depending on the size of your database this may take a while! [12:14:33] eswikibooks | Modifying gb_id field of table globalblocks...done. [12:14:33] eswikibooks | Modifying gb_address field of table globalblocks...done. [12:14:33] eswikibooks | Skipped 201 updates that were already applied. [12:14:33] eswikibooks | Purging caches... [12:14:33] eswikibooks | Done in 3.1 s. [12:14:33] dewiki | MediaWiki 1.47.0-alpha Updater [12:14:33] dewiki | [12:14:33] dewiki | Your composer.lock file is up to date with current dependencies [12:14:33] dewiki | Going to run database updates for dewiki [12:14:33] dewiki | Depending on the size of your database this may take a while! [12:14:33] dewiki | Modifying gb_id field of table globalblocks...done. [12:14:33] dewiki | Modifying gb_address field of table globalblocks...done. [12:14:33] dewiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:33] dewiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:33] dewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:33] dewiki | Skipped 249 updates that were already applied. [12:14:33] dewiki | Purging caches... [12:14:33] dewiki | Done in 14 s. [12:14:33] foundationwiki | MediaWiki 1.47.0-alpha Updater [12:14:33] foundationwiki | [12:14:33] foundationwiki | Your composer.lock file is up to date with current dependencies [12:14:33] foundationwiki | Going to run database updates for foundationwiki [12:14:33] foundationwiki | Depending on the size of your database this may take a while! [12:14:33] foundationwiki | Modifying gb_id field of table globalblocks...done. [12:14:33] foundationwiki | Modifying gb_address field of table globalblocks...done. [12:14:33] foundationwiki | Skipped 223 updates that were already applied. [12:14:33] foundationwiki | Purging caches... [12:14:33] foundationwiki | Done in 3.5 s. [12:14:33] fawiki | MediaWiki 1.47.0-alpha Updater [12:14:33] fawiki | [12:14:33] fawiki | Your composer.lock file is up to date with current dependencies [12:14:33] fawiki | Going to run database updates for fawiki [12:14:33] fawiki | Depending on the size of your database this may take a while! [12:14:33] fawiki | Modifying gb_id field of table globalblocks...done. [12:14:33] fawiki | Modifying gb_address field of table globalblocks...done. [12:14:33] fawiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:33] fawiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:33] fawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:33] fawiki | Skipped 254 updates that were already applied. [12:14:33] fawiki | Purging caches... [12:14:33] fawiki | Done in 4.8 s. [12:14:33] frwiktionary | MediaWiki 1.47.0-alpha Updater [12:14:33] frwiktionary | [12:14:33] frwiktionary | Your composer.lock file is up to date with current dependencies [12:14:33] frwiktionary | Going to run database updates for frwiktionary [12:14:33] frwiktionary | Depending on the size of your database this may take a while! [12:14:33] frwiktionary | Modifying gb_id field of table globalblocks...done. [12:14:33] frwiktionary | Modifying gb_address field of table globalblocks...done. [12:14:33] frwiktionary | Skipped 232 updates that were already applied. [12:14:33] frwiktionary | Purging caches... [12:14:33] frwiktionary | Done in 3.7 s. [12:14:33] hewiktionary | MediaWiki 1.47.0-alpha Updater [12:14:33] hewiktionary | [12:14:33] hewiktionary | Your composer.lock file is up to date with current dependencies [12:14:33] hewiktionary | Going to run database updates for hewiktionary [12:14:33] hewiktionary | Depending on the size of your database this may take a while! [12:14:33] hewiktionary | Modifying gb_id field of table globalblocks...done. [12:14:33] hewiktionary | Modifying gb_address field of table globalblocks...done. [12:14:33] hewiktionary | Skipped 203 updates that were already applied. [12:14:33] hewiktionary | Purging caches... [12:14:33] hewiktionary | Done in 4.3 s. [12:14:33] incubatorwiki | MediaWiki 1.47.0-alpha Updater [12:14:33] incubatorwiki | [12:14:33] incubatorwiki | Your composer.lock file is up to date with current dependencies [12:14:33] incubatorwiki | Going to run database updates for incubatorwiki [12:14:33] incubatorwiki | Depending on the size of your database this may take a while! [12:14:33] incubatorwiki | Modifying gb_id field of table globalblocks...done. [12:14:33] incubatorwiki | Modifying gb_address field of table globalblocks...done. [12:14:33] incubatorwiki | Skipped 226 updates that were already applied. [12:14:33] incubatorwiki | Purging caches... [12:14:33] incubatorwiki | Done in 3.9 s. [12:14:33] hiwiki | MediaWiki 1.47.0-alpha Updater [12:14:33] hiwiki | [12:14:33] hiwiki | Your composer.lock file is up to date with current dependencies [12:14:33] hiwiki | Going to run database updates for hiwiki [12:14:33] hiwiki | Depending on the size of your database this may take a while! [12:14:33] hiwiki | Modifying gb_id field of table globalblocks...done. [12:14:33] hiwiki | Modifying gb_address field of table globalblocks...done. [12:14:33] hiwiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:33] hiwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:33] hiwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:33] hiwiki | Skipped 237 updates that were already applied. [12:14:33] hiwiki | Purging caches... [12:14:33] hiwiki | Done in 5.0 s. [12:14:33] loginwiki | MediaWiki 1.47.0-alpha Updater [12:14:33] loginwiki | [12:14:33] loginwiki | Your composer.lock file is up to date with current dependencies [12:14:33] loginwiki | Going to run database updates for loginwiki [12:14:33] loginwiki | Depending on the size of your database this may take a while! [12:14:33] loginwiki | Modifying gb_id field of table globalblocks...done. [12:14:33] loginwiki | Modifying gb_address field of table globalblocks...done. [12:14:33] loginwiki | Skipped 137 updates that were already applied. [12:14:33] loginwiki | Purging caches... [12:14:33] loginwiki | Done in 1.8 s. [12:14:33] enwiki | MediaWiki 1.47.0-alpha Updater [12:14:33] enwiki | [12:14:33] enwiki | Your composer.lock file is up to date with current dependencies [12:14:33] enwiki | Going to run database updates for enwiki [12:14:33] enwiki | Depending on the size of your database this may take a while! [12:14:33] enwiki | Modifying gb_id field of table globalblocks...done. [12:14:33] enwiki | Modifying gb_address field of table globalblocks...done. [12:14:33] enwiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:33] enwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:33] enwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:33] enwiki | Skipped 260 updates that were already applied. [12:14:33] enwiki | Purging caches... [12:14:33] enwiki | Done in 19 s. [12:14:33] kowiki | MediaWiki 1.47.0-alpha Updater [12:14:33] kowiki | [12:14:33] kowiki | Your composer.lock file is up to date with current dependencies [12:14:33] kowiki | Going to run database updates for kowiki [12:14:33] kowiki | Depending on the size of your database this may take a while! [12:14:33] kowiki | Modifying gb_id field of table globalblocks...done. [12:14:33] kowiki | Modifying gb_address field of table globalblocks...done. [12:14:33] kowiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:33] kowiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:33] kowiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:33] kowiki | Skipped 228 updates that were already applied. [12:14:33] kowiki | Purging caches... [12:14:33] kowiki | Done in 3.8 s. [12:14:33] metawiki | MediaWiki 1.47.0-alpha Updater [12:14:33] metawiki | [12:14:33] metawiki | Your composer.lock file is up to date with current dependencies [12:14:33] metawiki | Going to run database updates for metawiki [12:14:33] metawiki | Depending on the size of your database this may take a while! [12:14:33] metawiki | Modifying gb_id field of table globalblocks...done. [12:14:33] metawiki | Modifying gb_address field of table globalblocks...done. [12:14:33] metawiki | Skipped 227 updates that were already applied. [12:14:33] metawiki | Purging caches... [12:14:47] metawiki | Done in 3.2 s. [12:14:47] nlwiki | MediaWiki 1.47.0-alpha Updater [12:14:47] nlwiki | [12:14:47] nlwiki | Your composer.lock file is up to date with current dependencies [12:14:47] nlwiki | Going to run database updates for nlwiki [12:14:47] nlwiki | Depending on the size of your database this may take a while! [12:14:47] nlwiki | Modifying gb_id field of table globalblocks...done. [12:14:47] nlwiki | Modifying gb_address field of table globalblocks...done. [12:14:47] nlwiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:47] nlwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:47] nlwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:47] nlwiki | Skipped 228 updates that were already applied. [12:14:47] nlwiki | Purging caches... [12:14:47] nlwiki | Done in 3.8 s. [12:14:47] plwikivoyage | MediaWiki 1.47.0-alpha Updater [12:14:47] plwikivoyage | [12:14:47] plwikivoyage | Your composer.lock file is up to date with current dependencies [12:14:47] plwikivoyage | Going to run database updates for plwikivoyage [12:14:47] plwikivoyage | Depending on the size of your database this may take a while! [12:14:47] plwikivoyage | Modifying gb_id field of table globalblocks...done. [12:14:47] plwikivoyage | Modifying gb_address field of table globalblocks...done. [12:14:47] plwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [12:14:47] plwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:47] plwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:47] plwikivoyage | Skipped 219 updates that were already applied. [12:14:47] plwikivoyage | Purging caches... [12:14:47] plwikivoyage | Done in 3.7 s. [12:14:47] simplewiki | MediaWiki 1.47.0-alpha Updater [12:14:47] simplewiki | [12:14:47] simplewiki | Your composer.lock file is up to date with current dependencies [12:14:47] simplewiki | Going to run database updates for simplewiki [12:14:47] simplewiki | Depending on the size of your database this may take a while! [12:14:47] simplewiki | Modifying gb_id field of table globalblocks...done. [12:14:47] simplewiki | Modifying gb_address field of table globalblocks...done. [12:14:47] simplewiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:47] simplewiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:47] simplewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:47] simplewiki | Skipped 226 updates that were already applied. [12:14:47] simplewiki | Purging caches... [12:14:47] simplewiki | Done in 3.6 s. [12:14:47] sqwiki | MediaWiki 1.47.0-alpha Updater [12:14:47] sqwiki | [12:14:47] sqwiki | Your composer.lock file is up to date with current dependencies [12:14:47] sqwiki | Going to run database updates for sqwiki [12:14:47] sqwiki | Depending on the size of your database this may take a while! [12:14:47] sqwiki | Modifying gb_id field of table globalblocks...done. [12:14:47] sqwiki | Modifying gb_address field of table globalblocks...done. [12:14:47] sqwiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:47] sqwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:47] sqwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:47] sqwiki | Skipped 239 updates that were already applied. [12:14:47] sqwiki | Purging caches... [12:14:47] sqwiki | Done in 4.1 s. [12:14:47] srwiki | MediaWiki 1.47.0-alpha Updater [12:14:47] srwiki | [12:14:47] srwiki | Your composer.lock file is up to date with current dependencies [12:14:47] srwiki | Going to run database updates for srwiki [12:14:47] srwiki | Depending on the size of your database this may take a while! [12:14:47] srwiki | Modifying gb_id field of table globalblocks...done. [12:14:47] srwiki | Modifying gb_address field of table globalblocks...done. [12:14:47] srwiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:47] srwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:47] srwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:47] srwiki | Skipped 228 updates that were already applied. [12:14:47] srwiki | Purging caches... [12:14:47] srwiki | Done in 3.9 s. [12:14:47] svwiki | MediaWiki 1.47.0-alpha Updater [12:14:47] svwiki | [12:14:47] svwiki | Your composer.lock file is up to date with current dependencies [12:14:47] svwiki | Going to run database updates for svwiki [12:14:47] svwiki | Depending on the size of your database this may take a while! [12:14:47] svwiki | Modifying gb_id field of table globalblocks...done. [12:14:47] svwiki | Modifying gb_address field of table globalblocks...done. [12:14:47] svwiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:47] svwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:47] svwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:47] svwiki | Skipped 243 updates that were already applied. [12:14:47] svwiki | Purging caches... [12:14:47] svwiki | Done in 3.9 s. [12:14:47] jawiki | MediaWiki 1.47.0-alpha Updater [12:14:47] jawiki | [12:14:47] jawiki | Your composer.lock file is up to date with current dependencies [12:14:47] jawiki | Going to run database updates for jawiki [12:14:47] jawiki | Depending on the size of your database this may take a while! [12:14:47] jawiki | Modifying gb_id field of table globalblocks...done. [12:14:47] jawiki | Modifying gb_address field of table globalblocks...done. [12:14:47] jawiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:47] jawiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:47] jawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:47] jawiki | Skipped 225 updates that were already applied. [12:14:47] jawiki | Purging caches... [12:14:47] jawiki | Done in 17 s. [12:14:47] hewiki | MediaWiki 1.47.0-alpha Updater [12:14:47] hewiki | [12:14:47] hewiki | Your composer.lock file is up to date with current dependencies [12:14:47] hewiki | Going to run database updates for hewiki [12:14:47] hewiki | Depending on the size of your database this may take a while! [12:14:47] hewiki | Modifying gb_id field of table globalblocks...done. [12:14:47] hewiki | Modifying gb_address field of table globalblocks...done. [12:14:47] hewiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:47] hewiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:47] hewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:47] hewiki | Skipped 243 updates that were already applied. [12:14:47] hewiki | Purging caches... [12:14:47] hewiki | Done in 21 s. [12:14:47] test2wiki | MediaWiki 1.47.0-alpha Updater [12:14:47] test2wiki | [12:14:47] test2wiki | Your composer.lock file is up to date with current dependencies [12:14:47] test2wiki | Going to run database updates for test2wiki [12:14:47] test2wiki | Depending on the size of your database this may take a while! [12:14:47] test2wiki | Modifying gb_id field of table globalblocks...done. [12:14:47] test2wiki | Modifying gb_address field of table globalblocks...done. [12:14:47] test2wiki | Skipped 242 updates that were already applied. [12:14:47] test2wiki | Purging caches... [12:14:47] test2wiki | Done in 3.0 s. [12:14:47] votewiki | MediaWiki 1.47.0-alpha Updater [12:14:47] votewiki | [12:14:47] votewiki | Your composer.lock file is up to date with current dependencies [12:14:47] votewiki | Going to run database updates for votewiki [12:14:47] votewiki | Depending on the size of your database this may take a while! [12:14:47] votewiki | Skipped 118 updates that were already applied. [12:14:47] votewiki | Purging caches... [12:14:47] votewiki | Done in 1.4 s. [12:14:47] viwiki | MediaWiki 1.47.0-alpha Updater [12:14:47] viwiki | [12:14:47] viwiki | Your composer.lock file is up to date with current dependencies [12:14:47] viwiki | Going to run database updates for viwiki [12:14:47] viwiki | Depending on the size of your database this may take a while! [12:14:47] viwiki | Modifying gb_id field of table globalblocks...done. [12:14:47] viwiki | Modifying gb_address field of table globalblocks...done. [12:14:47] viwiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:47] viwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:47] viwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:47] viwiki | Skipped 225 updates that were already applied. [12:14:47] viwiki | Purging caches... [12:14:47] viwiki | Done in 3.8 s. [12:14:47] frwiki | MediaWiki 1.47.0-alpha Updater [12:14:47] frwiki | [12:14:47] frwiki | Your composer.lock file is up to date with current dependencies [12:14:47] frwiki | Going to run database updates for frwiki [12:14:47] frwiki | Depending on the size of your database this may take a while! [12:14:47] frwiki | Modifying gb_id field of table globalblocks...done. [12:14:47] frwiki | Modifying gb_address field of table globalblocks...done. [12:14:47] frwiki | Modifying cxl_end_time field of table cx_lists...done. [12:14:47] frwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:14:47] frwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:14:47] frwiki | Skipped 226 updates that were already applied. [12:14:47] frwiki | Purging caches... [12:14:47] frwiki | Done in 25 s. [12:14:47] wikidatawiki | MediaWiki 1.47.0-alpha Updater [12:14:47] wikidatawiki | [12:14:47] wikidatawiki | Your composer.lock file is up to date with current dependencies [12:14:47] wikidatawiki | Going to run database updates for wikidatawiki [12:14:47] wikidatawiki | Depending on the size of your database this may take a while! [12:14:47] wikidatawiki | Modifying gb_id field of table globalblocks...done. [12:14:47] wikidatawiki | Modifying gb_address field of table globalblocks...done. [12:14:47] wikidatawiki | Skipped 265 updates that were already applied. [12:14:47] wikidatawiki | Purging caches... [12:15:02] wikidatawiki | Done in 3.3 s. [12:15:02] testwiki | MediaWiki 1.47.0-alpha Updater [12:15:02] testwiki | [12:15:02] testwiki | Your composer.lock file is up to date with current dependencies [12:15:02] testwiki | Going to run database updates for testwiki [12:15:02] testwiki | Depending on the size of your database this may take a while! [12:15:02] testwiki | Modifying gb_id field of table globalblocks...done. [12:15:02] testwiki | Modifying gb_address field of table globalblocks...done. [12:15:02] testwiki | Modifying cxl_end_time field of table cx_lists...done. [12:15:02] testwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:15:02] testwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:15:02] testwiki | Skipped 284 updates that were already applied. [12:15:02] testwiki | Purging caches... [12:15:02] testwiki | Done in 6.1 s. [12:15:02] ruwiki | MediaWiki 1.47.0-alpha Updater [12:15:02] ruwiki | [12:15:02] ruwiki | Your composer.lock file is up to date with current dependencies [12:15:02] ruwiki | Going to run database updates for ruwiki [12:15:02] ruwiki | Depending on the size of your database this may take a while! [12:15:02] ruwiki | Modifying gb_id field of table globalblocks...done. [12:15:02] ruwiki | Modifying gb_address field of table globalblocks...done. [12:15:02] ruwiki | Modifying cxl_end_time field of table cx_lists...done. [12:15:02] ruwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:15:02] ruwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:15:02] ruwiki | Skipped 254 updates that were already applied. [12:15:02] ruwiki | Purging caches... [12:15:02] ruwiki | Done in 17 s. [12:15:02] zhwikivoyage | MediaWiki 1.47.0-alpha Updater [12:15:02] zhwikivoyage | [12:15:02] zhwikivoyage | Your composer.lock file is up to date with current dependencies [12:15:02] zhwikivoyage | Going to run database updates for zhwikivoyage [12:15:02] zhwikivoyage | Depending on the size of your database this may take a while! [12:15:02] zhwikivoyage | Modifying gb_id field of table globalblocks...done. [12:15:02] zhwikivoyage | Modifying gb_address field of table globalblocks...done. [12:15:02] zhwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [12:15:02] zhwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [12:15:02] zhwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:15:02] zhwikivoyage | Skipped 221 updates that were already applied. [12:15:02] zhwikivoyage | Purging caches... [12:15:02] zhwikivoyage | Done in 4.4 s. [12:15:02] ukwiki | MediaWiki 1.47.0-alpha Updater [12:15:02] ukwiki | [12:15:02] ukwiki | Your composer.lock file is up to date with current dependencies [12:15:02] ukwiki | Going to run database updates for ukwiki [12:15:02] ukwiki | Depending on the size of your database this may take a while! [12:15:02] ukwiki | Modifying gb_id field of table globalblocks...done. [12:15:02] ukwiki | Modifying gb_address field of table globalblocks...done. [12:15:02] ukwiki | Modifying cxl_end_time field of table cx_lists...done. [12:15:02] ukwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:15:02] ukwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:15:02] ukwiki | Skipped 239 updates that were already applied. [12:15:02] ukwiki | Purging caches... [12:15:02] ukwiki | Done in 14 s. [12:15:02] commonswiki | MediaWiki 1.47.0-alpha Updater [12:15:02] commonswiki | [12:15:02] commonswiki | Your composer.lock file is up to date with current dependencies [12:15:02] commonswiki | Going to run database updates for commonswiki [12:15:02] commonswiki | Depending on the size of your database this may take a while! [12:15:02] commonswiki | Modifying gb_id field of table globalblocks...done. [12:15:02] commonswiki | Modifying gb_address field of table globalblocks...done. [12:15:02] commonswiki | Skipped 255 updates that were already applied. [12:15:02] commonswiki | Set the local repo temp zone container to be private. [12:15:02] commonswiki | Purging caches... [12:15:02] commonswiki | Done in 52 s. [12:15:02] zhwiki | MediaWiki 1.47.0-alpha Updater [12:15:02] zhwiki | [12:15:02] zhwiki | Your composer.lock file is up to date with current dependencies [12:15:02] zhwiki | Going to run database updates for zhwiki [12:15:02] zhwiki | Depending on the size of your database this may take a while! [12:15:02] zhwiki | Modifying gb_id field of table globalblocks...done. [12:15:02] zhwiki | Modifying gb_address field of table globalblocks...done. [12:15:02] zhwiki | Modifying cxl_end_time field of table cx_lists...done. [12:15:02] zhwiki | Modifying cxc_timestamp field of table cx_corpora...done. [12:15:02] zhwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [12:15:02] zhwiki | Skipped 249 updates that were already applied. [12:15:02] zhwiki | Purging caches... [12:15:02] zhwiki | Done in 17 s. [12:15:02] Updated 47 wikis.