[09:10:06] + ulimit -n 512 [09:10:06] + LOCKFILE=/var/lock/scap.operations_mediawiki-config.lock [09:10:06] + '[' -O /var/lock/scap.operations_mediawiki-config.lock ']' [09:10:06] + /usr/bin/scap version [09:10:07] 4.261.0 [09:10:07] + /usr/bin/scap prep auto [09:10:08] 09:10:08 Started scap prep auto [09:10:08] 09:10:08 Update https://gerrit.wikimedia.org/r/operations/mediawiki-config (master branch) in /srv/mediawiki-staging [09:10:09] 09:10:09 https://gerrit.wikimedia.org/r/operations/mediawiki-config checked out at commit 33bdee01cf33ed4742c887ab23ef991d4776248e [09:10:09] 09:10:09 Update https://gerrit.wikimedia.org/r/mediawiki/core (master branch) in /srv/mediawiki-staging/php-master [09:10:11] 09:10:11 Changes pulled down since last fetch: [09:10:11] commit f12451aaccb52b3c0be51f49ad363d626140c5d7 [09:10:11] Author: C. Scott Ananian [09:10:11] Date: Wed Feb 25 12:49:29 2026 -0500 [09:10:11] [09:10:11] Add OutputTransform{First,Last}StageHook [09:10:11] [09:10:11] Add a modern replacement for the ParserOutputPostCacheTransform hook [09:10:11] which: [09:10:11] [09:10:11] 1. Executes at the very start/end of the pipeline,[*] rather than [09:10:11] awkwardly in the middle, [09:10:11] [09:10:11] 2. Can be implemented by OutputTransformStage (via the [09:10:11] OutputTransformStageHookTrait), so the existing parent classes [09:10:11] (eg ContentHandlerTransformStage) can (optionally) be used directly as hook [09:10:11] handlers where that is useful, [09:10:11] [09:10:11] 3. Does not require transforming the ParserOutput content to a text string [09:10:11] and back, [09:10:11] [09:10:11] 4. Removes the deprecated (and mutable) &$options array and replaces it [09:10:11] with ParserOptions, which are guaranteed to be available. [09:10:11] [09:10:11] This also provides a default implementation of the [09:10:11] `OutputTransformStage::shouldRun()` method to reduce lines of code for [09:10:11] simple hooks. [09:10:11] [09:10:11] [*] Presently the "first" hook executes after ExtractBody, but ExtractBody [09:10:11] will go away once T393925 refactors the how the "full document" HTML is [09:10:11] constructed; and the "last" hook will always execute before passes which [09:10:11] enforce security properties on the output. [09:10:11] [09:10:11] Change-Id: I1f7b2af3d5100fdfa81b451894ae95e3ef296355 [09:10:11] [09:10:12] 09:10:12 https://gerrit.wikimedia.org/r/mediawiki/core checked out at commit f12451aaccb52b3c0be51f49ad363d626140c5d7 [09:10:12] 09:10:12 Update https://gerrit.wikimedia.org/r/mediawiki/extensions (master branch) in /srv/mediawiki-staging/php-master/extensions [09:10:15] 09:10:15 Changes pulled down since last fetch: [09:10:15] commit 1b61ac68806e1735fd8aeae220d6a58dba363911 [09:10:15] Author: RAJVEER42 [09:10:15] Date: Tue Jun 9 14:31:51 2026 +0530 [09:10:15] [09:10:15] Update git submodules [09:10:15] [09:10:15] * Update AbuseFilter from branch 'master' [09:10:15] to 334355684f0c222c47fa64ffa0d6dbb779a01d0f [09:10:15] - Inject CheckUserPermissionManager into AbuseFilterPermissionManager [09:10:15] [09:10:15] Why: [09:10:15] - canViewTemporaryAccountIPs() reached for CheckUserPermissionManager [09:10:15] via MediaWikiServices::getInstance(), which is the static service [09:10:15] locator anti-pattern review feedback on I/d467d728 just flagged. [09:10:15] - Modern MediaWiki dependency-injection style is to wire the service [09:10:15] through the constructor so the dependency is explicit and the class [09:10:15] is testable without a global container. [09:10:15] [09:10:15] What: [09:10:15] - Add a nullable ?CheckUserPermissionManager parameter to the [09:10:15] constructor. ServiceWiring always passes either the service or [09:10:15] null, so the parameter has no default value. [09:10:15] - Replace the MediaWikiServices::getInstance()->getService( [09:10:15] 'CheckUserPermissionManager' ) call in canViewTemporaryAccountIPs() [09:10:15] with the injected $this->checkUserPermissionManager, guarded by a [09:10:15] null check that supersedes the previous ExtensionRegistry::isLoaded( [09:10:15] 'CheckUser' ) guard. [09:10:15] - Drop the now-unused ExtensionRegistry constructor parameter and [09:10:15] import. The ExtensionRegistry lookup is replaced in ServiceWiring [09:10:15] with a direct $services->has( 'CheckUserPermissionManager' ) check, [09:10:15] per review feedback — this asks the service container directly [09:10:15] instead of routing through ExtensionRegistry. [09:10:15] - Update AbuseFilterPermissionManagerTest::getPermMan() to match the [09:10:15] new constructor signature: drop the ExtensionRegistry mock + its [09:10:15] import, and pass null for the new CheckUserPermissionManager [09:10:15] parameter so the unit test continues to construct the class [09:10:15] successfully. [09:10:15] - No behaviour change: the null-guard and the registry-loaded guard [09:10:15] are equivalent because the ServiceWiring only resolves the service [09:10:15] when CheckUser is loaded. [09:10:15] [09:10:15] Change-Id: I85875d2a786ccb7dd5193dc8a5a39aba5c9a6925 [09:10:15] [09:10:15] 09:10:15 https://gerrit.wikimedia.org/r/mediawiki/extensions checked out at commit 1b61ac68806e1735fd8aeae220d6a58dba363911 [09:12:18] 09:12:18 Update https://gerrit.wikimedia.org/r/mediawiki/vendor (master branch) in /srv/mediawiki-staging/php-master/vendor [09:12:18] 09:12:18 https://gerrit.wikimedia.org/r/mediawiki/vendor checked out at commit 9bb06da7b936c29761bc1c7634f37a335742be11 [09:12:18] 09:12:18 Update https://gerrit.wikimedia.org/r/mediawiki/skins (master branch) in /srv/mediawiki-staging/php-master/skins [09:12:19] 09:12:19 https://gerrit.wikimedia.org/r/mediawiki/skins checked out at commit 327074626930c622f08da445d0a70ddf864dbd19 [09:12:25] 09:12:25 MediaWiki master successfully checked out. [09:12:25] 09:12:25 Finished scap prep auto (duration: 02m 16s) [09:12:25] + /usr/bin/scap sync-world 'wmf-beta-update-all run' [09:12:26] ___ ____ [09:12:26] ⎛ ⎛ ,---- [09:12:26] \ //==--' [09:12:26] _//|,.·//==--' ____________________________ [09:12:26] _OO≣=- ︶ ᴹw ⎞_§ ______ ___\ ___\ ,\__ \/ __ \ [09:12:26] (∞)_, ) ( | ______/__ \/ /__ / /_/ / /_/ / [09:12:26] ¨--¨|| |- ( / ______\____/ \___/ \__^_/ .__/ [09:12:26] ««_/ «_/ jgs/bd808 /_/ [09:12:26] [09:12:26] 09:12:26 Started scap sync-world: wmf-beta-update-all run [09:12:33] 09:12:33 Started cache_git_info [09:12:58] 09:12:58 Finished cache_git_info (duration: 00m 24s) [09:12:58] 09:12:58 Started l10n-update [09:13:00] 09:13:00 Updating ExtensionMessages-master.php [09:13:10] 09:13:10 Updating LocalisationCache for master using 2 thread(s) [09:13:10] 09:13:10 Running rebuildLocalisationCache.php (cdb) [09:13:15] 09:13:15 0 languages rebuilt out of 549 [09:13:15] 09:13:15 Use --force to rebuild the caches which are still fresh. [09:13:18] 09:13:18 Running rebuildLocalisationCache.php (php) [09:13:23] 09:13:23 0 languages rebuilt out of 549 [09:13:23] 09:13:23 Use --force to rebuild the caches which are still fresh. [09:13:26] 09:13:26 Generating JSON versions and md5 files (as www-data) [09:13:33] 09:13:33 Finished l10n-update (duration: 00m 35s) [09:13:33] 09:13:33 Checking for new runtime errors locally [09:13:37] 09:13:37 Started sync-canaries [09:13:37] 09:13:37 sync-canaries: 0% (ok: 0; fail: 0; left: 1) [09:13:43] 09:13:43 sync-canaries: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [09:13:43] 09:13:43 Per-host sync duration: average 5.7s, median 5.7s [09:13:43] 09:13:43 rsync transfer: average 1124036 bytes/host, total 1124036 bytes [09:13:43] 09:13:43 Started scap-cdb-rebuild-canaries [09:13:43] 09:13:43 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 1) [09:13:45] 09:13:45 scap-cdb-rebuild: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [09:13:45] 09:13:45 Finished scap-cdb-rebuild-canaries (duration: 00m 01s) [09:13:45] 09:13:45 Started sync-wikiversions-canaries [09:13:45] 09:13:45 sync-wikiversions: 0% (ok: 0; fail: 0; left: 1) [09:13:45] 09:13:45 sync-wikiversions: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [09:13:45] 09:13:45 Finished sync-wikiversions-canaries (duration: 00m 00s) [09:13:45] 09:13:45 Started php-fpm-restarts-canaries [09:13:45] 09:13:45 Running '/usr/local/sbin/restart-php-fpm-all' on 1 host(s) [09:13:45] 09:13:45 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [09:13:46] 09:13:46 php-fpm-restart: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [09:13:46] 09:13:46 Finished php-fpm-restarts-canaries (duration: 00m 00s) [09:13:46] 09:13:46 Finished sync-canaries (duration: 00m 09s) [09:13:46] 09:13:46 Waiting 20 seconds for canary traffic... [09:14:06] 09:14:06 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [09:14:06] 09:14:06 Started sync-apaches [09:14:06] 09:14:06 sync-apaches: 0% (ok: 0; fail: 0; left: 3) [09:14:15] 09:14:15 sync-apaches: 100% (in-flight: 0; ok: 3; fail: 0; left: 0) [09:14:15] 09:14:15 Per-host sync duration: average 6.3s, median 5.3s [09:14:15] 09:14:15 rsync transfer: average 1124036 bytes/host, total 3372108 bytes [09:14:15] 09:14:15 Finished sync-apaches (duration: 00m 08s) [09:14:15] 09:14:15 Waiting 20 seconds for production traffic... [09:14:35] 09:14:35 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [09:14:35] 09:14:35 Started scap-cdb-rebuild-prod [09:14:35] 09:14:35 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 4) [09:14:37] 09:14:37 scap-cdb-rebuild: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [09:14:37] 09:14:37 Finished scap-cdb-rebuild-prod (duration: 00m 02s) [09:14:37] 09:14:37 Started sync-wikiversions-prod [09:14:37] 09:14:37 sync-wikiversions: 0% (ok: 0; fail: 0; left: 4) [09:14:38] 09:14:38 sync-wikiversions: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [09:14:38] 09:14:38 Finished sync-wikiversions-prod (duration: 00m 00s) [09:14:38] 09:14:38 Started php-fpm-restarts-prod [09:14:38] 09:14:38 Running '/usr/local/sbin/restart-php-fpm-all' on 2 host(s) [09:14:38] 09:14:38 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [09:14:39] 09:14:39 php-fpm-restart: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [09:14:39] 09:14:39 Finished php-fpm-restarts-prod (duration: 00m 01s) [09:14:39] 09:14:39 Running purgeMessageBlobStore.php [09:14:42] 09:14:42 Finished scap sync-world: wmf-beta-update-all run (duration: 02m 15s) [09:14:42] + /usr/local/bin/wmf-beta-update-databases.py [09:15:30] aawiki [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for aawiki [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying cxl_end_time field of table cx_lists...done. [09:15:30] Modifying cxc_timestamp field of table cx_corpora...done. [09:15:30] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:15:30] Skipped 173 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 2.2 s. [09:15:30] apiportalwiki [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for apiportalwiki [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Skipped 190 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 2.7 s. [09:15:30] arwiki [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for arwiki [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Modifying cxl_end_time field of table cx_lists...done. [09:15:30] Modifying cxc_timestamp field of table cx_corpora...done. [09:15:30] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:15:30] Skipped 249 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 3.5 s. [09:15:30] bnwiki [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for bnwiki [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Modifying cxl_end_time field of table cx_lists...done. [09:15:30] Modifying cxc_timestamp field of table cx_corpora...done. [09:15:30] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:15:30] Skipped 236 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 3.4 s. [09:15:30] cawiki [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for cawiki [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Modifying cxl_end_time field of table cx_lists...done. [09:15:30] Modifying cxc_timestamp field of table cx_corpora...done. [09:15:30] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:15:30] Skipped 236 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 3.6 s. [09:15:30] commonswiki [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for commonswiki [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Skipped 250 updates that were already applied. [09:15:30] Set the local repo temp zone container to be private. [09:15:30] Purging caches... [09:15:30] Done in 24 s. [09:15:30] crhwiki [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for crhwiki [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Modifying cxl_end_time field of table cx_lists...done. [09:15:30] Modifying cxc_timestamp field of table cx_corpora...done. [09:15:30] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:15:30] Skipped 218 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 3.7 s. [09:15:30] cswiki [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for cswiki [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Modifying cxl_end_time field of table cx_lists...done. [09:15:30] Modifying cxc_timestamp field of table cx_corpora...done. [09:15:30] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:15:30] Skipped 221 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 3.7 s. [09:15:30] dewiki [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for dewiki [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Modifying cxl_end_time field of table cx_lists...done. [09:15:30] Modifying cxc_timestamp field of table cx_corpora...done. [09:15:30] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:15:30] Skipped 244 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 13 s. [09:15:30] dewiktionary [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for dewiktionary [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Skipped 204 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 3.2 s. [09:15:30] enwiki [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for enwiki [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Modifying cxl_end_time field of table cx_lists...done. [09:15:30] Modifying cxc_timestamp field of table cx_corpora...done. [09:15:30] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:15:30] Skipped 255 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 13 s. [09:15:30] enwikibooks [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for enwikibooks [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Skipped 203 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 3.2 s. [09:15:30] enwikinews [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for enwikinews [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Skipped 182 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 2.2 s. [09:15:30] enwikiquote [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for enwikiquote [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Skipped 192 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 2.5 s. [09:15:30] enwikisource [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for enwikisource [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Skipped 195 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 2.4 s. [09:15:30] enwikiversity [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for enwikiversity [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Skipped 192 updates that were already applied. [09:15:30] Purging caches... [09:15:30] Done in 2.5 s. [09:15:30] enwikivoyage [09:15:30] MediaWiki 1.47.0-alpha Updater [09:15:30] [09:15:30] Your composer.lock file is up to date with current dependencies! [09:15:30] Going to run database updates for enwikivoyage [09:15:30] Depending on the size of your database this may take a while! [09:15:30] Modifying gb_id field of table globalblocks...done. [09:15:30] Modifying gb_address field of table globalblocks...done. [09:15:30] Modifying cxl_end_time field of table cx_lists...done. [09:15:30] Modifying cxc_timestamp field of table cx_corpora...done. [09:15:30] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:15:30] Skipped 216 updates that were already applied. [09:15:30] Purging caches... [09:16:16] Done in 3.1 s. [09:16:16] enwiktionary [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for enwiktionary [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Skipped 200 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 2.5 s. [09:16:16] eowiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for eowiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Modifying cxl_end_time field of table cx_lists...done. [09:16:16] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:16] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:16] Skipped 244 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 3.4 s. [09:16:16] eswiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for eswiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Modifying cxl_end_time field of table cx_lists...done. [09:16:16] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:16] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:16] Skipped 223 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 3.3 s. [09:16:16] eswikibooks [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for eswikibooks [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Skipped 196 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 2.7 s. [09:16:16] fawiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for fawiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Modifying cxl_end_time field of table cx_lists...done. [09:16:16] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:16] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:16] Skipped 249 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 3.5 s. [09:16:16] foundationwiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for foundationwiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Skipped 218 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 2.9 s. [09:16:16] frwiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for frwiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Modifying cxl_end_time field of table cx_lists...done. [09:16:16] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:16] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:16] Skipped 221 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 15 s. [09:16:16] frwiktionary [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for frwiktionary [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Skipped 225 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 3.0 s. [09:16:16] hewiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for hewiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Modifying cxl_end_time field of table cx_lists...done. [09:16:16] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:16] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:16] Skipped 238 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 13 s. [09:16:16] hewiktionary [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for hewiktionary [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Skipped 196 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 2.6 s. [09:16:16] hiwiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for hiwiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Modifying cxl_end_time field of table cx_lists...done. [09:16:16] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:16] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:16] Skipped 232 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 3.7 s. [09:16:16] incubatorwiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for incubatorwiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Skipped 219 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 2.5 s. [09:16:16] jawiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for jawiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Modifying cxl_end_time field of table cx_lists...done. [09:16:16] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:16] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:16] Skipped 220 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 13 s. [09:16:16] kowiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for kowiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Modifying cxl_end_time field of table cx_lists...done. [09:16:16] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:16] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:16] Skipped 223 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 3.0 s. [09:16:16] loginwiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for loginwiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Skipped 135 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 1.5 s. [09:16:16] metawiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for metawiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Skipped 222 updates that were already applied. [09:16:16] Purging caches... [09:16:16] Done in 2.9 s. [09:16:16] nlwiki [09:16:16] MediaWiki 1.47.0-alpha Updater [09:16:16] [09:16:16] Your composer.lock file is up to date with current dependencies! [09:16:16] Going to run database updates for nlwiki [09:16:16] Depending on the size of your database this may take a while! [09:16:16] Modifying gb_id field of table globalblocks...done. [09:16:16] Modifying gb_address field of table globalblocks...done. [09:16:16] Modifying cxl_end_time field of table cx_lists...done. [09:16:16] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:16] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:16] Skipped 223 updates that were already applied. [09:16:16] Purging caches... [09:16:58] Done in 3.2 s. [09:16:58] plwikivoyage [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for plwikivoyage [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Modifying cxl_end_time field of table cx_lists...done. [09:16:58] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:58] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:58] Skipped 214 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 3.1 s. [09:16:58] ruwiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for ruwiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Modifying cxl_end_time field of table cx_lists...done. [09:16:58] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:58] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:58] Skipped 249 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 13 s. [09:16:58] simplewiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for simplewiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Modifying cxl_end_time field of table cx_lists...done. [09:16:58] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:58] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:58] Skipped 221 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 3.4 s. [09:16:58] sqwiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for sqwiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Modifying cxl_end_time field of table cx_lists...done. [09:16:58] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:58] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:58] Skipped 234 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 3.5 s. [09:16:58] srwiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for srwiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Modifying cxl_end_time field of table cx_lists...done. [09:16:58] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:58] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:58] Skipped 223 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 3.7 s. [09:16:58] svwiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for svwiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Modifying cxl_end_time field of table cx_lists...done. [09:16:58] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:58] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:58] Skipped 238 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 3.6 s. [09:16:58] test2wiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for test2wiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Skipped 235 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 2.8 s. [09:16:58] testwiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for testwiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Modifying cxl_end_time field of table cx_lists...done. [09:16:58] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:58] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:58] Skipped 276 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 5.3 s. [09:16:58] ukwiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for ukwiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Modifying cxl_end_time field of table cx_lists...done. [09:16:58] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:58] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:58] Skipped 234 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 13 s. [09:16:58] viwiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for viwiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Modifying cxl_end_time field of table cx_lists...done. [09:16:58] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:58] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:58] Skipped 220 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 3.2 s. [09:16:58] votewiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for votewiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Skipped 114 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 1.2 s. [09:16:58] wikidatawiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for wikidatawiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Skipped 260 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 2.9 s. [09:16:58] zhwiki [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for zhwiki [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Modifying cxl_end_time field of table cx_lists...done. [09:16:58] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:58] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:58] Skipped 244 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 14 s. [09:16:58] zhwikivoyage [09:16:58] MediaWiki 1.47.0-alpha Updater [09:16:58] [09:16:58] Your composer.lock file is up to date with current dependencies! [09:16:58] Going to run database updates for zhwikivoyage [09:16:58] Depending on the size of your database this may take a while! [09:16:58] Modifying gb_id field of table globalblocks...done. [09:16:58] Modifying gb_address field of table globalblocks...done. [09:16:58] Modifying cxl_end_time field of table cx_lists...done. [09:16:58] Modifying cxc_timestamp field of table cx_corpora...done. [09:16:58] Modifying translation_last_updated_timestamp field of table cx_translations...done. [09:16:58] Skipped 216 updates that were already applied. [09:16:58] Purging caches... [09:16:58] Done in 4.0 s.