[20:00:07] + ulimit -n 512 [20:00:07] + LOCKFILE=/var/lock/scap.operations_mediawiki-config.lock [20:00:07] + '[' -O /var/lock/scap.operations_mediawiki-config.lock ']' [20:00:07] + /usr/bin/scap version [20:00:08] 4.274.1 [20:00:08] + /usr/bin/scap prep auto [20:00:09] 20:00:09 Started scap prep auto [20:00:09] 20:00:09 Update https://gerrit.wikimedia.org/r/operations/mediawiki-config (master branch) in /srv/mediawiki-staging [20:00:10] 20:00:10 https://gerrit.wikimedia.org/r/operations/mediawiki-config checked out at commit 8c76c50a50c035b439effd6e7185e2abfe15acd9 [20:00:10] 20:00:10 Update https://gerrit.wikimedia.org/r/mediawiki/core (master branch) in /srv/mediawiki-staging/php-master [20:00:11] 20:00:11 https://gerrit.wikimedia.org/r/mediawiki/core checked out at commit 74c5709ec78d6b2f7853f72ee851e9456229e904 [20:00:11] 20:00:11 Update https://gerrit.wikimedia.org/r/mediawiki/extensions (master branch) in /srv/mediawiki-staging/php-master/extensions [20:00:13] 20:00:13 Changes pulled down since last fetch: [20:00:13] commit 630512cad5033e9f23765c3387291eaef843de2c [20:00:13] Author: jsn [20:00:13] Date: Mon Jul 27 14:55:14 2026 -0500 [20:00:13] [20:00:13] Update git submodules [20:00:13] [20:00:13] * Update PersonalDashboard from branch 'master' [20:00:13] to b6c8dbdcdfae46dddd3715f5af4c20f5674cce71 [20:00:13] - Test the render contract [20:00:13] [20:00:13] The server-frame/client-body rework shipped with almost no PHP [20:00:13] coverage of the module render contract: nothing pinned the [20:00:13] island-versus-server switch, so a regression could swap a card body [20:00:13] for an empty slot with the suite none the wiser. Cover the [20:00:13] contract's load-bearing pieces at the unit level. [20:00:13] [20:00:13] BaseModule: [20:00:13] [20:00:13] - getBodyContent returns the empty slot for an island and the full [20:00:13] body for a server-rendered module; getSlot emits the bare pd-slot [20:00:13] mount div [20:00:13] [20:00:13] Placeholder: [20:00:13] [20:00:13] - the unregistered-module fallback renders a slot frame on both [20:00:13] platforms [20:00:13] [20:00:13] Assisted-by: Claude Opus 4.8 [20:00:13] Bug: T432595 [20:00:13] Change-Id: I5afdeac8e66209267227c478ee51286af8cbdad9 [20:00:13] [20:00:13] commit 77df17a535cc9d6304be00e0b25fa836d07f7a26 [20:00:13] Author: jsn [20:00:13] Date: Mon Jul 27 14:55:11 2026 -0500 [20:00:13] [20:00:13] Update git submodules [20:00:13] [20:00:13] * Update PersonalDashboard from branch 'master' [20:00:13] to 92b11653ba382a176333fcaa41bea1624aafdecd [20:00:13] - Teleport island bodies [20:00:13] [20:00:13] The prior change moved the card frame to the server but left the Vue [20:00:13] client building its own card tree, so the two collided and end-to-end [20:00:13] rendering stayed broken. Invert the client to adopt the server frame: [20:00:13] the client teleports each module's body into the empty slot the server [20:00:13] emits, re-teleporting the active module into the dialog. The server owns [20:00:13] the frame; the client owns the bodies. [20:00:13] [20:00:13] Platform is resolved server-side and published as [20:00:13] wgPersonalDashboardPlatform; the client consumes it instead of sniffing [20:00:13] the skin, so both sides render for the same platform. Detail (compact vs [20:00:13] full) stays client-derived. [20:00:13] [20:00:13] Client: [20:00:13] - IslandMount teleports a module into its slot, or the dialog when [20:00:13] active; a behavior-only module with no slot renders in place. [20:00:13] - Dashboard shrinks to the dialog plus one mount per island, on a [20:00:13] single /:module? route that survives dialog open and close. [20:00:13] - init flattens the group tree to the client-owned islands and opens a [20:00:13] mobile expandable card in the dialog instead of following its anchor, [20:00:13] leaving modified clicks to the browser. [20:00:13] [20:00:13] Modules: [20:00:13] - Review Changes and Active Discussions take platform/detail props in [20:00:13] place of the old rendermode string; Impact and Policies & Guidelines [20:00:13] drop the prop they never read. [20:00:13] [20:00:13] Server: [20:00:13] - Restore the anchor class the frame CSS expects, so a mobile [20:00:13] expandable card isn't an unstyled link. [20:00:13] [20:00:13] Delete ModuleAnchor, ModuleCard, and ModuleViewport. [20:00:13] [20:00:13] Assisted-by: Claude Opus 4.8 [20:00:13] Bug: T432595 [20:00:13] Change-Id: I0ebe329dadefce70711938a94274117208fa948c [20:00:13] [20:00:13] commit 85d53aee11d39a1a1780c90a1a2de0bf48f1a87d [20:00:13] Author: David Lynch [20:00:13] Date: Mon Jul 27 14:55:08 2026 -0500 [20:00:13] [20:00:13] Update git submodules [20:00:13] [20:00:13] * Update VisualEditor from branch 'master' [20:00:13] to ac6bb49e1ee8ce5ea2fcf8580868e5196c7bffde [20:00:13] - ContentBranchNodeCheck: use getModifiedAnnotationRanges [20:00:13] [20:00:13] Adds a scope parameter to getModifiedAnnotationRanges which will allow [20:00:13] easy scoping of the fetched ranges to the appropriate node. [20:00:13] [20:00:13] Follow-up to 90bc42db7f692270bb946a21a019040a73616607 (and its children) [20:00:13] [20:00:13] Bug: T425583 [20:00:13] Change-Id: I90c6d926a4e3e1abb43a10aaa2f1491c93c5fefb [20:00:13] [20:00:13] 20:00:13 https://gerrit.wikimedia.org/r/mediawiki/extensions checked out at commit 630512cad5033e9f23765c3387291eaef843de2c [20:02:16] 20:02:16 Update https://gerrit.wikimedia.org/r/mediawiki/vendor (master branch) in /srv/mediawiki-staging/php-master/vendor [20:02:16] 20:02:16 https://gerrit.wikimedia.org/r/mediawiki/vendor checked out at commit e7cd6c5ce791a51fec53e3656042b7b7062a787e [20:02:17] 20:02:17 Update https://gerrit.wikimedia.org/r/mediawiki/skins (master branch) in /srv/mediawiki-staging/php-master/skins [20:02:17] 20:02:17 https://gerrit.wikimedia.org/r/mediawiki/skins checked out at commit d49ff25faaa913ed5b47297d419c695d50bb705e [20:02:23] 20:02:23 MediaWiki master successfully checked out. [20:02:23] 20:02:23 Finished scap prep auto (duration: 02m 14s) [20:02:24] + /usr/bin/scap sync-world 'wmf-beta-update-all run' [20:02:25] ___ ____ [20:02:25] ⎛ ⎛ ,---- [20:02:25] \ //==--' [20:02:25] _//|,.·//==--' ____________________________ [20:02:25] _OO≣=- ︶ ᴹw ⎞_§ ______ ___\ ___\ ,\__ \/ __ \ [20:02:25] (∞)_, ) ( | ______/__ \/ /__ / /_/ / /_/ / [20:02:25] ¨--¨|| |- ( / ______\____/ \___/ \__^_/ .__/ [20:02:25] ««_/ «_/ jgs/bd808 /_/ [20:02:25] [20:02:25] 20:02:25 Started scap sync-world: wmf-beta-update-all run [20:02:29] 20:02:29 Started cache_git_info [20:02:35] 20:02:35 Finished cache_git_info (duration: 00m 05s) [20:02:35] 20:02:35 Started l10n-update [20:02:39] 20:02:39 Updating ExtensionMessages-master.php [20:02:50] 20:02:50 Updating LocalisationCache for master using 6 thread(s) [20:02:50] 20:02:50 Running rebuildLocalisationCache.php (cdb) [20:02:54] 20:02:54 0 languages rebuilt out of 549 [20:02:54] 20:02:54 Use --force to rebuild the caches which are still fresh. [20:02:57] 20:02:57 Running rebuildLocalisationCache.php (php) [20:03:01] 20:03:01 0 languages rebuilt out of 549 [20:03:01] 20:03:01 Use --force to rebuild the caches which are still fresh. [20:03:04] 20:03:04 Generating JSON versions and md5 files (as www-data) [20:03:07] 20:03:07 Finished l10n-update (duration: 00m 31s) [20:03:07] 20:03:07 Checking for new runtime errors locally [20:03:10] 20:03:10 Started sync-canaries [20:03:10] 20:03:10 sync-canaries: 0% (ok: 0; fail: 0; left: 1) [20:03:19] 20:03:19 sync-canaries: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [20:03:19] 20:03:19 Per-host sync duration: average 9.0s, median 9.0s [20:03:19] 20:03:19 rsync transfer: average 559684 bytes/host, total 559684 bytes [20:03:19] 20:03:19 Started scap-cdb-rebuild-canaries [20:03:19] 20:03:19 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 1) [20:03:21] 20:03:21 scap-cdb-rebuild: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [20:03:21] 20:03:21 Finished scap-cdb-rebuild-canaries (duration: 00m 01s) [20:03:21] 20:03:21 Started sync-wikiversions-canaries [20:03:21] 20:03:21 sync-wikiversions: 0% (ok: 0; fail: 0; left: 1) [20:03:22] 20:03:22 sync-wikiversions: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [20:03:22] 20:03:22 Finished sync-wikiversions-canaries (duration: 00m 00s) [20:03:22] 20:03:22 Started php-fpm-restarts-canaries [20:03:22] 20:03:22 Running '/usr/local/sbin/restart-php-fpm-all' on 1 host(s) [20:03:22] 20:03:22 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [20:03:23] 20:03:23 php-fpm-restart: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [20:03:23] 20:03:23 Finished php-fpm-restarts-canaries (duration: 00m 01s) [20:03:23] 20:03:23 Finished sync-canaries (duration: 00m 12s) [20:03:23] 20:03:23 Waiting 20 seconds for canary traffic... [20:03:43] 20:03:43 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [20:03:43] 20:03:43 Started sync-apaches [20:03:43] 20:03:43 sync-apaches: 0% (ok: 0; fail: 0; left: 3) [20:03:49] 20:03:49 sync-apaches: 100% (in-flight: 0; ok: 3; fail: 0; left: 0) [20:03:49] 20:03:49 Per-host sync duration: average 5.4s, median 5.7s [20:03:49] 20:03:49 rsync transfer: average 559684 bytes/host, total 1679052 bytes [20:03:49] 20:03:49 Finished sync-apaches (duration: 00m 05s) [20:03:49] 20:03:49 Waiting 20 seconds for production traffic... [20:04:09] 20:04:09 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [20:04:09] 20:04:09 Started scap-cdb-rebuild-prod [20:04:09] 20:04:09 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 4) [20:04:11] 20:04:11 scap-cdb-rebuild: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [20:04:11] 20:04:11 Finished scap-cdb-rebuild-prod (duration: 00m 02s) [20:04:11] 20:04:11 Started sync-wikiversions-prod [20:04:11] 20:04:11 sync-wikiversions: 0% (ok: 0; fail: 0; left: 4) [20:04:12] 20:04:12 sync-wikiversions: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [20:04:12] 20:04:12 Finished sync-wikiversions-prod (duration: 00m 00s) [20:04:12] 20:04:12 Started php-fpm-restarts-prod [20:04:12] 20:04:12 Running '/usr/local/sbin/restart-php-fpm-all' on 3 host(s) [20:04:12] 20:04:12 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [20:04:13] 20:04:13 php-fpm-restart: 100% (in-flight: 0; ok: 3; fail: 0; left: 0) [20:04:13] 20:04:13 Finished php-fpm-restarts-prod (duration: 00m 01s) [20:04:13] 20:04:13 Running purgeMessageBlobStore.php [20:04:16] 20:04:16 Finished scap sync-world: wmf-beta-update-all run (duration: 01m 51s) [20:04:17] + /usr/local/bin/wmf-beta-update-databases.py [20:04:31] Running update.php for 47 wikis. [20:04:31] aawiki | MediaWiki 1.47.0-alpha Updater [20:04:31] aawiki | [20:04:31] aawiki | Your composer.lock file is up to date with current dependencies [20:04:31] aawiki | Going to run database updates for aawiki [20:04:31] aawiki | Depending on the size of your database this may take a while! [20:04:31] aawiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:31] aawiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:31] aawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:31] aawiki | Skipped 178 updates that were already applied. [20:04:31] aawiki | Purging caches... [20:04:31] aawiki | Done in 3.1 s. [20:04:31] crhwiki | MediaWiki 1.47.0-alpha Updater [20:04:31] crhwiki | [20:04:31] crhwiki | Your composer.lock file is up to date with current dependencies [20:04:31] crhwiki | Going to run database updates for crhwiki [20:04:31] crhwiki | Depending on the size of your database this may take a while! [20:04:31] crhwiki | Modifying gb_id field of table globalblocks...done. [20:04:31] crhwiki | Modifying gb_address field of table globalblocks...done. [20:04:31] crhwiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:31] crhwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:31] crhwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:31] crhwiki | Skipped 223 updates that were already applied. [20:04:31] crhwiki | Purging caches... [20:04:31] crhwiki | Done in 5.2 s. [20:04:31] cawiki | MediaWiki 1.47.0-alpha Updater [20:04:31] cawiki | [20:04:31] cawiki | Your composer.lock file is up to date with current dependencies [20:04:31] cawiki | Going to run database updates for cawiki [20:04:31] cawiki | Depending on the size of your database this may take a while! [20:04:31] cawiki | Modifying gb_id field of table globalblocks...done. [20:04:31] cawiki | Modifying gb_address field of table globalblocks...done. [20:04:31] cawiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:31] cawiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:31] cawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:31] cawiki | Skipped 241 updates that were already applied. [20:04:31] cawiki | Purging caches... [20:04:31] cawiki | Done in 5.3 s. [20:04:31] arwiki | MediaWiki 1.47.0-alpha Updater [20:04:31] arwiki | [20:04:31] arwiki | Your composer.lock file is up to date with current dependencies [20:04:31] arwiki | Going to run database updates for arwiki [20:04:31] arwiki | Depending on the size of your database this may take a while! [20:04:31] arwiki | Modifying gb_id field of table globalblocks...done. [20:04:31] arwiki | Modifying gb_address field of table globalblocks...done. [20:04:31] arwiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:31] arwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:31] arwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:31] arwiki | Skipped 254 updates that were already applied. [20:04:31] arwiki | Purging caches... [20:04:31] arwiki | Done in 5.3 s. [20:04:31] cswiki | MediaWiki 1.47.0-alpha Updater [20:04:31] cswiki | [20:04:31] cswiki | Your composer.lock file is up to date with current dependencies [20:04:31] cswiki | Going to run database updates for cswiki [20:04:31] cswiki | Depending on the size of your database this may take a while! [20:04:31] cswiki | Modifying gb_id field of table globalblocks...done. [20:04:31] cswiki | Modifying gb_address field of table globalblocks...done. [20:04:31] cswiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:31] cswiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:31] cswiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:31] cswiki | Skipped 226 updates that were already applied. [20:04:31] cswiki | Purging caches... [20:04:31] cswiki | Done in 5.3 s. [20:04:31] bnwiki | MediaWiki 1.47.0-alpha Updater [20:04:31] bnwiki | [20:04:31] bnwiki | Your composer.lock file is up to date with current dependencies [20:04:31] bnwiki | Going to run database updates for bnwiki [20:04:31] bnwiki | Depending on the size of your database this may take a while! [20:04:31] bnwiki | Modifying gb_id field of table globalblocks...done. [20:04:31] bnwiki | Modifying gb_address field of table globalblocks...done. [20:04:31] bnwiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:31] bnwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:31] bnwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:31] bnwiki | Skipped 243 updates that were already applied. [20:04:31] bnwiki | Purging caches... [20:04:31] bnwiki | Done in 5.9 s. [20:04:31] dewiktionary | MediaWiki 1.47.0-alpha Updater [20:04:31] dewiktionary | [20:04:31] dewiktionary | Your composer.lock file is up to date with current dependencies [20:04:31] dewiktionary | Going to run database updates for dewiktionary [20:04:31] dewiktionary | Depending on the size of your database this may take a while! [20:04:31] dewiktionary | Modifying gb_id field of table globalblocks...done. [20:04:31] dewiktionary | Modifying gb_address field of table globalblocks...done. [20:04:31] dewiktionary | Skipped 209 updates that were already applied. [20:04:31] dewiktionary | Purging caches... [20:04:31] dewiktionary | Done in 3.6 s. [20:04:31] enwikinews | MediaWiki 1.47.0-alpha Updater [20:04:31] enwikinews | [20:04:31] enwikinews | Your composer.lock file is up to date with current dependencies [20:04:31] enwikinews | Going to run database updates for enwikinews [20:04:31] enwikinews | Depending on the size of your database this may take a while! [20:04:31] enwikinews | Skipped 187 updates that were already applied. [20:04:31] enwikinews | Purging caches... [20:04:31] enwikinews | Done in 3.0 s. [20:04:31] enwikiquote | MediaWiki 1.47.0-alpha Updater [20:04:31] enwikiquote | [20:04:31] enwikiquote | Your composer.lock file is up to date with current dependencies [20:04:31] enwikiquote | Going to run database updates for enwikiquote [20:04:31] enwikiquote | Depending on the size of your database this may take a while! [20:04:31] enwikiquote | Modifying gb_id field of table globalblocks...done. [20:04:31] enwikiquote | Modifying gb_address field of table globalblocks...done. [20:04:31] enwikiquote | Skipped 197 updates that were already applied. [20:04:31] enwikiquote | Purging caches... [20:04:31] enwikiquote | Done in 3.2 s. [20:04:31] enwikibooks | MediaWiki 1.47.0-alpha Updater [20:04:31] enwikibooks | [20:04:31] enwikibooks | Your composer.lock file is up to date with current dependencies [20:04:31] enwikibooks | Going to run database updates for enwikibooks [20:04:31] enwikibooks | Depending on the size of your database this may take a while! [20:04:31] enwikibooks | Modifying gb_id field of table globalblocks...done. [20:04:31] enwikibooks | Modifying gb_address field of table globalblocks...done. [20:04:31] enwikibooks | Skipped 208 updates that were already applied. [20:04:31] enwikibooks | Purging caches... [20:04:31] enwikibooks | Done in 3.7 s. [20:04:31] enwikisource | MediaWiki 1.47.0-alpha Updater [20:04:31] enwikisource | [20:04:31] enwikisource | Your composer.lock file is up to date with current dependencies [20:04:31] enwikisource | Going to run database updates for enwikisource [20:04:31] enwikisource | Depending on the size of your database this may take a while! [20:04:31] enwikisource | Modifying gb_id field of table globalblocks...done. [20:04:31] enwikisource | Modifying gb_address field of table globalblocks...done. [20:04:31] enwikisource | Skipped 200 updates that were already applied. [20:04:31] enwikisource | Purging caches... [20:04:31] enwikisource | Done in 3.3 s. [20:04:31] enwikiversity | MediaWiki 1.47.0-alpha Updater [20:04:31] enwikiversity | [20:04:31] enwikiversity | Your composer.lock file is up to date with current dependencies [20:04:31] enwikiversity | Going to run database updates for enwikiversity [20:04:31] enwikiversity | Depending on the size of your database this may take a while! [20:04:31] enwikiversity | Modifying gb_id field of table globalblocks...done. [20:04:31] enwikiversity | Modifying gb_address field of table globalblocks...done. [20:04:31] enwikiversity | Skipped 197 updates that were already applied. [20:04:31] enwikiversity | Purging caches... [20:04:31] enwikiversity | Done in 3.5 s. [20:04:31] enwiktionary | MediaWiki 1.47.0-alpha Updater [20:04:31] enwiktionary | [20:04:31] enwiktionary | Your composer.lock file is up to date with current dependencies [20:04:31] enwiktionary | Going to run database updates for enwiktionary [20:04:31] enwiktionary | Depending on the size of your database this may take a while! [20:04:31] enwiktionary | Modifying gb_id field of table globalblocks...done. [20:04:31] enwiktionary | Modifying gb_address field of table globalblocks...done. [20:04:31] enwiktionary | Skipped 205 updates that were already applied. [20:04:31] enwiktionary | Purging caches... [20:04:31] enwiktionary | Done in 3.8 s. [20:04:31] enwikivoyage | MediaWiki 1.47.0-alpha Updater [20:04:31] enwikivoyage | [20:04:31] enwikivoyage | Your composer.lock file is up to date with current dependencies [20:04:31] enwikivoyage | Going to run database updates for enwikivoyage [20:04:31] enwikivoyage | Depending on the size of your database this may take a while! [20:04:31] enwikivoyage | Modifying gb_id field of table globalblocks...done. [20:04:31] enwikivoyage | Modifying gb_address field of table globalblocks...done. [20:04:31] enwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [20:04:31] enwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:31] enwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:31] enwikivoyage | Skipped 221 updates that were already applied. [20:04:31] enwikivoyage | Purging caches... [20:04:49] enwikivoyage | Done in 4.3 s. [20:04:49] eswiki | MediaWiki 1.47.0-alpha Updater [20:04:49] eswiki | [20:04:49] eswiki | Your composer.lock file is up to date with current dependencies [20:04:49] eswiki | Going to run database updates for eswiki [20:04:49] eswiki | Depending on the size of your database this may take a while! [20:04:49] eswiki | Modifying gb_id field of table globalblocks...done. [20:04:49] eswiki | Modifying gb_address field of table globalblocks...done. [20:04:49] eswiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:49] eswiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:49] eswiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:49] eswiki | Skipped 228 updates that were already applied. [20:04:49] eswiki | Purging caches... [20:04:49] eswiki | Done in 4.5 s. [20:04:49] eowiki | MediaWiki 1.47.0-alpha Updater [20:04:49] eowiki | [20:04:49] eowiki | Your composer.lock file is up to date with current dependencies [20:04:49] eowiki | Going to run database updates for eowiki [20:04:49] eowiki | Depending on the size of your database this may take a while! [20:04:49] eowiki | Modifying gb_id field of table globalblocks...done. [20:04:49] eowiki | Modifying gb_address field of table globalblocks...done. [20:04:49] eowiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:49] eowiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:49] eowiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:49] eowiki | Skipped 249 updates that were already applied. [20:04:49] eowiki | Purging caches... [20:04:49] eowiki | Done in 4.7 s. [20:04:49] eswikibooks | MediaWiki 1.47.0-alpha Updater [20:04:49] eswikibooks | [20:04:49] eswikibooks | Your composer.lock file is up to date with current dependencies [20:04:49] eswikibooks | Going to run database updates for eswikibooks [20:04:49] eswikibooks | Depending on the size of your database this may take a while! [20:04:49] eswikibooks | Modifying gb_id field of table globalblocks...done. [20:04:49] eswikibooks | Modifying gb_address field of table globalblocks...done. [20:04:49] eswikibooks | Skipped 201 updates that were already applied. [20:04:49] eswikibooks | Purging caches... [20:04:49] eswikibooks | Done in 3.8 s. [20:04:49] dewiki | MediaWiki 1.47.0-alpha Updater [20:04:49] dewiki | [20:04:49] dewiki | Your composer.lock file is up to date with current dependencies [20:04:49] dewiki | Going to run database updates for dewiki [20:04:49] dewiki | Depending on the size of your database this may take a while! [20:04:49] dewiki | Modifying gb_id field of table globalblocks...done. [20:04:49] dewiki | Modifying gb_address field of table globalblocks...done. [20:04:49] dewiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:49] dewiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:49] dewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:49] dewiki | Skipped 249 updates that were already applied. [20:04:49] dewiki | Purging caches... [20:04:49] dewiki | Done in 17 s. [20:04:49] fawiki | MediaWiki 1.47.0-alpha Updater [20:04:49] fawiki | [20:04:49] fawiki | Your composer.lock file is up to date with current dependencies [20:04:49] fawiki | Going to run database updates for fawiki [20:04:49] fawiki | Depending on the size of your database this may take a while! [20:04:49] fawiki | Modifying gb_id field of table globalblocks...done. [20:04:49] fawiki | Modifying gb_address field of table globalblocks...done. [20:04:49] fawiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:49] fawiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:49] fawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:49] fawiki | Skipped 254 updates that were already applied. [20:04:49] fawiki | Purging caches... [20:04:49] fawiki | Done in 4.2 s. [20:04:49] foundationwiki | MediaWiki 1.47.0-alpha Updater [20:04:49] foundationwiki | [20:04:49] foundationwiki | Your composer.lock file is up to date with current dependencies [20:04:49] foundationwiki | Going to run database updates for foundationwiki [20:04:49] foundationwiki | Depending on the size of your database this may take a while! [20:04:49] foundationwiki | Modifying gb_id field of table globalblocks...done. [20:04:49] foundationwiki | Modifying gb_address field of table globalblocks...done. [20:04:49] foundationwiki | Skipped 223 updates that were already applied. [20:04:49] foundationwiki | Purging caches... [20:04:49] foundationwiki | Done in 4.2 s. [20:04:49] frwiktionary | MediaWiki 1.47.0-alpha Updater [20:04:49] frwiktionary | [20:04:49] frwiktionary | Your composer.lock file is up to date with current dependencies [20:04:49] frwiktionary | Going to run database updates for frwiktionary [20:04:49] frwiktionary | Depending on the size of your database this may take a while! [20:04:49] frwiktionary | Modifying gb_id field of table globalblocks...done. [20:04:49] frwiktionary | Modifying gb_address field of table globalblocks...done. [20:04:49] frwiktionary | Skipped 232 updates that were already applied. [20:04:49] frwiktionary | Purging caches... [20:04:49] frwiktionary | Done in 4.3 s. [20:04:49] hewiktionary | MediaWiki 1.47.0-alpha Updater [20:04:49] hewiktionary | [20:04:49] hewiktionary | Your composer.lock file is up to date with current dependencies [20:04:49] hewiktionary | Going to run database updates for hewiktionary [20:04:49] hewiktionary | Depending on the size of your database this may take a while! [20:04:49] hewiktionary | Modifying gb_id field of table globalblocks...done. [20:04:49] hewiktionary | Modifying gb_address field of table globalblocks...done. [20:04:49] hewiktionary | Skipped 203 updates that were already applied. [20:04:49] hewiktionary | Purging caches... [20:04:49] hewiktionary | Done in 5.2 s. [20:04:49] enwiki | MediaWiki 1.47.0-alpha Updater [20:04:49] enwiki | [20:04:49] enwiki | Your composer.lock file is up to date with current dependencies [20:04:49] enwiki | Going to run database updates for enwiki [20:04:49] enwiki | Depending on the size of your database this may take a while! [20:04:49] enwiki | Modifying gb_id field of table globalblocks...done. [20:04:49] enwiki | Modifying gb_address field of table globalblocks...done. [20:04:49] enwiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:49] enwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:49] enwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:49] enwiki | Skipped 260 updates that were already applied. [20:04:49] enwiki | Purging caches... [20:04:49] enwiki | Done in 19 s. [20:04:49] incubatorwiki | MediaWiki 1.47.0-alpha Updater [20:04:49] incubatorwiki | [20:04:49] incubatorwiki | Your composer.lock file is up to date with current dependencies [20:04:49] incubatorwiki | Going to run database updates for incubatorwiki [20:04:49] incubatorwiki | Depending on the size of your database this may take a while! [20:04:49] incubatorwiki | Modifying gb_id field of table globalblocks...done. [20:04:49] incubatorwiki | Modifying gb_address field of table globalblocks...done. [20:04:49] incubatorwiki | Skipped 226 updates that were already applied. [20:04:49] incubatorwiki | Purging caches... [20:04:49] incubatorwiki | Done in 6.3 s. [20:04:49] hiwiki | MediaWiki 1.47.0-alpha Updater [20:04:49] hiwiki | [20:04:49] hiwiki | Your composer.lock file is up to date with current dependencies [20:04:49] hiwiki | Going to run database updates for hiwiki [20:04:49] hiwiki | Depending on the size of your database this may take a while! [20:04:49] hiwiki | Modifying gb_id field of table globalblocks...done. [20:04:49] hiwiki | Modifying gb_address field of table globalblocks...done. [20:04:49] hiwiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:49] hiwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:49] hiwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:49] hiwiki | Skipped 237 updates that were already applied. [20:04:49] hiwiki | Purging caches... [20:04:49] hiwiki | Done in 8.1 s. [20:04:49] loginwiki | MediaWiki 1.47.0-alpha Updater [20:04:49] loginwiki | [20:04:49] loginwiki | Your composer.lock file is up to date with current dependencies [20:04:49] loginwiki | Going to run database updates for loginwiki [20:04:49] loginwiki | Depending on the size of your database this may take a while! [20:04:49] loginwiki | Modifying gb_id field of table globalblocks...done. [20:04:49] loginwiki | Modifying gb_address field of table globalblocks...done. [20:04:49] loginwiki | Skipped 137 updates that were already applied. [20:04:49] loginwiki | Purging caches... [20:04:49] loginwiki | Done in 4.3 s. [20:04:49] hewiki | MediaWiki 1.47.0-alpha Updater [20:04:49] hewiki | [20:04:49] hewiki | Your composer.lock file is up to date with current dependencies [20:04:49] hewiki | Going to run database updates for hewiki [20:04:49] hewiki | Depending on the size of your database this may take a while! [20:04:49] hewiki | Modifying gb_id field of table globalblocks...done. [20:04:49] hewiki | Modifying gb_address field of table globalblocks...done. [20:04:49] hewiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:49] hewiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:49] hewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:49] hewiki | Skipped 243 updates that were already applied. [20:04:49] hewiki | Purging caches... [20:04:49] hewiki | Done in 16 s. [20:04:49] kowiki | MediaWiki 1.47.0-alpha Updater [20:04:49] kowiki | [20:04:49] kowiki | Your composer.lock file is up to date with current dependencies [20:04:49] kowiki | Going to run database updates for kowiki [20:04:49] kowiki | Depending on the size of your database this may take a while! [20:04:49] kowiki | Modifying gb_id field of table globalblocks...done. [20:04:49] kowiki | Modifying gb_address field of table globalblocks...done. [20:04:49] kowiki | Modifying cxl_end_time field of table cx_lists...done. [20:04:49] kowiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:04:49] kowiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:04:49] kowiki | Skipped 228 updates that were already applied. [20:04:49] kowiki | Purging caches... [20:05:07] kowiki | Done in 8.9 s. [20:05:07] metawiki | MediaWiki 1.47.0-alpha Updater [20:05:07] metawiki | [20:05:07] metawiki | Your composer.lock file is up to date with current dependencies [20:05:07] metawiki | Going to run database updates for metawiki [20:05:07] metawiki | Depending on the size of your database this may take a while! [20:05:07] metawiki | Modifying gb_id field of table globalblocks...done. [20:05:07] metawiki | Modifying gb_address field of table globalblocks...done. [20:05:07] metawiki | Skipped 227 updates that were already applied. [20:05:07] metawiki | Purging caches... [20:05:07] metawiki | Done in 7.4 s. [20:05:07] frwiki | MediaWiki 1.47.0-alpha Updater [20:05:07] frwiki | [20:05:07] frwiki | Your composer.lock file is up to date with current dependencies [20:05:07] frwiki | Going to run database updates for frwiki [20:05:07] frwiki | Depending on the size of your database this may take a while! [20:05:07] frwiki | Modifying gb_id field of table globalblocks...done. [20:05:07] frwiki | Modifying gb_address field of table globalblocks...done. [20:05:07] frwiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:07] frwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:07] frwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:07] frwiki | Skipped 226 updates that were already applied. [20:05:07] frwiki | Purging caches... [20:05:07] frwiki | Done in 19 s. [20:05:07] jawiki | MediaWiki 1.47.0-alpha Updater [20:05:07] jawiki | [20:05:07] jawiki | Your composer.lock file is up to date with current dependencies [20:05:07] jawiki | Going to run database updates for jawiki [20:05:07] jawiki | Depending on the size of your database this may take a while! [20:05:07] jawiki | Modifying gb_id field of table globalblocks...done. [20:05:07] jawiki | Modifying gb_address field of table globalblocks...done. [20:05:07] jawiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:07] jawiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:07] jawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:07] jawiki | Skipped 225 updates that were already applied. [20:05:07] jawiki | Purging caches... [20:05:07] jawiki | Done in 18 s. [20:05:07] commonswiki | MediaWiki 1.47.0-alpha Updater [20:05:07] commonswiki | [20:05:07] commonswiki | Your composer.lock file is up to date with current dependencies [20:05:07] commonswiki | Going to run database updates for commonswiki [20:05:07] commonswiki | Depending on the size of your database this may take a while! [20:05:07] commonswiki | Modifying gb_id field of table globalblocks...done. [20:05:07] commonswiki | Modifying gb_address field of table globalblocks...done. [20:05:07] commonswiki | Skipped 255 updates that were already applied. [20:05:07] commonswiki | Set the local repo temp zone container to be private. [20:05:07] commonswiki | Purging caches... [20:05:07] commonswiki | Done in 38 s. [20:05:07] nlwiki | MediaWiki 1.47.0-alpha Updater [20:05:07] nlwiki | [20:05:07] nlwiki | Your composer.lock file is up to date with current dependencies [20:05:07] nlwiki | Going to run database updates for nlwiki [20:05:07] nlwiki | Depending on the size of your database this may take a while! [20:05:07] nlwiki | Modifying gb_id field of table globalblocks...done. [20:05:07] nlwiki | Modifying gb_address field of table globalblocks...done. [20:05:07] nlwiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:07] nlwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:07] nlwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:07] nlwiki | Skipped 228 updates that were already applied. [20:05:07] nlwiki | Purging caches... [20:05:07] nlwiki | Done in 12 s. [20:05:07] plwikivoyage | MediaWiki 1.47.0-alpha Updater [20:05:07] plwikivoyage | [20:05:07] plwikivoyage | Your composer.lock file is up to date with current dependencies [20:05:07] plwikivoyage | Going to run database updates for plwikivoyage [20:05:07] plwikivoyage | Depending on the size of your database this may take a while! [20:05:07] plwikivoyage | Modifying gb_id field of table globalblocks...done. [20:05:07] plwikivoyage | Modifying gb_address field of table globalblocks...done. [20:05:07] plwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [20:05:07] plwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:07] plwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:07] plwikivoyage | Skipped 219 updates that were already applied. [20:05:07] plwikivoyage | Purging caches... [20:05:07] plwikivoyage | Done in 11 s. [20:05:07] simplewiki | MediaWiki 1.47.0-alpha Updater [20:05:07] simplewiki | [20:05:07] simplewiki | Your composer.lock file is up to date with current dependencies [20:05:07] simplewiki | Going to run database updates for simplewiki [20:05:07] simplewiki | Depending on the size of your database this may take a while! [20:05:07] simplewiki | Modifying gb_id field of table globalblocks...done. [20:05:07] simplewiki | Modifying gb_address field of table globalblocks...done. [20:05:07] simplewiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:07] simplewiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:07] simplewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:07] simplewiki | Skipped 226 updates that were already applied. [20:05:07] simplewiki | Purging caches... [20:05:07] simplewiki | Done in 11 s. [20:05:07] sqwiki | MediaWiki 1.47.0-alpha Updater [20:05:07] sqwiki | [20:05:07] sqwiki | Your composer.lock file is up to date with current dependencies [20:05:07] sqwiki | Going to run database updates for sqwiki [20:05:07] sqwiki | Depending on the size of your database this may take a while! [20:05:07] sqwiki | Modifying gb_id field of table globalblocks...done. [20:05:07] sqwiki | Modifying gb_address field of table globalblocks...done. [20:05:07] sqwiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:07] sqwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:07] sqwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:07] sqwiki | Skipped 239 updates that were already applied. [20:05:07] sqwiki | Purging caches... [20:05:07] sqwiki | Done in 12 s. [20:05:07] srwiki | MediaWiki 1.47.0-alpha Updater [20:05:07] srwiki | [20:05:07] srwiki | Your composer.lock file is up to date with current dependencies [20:05:07] srwiki | Going to run database updates for srwiki [20:05:07] srwiki | Depending on the size of your database this may take a while! [20:05:07] srwiki | Modifying gb_id field of table globalblocks...done. [20:05:07] srwiki | Modifying gb_address field of table globalblocks...done. [20:05:07] srwiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:07] srwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:07] srwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:07] srwiki | Skipped 228 updates that were already applied. [20:05:07] srwiki | Purging caches... [20:05:07] srwiki | Done in 11 s. [20:05:07] test2wiki | MediaWiki 1.47.0-alpha Updater [20:05:07] test2wiki | [20:05:07] test2wiki | Your composer.lock file is up to date with current dependencies [20:05:07] test2wiki | Going to run database updates for test2wiki [20:05:07] test2wiki | Depending on the size of your database this may take a while! [20:05:07] test2wiki | Modifying gb_id field of table globalblocks...done. [20:05:07] test2wiki | Modifying gb_address field of table globalblocks...done. [20:05:07] test2wiki | Skipped 242 updates that were already applied. [20:05:07] test2wiki | Purging caches... [20:05:07] test2wiki | Done in 6.9 s. [20:05:07] svwiki | MediaWiki 1.47.0-alpha Updater [20:05:07] svwiki | [20:05:07] svwiki | Your composer.lock file is up to date with current dependencies [20:05:07] svwiki | Going to run database updates for svwiki [20:05:07] svwiki | Depending on the size of your database this may take a while! [20:05:07] svwiki | Modifying gb_id field of table globalblocks...done. [20:05:07] svwiki | Modifying gb_address field of table globalblocks...done. [20:05:07] svwiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:07] svwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:07] svwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:07] svwiki | Skipped 243 updates that were already applied. [20:05:07] svwiki | Purging caches... [20:05:07] svwiki | Done in 7.7 s. [20:05:07] votewiki | MediaWiki 1.47.0-alpha Updater [20:05:07] votewiki | [20:05:07] votewiki | Your composer.lock file is up to date with current dependencies [20:05:07] votewiki | Going to run database updates for votewiki [20:05:07] votewiki | Depending on the size of your database this may take a while! [20:05:07] votewiki | Skipped 118 updates that were already applied. [20:05:07] votewiki | Purging caches... [20:05:07] votewiki | Done in 1.8 s. [20:05:07] testwiki | MediaWiki 1.47.0-alpha Updater [20:05:07] testwiki | [20:05:07] testwiki | Your composer.lock file is up to date with current dependencies [20:05:07] testwiki | Going to run database updates for testwiki [20:05:07] testwiki | Depending on the size of your database this may take a while! [20:05:07] testwiki | Modifying gb_id field of table globalblocks...done. [20:05:07] testwiki | Modifying gb_address field of table globalblocks...done. [20:05:07] testwiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:07] testwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:07] testwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:07] testwiki | Skipped 284 updates that were already applied. [20:05:07] testwiki | Purging caches... [20:05:24] testwiki | Done in 9.8 s. [20:05:24] viwiki | MediaWiki 1.47.0-alpha Updater [20:05:24] viwiki | [20:05:24] viwiki | Your composer.lock file is up to date with current dependencies [20:05:24] viwiki | Going to run database updates for viwiki [20:05:24] viwiki | Depending on the size of your database this may take a while! [20:05:24] viwiki | Modifying gb_id field of table globalblocks...done. [20:05:24] viwiki | Modifying gb_address field of table globalblocks...done. [20:05:24] viwiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:24] viwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:24] viwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:24] viwiki | Skipped 225 updates that were already applied. [20:05:24] viwiki | Purging caches... [20:05:24] viwiki | Done in 6.0 s. [20:05:24] ruwiki | MediaWiki 1.47.0-alpha Updater [20:05:24] ruwiki | [20:05:24] ruwiki | Your composer.lock file is up to date with current dependencies [20:05:24] ruwiki | Going to run database updates for ruwiki [20:05:24] ruwiki | Depending on the size of your database this may take a while! [20:05:24] ruwiki | Modifying gb_id field of table globalblocks...done. [20:05:24] ruwiki | Modifying gb_address field of table globalblocks...done. [20:05:24] ruwiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:24] ruwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:24] ruwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:24] ruwiki | Skipped 254 updates that were already applied. [20:05:24] ruwiki | Purging caches... [20:05:24] ruwiki | Done in 21 s. [20:05:24] wikidatawiki | MediaWiki 1.47.0-alpha Updater [20:05:24] wikidatawiki | [20:05:24] wikidatawiki | Your composer.lock file is up to date with current dependencies [20:05:24] wikidatawiki | Going to run database updates for wikidatawiki [20:05:24] wikidatawiki | Depending on the size of your database this may take a while! [20:05:24] wikidatawiki | Modifying gb_id field of table globalblocks...done. [20:05:24] wikidatawiki | Modifying gb_address field of table globalblocks...done. [20:05:24] wikidatawiki | Skipped 265 updates that were already applied. [20:05:24] wikidatawiki | Purging caches... [20:05:24] wikidatawiki | Done in 7.8 s. [20:05:24] ukwiki | MediaWiki 1.47.0-alpha Updater [20:05:24] ukwiki | [20:05:24] ukwiki | Your composer.lock file is up to date with current dependencies [20:05:24] ukwiki | Going to run database updates for ukwiki [20:05:24] ukwiki | Depending on the size of your database this may take a while! [20:05:24] ukwiki | Modifying gb_id field of table globalblocks...done. [20:05:24] ukwiki | Modifying gb_address field of table globalblocks...done. [20:05:24] ukwiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:24] ukwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:24] ukwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:24] ukwiki | Skipped 239 updates that were already applied. [20:05:24] ukwiki | Purging caches... [20:05:24] ukwiki | Done in 14 s. [20:05:24] zhwikivoyage | MediaWiki 1.47.0-alpha Updater [20:05:24] zhwikivoyage | [20:05:24] zhwikivoyage | Your composer.lock file is up to date with current dependencies [20:05:24] zhwikivoyage | Going to run database updates for zhwikivoyage [20:05:24] zhwikivoyage | Depending on the size of your database this may take a while! [20:05:24] zhwikivoyage | Modifying gb_id field of table globalblocks...done. [20:05:24] zhwikivoyage | Modifying gb_address field of table globalblocks...done. [20:05:24] zhwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [20:05:24] zhwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:24] zhwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:24] zhwikivoyage | Skipped 221 updates that were already applied. [20:05:24] zhwikivoyage | Purging caches... [20:05:24] zhwikivoyage | Done in 10 s. [20:05:24] zhwiki | MediaWiki 1.47.0-alpha Updater [20:05:24] zhwiki | [20:05:24] zhwiki | Your composer.lock file is up to date with current dependencies [20:05:24] zhwiki | Going to run database updates for zhwiki [20:05:24] zhwiki | Depending on the size of your database this may take a while! [20:05:24] zhwiki | Modifying gb_id field of table globalblocks...done. [20:05:24] zhwiki | Modifying gb_address field of table globalblocks...done. [20:05:24] zhwiki | Modifying cxl_end_time field of table cx_lists...done. [20:05:24] zhwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:05:24] zhwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:05:24] zhwiki | Skipped 249 updates that were already applied. [20:05:24] zhwiki | Purging caches... [20:05:24] zhwiki | Done in 21 s. [20:05:24] Updated 47 wikis.