[14:50:06] + /usr/bin/scap prep auto [14:50:07] 14:50:07 Started scap prep auto [14:50:07] 14:50:07 Update https://gerrit.wikimedia.org/r/operations/mediawiki-config (master branch) in /srv/mediawiki-staging [14:50:08] 14:50:08 https://gerrit.wikimedia.org/r/operations/mediawiki-config checked out at commit ca2f57fe1efb4abeaa4f5934a3ebe27b47c009fe [14:50:08] 14:50:08 Update https://gerrit.wikimedia.org/r/mediawiki/core (master branch) in /srv/mediawiki-staging/php-master [14:50:09] 14:50:09 https://gerrit.wikimedia.org/r/mediawiki/core checked out at commit ba23662b337ca525da47426c9166df7b6a4f7308 [14:50:09] 14:50:09 Update https://gerrit.wikimedia.org/r/mediawiki/extensions (master branch) in /srv/mediawiki-staging/php-master/extensions [14:50:11] 14:50:11 Changes pulled down since last fetch: [14:50:11] commit 3f3c216b72c204f6e9450659a0c43c3697a8e36d [14:50:11] Author: Marcin Szwarc [14:50:11] Date: Fri Apr 24 16:49:08 2026 +0200 [14:50:11] [14:50:11] Update git submodules [14:50:11] [14:50:11] * Update CentralAuth from branch 'master' [14:50:11] to 8e4d2a4684bb9e0e374495ea6a0620d1bf05d85c [14:50:11] - Rename GlobalGroupLookup to GlobalGroupManager [14:50:11] [14:50:11] Why: [14:50:11] - Group-management code will be extracted here from [14:50:11] SpecialGlobalGroupPermissions, so "lookup" no longer makes sense as [14:50:11] the class name. [14:50:11] [14:50:11] What: [14:50:11] - Rename the class and its test. [14:50:11] - Add class alias for the old name. [14:50:11] [14:50:11] Bug: T423855 [14:50:11] Change-Id: I7d05e1637b967d702baa936d9adda20982953f16 [14:50:11] [14:50:11] commit 0872670686b549f614a869b02c251a53ccf40636 [14:50:11] Author: Marcin Szwarc [14:50:11] Date: Fri Apr 24 14:45:13 2026 +0000 [14:50:11] [14:50:11] Update git submodules [14:50:11] [14:50:11] * Update CentralAuth from branch 'master' [14:50:11] to 5de1716ad4460832357c2b1cc4481c26393c45f8 [14:50:11] - Add group membership restrictions section to GlobalGroupPermissions [14:50:11] [14:50:11] Why: [14:50:11] - In this quarter we'll be configuring 2FA enforcement for certain [14:50:11] global groups, similarly to what happened before for local groups. [14:50:11] - Special:ListGroupRights contains a section outlining the [14:50:11] restrictions config for local groups. For consistent UX, we should [14:50:11] do the same for global groups. [14:50:11] [14:50:11] What: [14:50:11] - Make GlobalGroupPermissions display a table of group restrictions in [14:50:11] a similar manner as ListGroupRights does. [14:50:11] - Add id attributes to the main table, so that anchor navigation, [14:50:11] similar to ListGroupRights is possible (also add :target highlight). [14:50:11] [14:50:11] Bug: T423075 [14:50:11] Depends-On: Id10ea6db0bee72de8c17d7762760470576921dbf [14:50:11] Change-Id: I9abaf2bd1e77d9e27e397fbdcbf120599ab678a4 [14:50:11] [14:50:11] commit bc9ad4fabd7625f3244a467968d581e32edee0c2 [14:50:11] Author: Marcin Szwarc [14:50:11] Date: Fri Apr 24 14:44:50 2026 +0000 [14:50:11] [14:50:11] Update git submodules [14:50:11] [14:50:11] * Update OATHAuth from branch 'master' [14:50:11] to 063e816cdc05d7fff4771feb450742c39e032b88 [14:50:11] - Prevent members of 2FA-enforced global groups from disabling 2FA [14:50:11] [14:50:11] Why: [14:50:11] - If user is member of a local group that requires 2FA, they are [14:50:11] already prevented from disabling the last authentication method. [14:50:11] - Global groups should behave in the same way as local ones. [14:50:11] [14:50:11] What: [14:50:11] - Add getGlobalGroupsRequiring2FA() to Mandatory2FAChecker, which [14:50:11] performs similar checks to getGroupsRequiring2FA(). [14:50:11] [14:50:11] Bug: T423074 [14:50:11] Depends-On: I503f2c9db9aa7df3d1f6a6356ca0febc30ed1bf5 [14:50:11] Change-Id: I434266c71ba67cc1a79a3580a8aba4f7963974c6 [14:50:11] [14:50:11] commit 2a8d5f34ddee357bc90989a5f415139e28c71ee7 [14:50:11] Author: Marcin Szwarc [14:50:11] Date: Fri Apr 24 16:42:09 2026 +0200 [14:50:11] [14:50:11] Update git submodules [14:50:11] [14:50:11] * Update OATHAuth from branch 'master' [14:50:11] to 8092102e225f222779f89ee71de8189494225c86 [14:50:11] - Add upper limit of recovery codes count [14:50:11] [14:50:11] Why: [14:50:11] - The database field to store the recovery codes has a limited size [14:50:11] and we shouldn't write there carelessly. [14:50:11] [14:50:11] What: [14:50:11] - Add a maximum number of codes that won't be exceeded by [14:50:11] RecoveryCodeKeys::generateAdditionalRecoveryCodeKeys. [14:50:11] - When recovering user's 2FA, the limit can reduce the number of codes [14:50:11] that will be generated. [14:50:11] - If that's the case, earlier temporary codes would be revoked, but [14:50:11] permanent ones are not. [14:50:11] - If the codes limit is hit when regenerating codes on login (after [14:50:11] using last permanent one), the temporary codes are revoked. [14:50:11] [14:50:11] Bug: T423485 [14:50:11] Change-Id: I8b47a7b54b0529796fef969cd490dbabac5362e7 [14:50:11] [14:50:11] 14:50:11 https://gerrit.wikimedia.org/r/mediawiki/extensions checked out at commit 3f3c216b72c204f6e9450659a0c43c3697a8e36d [14:52:21] 14:52:21 Update https://gerrit.wikimedia.org/r/mediawiki/vendor (master branch) in /srv/mediawiki-staging/php-master/vendor [14:52:22] 14:52:22 https://gerrit.wikimedia.org/r/mediawiki/vendor checked out at commit 7044ca843116097c8a00d5e2e5a432e5d643919f [14:52:22] 14:52:22 Update https://gerrit.wikimedia.org/r/mediawiki/skins (master branch) in /srv/mediawiki-staging/php-master/skins [14:52:23] 14:52:23 https://gerrit.wikimedia.org/r/mediawiki/skins checked out at commit 93474e7a0b730a119489245a3a8d047313c8bc34 [14:52:29] 14:52:29 MediaWiki master successfully checked out. [14:52:29] 14:52:29 Finished scap prep auto (duration: 02m 22s) [14:52:30] + LOCKFILE=/var/lock/scap.operations_mediawiki-config.lock [14:52:30] + '[' -O /var/lock/scap.operations_mediawiki-config.lock ']' [14:52:30] + ulimit -n 512 [14:52:30] + /usr/bin/scap version [14:52:31] 4.228.0 [14:52:31] + /usr/bin/scap sync-world 'wmf-beta-update-all run' [14:52:32] ___ ____ [14:52:32] ⎛ ⎛ ,---- [14:52:32] \ //==--' [14:52:32] _//|,.·//==--' ____________________________ [14:52:32] _OO≣=- ︶ ᴹw ⎞_§ ______ ___\ ___\ ,\__ \/ __ \ [14:52:32] (∞)_, ) ( | ______/__ \/ /__ / /_/ / /_/ / [14:52:32] ¨--¨|| |- ( / ______\____/ \___/ \__^_/ .__/ [14:52:32] ««_/ «_/ jgs/bd808 /_/ [14:52:32] [14:52:32] 14:52:32 Started scap sync-world: wmf-beta-update-all run [14:52:36] 14:52:36 Started cache_git_info [14:53:18] 14:53:18 Finished cache_git_info (duration: 00m 41s) [14:53:18] 14:53:18 Started l10n-update [14:53:23] 14:53:23 Updating ExtensionMessages-master.php [14:53:34] 14:53:34 Updating LocalisationCache for master using 2 thread(s) [14:53:34] 14:53:34 Running rebuildLocalisationCache.php [14:56:24] 14:56:24 548 languages rebuilt out of 548 [14:56:28] 14:56:29 Running rebuildLocalisationCache.php [14:56:36] 14:56:36 1 languages rebuilt out of 548 [14:56:40] 14:56:40 Generating JSON versions and md5 files (as www-data) [14:57:30] 14:57:30 Finished l10n-update (duration: 04m 12s) [14:57:30] 14:57:30 Checking for new runtime errors locally [14:57:37] 14:57:37 Started sync-canaries [14:57:37] 14:57:37 sync-canaries: 0% (ok: 0; fail: 0; left: 1) [14:58:47] 14:58:47 sync-canaries: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [14:58:47] 14:58:47 sync-canaries: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [14:58:47] 14:58:47 Per-host sync duration: average 69.5s, median 69.5s [14:58:47] 14:58:47 rsync transfer: average 3888312688 bytes/host, total 3888312688 bytes [14:58:47] 14:58:47 Started scap-cdb-rebuild-canaries [14:58:47] 14:58:47 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 1) [15:01:01] 15:01:01 scap-cdb-rebuild: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [15:01:01] 15:01:01 scap-cdb-rebuild: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [15:01:01] 15:01:01 Finished scap-cdb-rebuild-canaries (duration: 02m 14s) [15:01:01] 15:01:01 Started sync-wikiversions-canaries [15:01:01] 15:01:01 sync-wikiversions: 0% (ok: 0; fail: 0; left: 1) [15:01:02] 15:01:02 sync-wikiversions: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [15:01:02] 15:01:02 Finished sync-wikiversions-canaries (duration: 00m 00s) [15:01:02] 15:01:02 Started php-fpm-restarts-canaries [15:01:02] 15:01:02 Running '/usr/local/sbin/restart-php-fpm-all' on 1 host(s) [15:01:02] 15:01:02 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [15:01:03] 15:01:03 php-fpm-restart: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [15:01:03] 15:01:03 Finished php-fpm-restarts-canaries (duration: 00m 01s) [15:01:03] 15:01:03 Finished sync-canaries (duration: 03m 25s) [15:01:03] 15:01:03 Waiting 20 seconds for canary traffic... [15:01:23] 15:01:23 Logstash checker Counted 0 error(s) in the last 20 seconds. OK. [15:01:23] 15:01:23 Started sync-apaches [15:01:23] 15:01:23 sync-apaches: 0% (ok: 0; fail: 0; left: 3) [15:02:13] 15:02:13 sync-apaches: 33% (in-flight: 2; ok: 1; fail: 0; left: 0) [15:02:44] 15:02:44 sync-apaches: 100% (in-flight: 0; ok: 3; fail: 0; left: 0) [15:02:44] 15:02:44 sync-apaches: 100% (in-flight: 0; ok: 3; fail: 0; left: 0) [15:02:44] 15:02:44 Per-host sync duration: average 60.6s, median 51.1s [15:02:44] 15:02:44 rsync transfer: average 3888312688 bytes/host, total 11664938064 bytes [15:02:44] 15:02:44 Finished sync-apaches (duration: 01m 20s) [15:02:44] 15:02:44 Started scap-cdb-rebuild-prod [15:02:44] 15:02:44 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 4) [15:04:40] 15:04:40 scap-cdb-rebuild: 50% (in-flight: 2; ok: 2; fail: 0; left: 0) [15:06:04] 15:06:04 scap-cdb-rebuild: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [15:06:04] 15:06:04 scap-cdb-rebuild: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [15:06:04] 15:06:04 Finished scap-cdb-rebuild-prod (duration: 03m 20s) [15:06:04] 15:06:04 Started sync-wikiversions-prod [15:06:04] 15:06:04 sync-wikiversions: 0% (ok: 0; fail: 0; left: 4) [15:06:06] 15:06:06 sync-wikiversions: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [15:06:06] 15:06:06 Finished sync-wikiversions-prod (duration: 00m 01s) [15:06:06] 15:06:06 Started php-fpm-restarts-prod [15:06:06] 15:06:06 Running '/usr/local/sbin/restart-php-fpm-all' on 2 host(s) [15:06:06] 15:06:06 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [15:06:07] 15:06:07 php-fpm-restart: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [15:06:07] 15:06:07 Finished php-fpm-restarts-prod (duration: 00m 01s) [15:06:07] 15:06:07 Running purgeMessageBlobStore.php [15:06:15] 15:06:15 Finished scap sync-world: wmf-beta-update-all run (duration: 13m 43s) [15:06:15] + /usr/local/bin/wmf-beta-update-databases.py [15:07:28] aawiki [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for aawiki [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying cxl_end_time field of table cx_lists...done. [15:07:28] Modifying cxc_timestamp field of table cx_corpora...done. [15:07:28] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:07:28] Skipped 172 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 2.7 s. [15:07:28] apiportalwiki [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for apiportalwiki [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Skipped 189 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 3.6 s. [15:07:28] arwiki [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for arwiki [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Modifying cxl_end_time field of table cx_lists...done. [15:07:28] Modifying cxc_timestamp field of table cx_corpora...done. [15:07:28] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:07:28] Skipped 248 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 4.1 s. [15:07:28] bnwiki [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for bnwiki [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Modifying cxl_end_time field of table cx_lists...done. [15:07:28] Modifying cxc_timestamp field of table cx_corpora...done. [15:07:28] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:07:28] Skipped 235 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 3.9 s. [15:07:28] cawiki [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for cawiki [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Modifying cxl_end_time field of table cx_lists...done. [15:07:28] Modifying cxc_timestamp field of table cx_corpora...done. [15:07:28] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:07:28] Skipped 235 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 4.8 s. [15:07:28] commonswiki [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for commonswiki [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Skipped 249 updates that were already applied. [15:07:28] Set the local repo temp zone container to be private. [15:07:28] Purging caches... [15:07:28] Done in 20 s. [15:07:28] crhwiki [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for crhwiki [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Modifying cxl_end_time field of table cx_lists...done. [15:07:28] Modifying cxc_timestamp field of table cx_corpora...done. [15:07:28] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:07:28] Skipped 217 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 4.4 s. [15:07:28] cswiki [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for cswiki [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Modifying cxl_end_time field of table cx_lists...done. [15:07:28] Modifying cxc_timestamp field of table cx_corpora...done. [15:07:28] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:07:28] Skipped 220 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 4.1 s. [15:07:28] dewiki [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for dewiki [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Modifying cxl_end_time field of table cx_lists...done. [15:07:28] Modifying cxc_timestamp field of table cx_corpora...done. [15:07:28] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:07:28] Skipped 243 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 14 s. [15:07:28] dewiktionary [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for dewiktionary [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Skipped 203 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 3.4 s. [15:07:28] enwiki [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for enwiki [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Modifying cxl_end_time field of table cx_lists...done. [15:07:28] Modifying cxc_timestamp field of table cx_corpora...done. [15:07:28] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:07:28] Skipped 254 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 14 s. [15:07:28] enwikibooks [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for enwikibooks [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Skipped 202 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 2.8 s. [15:07:28] enwikinews [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for enwikinews [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Skipped 209 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 2.7 s. [15:07:28] enwikiquote [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for enwikiquote [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Skipped 191 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 2.5 s. [15:07:28] enwikisource [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for enwikisource [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Skipped 194 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 2.4 s. [15:07:28] enwikiversity [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for enwikiversity [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Skipped 191 updates that were already applied. [15:07:28] Purging caches... [15:07:28] Done in 2.4 s. [15:07:28] enwikivoyage [15:07:28] MediaWiki 1.46.0-alpha Updater [15:07:28] [15:07:28] Your composer.lock file is up to date with current dependencies! [15:07:28] Going to run database updates for enwikivoyage [15:07:28] Depending on the size of your database this may take a while! [15:07:28] Modifying gb_id field of table globalblocks...done. [15:07:28] Modifying gb_address field of table globalblocks...done. [15:07:28] Modifying cxl_end_time field of table cx_lists...done. [15:07:28] Modifying cxc_timestamp field of table cx_corpora...done. [15:07:28] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:07:28] Skipped 215 updates that were already applied. [15:07:28] Purging caches... [15:08:33] Done in 3.1 s. [15:08:33] enwiktionary [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for enwiktionary [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Skipped 199 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 2.9 s. [15:08:33] eowiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for eowiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Modifying cxl_end_time field of table cx_lists...done. [15:08:33] Modifying cxc_timestamp field of table cx_corpora...done. [15:08:33] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:08:33] Skipped 243 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 3.7 s. [15:08:33] eswiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for eswiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Modifying cxl_end_time field of table cx_lists...done. [15:08:33] Modifying cxc_timestamp field of table cx_corpora...done. [15:08:33] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:08:33] Skipped 222 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 3.6 s. [15:08:33] eswikibooks [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for eswikibooks [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Skipped 195 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 2.8 s. [15:08:33] fawiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for fawiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Modifying cxl_end_time field of table cx_lists...done. [15:08:33] Modifying cxc_timestamp field of table cx_corpora...done. [15:08:33] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:08:33] Skipped 248 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 4.0 s. [15:08:33] foundationwiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for foundationwiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Skipped 217 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 3.0 s. [15:08:33] frwiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for frwiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Modifying cxl_end_time field of table cx_lists...done. [15:08:33] Modifying cxc_timestamp field of table cx_corpora...done. [15:08:33] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:08:33] Skipped 220 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 14 s. [15:08:33] frwiktionary [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for frwiktionary [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Skipped 224 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 3.1 s. [15:08:33] hewiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for hewiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Modifying cxl_end_time field of table cx_lists...done. [15:08:33] Modifying cxc_timestamp field of table cx_corpora...done. [15:08:33] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:08:33] Skipped 237 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 14 s. [15:08:33] hewiktionary [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for hewiktionary [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Skipped 195 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 2.6 s. [15:08:33] hiwiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for hiwiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Modifying cxl_end_time field of table cx_lists...done. [15:08:33] Modifying cxc_timestamp field of table cx_corpora...done. [15:08:33] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:08:33] Skipped 231 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 4.4 s. [15:08:33] incubatorwiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for incubatorwiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Skipped 218 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 3.1 s. [15:08:33] jawiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for jawiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Modifying cxl_end_time field of table cx_lists...done. [15:08:33] Modifying cxc_timestamp field of table cx_corpora...done. [15:08:33] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:08:33] Skipped 219 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 14 s. [15:08:33] kowiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for kowiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Modifying cxl_end_time field of table cx_lists...done. [15:08:33] Modifying cxc_timestamp field of table cx_corpora...done. [15:08:33] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:08:33] Skipped 222 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 3.8 s. [15:08:33] loginwiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for loginwiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Skipped 134 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 1.7 s. [15:08:33] metawiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for metawiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Skipped 221 updates that were already applied. [15:08:33] Purging caches... [15:08:33] Done in 3.1 s. [15:08:33] nlwiki [15:08:33] MediaWiki 1.46.0-alpha Updater [15:08:33] [15:08:33] Your composer.lock file is up to date with current dependencies! [15:08:33] Going to run database updates for nlwiki [15:08:33] Depending on the size of your database this may take a while! [15:08:33] Modifying gb_id field of table globalblocks...done. [15:08:33] Modifying gb_address field of table globalblocks...done. [15:08:33] Modifying cxl_end_time field of table cx_lists...done. [15:08:33] Modifying cxc_timestamp field of table cx_corpora...done. [15:08:33] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:08:33] Skipped 222 updates that were already applied. [15:08:33] Purging caches... [15:09:38] Done in 4.0 s. [15:09:38] plwikivoyage [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for plwikivoyage [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Modifying cxl_end_time field of table cx_lists...done. [15:09:38] Modifying cxc_timestamp field of table cx_corpora...done. [15:09:38] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:09:38] Skipped 213 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 3.9 s. [15:09:38] ruwiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for ruwiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Modifying cxl_end_time field of table cx_lists...done. [15:09:38] Modifying cxc_timestamp field of table cx_corpora...done. [15:09:38] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:09:38] Skipped 248 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 14 s. [15:09:38] simplewiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for simplewiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Modifying cxl_end_time field of table cx_lists...done. [15:09:38] Modifying cxc_timestamp field of table cx_corpora...done. [15:09:38] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:09:38] Skipped 220 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 3.4 s. [15:09:38] sqwiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for sqwiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Modifying cxl_end_time field of table cx_lists...done. [15:09:38] Modifying cxc_timestamp field of table cx_corpora...done. [15:09:38] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:09:38] Skipped 233 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 3.6 s. [15:09:38] srwiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for srwiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Modifying cxl_end_time field of table cx_lists...done. [15:09:38] Modifying cxc_timestamp field of table cx_corpora...done. [15:09:38] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:09:38] Skipped 222 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 4.5 s. [15:09:38] svwiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for svwiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Modifying cxl_end_time field of table cx_lists...done. [15:09:38] Modifying cxc_timestamp field of table cx_corpora...done. [15:09:38] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:09:38] Skipped 237 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 3.8 s. [15:09:38] test2wiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for test2wiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Skipped 233 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 2.8 s. [15:09:38] testwiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for testwiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Modifying cxl_end_time field of table cx_lists...done. [15:09:38] Modifying cxc_timestamp field of table cx_corpora...done. [15:09:38] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:09:38] Skipped 275 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 5.3 s. [15:09:38] ukwiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for ukwiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Modifying cxl_end_time field of table cx_lists...done. [15:09:38] Modifying cxc_timestamp field of table cx_corpora...done. [15:09:38] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:09:38] Skipped 233 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 13 s. [15:09:38] viwiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for viwiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Modifying cxl_end_time field of table cx_lists...done. [15:09:38] Modifying cxc_timestamp field of table cx_corpora...done. [15:09:38] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:09:38] Skipped 219 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 3.7 s. [15:09:38] votewiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for votewiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Skipped 113 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 1.3 s. [15:09:38] wikidatawiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for wikidatawiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Skipped 259 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 3.3 s. [15:09:38] zhwiki [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for zhwiki [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Modifying cxl_end_time field of table cx_lists...done. [15:09:38] Modifying cxc_timestamp field of table cx_corpora...done. [15:09:38] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:09:38] Skipped 243 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 18 s. [15:09:38] zhwikivoyage [15:09:38] MediaWiki 1.46.0-alpha Updater [15:09:38] [15:09:38] Your composer.lock file is up to date with current dependencies! [15:09:38] Going to run database updates for zhwikivoyage [15:09:38] Depending on the size of your database this may take a while! [15:09:38] Modifying gb_id field of table globalblocks...done. [15:09:38] Modifying gb_address field of table globalblocks...done. [15:09:38] Modifying cxl_end_time field of table cx_lists...done. [15:09:38] Modifying cxc_timestamp field of table cx_corpora...done. [15:09:38] Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:09:38] Skipped 215 updates that were already applied. [15:09:38] Purging caches... [15:09:38] Done in 7.2 s.