[16:10:01] + ulimit -n 512 [16:10:01] + LOCKFILE=/var/lock/scap.operations_mediawiki-config.lock [16:10:01] + '[' -O /var/lock/scap.operations_mediawiki-config.lock ']' [16:10:01] + /usr/bin/scap version [16:10:02] 4.261.0 [16:10:02] + /usr/bin/scap prep auto [16:10:03] 16:10:03 Started scap prep auto [16:10:03] 16:10:03 Update https://gerrit.wikimedia.org/r/operations/mediawiki-config (master branch) in /srv/mediawiki-staging [16:10:04] 16:10:04 https://gerrit.wikimedia.org/r/operations/mediawiki-config checked out at commit e8c651d8d87237048d75fa53f6cc3bf6e9ab4e3e [16:10:05] 16:10:05 Update https://gerrit.wikimedia.org/r/mediawiki/core (master branch) in /srv/mediawiki-staging/php-master [16:10:07] 16:10:07 Changes pulled down since last fetch: [16:10:07] commit 9c11baedc72e667b096447ba6dbfdfee66edcf8f [16:10:07] Author: HakanIST [16:10:07] Date: Fri May 29 00:39:59 2026 +0300 [16:10:07] [16:10:07] Display Universal hook footer items in all skins [16:10:07] [16:10:07] After T318376, footer menus are part of content_navigation and [16:10:07] can be modified via SkinTemplateNavigation::Universal. However [16:10:07] additions only apply to modern skins that have opted into [16:10:07] footer menus. [16:10:07] [16:10:07] Detect new footer items added by the Universal hook by [16:10:07] comparing content_navigation keys before and after the hook [16:10:07] runs. For legacy skins, pass these items to [16:10:07] SkinComponentFooter via a new @internal addItem() method so [16:10:07] they appear in the footer alongside items from [16:10:07] SkinAddFooterLinks. [16:10:07] [16:10:07] Move footer template variable reading to after content [16:10:07] navigation hooks have run, so new footer items are visible [16:10:07] when the template is populated. [16:10:07] [16:10:07] Bug: T426358 [16:10:07] Change-Id: Idad0ceaee921f6860044628c1b17042039df6d00 [16:10:07] [16:10:07] 16:10:07 https://gerrit.wikimedia.org/r/mediawiki/core checked out at commit 9c11baedc72e667b096447ba6dbfdfee66edcf8f [16:10:07] 16:10:07 Update https://gerrit.wikimedia.org/r/mediawiki/extensions (master branch) in /srv/mediawiki-staging/php-master/extensions [16:10:09] 16:10:09 Changes pulled down since last fetch: [16:10:09] commit 51dba4835cfa8624cb238a295749b0ea49a30d2c [16:10:09] Author: Daphne Smit [16:10:09] Date: Tue Jun 9 18:08:45 2026 +0200 [16:10:09] [16:10:09] Update git submodules [16:10:09] [16:10:09] * Update WikiLambda from branch 'master' [16:10:09] to 670f089cad6f5d18756874b64dbb018f29b07ed7 [16:10:09] - images: Make placeholder responsive [16:10:09] [16:10:09] I ran into some small bugs: [16:10:09] [16:10:09] - Placeholder figures overflow narrow containers (e.g. the evaluator [16:10:09] sidebar): the display:table figure shrinkwraps to the placeholder div's [16:10:09] explicit 250px width, so max-width:50% never constrains it. Real [16:10:09] figures work because can scale below its intrinsic width [16:10:09] - CdxImage uses a placeholder div with fixed widths and heights, so the [16:10:09] selected-preview never scaled correctly. We should fix this inside the [16:10:09] Codex Image component. [16:10:09] - The Vue-rendered MediaPreview never got data-wl-img-init bound, [16:10:09] because init.js scans on wikipage.content (page load), not after Vue [16:10:09] mounts [16:10:09] [16:10:09] What solutions did I come up with? [16:10:09] - Move the size contract onto the figure for the placeholder (inline [16:10:09] width:Wpx). The placeholder div fills the cell with width:100% and [16:10:09] carries only padding-bottom:X% for the aspect ratio; mirror this in the [16:10:09] JS broken-image recovery path [16:10:09] - Add box-sizing:border-box on the elements so padding stays inside the [16:10:09] declared width [16:10:09] - Switch the placeholder icon from flex to absolute centring (the div [16:10:09] now has no content height, only padding-bottom) [16:10:09] - Rename ext-wikilambda-image-thumb to ext-wikilambda-image--thumb [16:10:09] (BEM); keep legacy selectors for parser-cached HTML. (can be remove [16:10:09] later) [16:10:09] - Replace CdxImage with a plain in MediaPreview and wire [16:10:09] useInitImages so the dynamic preview picks up broken-image recovery [16:10:09] - Raise desktop figure max-width to 80% (50% on mobile) and switch [16:10:09] selected-preview to max-width so the responsive rules can shrink it [16:10:09] [16:10:09] Bug: T426170 [16:10:09] Change-Id: I250257c335c9302626ea0e152c2512e1d37f954f [16:10:09] [16:10:09] commit f4a0c2a3ca1f9ecf6568d5b7f70ad85120027114 [16:10:09] Author: Hamish [16:10:09] Date: Tue Jun 9 23:08:43 2026 +0700 [16:10:09] [16:10:09] Update git submodules [16:10:09] [16:10:09] * Update NotifyMe from branch 'master' [16:10:09] to a7427edd5c3c3f8cdb4bef3730e62bbdbcb360df [16:10:09] - Replace deprecated ParserOutput::setRawText [16:10:09] [16:10:09] ERM48053 [16:10:09] [16:10:09] [master] [16:10:09] [16:10:09] Change-Id: Ifd72f589405700425f0c0157e9070d3c8a6fd787 [16:10:09] [16:10:09] commit 548cc5f50afb8a0679f7a4fd18462e81369c4af3 [16:10:09] Author: d.savuljesku [16:10:09] Date: Tue Jun 9 18:05:37 2026 +0200 [16:10:09] [16:10:09] Update git submodules [16:10:09] [16:10:09] * Update BlueSpicePageFormsConnector from branch 'master' [16:10:09] to 6764bb79228597dc50d46b66295738b0bf196ea8 [16:10:09] - Force `toolbarOnTop` for visualeditor field in forms [16:10:09] [16:10:09] This fixes layouting issues and adds insert options [16:10:09] [16:10:09] [5.1.x] [16:10:09] [16:10:09] ERM47218 [16:10:09] [16:10:09] Change-Id: Ic7f6f439f73dda68bd05dc7385c2166acf578df0 [16:10:09] (cherry picked from commit 8ec1ade71d66c0bf5965fcd779bba17412ae3f28) [16:10:09] (cherry picked from commit 1ce72010e2f40347d298a82bdb8692d844798167) [16:10:09] [16:10:09] 16:10:09 https://gerrit.wikimedia.org/r/mediawiki/extensions checked out at commit 51dba4835cfa8624cb238a295749b0ea49a30d2c [16:12:15] 16:12:15 Update https://gerrit.wikimedia.org/r/mediawiki/vendor (master branch) in /srv/mediawiki-staging/php-master/vendor [16:12:16] 16:12:16 https://gerrit.wikimedia.org/r/mediawiki/vendor checked out at commit 9bb06da7b936c29761bc1c7634f37a335742be11 [16:12:16] 16:12:16 Update https://gerrit.wikimedia.org/r/mediawiki/skins (master branch) in /srv/mediawiki-staging/php-master/skins [16:12:16] 16:12:16 https://gerrit.wikimedia.org/r/mediawiki/skins checked out at commit 327074626930c622f08da445d0a70ddf864dbd19 [16:12:23] 16:12:23 MediaWiki master successfully checked out. [16:12:23] 16:12:23 Finished scap prep auto (duration: 02m 19s) [16:12:23] + /usr/bin/scap sync-world 'wmf-beta-update-all run' [16:12:24] ___ ____ [16:12:24] ⎛ ⎛ ,---- [16:12:24] \ //==--' [16:12:24] _//|,.·//==--' ____________________________ [16:12:24] _OO≣=- ︶ ᴹw ⎞_§ ______ ___\ ___\ ,\__ \/ __ \ [16:12:24] (∞)_, ) ( | ______/__ \/ /__ / /_/ / /_/ / [16:12:24] ¨--¨|| |- ( / ______\____/ \___/ \__^_/ .__/ [16:12:24] ««_/ «_/ jgs/bd808 /_/ [16:12:24] [16:12:24] 16:12:24 Started scap sync-world: wmf-beta-update-all run [16:12:29] 16:12:29 Started cache_git_info [16:12:54] 16:12:54 Finished cache_git_info (duration: 00m 24s) [16:12:54] 16:12:54 Started l10n-update [16:12:58] 16:12:58 Updating ExtensionMessages-master.php [16:13:11] 16:13:11 Updating LocalisationCache for master using 2 thread(s) [16:13:11] 16:13:11 Running rebuildLocalisationCache.php (cdb) [16:13:17] 16:13:17 0 languages rebuilt out of 549 [16:13:17] 16:13:17 Use --force to rebuild the caches which are still fresh. [16:13:20] 16:13:20 Running rebuildLocalisationCache.php (php) [16:13:25] 16:13:25 0 languages rebuilt out of 549 [16:13:25] 16:13:25 Use --force to rebuild the caches which are still fresh. [16:13:30] 16:13:30 Generating JSON versions and md5 files (as www-data) [16:13:36] 16:13:36 Finished l10n-update (duration: 00m 41s) [16:13:36] 16:13:36 Checking for new runtime errors locally [16:13:40] 16:13:40 Started sync-canaries [16:13:40] 16:13:40 sync-canaries: 0% (ok: 0; fail: 0; left: 1) [16:13:48] 16:13:48 sync-canaries: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [16:13:48] 16:13:48 Per-host sync duration: average 8.1s, median 8.1s [16:13:48] 16:13:48 rsync transfer: average 557091 bytes/host, total 557091 bytes [16:13:48] 16:13:48 Started scap-cdb-rebuild-canaries [16:13:48] 16:13:48 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 1) [16:13:50] 16:13:50 scap-cdb-rebuild: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [16:13:50] 16:13:50 Finished scap-cdb-rebuild-canaries (duration: 00m 01s) [16:13:50] 16:13:50 Started sync-wikiversions-canaries [16:13:50] 16:13:50 sync-wikiversions: 0% (ok: 0; fail: 0; left: 1) [16:13:51] 16:13:51 sync-wikiversions: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [16:13:51] 16:13:51 Finished sync-wikiversions-canaries (duration: 00m 00s) [16:13:51] 16:13:51 Started php-fpm-restarts-canaries [16:13:51] 16:13:51 Running '/usr/local/sbin/restart-php-fpm-all' on 1 host(s) [16:13:51] 16:13:51 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [16:13:52] 16:13:52 php-fpm-restart: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [16:13:52] 16:13:52 Finished php-fpm-restarts-canaries (duration: 00m 00s) [16:13:52] 16:13:52 Finished sync-canaries (duration: 00m 11s) [16:13:52] 16:13:52 Waiting 20 seconds for canary traffic... [16:14:12] 16:14:12 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [16:14:12] 16:14:12 Started sync-apaches [16:14:12] 16:14:12 sync-apaches: 0% (ok: 0; fail: 0; left: 3) [16:14:18] 16:14:18 sync-apaches: 100% (in-flight: 0; ok: 3; fail: 0; left: 0) [16:14:18] 16:14:18 Per-host sync duration: average 6.1s, median 6.1s [16:14:18] 16:14:18 rsync transfer: average 557091 bytes/host, total 1671273 bytes [16:14:18] 16:14:18 Finished sync-apaches (duration: 00m 06s) [16:14:18] 16:14:18 Waiting 20 seconds for production traffic... [16:14:39] 16:14:39 Logstash checker counted 30 error(s) in the last 20 seconds. OK. [16:14:39] 16:14:39 Started scap-cdb-rebuild-prod [16:14:39] 16:14:39 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 4) [16:14:41] 16:14:41 scap-cdb-rebuild: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [16:14:41] 16:14:41 Finished scap-cdb-rebuild-prod (duration: 00m 02s) [16:14:41] 16:14:41 Started sync-wikiversions-prod [16:14:41] 16:14:41 sync-wikiversions: 0% (ok: 0; fail: 0; left: 4) [16:14:41] 16:14:41 sync-wikiversions: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [16:14:41] 16:14:41 Finished sync-wikiversions-prod (duration: 00m 00s) [16:14:41] 16:14:41 Started php-fpm-restarts-prod [16:14:41] 16:14:41 Running '/usr/local/sbin/restart-php-fpm-all' on 2 host(s) [16:14:41] 16:14:41 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [16:14:43] 16:14:43 php-fpm-restart: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [16:14:43] 16:14:43 Finished php-fpm-restarts-prod (duration: 00m 01s) [16:14:43] 16:14:43 Running purgeMessageBlobStore.php [16:14:46] 16:14:46 Finished scap sync-world: wmf-beta-update-all run (duration: 02m 22s) [16:14:46] + /usr/local/bin/wmf-beta-update-databases.py [16:15:48] aawiki [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for aawiki [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying cxl_end_time field of table cx_lists...done. [16:15:48] Modifying cxc_timestamp field of table cx_corpora...done. [16:15:48] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:15:48] Skipped 173 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 4.1 s. [16:15:48] apiportalwiki [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for apiportalwiki [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Skipped 190 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 4.6 s. [16:15:48] arwiki [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for arwiki [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Modifying cxl_end_time field of table cx_lists...done. [16:15:48] Modifying cxc_timestamp field of table cx_corpora...done. [16:15:48] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:15:48] Skipped 249 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 5.3 s. [16:15:48] bnwiki [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for bnwiki [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Modifying cxl_end_time field of table cx_lists...done. [16:15:48] Modifying cxc_timestamp field of table cx_corpora...done. [16:15:48] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:15:48] Skipped 236 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 5.3 s. [16:15:48] cawiki [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for cawiki [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Modifying cxl_end_time field of table cx_lists...done. [16:15:48] Modifying cxc_timestamp field of table cx_corpora...done. [16:15:48] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:15:48] Skipped 236 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 5.4 s. [16:15:48] commonswiki [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for commonswiki [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Skipped 250 updates that were already applied. [16:15:48] Set the local repo temp zone container to be private. [16:15:48] Purging caches... [16:15:48] Done in 36 s. [16:15:48] crhwiki [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for crhwiki [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Modifying cxl_end_time field of table cx_lists...done. [16:15:48] Modifying cxc_timestamp field of table cx_corpora...done. [16:15:48] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:15:48] Skipped 218 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 5.4 s. [16:15:48] cswiki [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for cswiki [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Modifying cxl_end_time field of table cx_lists...done. [16:15:48] Modifying cxc_timestamp field of table cx_corpora...done. [16:15:48] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:15:48] Skipped 221 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 5.3 s. [16:15:48] dewiki [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for dewiki [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Modifying cxl_end_time field of table cx_lists...done. [16:15:48] Modifying cxc_timestamp field of table cx_corpora...done. [16:15:48] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:15:48] Skipped 244 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 13 s. [16:15:48] dewiktionary [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for dewiktionary [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Skipped 204 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 2.8 s. [16:15:48] enwiki [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for enwiki [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Modifying cxl_end_time field of table cx_lists...done. [16:15:48] Modifying cxc_timestamp field of table cx_corpora...done. [16:15:48] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:15:48] Skipped 255 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 13 s. [16:15:48] enwikibooks [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for enwikibooks [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Skipped 203 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 2.5 s. [16:15:48] enwikinews [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for enwikinews [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Skipped 182 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 2.2 s. [16:15:48] enwikiquote [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for enwikiquote [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Skipped 192 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 2.5 s. [16:15:48] enwikisource [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for enwikisource [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Skipped 195 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 2.5 s. [16:15:48] enwikiversity [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for enwikiversity [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Skipped 192 updates that were already applied. [16:15:48] Purging caches... [16:15:48] Done in 2.5 s. [16:15:48] enwikivoyage [16:15:48] MediaWiki 1.47.0-alpha Updater [16:15:48] [16:15:48] Your composer.lock file is up to date with current dependencies! [16:15:48] Going to run database updates for enwikivoyage [16:15:48] Depending on the size of your database this may take a while! [16:15:48] Modifying gb_id field of table globalblocks...done. [16:15:48] Modifying gb_address field of table globalblocks...done. [16:15:48] Modifying cxl_end_time field of table cx_lists...done. [16:15:48] Modifying cxc_timestamp field of table cx_corpora...done. [16:15:48] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:15:48] Skipped 216 updates that were already applied. [16:15:48] Purging caches... [16:16:36] Done in 3.2 s. [16:16:36] enwiktionary [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for enwiktionary [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Skipped 200 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 2.8 s. [16:16:36] eowiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for eowiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Modifying cxl_end_time field of table cx_lists...done. [16:16:36] Modifying cxc_timestamp field of table cx_corpora...done. [16:16:36] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:16:36] Skipped 244 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 3.6 s. [16:16:36] eswiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for eswiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Modifying cxl_end_time field of table cx_lists...done. [16:16:36] Modifying cxc_timestamp field of table cx_corpora...done. [16:16:36] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:16:36] Skipped 223 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 3.5 s. [16:16:36] eswikibooks [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for eswikibooks [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Skipped 196 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 3.1 s. [16:16:36] fawiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for fawiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Modifying cxl_end_time field of table cx_lists...done. [16:16:36] Modifying cxc_timestamp field of table cx_corpora...done. [16:16:36] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:16:36] Skipped 249 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 3.7 s. [16:16:36] foundationwiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for foundationwiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Skipped 218 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 3.1 s. [16:16:36] frwiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for frwiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Modifying cxl_end_time field of table cx_lists...done. [16:16:36] Modifying cxc_timestamp field of table cx_corpora...done. [16:16:36] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:16:36] Skipped 221 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 15 s. [16:16:36] frwiktionary [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for frwiktionary [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Skipped 225 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 3.8 s. [16:16:36] hewiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for hewiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Modifying cxl_end_time field of table cx_lists...done. [16:16:36] Modifying cxc_timestamp field of table cx_corpora...done. [16:16:36] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:16:36] Skipped 238 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 14 s. [16:16:36] hewiktionary [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for hewiktionary [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Skipped 196 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 3.5 s. [16:16:36] hiwiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for hiwiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Modifying cxl_end_time field of table cx_lists...done. [16:16:36] Modifying cxc_timestamp field of table cx_corpora...done. [16:16:36] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:16:36] Skipped 232 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 5.1 s. [16:16:36] incubatorwiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for incubatorwiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Skipped 219 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 2.9 s. [16:16:36] jawiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for jawiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Modifying cxl_end_time field of table cx_lists...done. [16:16:36] Modifying cxc_timestamp field of table cx_corpora...done. [16:16:36] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:16:36] Skipped 220 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 13 s. [16:16:36] kowiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for kowiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Modifying cxl_end_time field of table cx_lists...done. [16:16:36] Modifying cxc_timestamp field of table cx_corpora...done. [16:16:36] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:16:36] Skipped 223 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 3.4 s. [16:16:36] loginwiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for loginwiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Skipped 135 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 1.7 s. [16:16:36] metawiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for metawiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Skipped 222 updates that were already applied. [16:16:36] Purging caches... [16:16:36] Done in 2.9 s. [16:16:36] nlwiki [16:16:36] MediaWiki 1.47.0-alpha Updater [16:16:36] [16:16:36] Your composer.lock file is up to date with current dependencies! [16:16:36] Going to run database updates for nlwiki [16:16:36] Depending on the size of your database this may take a while! [16:16:36] Modifying gb_id field of table globalblocks...done. [16:16:36] Modifying gb_address field of table globalblocks...done. [16:16:36] Modifying cxl_end_time field of table cx_lists...done. [16:16:36] Modifying cxc_timestamp field of table cx_corpora...done. [16:16:36] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:16:36] Skipped 223 updates that were already applied. [16:16:36] Purging caches... [16:17:20] Done in 3.4 s. [16:17:20] plwikivoyage [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for plwikivoyage [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Modifying cxl_end_time field of table cx_lists...done. [16:17:20] Modifying cxc_timestamp field of table cx_corpora...done. [16:17:20] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:17:20] Skipped 214 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 3.3 s. [16:17:20] ruwiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for ruwiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Modifying cxl_end_time field of table cx_lists...done. [16:17:20] Modifying cxc_timestamp field of table cx_corpora...done. [16:17:20] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:17:20] Skipped 249 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 14 s. [16:17:20] simplewiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for simplewiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Modifying cxl_end_time field of table cx_lists...done. [16:17:20] Modifying cxc_timestamp field of table cx_corpora...done. [16:17:20] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:17:20] Skipped 221 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 3.6 s. [16:17:20] sqwiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for sqwiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Modifying cxl_end_time field of table cx_lists...done. [16:17:20] Modifying cxc_timestamp field of table cx_corpora...done. [16:17:20] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:17:20] Skipped 234 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 3.8 s. [16:17:20] srwiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for srwiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Modifying cxl_end_time field of table cx_lists...done. [16:17:20] Modifying cxc_timestamp field of table cx_corpora...done. [16:17:20] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:17:20] Skipped 223 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 4.0 s. [16:17:20] svwiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for svwiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Modifying cxl_end_time field of table cx_lists...done. [16:17:20] Modifying cxc_timestamp field of table cx_corpora...done. [16:17:20] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:17:20] Skipped 238 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 3.8 s. [16:17:20] test2wiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for test2wiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Skipped 235 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 2.8 s. [16:17:20] testwiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for testwiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Modifying cxl_end_time field of table cx_lists...done. [16:17:20] Modifying cxc_timestamp field of table cx_corpora...done. [16:17:20] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:17:20] Skipped 276 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 5.5 s. [16:17:20] ukwiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for ukwiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Modifying cxl_end_time field of table cx_lists...done. [16:17:20] Modifying cxc_timestamp field of table cx_corpora...done. [16:17:20] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:17:20] Skipped 234 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 14 s. [16:17:20] viwiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for viwiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Modifying cxl_end_time field of table cx_lists...done. [16:17:20] Modifying cxc_timestamp field of table cx_corpora...done. [16:17:20] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:17:20] Skipped 220 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 3.5 s. [16:17:20] votewiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for votewiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Skipped 114 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 1.2 s. [16:17:20] wikidatawiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for wikidatawiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Skipped 260 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 2.5 s. [16:17:20] zhwiki [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for zhwiki [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Modifying cxl_end_time field of table cx_lists...done. [16:17:20] Modifying cxc_timestamp field of table cx_corpora...done. [16:17:20] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:17:20] Skipped 244 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 15 s. [16:17:20] zhwikivoyage [16:17:20] MediaWiki 1.47.0-alpha Updater [16:17:20] [16:17:20] Your composer.lock file is up to date with current dependencies! [16:17:20] Going to run database updates for zhwikivoyage [16:17:20] Depending on the size of your database this may take a while! [16:17:20] Modifying gb_id field of table globalblocks...done. [16:17:20] Modifying gb_address field of table globalblocks...done. [16:17:20] Modifying cxl_end_time field of table cx_lists...done. [16:17:20] Modifying cxc_timestamp field of table cx_corpora...done. [16:17:20] Modifying translation_last_updated_timestamp field of table cx_translations...done. [16:17:20] Skipped 216 updates that were already applied. [16:17:20] Purging caches... [16:17:20] Done in 4.6 s.