[20:20:07] + ulimit -n 512 [20:20:07] + LOCKFILE=/var/lock/scap.operations_mediawiki-config.lock [20:20:07] + '[' -O /var/lock/scap.operations_mediawiki-config.lock ']' [20:20:07] + /usr/bin/scap version [20:20:08] 4.274.1 [20:20:08] + /usr/bin/scap prep auto [20:20:09] 20:20:09 Started scap prep auto [20:20:09] 20:20:09 Update https://gerrit.wikimedia.org/r/operations/mediawiki-config (master branch) in /srv/mediawiki-staging [20:20:10] 20:20:10 Changes pulled down since last fetch: [20:20:10] commit a5f13403078798964b9923fbeb4dda76c91c944a [20:20:10] Author: bpirkle [20:20:10] Date: Wed Jul 1 17:28:08 2026 -0500 [20:20:10] [20:20:10] REST: use RestExternalModules config variable [20:20:10] [20:20:10] The existing RestSandboxSpecs config variable allows publishing [20:20:10] arbitrary OpenAPI specifications to the REST Sandbox, including [20:20:10] specs not generated by MediaWiki or its extensions. [20:20:10] [20:20:10] The new RestExternalModules config variable also allows this, [20:20:10] but in addition makes the specs available via the /discovery [20:20:10] and /module endpoints. [20:20:10] [20:20:10] Switch from using RestSandboxSpecs to RestExternalModules. [20:20:10] RestSandboxSpecs remains available and functional for now, but [20:20:10] will be unused in WMF production, and may be deprecated and [20:20:10] removed in the future. [20:20:10] [20:20:10] Bug: T433314 [20:20:10] Bug: T428375 [20:20:10] Change-Id: I06951a6c2f1d77b6a50e595af9a853935d4872ec [20:20:10] [20:20:10] 20:20:10 https://gerrit.wikimedia.org/r/operations/mediawiki-config checked out at commit a5f13403078798964b9923fbeb4dda76c91c944a [20:20:11] 20:20:11 Update https://gerrit.wikimedia.org/r/mediawiki/core (master branch) in /srv/mediawiki-staging/php-master [20:20:11] 20:20:11 https://gerrit.wikimedia.org/r/mediawiki/core checked out at commit 5d17b3d764839ab0365380a81fedddfa8be2d6f0 [20:20:12] 20:20:12 Update https://gerrit.wikimedia.org/r/mediawiki/extensions (master branch) in /srv/mediawiki-staging/php-master/extensions [20:20:13] 20:20:13 Changes pulled down since last fetch: [20:20:13] commit 83f26f0687f902928398eec0021a13a557173f44 [20:20:13] Author: Timo Tijhof [20:20:13] Date: Wed Jul 29 21:17:23 2026 +0100 [20:20:13] [20:20:13] Update git submodules [20:20:13] [20:20:13] * Update MultimediaViewer from branch 'master' [20:20:13] to 14d1ade1cbb9c809d0b03f5e8c0e52c511beacf0 [20:20:13] - mmv.ui: Remove animated "metadata" invitation [20:20:13] [20:20:13] When you open MediaViewer for the first time on a given device on a [20:20:13] given wiki (or if it's been more than 2-3 weeks since you last visited [20:20:13] any particular wiki, because browsers automatically clear localStorage), [20:20:13] we animated the "metadata" panel briefly by expanding and then [20:20:13] immediately collapsing it. [20:20:13] [20:20:13] In my experience this looks more like a FOUC than a way to inform [20:20:13] readers about functionality. It only runs once, because without any [20:20:13] interaction or acknowledgement from the user we save the "seen" state [20:20:13] and never do it again. I don't have data on this, but it seems to me [20:20:13] if someone genuinely uses MediaViewer for the first time, they are [20:20:13] not paying attention to this enough to remember it weeks/months later [20:20:13] if/when they might be looking for additional information. [20:20:13] [20:20:13] Fortunately, we have a "More details" button which navigates to the [20:20:13] file description page on Commons where the same information (and more) [20:20:13] is shown, so discovering this panel is not in the critical path to [20:20:13] find information. I do think it's useful and we could perhaps explore [20:20:13] other ways to make it easier to discovery, such as an icon or other [20:20:13] design element that conveys clearly that there is more down there. [20:20:13] [20:20:13] Removed recursively (in order): [20:20:13] * scroller.animateMetadataOnce() [20:20:13] * invite [20:20:13] * hasOpenedMetadata [20:20:13] * hasAnimatedMetadata [20:20:13] * initialize [20:20:13] [20:20:13] Bug: T65504 [20:20:13] Bug: T365193 [20:20:13] Bug: T376973 [20:20:13] Change-Id: Ie4e57f69773871746229e669e6de00133296bc45 [20:20:13] [20:20:13] commit 08834607420f931b6aaf364f357c80e4ee3ddd2c [20:20:13] Author: Kosta Harlan [20:20:13] Date: Wed Jul 29 21:17:19 2026 +0100 [20:20:13] [20:20:13] Update git submodules [20:20:13] [20:20:13] * Update Thanks from branch 'master' [20:20:13] to 528e5f64287aab43aed5fe467a8498fea4cc0f03 [20:20:13] - Thanks: Prevent thanking expired temporary users [20:20:13] [20:20:13] Why: [20:20:13] [20:20:13] - Temporary user accounts can expire, but the Thanks extension still [20:20:13] allows sending thanks to them. These notifications will never reach [20:20:13] the recipient, so it's better to block the action entirely. [20:20:13] [20:20:13] What: [20:20:13] [20:20:13] - Add TempUserDetailsLookup service to Hooks and ApiThank classes [20:20:13] - Check isExpired() in canReceiveThanks() to hide thank links in the UI [20:20:13] for expired temp users [20:20:13] - Check isExpired() in dieOnBadRecipient() to reject API requests to [20:20:13] thank expired temp users [20:20:13] - Add thanks-error-invalidrecipient-expired i18n message [20:20:13] - Add unit tests covering canReceiveThanks() and dieOnBadRecipient() [20:20:13] for expired temporary users [20:20:13] [20:20:13] Assisted-by: Claude Opus 4.8 [20:20:13] Bug: T407056 [20:20:13] Change-Id: Ie1d8294e4839909d1096f0a914dcce50fd8f333e [20:20:13] [20:20:13] 20:20:13 https://gerrit.wikimedia.org/r/mediawiki/extensions checked out at commit 83f26f0687f902928398eec0021a13a557173f44 [20:22:15] 20:22:15 Update https://gerrit.wikimedia.org/r/mediawiki/vendor (master branch) in /srv/mediawiki-staging/php-master/vendor [20:22:16] 20:22:16 https://gerrit.wikimedia.org/r/mediawiki/vendor checked out at commit bfdd4c34bfa40c553ac7a67323d15d2c489cd7e0 [20:22:16] 20:22:16 Update https://gerrit.wikimedia.org/r/mediawiki/skins (master branch) in /srv/mediawiki-staging/php-master/skins [20:22:17] 20:22:17 https://gerrit.wikimedia.org/r/mediawiki/skins checked out at commit fa50b4fbd869ccc33ca8819802ee2661e967afb4 [20:22:23] 20:22:23 MediaWiki master successfully checked out. [20:22:23] 20:22:23 Finished scap prep auto (duration: 02m 14s) [20:22:23] + /usr/bin/scap sync-world 'wmf-beta-update-all run' [20:22:24] ___ ____ [20:22:24] ⎛ ⎛ ,---- [20:22:24] \ //==--' [20:22:24] _//|,.·//==--' ____________________________ [20:22:24] _OO≣=- ︶ ᴹw ⎞_§ ______ ___\ ___\ ,\__ \/ __ \ [20:22:24] (∞)_, ) ( | ______/__ \/ /__ / /_/ / /_/ / [20:22:24] ¨--¨|| |- ( / ______\____/ \___/ \__^_/ .__/ [20:22:24] ««_/ «_/ jgs/bd808 /_/ [20:22:24] [20:22:24] 20:22:24 Started scap sync-world: wmf-beta-update-all run [20:22:29] 20:22:29 Started cache_git_info [20:22:35] 20:22:35 Finished cache_git_info (duration: 00m 05s) [20:22:35] 20:22:35 Started l10n-update [20:22:42] 20:22:42 Updating ExtensionMessages-master.php [20:22:56] 20:22:56 Updating LocalisationCache for master using 6 thread(s) [20:22:56] 20:22:56 Running rebuildLocalisationCache.php (cdb) [20:23:46] 20:23:46 549 languages rebuilt out of 549 [20:23:52] 20:23:52 Running rebuildLocalisationCache.php (php) [20:23:56] 20:23:56 1 languages rebuilt out of 549 [20:24:03] 20:24:03 Generating JSON versions and md5 files (as www-data) [20:24:24] 20:24:24 Finished l10n-update (duration: 01m 49s) [20:24:24] 20:24:24 Checking for new runtime errors locally [20:24:27] 20:24:27 Started sync-canaries [20:24:27] 20:24:27 sync-canaries: 0% (ok: 0; fail: 0; left: 1) [20:25:25] 20:25:25 sync-canaries: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [20:25:25] 20:25:25 sync-canaries: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [20:25:25] 20:25:25 Per-host sync duration: average 58.0s, median 58.0s [20:25:25] 20:25:25 rsync transfer: average 3966359840 bytes/host, total 3966359840 bytes [20:25:25] 20:25:25 Started scap-cdb-rebuild-canaries [20:25:25] 20:25:25 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 1) [20:27:53] 20:27:53 scap-cdb-rebuild: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [20:27:53] 20:27:53 scap-cdb-rebuild: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [20:27:53] 20:27:53 Finished scap-cdb-rebuild-canaries (duration: 02m 27s) [20:27:53] 20:27:53 Started sync-wikiversions-canaries [20:27:53] 20:27:53 sync-wikiversions: 0% (ok: 0; fail: 0; left: 1) [20:27:55] 20:27:55 sync-wikiversions: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [20:27:55] 20:27:55 Finished sync-wikiversions-canaries (duration: 00m 01s) [20:27:55] 20:27:55 Started php-fpm-restarts-canaries [20:27:55] 20:27:55 Running '/usr/local/sbin/restart-php-fpm-all' on 1 host(s) [20:27:55] 20:27:55 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [20:27:56] 20:27:56 php-fpm-restart: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [20:27:56] 20:27:56 Finished php-fpm-restarts-canaries (duration: 00m 01s) [20:27:56] 20:27:56 Finished sync-canaries (duration: 03m 28s) [20:27:56] 20:27:56 Waiting 20 seconds for canary traffic... [20:28:16] 20:28:16 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [20:28:16] 20:28:16 Started sync-apaches [20:28:16] 20:28:16 sync-apaches: 0% (ok: 0; fail: 0; left: 3) [20:29:09] 20:29:09 sync-apaches: 33% (in-flight: 2; ok: 1; fail: 0; left: 0) [20:29:26] 20:29:26 sync-apaches: 100% (in-flight: 0; ok: 3; fail: 0; left: 0) [20:29:26] 20:29:26 Per-host sync duration: average 60.0s, median 57.7s [20:29:26] 20:29:26 rsync transfer: average 3966359840 bytes/host, total 11899079520 bytes [20:29:26] 20:29:26 Finished sync-apaches (duration: 01m 09s) [20:29:26] 20:29:26 Waiting 20 seconds for production traffic... [20:29:46] 20:29:46 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [20:29:46] 20:29:46 Started scap-cdb-rebuild-prod [20:29:46] 20:29:46 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 4) [20:31:49] 20:31:49 scap-cdb-rebuild: 50% (in-flight: 2; ok: 2; fail: 0; left: 0) [20:34:15] 20:34:15 scap-cdb-rebuild: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [20:34:15] 20:34:15 scap-cdb-rebuild: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [20:34:15] 20:34:15 Finished scap-cdb-rebuild-prod (duration: 04m 28s) [20:34:15] 20:34:15 Started sync-wikiversions-prod [20:34:15] 20:34:15 sync-wikiversions: 0% (ok: 0; fail: 0; left: 4) [20:34:17] 20:34:17 sync-wikiversions: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [20:34:17] 20:34:17 Finished sync-wikiversions-prod (duration: 00m 02s) [20:34:17] 20:34:17 Started php-fpm-restarts-prod [20:34:17] 20:34:17 Running '/usr/local/sbin/restart-php-fpm-all' on 3 host(s) [20:34:17] 20:34:17 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [20:34:19] 20:34:19 php-fpm-restart: 100% (in-flight: 0; ok: 3; fail: 0; left: 0) [20:34:19] 20:34:19 Finished php-fpm-restarts-prod (duration: 00m 01s) [20:34:19] 20:34:19 Running purgeMessageBlobStore.php [20:34:23] 20:34:23 Finished scap sync-world: wmf-beta-update-all run (duration: 11m 58s) [20:34:23] + /usr/local/bin/wmf-beta-update-databases.py [20:34:40] Running update.php for 47 wikis. [20:34:40] aawiki | MediaWiki 1.47.0-alpha Updater [20:34:40] aawiki | [20:34:40] aawiki | Your composer.lock file is up to date with current dependencies [20:34:40] aawiki | Going to run database updates for aawiki [20:34:40] aawiki | Depending on the size of your database this may take a while! [20:34:40] aawiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:40] aawiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:40] aawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:40] aawiki | Skipped 178 updates that were already applied. [20:34:40] aawiki | Purging caches... [20:34:40] aawiki | Done in 2.8 s. [20:34:40] arwiki | MediaWiki 1.47.0-alpha Updater [20:34:40] arwiki | [20:34:40] arwiki | Your composer.lock file is up to date with current dependencies [20:34:40] arwiki | Going to run database updates for arwiki [20:34:40] arwiki | Depending on the size of your database this may take a while! [20:34:40] arwiki | Modifying gb_id field of table globalblocks...done. [20:34:40] arwiki | Modifying gb_address field of table globalblocks...done. [20:34:40] arwiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:40] arwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:40] arwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:40] arwiki | Skipped 254 updates that were already applied. [20:34:40] arwiki | Purging caches... [20:34:40] arwiki | Done in 5.7 s. [20:34:40] bnwiki | MediaWiki 1.47.0-alpha Updater [20:34:40] bnwiki | [20:34:40] bnwiki | Your composer.lock file is up to date with current dependencies [20:34:40] bnwiki | Going to run database updates for bnwiki [20:34:40] bnwiki | Depending on the size of your database this may take a while! [20:34:40] bnwiki | Modifying gb_id field of table globalblocks...done. [20:34:40] bnwiki | Modifying gb_address field of table globalblocks...done. [20:34:40] bnwiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:40] bnwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:40] bnwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:40] bnwiki | Skipped 243 updates that were already applied. [20:34:40] bnwiki | Purging caches... [20:34:40] bnwiki | Done in 5.8 s. [20:34:40] cawiki | MediaWiki 1.47.0-alpha Updater [20:34:40] cawiki | [20:34:40] cawiki | Your composer.lock file is up to date with current dependencies [20:34:40] cawiki | Going to run database updates for cawiki [20:34:40] cawiki | Depending on the size of your database this may take a while! [20:34:40] cawiki | Modifying gb_id field of table globalblocks...done. [20:34:40] cawiki | Modifying gb_address field of table globalblocks...done. [20:34:40] cawiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:40] cawiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:40] cawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:40] cawiki | Skipped 241 updates that were already applied. [20:34:40] cawiki | Purging caches... [20:34:40] cawiki | Done in 6.9 s. [20:34:40] cswiki | MediaWiki 1.47.0-alpha Updater [20:34:40] cswiki | [20:34:40] cswiki | Your composer.lock file is up to date with current dependencies [20:34:40] cswiki | Going to run database updates for cswiki [20:34:40] cswiki | Depending on the size of your database this may take a while! [20:34:40] cswiki | Modifying gb_id field of table globalblocks...done. [20:34:40] cswiki | Modifying gb_address field of table globalblocks...done. [20:34:40] cswiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:40] cswiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:40] cswiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:40] cswiki | Skipped 226 updates that were already applied. [20:34:40] cswiki | Purging caches... [20:34:40] cswiki | Done in 7.6 s. [20:34:40] crhwiki | MediaWiki 1.47.0-alpha Updater [20:34:40] crhwiki | [20:34:40] crhwiki | Your composer.lock file is up to date with current dependencies [20:34:40] crhwiki | Going to run database updates for crhwiki [20:34:40] crhwiki | Depending on the size of your database this may take a while! [20:34:40] crhwiki | Modifying gb_id field of table globalblocks...done. [20:34:40] crhwiki | Modifying gb_address field of table globalblocks...done. [20:34:40] crhwiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:40] crhwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:40] crhwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:40] crhwiki | Skipped 223 updates that were already applied. [20:34:40] crhwiki | Purging caches... [20:34:40] crhwiki | Done in 7.8 s. [20:34:40] dewiktionary | MediaWiki 1.47.0-alpha Updater [20:34:40] dewiktionary | [20:34:40] dewiktionary | Your composer.lock file is up to date with current dependencies [20:34:40] dewiktionary | Going to run database updates for dewiktionary [20:34:40] dewiktionary | Depending on the size of your database this may take a while! [20:34:40] dewiktionary | Modifying gb_id field of table globalblocks...done. [20:34:40] dewiktionary | Modifying gb_address field of table globalblocks...done. [20:34:40] dewiktionary | Skipped 209 updates that were already applied. [20:34:40] dewiktionary | Purging caches... [20:34:40] dewiktionary | Done in 5.5 s. [20:34:40] enwikinews | MediaWiki 1.47.0-alpha Updater [20:34:40] enwikinews | [20:34:40] enwikinews | Your composer.lock file is up to date with current dependencies [20:34:40] enwikinews | Going to run database updates for enwikinews [20:34:40] enwikinews | Depending on the size of your database this may take a while! [20:34:40] enwikinews | Skipped 187 updates that were already applied. [20:34:40] enwikinews | Purging caches... [20:34:40] enwikinews | Done in 2.9 s. [20:34:40] enwikibooks | MediaWiki 1.47.0-alpha Updater [20:34:40] enwikibooks | [20:34:40] enwikibooks | Your composer.lock file is up to date with current dependencies [20:34:40] enwikibooks | Going to run database updates for enwikibooks [20:34:40] enwikibooks | Depending on the size of your database this may take a while! [20:34:40] enwikibooks | Modifying gb_id field of table globalblocks...done. [20:34:40] enwikibooks | Modifying gb_address field of table globalblocks...done. [20:34:40] enwikibooks | Skipped 208 updates that were already applied. [20:34:40] enwikibooks | Purging caches... [20:34:40] enwikibooks | Done in 4.5 s. [20:34:40] enwikiquote | MediaWiki 1.47.0-alpha Updater [20:34:40] enwikiquote | [20:34:40] enwikiquote | Your composer.lock file is up to date with current dependencies [20:34:40] enwikiquote | Going to run database updates for enwikiquote [20:34:40] enwikiquote | Depending on the size of your database this may take a while! [20:34:40] enwikiquote | Modifying gb_id field of table globalblocks...done. [20:34:40] enwikiquote | Modifying gb_address field of table globalblocks...done. [20:34:40] enwikiquote | Skipped 197 updates that were already applied. [20:34:40] enwikiquote | Purging caches... [20:34:40] enwikiquote | Done in 5.1 s. [20:34:40] enwikisource | MediaWiki 1.47.0-alpha Updater [20:34:40] enwikisource | [20:34:40] enwikisource | Your composer.lock file is up to date with current dependencies [20:34:40] enwikisource | Going to run database updates for enwikisource [20:34:40] enwikisource | Depending on the size of your database this may take a while! [20:34:40] enwikisource | Modifying gb_id field of table globalblocks...done. [20:34:40] enwikisource | Modifying gb_address field of table globalblocks...done. [20:34:40] enwikisource | Skipped 200 updates that were already applied. [20:34:40] enwikisource | Purging caches... [20:34:40] enwikisource | Done in 5.4 s. [20:34:40] enwikiversity | MediaWiki 1.47.0-alpha Updater [20:34:40] enwikiversity | [20:34:40] enwikiversity | Your composer.lock file is up to date with current dependencies [20:34:40] enwikiversity | Going to run database updates for enwikiversity [20:34:40] enwikiversity | Depending on the size of your database this may take a while! [20:34:40] enwikiversity | Modifying gb_id field of table globalblocks...done. [20:34:40] enwikiversity | Modifying gb_address field of table globalblocks...done. [20:34:40] enwikiversity | Skipped 197 updates that were already applied. [20:34:40] enwikiversity | Purging caches... [20:34:40] enwikiversity | Done in 5.0 s. [20:34:40] enwiktionary | MediaWiki 1.47.0-alpha Updater [20:34:40] enwiktionary | [20:34:40] enwiktionary | Your composer.lock file is up to date with current dependencies [20:34:40] enwiktionary | Going to run database updates for enwiktionary [20:34:40] enwiktionary | Depending on the size of your database this may take a while! [20:34:40] enwiktionary | Modifying gb_id field of table globalblocks...done. [20:34:40] enwiktionary | Modifying gb_address field of table globalblocks...done. [20:34:40] enwiktionary | Skipped 205 updates that were already applied. [20:34:40] enwiktionary | Purging caches... [20:34:40] enwiktionary | Done in 4.9 s. [20:34:40] enwikivoyage | MediaWiki 1.47.0-alpha Updater [20:34:40] enwikivoyage | [20:34:40] enwikivoyage | Your composer.lock file is up to date with current dependencies [20:34:40] enwikivoyage | Going to run database updates for enwikivoyage [20:34:40] enwikivoyage | Depending on the size of your database this may take a while! [20:34:40] enwikivoyage | Modifying gb_id field of table globalblocks...done. [20:34:40] enwikivoyage | Modifying gb_address field of table globalblocks...done. [20:34:40] enwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [20:34:40] enwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:40] enwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:40] enwikivoyage | Skipped 221 updates that were already applied. [20:34:40] enwikivoyage | Purging caches... [20:34:52] enwikivoyage | Done in 5.5 s. [20:34:52] eswikibooks | MediaWiki 1.47.0-alpha Updater [20:34:52] eswikibooks | [20:34:52] eswikibooks | Your composer.lock file is up to date with current dependencies [20:34:52] eswikibooks | Going to run database updates for eswikibooks [20:34:52] eswikibooks | Depending on the size of your database this may take a while! [20:34:52] eswikibooks | Modifying gb_id field of table globalblocks...done. [20:34:52] eswikibooks | Modifying gb_address field of table globalblocks...done. [20:34:52] eswikibooks | Skipped 201 updates that were already applied. [20:34:52] eswikibooks | Purging caches... [20:34:52] eswikibooks | Done in 3.9 s. [20:34:52] eswiki | MediaWiki 1.47.0-alpha Updater [20:34:52] eswiki | [20:34:52] eswiki | Your composer.lock file is up to date with current dependencies [20:34:52] eswiki | Going to run database updates for eswiki [20:34:52] eswiki | Depending on the size of your database this may take a while! [20:34:52] eswiki | Modifying gb_id field of table globalblocks...done. [20:34:52] eswiki | Modifying gb_address field of table globalblocks...done. [20:34:52] eswiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:52] eswiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:52] eswiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:52] eswiki | Skipped 228 updates that were already applied. [20:34:52] eswiki | Purging caches... [20:34:52] eswiki | Done in 4.6 s. [20:34:52] eowiki | MediaWiki 1.47.0-alpha Updater [20:34:52] eowiki | [20:34:52] eowiki | Your composer.lock file is up to date with current dependencies [20:34:52] eowiki | Going to run database updates for eowiki [20:34:52] eowiki | Depending on the size of your database this may take a while! [20:34:52] eowiki | Modifying gb_id field of table globalblocks...done. [20:34:52] eowiki | Modifying gb_address field of table globalblocks...done. [20:34:52] eowiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:52] eowiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:52] eowiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:52] eowiki | Skipped 249 updates that were already applied. [20:34:52] eowiki | Purging caches... [20:34:52] eowiki | Done in 5.1 s. [20:34:52] dewiki | MediaWiki 1.47.0-alpha Updater [20:34:52] dewiki | [20:34:52] dewiki | Your composer.lock file is up to date with current dependencies [20:34:52] dewiki | Going to run database updates for dewiki [20:34:52] dewiki | Depending on the size of your database this may take a while! [20:34:52] dewiki | Modifying gb_id field of table globalblocks...done. [20:34:52] dewiki | Modifying gb_address field of table globalblocks...done. [20:34:52] dewiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:52] dewiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:52] dewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:52] dewiki | Skipped 249 updates that were already applied. [20:34:52] dewiki | Purging caches... [20:34:52] dewiki | Done in 19 s. [20:34:52] foundationwiki | MediaWiki 1.47.0-alpha Updater [20:34:52] foundationwiki | [20:34:52] foundationwiki | Your composer.lock file is up to date with current dependencies [20:34:52] foundationwiki | Going to run database updates for foundationwiki [20:34:52] foundationwiki | Depending on the size of your database this may take a while! [20:34:52] foundationwiki | Modifying gb_id field of table globalblocks...done. [20:34:52] foundationwiki | Modifying gb_address field of table globalblocks...done. [20:34:52] foundationwiki | Skipped 223 updates that were already applied. [20:34:52] foundationwiki | Purging caches... [20:34:52] foundationwiki | Done in 3.6 s. [20:34:52] fawiki | MediaWiki 1.47.0-alpha Updater [20:34:52] fawiki | [20:34:52] fawiki | Your composer.lock file is up to date with current dependencies [20:34:52] fawiki | Going to run database updates for fawiki [20:34:52] fawiki | Depending on the size of your database this may take a while! [20:34:52] fawiki | Modifying gb_id field of table globalblocks...done. [20:34:52] fawiki | Modifying gb_address field of table globalblocks...done. [20:34:52] fawiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:52] fawiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:52] fawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:52] fawiki | Skipped 254 updates that were already applied. [20:34:52] fawiki | Purging caches... [20:34:52] fawiki | Done in 4.4 s. [20:34:52] hewiktionary | MediaWiki 1.47.0-alpha Updater [20:34:52] hewiktionary | [20:34:52] hewiktionary | Your composer.lock file is up to date with current dependencies [20:34:52] hewiktionary | Going to run database updates for hewiktionary [20:34:52] hewiktionary | Depending on the size of your database this may take a while! [20:34:52] hewiktionary | Modifying gb_id field of table globalblocks...done. [20:34:52] hewiktionary | Modifying gb_address field of table globalblocks...done. [20:34:52] hewiktionary | Skipped 203 updates that were already applied. [20:34:52] hewiktionary | Purging caches... [20:34:52] hewiktionary | Done in 3.2 s. [20:34:52] frwiktionary | MediaWiki 1.47.0-alpha Updater [20:34:52] frwiktionary | [20:34:52] frwiktionary | Your composer.lock file is up to date with current dependencies [20:34:52] frwiktionary | Going to run database updates for frwiktionary [20:34:52] frwiktionary | Depending on the size of your database this may take a while! [20:34:52] frwiktionary | Modifying gb_id field of table globalblocks...done. [20:34:52] frwiktionary | Modifying gb_address field of table globalblocks...done. [20:34:52] frwiktionary | Skipped 232 updates that were already applied. [20:34:52] frwiktionary | Purging caches... [20:34:52] frwiktionary | Done in 3.6 s. [20:34:52] incubatorwiki | MediaWiki 1.47.0-alpha Updater [20:34:52] incubatorwiki | [20:34:52] incubatorwiki | Your composer.lock file is up to date with current dependencies [20:34:52] incubatorwiki | Going to run database updates for incubatorwiki [20:34:52] incubatorwiki | Depending on the size of your database this may take a while! [20:34:52] incubatorwiki | Modifying gb_id field of table globalblocks...done. [20:34:52] incubatorwiki | Modifying gb_address field of table globalblocks...done. [20:34:52] incubatorwiki | Skipped 226 updates that were already applied. [20:34:52] incubatorwiki | Purging caches... [20:34:52] incubatorwiki | Done in 3.3 s. [20:34:52] enwiki | MediaWiki 1.47.0-alpha Updater [20:34:52] enwiki | [20:34:52] enwiki | Your composer.lock file is up to date with current dependencies [20:34:52] enwiki | Going to run database updates for enwiki [20:34:52] enwiki | Depending on the size of your database this may take a while! [20:34:52] enwiki | Modifying gb_id field of table globalblocks...done. [20:34:52] enwiki | Modifying gb_address field of table globalblocks...done. [20:34:52] enwiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:52] enwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:52] enwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:52] enwiki | Skipped 260 updates that were already applied. [20:34:52] enwiki | Purging caches... [20:34:52] enwiki | Done in 18 s. [20:34:52] hiwiki | MediaWiki 1.47.0-alpha Updater [20:34:52] hiwiki | [20:34:52] hiwiki | Your composer.lock file is up to date with current dependencies [20:34:52] hiwiki | Going to run database updates for hiwiki [20:34:52] hiwiki | Depending on the size of your database this may take a while! [20:34:52] hiwiki | Modifying gb_id field of table globalblocks...done. [20:34:52] hiwiki | Modifying gb_address field of table globalblocks...done. [20:34:52] hiwiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:52] hiwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:52] hiwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:52] hiwiki | Skipped 237 updates that were already applied. [20:34:52] hiwiki | Purging caches... [20:34:52] hiwiki | Done in 6.1 s. [20:34:52] loginwiki | MediaWiki 1.47.0-alpha Updater [20:34:52] loginwiki | [20:34:52] loginwiki | Your composer.lock file is up to date with current dependencies [20:34:52] loginwiki | Going to run database updates for loginwiki [20:34:52] loginwiki | Depending on the size of your database this may take a while! [20:34:52] loginwiki | Modifying gb_id field of table globalblocks...done. [20:34:52] loginwiki | Modifying gb_address field of table globalblocks...done. [20:34:52] loginwiki | Skipped 137 updates that were already applied. [20:34:52] loginwiki | Purging caches... [20:34:52] loginwiki | Done in 2.1 s. [20:34:52] kowiki | MediaWiki 1.47.0-alpha Updater [20:34:52] kowiki | [20:34:52] kowiki | Your composer.lock file is up to date with current dependencies [20:34:52] kowiki | Going to run database updates for kowiki [20:34:52] kowiki | Depending on the size of your database this may take a while! [20:34:52] kowiki | Modifying gb_id field of table globalblocks...done. [20:34:52] kowiki | Modifying gb_address field of table globalblocks...done. [20:34:52] kowiki | Modifying cxl_end_time field of table cx_lists...done. [20:34:52] kowiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:34:52] kowiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:34:52] kowiki | Skipped 228 updates that were already applied. [20:34:52] kowiki | Purging caches... [20:34:52] kowiki | Done in 4.0 s. [20:34:52] metawiki | MediaWiki 1.47.0-alpha Updater [20:34:52] metawiki | [20:34:52] metawiki | Your composer.lock file is up to date with current dependencies [20:34:52] metawiki | Going to run database updates for metawiki [20:34:52] metawiki | Depending on the size of your database this may take a while! [20:34:52] metawiki | Modifying gb_id field of table globalblocks...done. [20:34:52] metawiki | Modifying gb_address field of table globalblocks...done. [20:34:52] metawiki | Skipped 227 updates that were already applied. [20:34:52] metawiki | Purging caches... [20:35:03] metawiki | Done in 3.2 s. [20:35:03] nlwiki | MediaWiki 1.47.0-alpha Updater [20:35:03] nlwiki | [20:35:03] nlwiki | Your composer.lock file is up to date with current dependencies [20:35:03] nlwiki | Going to run database updates for nlwiki [20:35:03] nlwiki | Depending on the size of your database this may take a while! [20:35:03] nlwiki | Modifying gb_id field of table globalblocks...done. [20:35:03] nlwiki | Modifying gb_address field of table globalblocks...done. [20:35:03] nlwiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:03] nlwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:03] nlwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:03] nlwiki | Skipped 228 updates that were already applied. [20:35:03] nlwiki | Purging caches... [20:35:03] nlwiki | Done in 3.6 s. [20:35:03] plwikivoyage | MediaWiki 1.47.0-alpha Updater [20:35:03] plwikivoyage | [20:35:03] plwikivoyage | Your composer.lock file is up to date with current dependencies [20:35:03] plwikivoyage | Going to run database updates for plwikivoyage [20:35:03] plwikivoyage | Depending on the size of your database this may take a while! [20:35:03] plwikivoyage | Modifying gb_id field of table globalblocks...done. [20:35:03] plwikivoyage | Modifying gb_address field of table globalblocks...done. [20:35:03] plwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [20:35:03] plwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:03] plwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:03] plwikivoyage | Skipped 219 updates that were already applied. [20:35:03] plwikivoyage | Purging caches... [20:35:03] plwikivoyage | Done in 3.6 s. [20:35:03] simplewiki | MediaWiki 1.47.0-alpha Updater [20:35:03] simplewiki | [20:35:03] simplewiki | Your composer.lock file is up to date with current dependencies [20:35:03] simplewiki | Going to run database updates for simplewiki [20:35:03] simplewiki | Depending on the size of your database this may take a while! [20:35:03] simplewiki | Modifying gb_id field of table globalblocks...done. [20:35:03] simplewiki | Modifying gb_address field of table globalblocks...done. [20:35:03] simplewiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:03] simplewiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:03] simplewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:03] simplewiki | Skipped 226 updates that were already applied. [20:35:03] simplewiki | Purging caches... [20:35:03] simplewiki | Done in 3.6 s. [20:35:03] commonswiki | MediaWiki 1.47.0-alpha Updater [20:35:03] commonswiki | [20:35:03] commonswiki | Your composer.lock file is up to date with current dependencies [20:35:03] commonswiki | Going to run database updates for commonswiki [20:35:03] commonswiki | Depending on the size of your database this may take a while! [20:35:03] commonswiki | Modifying gb_id field of table globalblocks...done. [20:35:03] commonswiki | Modifying gb_address field of table globalblocks...done. [20:35:03] commonswiki | Skipped 255 updates that were already applied. [20:35:03] commonswiki | Set the local repo temp zone container to be private. [20:35:03] commonswiki | Purging caches... [20:35:03] commonswiki | Done in 33 s. [20:35:03] hewiki | MediaWiki 1.47.0-alpha Updater [20:35:03] hewiki | [20:35:03] hewiki | Your composer.lock file is up to date with current dependencies [20:35:03] hewiki | Going to run database updates for hewiki [20:35:03] hewiki | Depending on the size of your database this may take a while! [20:35:03] hewiki | Modifying gb_id field of table globalblocks...done. [20:35:03] hewiki | Modifying gb_address field of table globalblocks...done. [20:35:03] hewiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:03] hewiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:03] hewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:03] hewiki | Skipped 243 updates that were already applied. [20:35:03] hewiki | Purging caches... [20:35:03] hewiki | Done in 14 s. [20:35:03] sqwiki | MediaWiki 1.47.0-alpha Updater [20:35:03] sqwiki | [20:35:03] sqwiki | Your composer.lock file is up to date with current dependencies [20:35:03] sqwiki | Going to run database updates for sqwiki [20:35:03] sqwiki | Depending on the size of your database this may take a while! [20:35:03] sqwiki | Modifying gb_id field of table globalblocks...done. [20:35:03] sqwiki | Modifying gb_address field of table globalblocks...done. [20:35:03] sqwiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:03] sqwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:03] sqwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:03] sqwiki | Skipped 239 updates that were already applied. [20:35:03] sqwiki | Purging caches... [20:35:03] sqwiki | Done in 4.2 s. [20:35:03] srwiki | MediaWiki 1.47.0-alpha Updater [20:35:03] srwiki | [20:35:03] srwiki | Your composer.lock file is up to date with current dependencies [20:35:03] srwiki | Going to run database updates for srwiki [20:35:03] srwiki | Depending on the size of your database this may take a while! [20:35:03] srwiki | Modifying gb_id field of table globalblocks...done. [20:35:03] srwiki | Modifying gb_address field of table globalblocks...done. [20:35:03] srwiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:03] srwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:03] srwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:03] srwiki | Skipped 228 updates that were already applied. [20:35:03] srwiki | Purging caches... [20:35:03] srwiki | Done in 4.2 s. [20:35:03] frwiki | MediaWiki 1.47.0-alpha Updater [20:35:03] frwiki | [20:35:03] frwiki | Your composer.lock file is up to date with current dependencies [20:35:03] frwiki | Going to run database updates for frwiki [20:35:03] frwiki | Depending on the size of your database this may take a while! [20:35:03] frwiki | Modifying gb_id field of table globalblocks...done. [20:35:03] frwiki | Modifying gb_address field of table globalblocks...done. [20:35:03] frwiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:03] frwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:03] frwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:03] frwiki | Skipped 226 updates that were already applied. [20:35:03] frwiki | Purging caches... [20:35:03] frwiki | Done in 17 s. [20:35:03] jawiki | MediaWiki 1.47.0-alpha Updater [20:35:03] jawiki | [20:35:03] jawiki | Your composer.lock file is up to date with current dependencies [20:35:03] jawiki | Going to run database updates for jawiki [20:35:03] jawiki | Depending on the size of your database this may take a while! [20:35:03] jawiki | Modifying gb_id field of table globalblocks...done. [20:35:03] jawiki | Modifying gb_address field of table globalblocks...done. [20:35:03] jawiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:03] jawiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:03] jawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:03] jawiki | Skipped 225 updates that were already applied. [20:35:03] jawiki | Purging caches... [20:35:03] jawiki | Done in 13 s. [20:35:03] svwiki | MediaWiki 1.47.0-alpha Updater [20:35:03] svwiki | [20:35:03] svwiki | Your composer.lock file is up to date with current dependencies [20:35:03] svwiki | Going to run database updates for svwiki [20:35:03] svwiki | Depending on the size of your database this may take a while! [20:35:03] svwiki | Modifying gb_id field of table globalblocks...done. [20:35:03] svwiki | Modifying gb_address field of table globalblocks...done. [20:35:03] svwiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:03] svwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:03] svwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:03] svwiki | Skipped 243 updates that were already applied. [20:35:03] svwiki | Purging caches... [20:35:03] svwiki | Done in 4.4 s. [20:35:03] test2wiki | MediaWiki 1.47.0-alpha Updater [20:35:03] test2wiki | [20:35:03] test2wiki | Your composer.lock file is up to date with current dependencies [20:35:03] test2wiki | Going to run database updates for test2wiki [20:35:03] test2wiki | Depending on the size of your database this may take a while! [20:35:03] test2wiki | Modifying gb_id field of table globalblocks...done. [20:35:03] test2wiki | Modifying gb_address field of table globalblocks...done. [20:35:03] test2wiki | Skipped 242 updates that were already applied. [20:35:03] test2wiki | Purging caches... [20:35:03] test2wiki | Done in 4.0 s. [20:35:03] votewiki | MediaWiki 1.47.0-alpha Updater [20:35:03] votewiki | [20:35:03] votewiki | Your composer.lock file is up to date with current dependencies [20:35:03] votewiki | Going to run database updates for votewiki [20:35:03] votewiki | Depending on the size of your database this may take a while! [20:35:03] votewiki | Skipped 118 updates that were already applied. [20:35:03] votewiki | Purging caches... [20:35:03] votewiki | Done in 1.3 s. [20:35:03] viwiki | MediaWiki 1.47.0-alpha Updater [20:35:03] viwiki | [20:35:03] viwiki | Your composer.lock file is up to date with current dependencies [20:35:03] viwiki | Going to run database updates for viwiki [20:35:03] viwiki | Depending on the size of your database this may take a while! [20:35:03] viwiki | Modifying gb_id field of table globalblocks...done. [20:35:03] viwiki | Modifying gb_address field of table globalblocks...done. [20:35:03] viwiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:03] viwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:03] viwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:03] viwiki | Skipped 225 updates that were already applied. [20:35:03] viwiki | Purging caches... [20:35:14] viwiki | Done in 3.7 s. [20:35:14] ruwiki | MediaWiki 1.47.0-alpha Updater [20:35:14] ruwiki | [20:35:14] ruwiki | Your composer.lock file is up to date with current dependencies [20:35:14] ruwiki | Going to run database updates for ruwiki [20:35:14] ruwiki | Depending on the size of your database this may take a while! [20:35:14] ruwiki | Modifying gb_id field of table globalblocks...done. [20:35:14] ruwiki | Modifying gb_address field of table globalblocks...done. [20:35:14] ruwiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:14] ruwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:14] ruwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:14] ruwiki | Skipped 254 updates that were already applied. [20:35:14] ruwiki | Purging caches... [20:35:14] ruwiki | Done in 13 s. [20:35:14] wikidatawiki | MediaWiki 1.47.0-alpha Updater [20:35:14] wikidatawiki | [20:35:14] wikidatawiki | Your composer.lock file is up to date with current dependencies [20:35:14] wikidatawiki | Going to run database updates for wikidatawiki [20:35:14] wikidatawiki | Depending on the size of your database this may take a while! [20:35:14] wikidatawiki | Modifying gb_id field of table globalblocks...done. [20:35:14] wikidatawiki | Modifying gb_address field of table globalblocks...done. [20:35:14] wikidatawiki | Skipped 265 updates that were already applied. [20:35:14] wikidatawiki | Purging caches... [20:35:14] wikidatawiki | Done in 3.4 s. [20:35:14] testwiki | MediaWiki 1.47.0-alpha Updater [20:35:14] testwiki | [20:35:14] testwiki | Your composer.lock file is up to date with current dependencies [20:35:14] testwiki | Going to run database updates for testwiki [20:35:14] testwiki | Depending on the size of your database this may take a while! [20:35:14] testwiki | Modifying gb_id field of table globalblocks...done. [20:35:14] testwiki | Modifying gb_address field of table globalblocks...done. [20:35:14] testwiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:14] testwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:14] testwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:14] testwiki | Skipped 284 updates that were already applied. [20:35:14] testwiki | Purging caches... [20:35:14] testwiki | Done in 7.1 s. [20:35:14] zhwikivoyage | MediaWiki 1.47.0-alpha Updater [20:35:14] zhwikivoyage | [20:35:14] zhwikivoyage | Your composer.lock file is up to date with current dependencies [20:35:14] zhwikivoyage | Going to run database updates for zhwikivoyage [20:35:14] zhwikivoyage | Depending on the size of your database this may take a while! [20:35:14] zhwikivoyage | Modifying gb_id field of table globalblocks...done. [20:35:14] zhwikivoyage | Modifying gb_address field of table globalblocks...done. [20:35:14] zhwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [20:35:14] zhwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:14] zhwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:14] zhwikivoyage | Skipped 221 updates that were already applied. [20:35:14] zhwikivoyage | Purging caches... [20:35:14] zhwikivoyage | Done in 4.9 s. [20:35:14] ukwiki | MediaWiki 1.47.0-alpha Updater [20:35:14] ukwiki | [20:35:14] ukwiki | Your composer.lock file is up to date with current dependencies [20:35:14] ukwiki | Going to run database updates for ukwiki [20:35:14] ukwiki | Depending on the size of your database this may take a while! [20:35:14] ukwiki | Modifying gb_id field of table globalblocks...done. [20:35:14] ukwiki | Modifying gb_address field of table globalblocks...done. [20:35:14] ukwiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:14] ukwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:14] ukwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:14] ukwiki | Skipped 239 updates that were already applied. [20:35:14] ukwiki | Purging caches... [20:35:14] ukwiki | Done in 13 s. [20:35:14] zhwiki | MediaWiki 1.47.0-alpha Updater [20:35:14] zhwiki | [20:35:14] zhwiki | Your composer.lock file is up to date with current dependencies [20:35:14] zhwiki | Going to run database updates for zhwiki [20:35:14] zhwiki | Depending on the size of your database this may take a while! [20:35:14] zhwiki | Modifying gb_id field of table globalblocks...done. [20:35:14] zhwiki | Modifying gb_address field of table globalblocks...done. [20:35:14] zhwiki | Modifying cxl_end_time field of table cx_lists...done. [20:35:14] zhwiki | Modifying cxc_timestamp field of table cx_corpora...done. [20:35:14] zhwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [20:35:14] zhwiki | Skipped 249 updates that were already applied. [20:35:14] zhwiki | Purging caches... [20:35:14] zhwiki | Done in 13 s. [20:35:14] Updated 47 wikis.