[15:00:04] + ulimit -n 512 [15:00:04] + LOCKFILE=/var/lock/scap.operations_mediawiki-config.lock [15:00:04] + '[' -O /var/lock/scap.operations_mediawiki-config.lock ']' [15:00:04] + /usr/bin/scap version [15:00:05] 4.287.0 [15:00:05] + /usr/bin/scap prep auto [15:00:06] 15:00:06 Started scap prep auto [15:00:06] 15:00:06 Update https://gerrit.wikimedia.org/r/operations/mediawiki-config (master branch) in /srv/mediawiki-staging [15:00:07] 15:00:07 Changes pulled down since last fetch: [15:00:07] commit 6bf8bd539a370f2531ee83fca9872611014660aa [15:00:07] Author: TheresNoTime [15:00:07] Date: Thu Sep 3 17:47:03 2026 +0100 [15:00:07] [15:00:07] IS: enable wgEnableWatchstarPopover on test.wikipedia [15:00:07] [15:00:07] Bug: T436955 [15:00:07] Change-Id: I76dd230cb51b1e653299a379c09fb8cf4225c16b [15:00:07] [15:00:07] 15:00:07 https://gerrit.wikimedia.org/r/operations/mediawiki-config checked out at commit 6bf8bd539a370f2531ee83fca9872611014660aa [15:00:08] 15:00:08 Update https://gerrit.wikimedia.org/r/mediawiki/core (master branch) in /srv/mediawiki-staging/php-master [15:00:09] 15:00:09 Changes pulled down since last fetch: [15:00:09] commit fa972fdf64b789d241f653fc8781756ad5ffeb0b [15:00:09] Author: Gergő Tisza [15:00:09] Date: Thu Sep 10 16:24:44 2026 +0200 [15:00:09] [15:00:09] ObjectCache: Try to fix flaky test [15:00:09] [15:00:09] Do that same thing that was done in I540e6ecdf1 for another test, [15:00:09] to avoid worthRefreshPopular() randomly preventing caching some of [15:00:09] the time. [15:00:09] [15:00:09] Bug: T436343 [15:00:09] Change-Id: I733dd1fd185e90331c0212d98d77e2cee81647c7 [15:00:09] [15:00:09] 15:00:09 https://gerrit.wikimedia.org/r/mediawiki/core checked out at commit fa972fdf64b789d241f653fc8781756ad5ffeb0b [15:00:09] 15:00:09 Update https://gerrit.wikimedia.org/r/mediawiki/extensions (master branch) in /srv/mediawiki-staging/php-master/extensions [15:00:11] 15:00:11 Changes pulled down since last fetch: [15:00:11] commit 8e6a4f2f514cc5d9da1eb12e776a012cbfe93a7a [15:00:11] Author: Dreamy Jazz [15:00:11] Date: Thu Sep 10 15:57:59 2026 +0100 [15:00:11] [15:00:11] Update git submodules [15:00:11] [15:00:11] * Update WikimediaAntiAbuse from branch 'master' [15:00:11] to 20bccf5e5be8bc187c8d834625ba53a6c2ff101c [15:00:11] - Split FilterDialogUsernameFilter into a base component [15:00:11] [15:00:11] Why: [15:00:11] * We want to add a multi-select lookup component for searching [15:00:11] by page title in the Special:AbuseReview page [15:00:11] ** This will act very similar to the existing component for [15:00:11] searching by username, with differences in the text [15:00:11] and what API is used to search for suggestions [15:00:11] * Therefore we can make a base component that implements the [15:00:11] common logic and reduces duplication [15:00:11] ** This also means we can speed up the QUnit tests, as we can [15:00:11] leave the debouncing in the common component, mock the [15:00:11] component in components that use it, and then avoid needing [15:00:11] to wait for the debounce to complete to do assertions [15:00:11] [15:00:11] What: [15:00:11] * Create FilterDialogMultiselectLookup.vue which contains the [15:00:11] common logic for a multi-select lookup in the filter dialog [15:00:11] * Use this new component in FilterDialogUsernameFilter.vue [15:00:11] * Update the QUnit tests for these changes [15:00:11] [15:00:11] Bug: T437347 [15:00:11] Change-Id: I3304f3260f2df7efde19d1736df4ef836872737d [15:00:11] [15:00:11] commit f7f7e82b004e92617577aa9c934d50984c6097df [15:00:11] Author: libraryupgrader [15:00:11] Date: Thu Sep 10 14:57:55 2026 +0000 [15:00:11] [15:00:11] Update git submodules [15:00:11] [15:00:11] * Update ConfirmEdit from branch 'master' [15:00:11] to 1c923534408cabcbdbb4137a0a7e1c862138ca58 [15:00:11] - build: Updating npm dependencies [15:00:11] [15:00:11] * colord: 2.9.3 → 2.10.0 [15:00:11] * https://github.com/advisories/GHSA-2wm5-q62r-hmrv [15:00:11] * js-yaml: 3.15.1, 4.3.1 → 3.15.2, 4.3.2 [15:00:11] * https://github.com/advisories/GHSA-2883-xcg3-v3hh [15:00:11] [15:00:11] Change-Id: I173cb49c06599474ff063f88956d3c5f3c40762e [15:00:11] [15:00:11] commit f1388ce6a7f20cc8401a4a7291420b68ac6f4436 [15:00:11] Author: Dreamy Jazz [15:00:11] Date: Thu Sep 10 15:57:53 2026 +0100 [15:00:11] [15:00:11] Update git submodules [15:00:11] [15:00:11] * Update ConfirmEdit from branch 'master' [15:00:11] to c1459145048e28c524f36858c19d77c843fe125a [15:00:11] - SimpleCaptcha: Fix Phan failure [15:00:11] [15:00:11] Why: [15:00:11] * SimpleCaptcha::triggersCaptcha checks if the return value [15:00:11] of ExtensionRegistry::getAttribute is an array before adding [15:00:11] it to the list of CAPTCHA triggers [15:00:11] ** However, the method is now typed in PHP as only returning an [15:00:11] array as of I97cf6009f41becac7edeaf5bf0cac888b8859037 [15:00:11] ** This means that the `is_array` check is unnecessary and this [15:00:11] causes a Phan failure for this unnecessary check [15:00:11] [15:00:11] What: [15:00:11] * Unconditionally add the return value of [15:00:11] ExtensionRegistry::getAttribute to the $triggers in [15:00:11] SimpleCaptcha::triggersCaptcha [15:00:11] [15:00:11] Bug: T437603 [15:00:11] Change-Id: I8472ae80e0fde8372fc68bc85c8d15ec345158fd [15:00:11] [15:00:11] 15:00:11 https://gerrit.wikimedia.org/r/mediawiki/extensions checked out at commit 8e6a4f2f514cc5d9da1eb12e776a012cbfe93a7a [15:02:08] 15:02:08 Update https://gerrit.wikimedia.org/r/mediawiki/vendor (master branch) in /srv/mediawiki-staging/php-master/vendor [15:02:09] 15:02:09 https://gerrit.wikimedia.org/r/mediawiki/vendor checked out at commit 8cb7395acace2d2826c90d0267feda80de741407 [15:02:09] 15:02:09 Update https://gerrit.wikimedia.org/r/mediawiki/skins (master branch) in /srv/mediawiki-staging/php-master/skins [15:02:10] 15:02:10 https://gerrit.wikimedia.org/r/mediawiki/skins checked out at commit 294657d399096b27e256dd6214b176dbf2f7ed3d [15:02:16] 15:02:16 MediaWiki master successfully checked out. [15:02:16] 15:02:16 Finished scap prep auto (duration: 02m 09s) [15:02:16] + /usr/bin/scap sync-world 'wmf-beta-update-all run' [15:02:17] ___ ____ [15:02:17] ⎛ ⎛ ,---- [15:02:17] \ //==--' [15:02:17] _//|,.·//==--' ____________________________ [15:02:17] _OO≣=- ︶ ᴹw ⎞_§ ______ ___\ ___\ ,\__ \/ __ \ [15:02:17] (∞)_, ) ( | ______/__ \/ /__ / /_/ / /_/ / [15:02:17] ¨--¨|| |- ( / ______\____/ \___/ \__^_/ .__/ [15:02:17] ««_/ «_/ jgs/bd808 /_/ [15:02:17] [15:02:17] 15:02:17 Started scap sync-world: wmf-beta-update-all run [15:02:21] 15:02:21 Started cache_git_info [15:02:48] 15:02:48 Finished cache_git_info (duration: 00m 26s) [15:02:48] 15:02:48 Started l10n-update [15:02:51] 15:02:51 Updating ExtensionMessages-master.php [15:03:01] 15:03:01 Updating LocalisationCache for master using 6 thread(s) [15:03:01] 15:03:01 Running rebuildLocalisationCache.php (cdb) [15:03:05] 15:03:05 0 languages rebuilt out of 549 [15:03:05] 15:03:05 Use --force to rebuild the caches which are still fresh. [15:03:08] 15:03:08 Running rebuildLocalisationCache.php (php) [15:03:11] 15:03:11 0 languages rebuilt out of 549 [15:03:11] 15:03:11 Use --force to rebuild the caches which are still fresh. [15:03:14] 15:03:14 Generating JSON versions and md5 files (as www-data) [15:03:17] 15:03:17 Finished l10n-update (duration: 00m 28s) [15:03:17] 15:03:17 Checking for new runtime errors locally [15:03:20] 15:03:20 Started sync-canaries [15:03:20] 15:03:20 sync-canaries: 0% (ok: 0; fail: 0; left: 2) [15:03:26] 15:03:26 sync-canaries: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [15:03:26] 15:03:26 Per-host sync duration: average 5.7s, median 5.7s [15:03:26] 15:03:26 rsync transfer: average 1094089 bytes/host, total 2188178 bytes [15:03:26] 15:03:26 Started scap-cdb-rebuild-canaries [15:03:26] 15:03:26 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 2) [15:03:28] 15:03:28 scap-cdb-rebuild: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [15:03:28] 15:03:28 Finished scap-cdb-rebuild-canaries (duration: 00m 01s) [15:03:28] 15:03:28 Started sync-wikiversions-canaries [15:03:28] 15:03:28 sync-wikiversions: 0% (ok: 0; fail: 0; left: 2) [15:03:28] 15:03:28 sync-wikiversions: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [15:03:28] 15:03:28 Finished sync-wikiversions-canaries (duration: 00m 00s) [15:03:28] 15:03:28 Started php-fpm-restarts-canaries [15:03:28] 15:03:28 Running '/usr/local/sbin/restart-php-fpm-all' on 2 host(s) [15:03:28] 15:03:28 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [15:03:30] 15:03:30 php-fpm-restart: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [15:03:30] 15:03:30 Finished php-fpm-restarts-canaries (duration: 00m 01s) [15:03:30] 15:03:30 Finished sync-canaries (duration: 00m 10s) [15:03:30] 15:03:30 Waiting 20 seconds for canary traffic... [15:03:50] 15:03:50 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [15:03:50] 15:03:50 Started sync-apaches [15:03:50] 15:03:50 sync-apaches: 0% (ok: 0; fail: 0; left: 6) [15:03:57] 15:03:57 sync-apaches: 100% (in-flight: 0; ok: 6; fail: 0; left: 0) [15:03:57] 15:03:57 Per-host sync duration: average 5.6s, median 5.7s [15:03:57] 15:03:57 rsync transfer: average 1094089 bytes/host, total 6564534 bytes [15:03:57] 15:03:57 Finished sync-apaches (duration: 00m 06s) [15:03:57] 15:03:57 Waiting 20 seconds for production traffic... [15:04:17] 15:04:17 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [15:04:17] 15:04:17 Started scap-cdb-rebuild-prod [15:04:17] 15:04:17 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 8) [15:04:19] 15:04:19 scap-cdb-rebuild: 100% (in-flight: 0; ok: 8; fail: 0; left: 0) [15:04:19] 15:04:19 Finished scap-cdb-rebuild-prod (duration: 00m 02s) [15:04:19] 15:04:19 Started sync-wikiversions-prod [15:04:19] 15:04:19 sync-wikiversions: 0% (ok: 0; fail: 0; left: 8) [15:04:20] 15:04:20 sync-wikiversions: 100% (in-flight: 0; ok: 8; fail: 0; left: 0) [15:04:20] 15:04:20 Finished sync-wikiversions-prod (duration: 00m 00s) [15:04:20] 15:04:20 Started php-fpm-restarts-prod [15:04:20] 15:04:20 Running '/usr/local/sbin/restart-php-fpm-all' on 5 host(s) [15:04:20] 15:04:20 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [15:04:23] 15:04:23 php-fpm-restart: 100% (in-flight: 0; ok: 5; fail: 0; left: 0) [15:04:23] 15:04:23 Finished php-fpm-restarts-prod (duration: 00m 03s) [15:04:23] 15:04:23 Running purgeMessageBlobStore.php [15:04:26] 15:04:26 Finished scap sync-world: wmf-beta-update-all run (duration: 02m 08s) [15:04:26] + /usr/local/bin/wmf-beta-update-databases.py [15:04:33] Running update.php for 47 wikis. [15:04:33] aawiki | MediaWiki 1.47.0-alpha Updater [15:04:33] aawiki | [15:04:33] aawiki | Your composer.lock file is up to date with current dependencies [15:04:33] aawiki | Going to run database updates for aawiki [15:04:33] aawiki | Depending on the size of your database this may take a while! [15:04:33] aawiki | Filling usage table: processed 1 pages, starting with page #23. [15:04:33] aawiki | Filling usage table: processed 0 pages, starting with page #23. [15:04:33] aawiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:33] aawiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:33] aawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:33] aawiki | Skipped 181 updates that were already applied. [15:04:33] aawiki | Purging caches... [15:04:33] aawiki | Done in 2.1 s. [15:04:33] crhwiki | MediaWiki 1.47.0-alpha Updater [15:04:33] crhwiki | [15:04:33] crhwiki | Your composer.lock file is up to date with current dependencies [15:04:33] crhwiki | Going to run database updates for crhwiki [15:04:33] crhwiki | Depending on the size of your database this may take a while! [15:04:33] crhwiki | Filling usage table: processed 1 pages, starting with page #2. [15:04:33] crhwiki | Filling usage table: processed 0 pages, starting with page #2. [15:04:33] crhwiki | Modifying gb_id field of table globalblocks...done. [15:04:33] crhwiki | Modifying gb_address field of table globalblocks...done. [15:04:33] crhwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:33] crhwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:33] crhwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:33] crhwiki | Skipped 226 updates that were already applied. [15:04:33] crhwiki | Purging caches... [15:04:33] crhwiki | Done in 3.3 s. [15:04:33] cswiki | MediaWiki 1.47.0-alpha Updater [15:04:33] cswiki | [15:04:33] cswiki | Your composer.lock file is up to date with current dependencies [15:04:33] cswiki | Going to run database updates for cswiki [15:04:33] cswiki | Depending on the size of your database this may take a while! [15:04:33] cswiki | Filling usage table: processed 1 pages, starting with page #2. [15:04:33] cswiki | Filling usage table: processed 0 pages, starting with page #2. [15:04:33] cswiki | Modifying gb_id field of table globalblocks...done. [15:04:33] cswiki | Modifying gb_address field of table globalblocks...done. [15:04:33] cswiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:33] cswiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:33] cswiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:33] cswiki | Skipped 229 updates that were already applied. [15:04:33] cswiki | Purging caches... [15:04:33] cswiki | Done in 3.4 s. [15:04:33] cawiki | MediaWiki 1.47.0-alpha Updater [15:04:33] cawiki | [15:04:33] cawiki | Your composer.lock file is up to date with current dependencies [15:04:33] cawiki | Going to run database updates for cawiki [15:04:33] cawiki | Depending on the size of your database this may take a while! [15:04:33] cawiki | Filling usage table: processed 1 pages, starting with page #2. [15:04:33] cawiki | Filling usage table: processed 0 pages, starting with page #2. [15:04:33] cawiki | Modifying gb_id field of table globalblocks...done. [15:04:33] cawiki | Modifying gb_address field of table globalblocks...done. [15:04:33] cawiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:33] cawiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:33] cawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:33] cawiki | Skipped 244 updates that were already applied. [15:04:33] cawiki | Purging caches... [15:04:33] cawiki | Done in 3.4 s. [15:04:33] arwiki | MediaWiki 1.47.0-alpha Updater [15:04:33] arwiki | [15:04:33] arwiki | Your composer.lock file is up to date with current dependencies [15:04:33] arwiki | Going to run database updates for arwiki [15:04:33] arwiki | Depending on the size of your database this may take a while! [15:04:33] arwiki | Filling usage table: processed 2 pages, starting with page #379. [15:04:33] arwiki | Filling usage table: processed 0 pages, starting with page #379. [15:04:33] arwiki | Modifying gb_id field of table globalblocks...done. [15:04:33] arwiki | Modifying gb_address field of table globalblocks...done. [15:04:33] arwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:33] arwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:33] arwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:33] arwiki | Skipped 257 updates that were already applied. [15:04:33] arwiki | Purging caches... [15:04:33] arwiki | Done in 3.4 s. [15:04:33] bnwiki | MediaWiki 1.47.0-alpha Updater [15:04:33] bnwiki | [15:04:33] bnwiki | Your composer.lock file is up to date with current dependencies [15:04:33] bnwiki | Going to run database updates for bnwiki [15:04:33] bnwiki | Depending on the size of your database this may take a while! [15:04:33] bnwiki | Filling usage table: processed 0 pages, starting with page #0. [15:04:33] bnwiki | Modifying gb_id field of table globalblocks...done. [15:04:33] bnwiki | Modifying gb_address field of table globalblocks...done. [15:04:33] bnwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:33] bnwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:33] bnwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:33] bnwiki | Skipped 246 updates that were already applied. [15:04:33] bnwiki | Purging caches... [15:04:33] bnwiki | Done in 3.8 s. [15:04:33] dewiktionary | MediaWiki 1.47.0-alpha Updater [15:04:33] dewiktionary | [15:04:33] dewiktionary | Your composer.lock file is up to date with current dependencies [15:04:33] dewiktionary | Going to run database updates for dewiktionary [15:04:33] dewiktionary | Depending on the size of your database this may take a while! [15:04:33] dewiktionary | Filling usage table: processed 1 pages, starting with page #18. [15:04:33] dewiktionary | Filling usage table: processed 0 pages, starting with page #18. [15:04:33] dewiktionary | Modifying gb_id field of table globalblocks...done. [15:04:33] dewiktionary | Modifying gb_address field of table globalblocks...done. [15:04:33] dewiktionary | Skipped 212 updates that were already applied. [15:04:33] dewiktionary | Purging caches... [15:04:33] dewiktionary | Done in 3.0 s. [15:04:33] enwikinews | MediaWiki 1.47.0-alpha Updater [15:04:33] enwikinews | [15:04:33] enwikinews | Your composer.lock file is up to date with current dependencies [15:04:33] enwikinews | Going to run database updates for enwikinews [15:04:33] enwikinews | Depending on the size of your database this may take a while! [15:04:33] enwikinews | Filling usage table: processed 3 pages, starting with page #3012. [15:04:33] enwikinews | Filling usage table: processed 0 pages, starting with page #3012. [15:04:33] enwikinews | Skipped 190 updates that were already applied. [15:04:33] enwikinews | Purging caches... [15:04:33] enwikinews | Done in 2.8 s. [15:04:33] enwikiquote | MediaWiki 1.47.0-alpha Updater [15:04:33] enwikiquote | [15:04:33] enwikiquote | Your composer.lock file is up to date with current dependencies [15:04:33] enwikiquote | Going to run database updates for enwikiquote [15:04:33] enwikiquote | Depending on the size of your database this may take a while! [15:04:33] enwikiquote | Filling usage table: processed 4 pages, starting with page #81. [15:04:33] enwikiquote | Filling usage table: processed 0 pages, starting with page #81. [15:04:33] enwikiquote | Modifying gb_id field of table globalblocks...done. [15:04:33] enwikiquote | Modifying gb_address field of table globalblocks...done. [15:04:33] enwikiquote | Skipped 200 updates that were already applied. [15:04:33] enwikiquote | Purging caches... [15:04:33] enwikiquote | Done in 2.9 s. [15:04:33] enwikisource | MediaWiki 1.47.0-alpha Updater [15:04:33] enwikisource | [15:04:33] enwikisource | Your composer.lock file is up to date with current dependencies [15:04:33] enwikisource | Going to run database updates for enwikisource [15:04:33] enwikisource | Depending on the size of your database this may take a while! [15:04:33] enwikisource | Filling usage table: processed 4 pages, starting with page #650. [15:04:33] enwikisource | Filling usage table: processed 0 pages, starting with page #650. [15:04:33] enwikisource | Modifying gb_id field of table globalblocks...done. [15:04:33] enwikisource | Modifying gb_address field of table globalblocks...done. [15:04:33] enwikisource | Skipped 203 updates that were already applied. [15:04:33] enwikisource | Purging caches... [15:04:33] enwikisource | Done in 2.7 s. [15:04:33] enwikibooks | MediaWiki 1.47.0-alpha Updater [15:04:33] enwikibooks | [15:04:33] enwikibooks | Your composer.lock file is up to date with current dependencies [15:04:33] enwikibooks | Going to run database updates for enwikibooks [15:04:33] enwikibooks | Depending on the size of your database this may take a while! [15:04:33] enwikibooks | Filling usage table: processed 1 pages, starting with page #2. [15:04:33] enwikibooks | Filling usage table: processed 0 pages, starting with page #2. [15:04:33] enwikibooks | Modifying gb_id field of table globalblocks...done. [15:04:33] enwikibooks | Modifying gb_address field of table globalblocks...done. [15:04:33] enwikibooks | Skipped 211 updates that were already applied. [15:04:33] enwikibooks | Purging caches... [15:04:41] enwikibooks | Done in 3.2 s. [15:04:41] enwikiversity | MediaWiki 1.47.0-alpha Updater [15:04:41] enwikiversity | [15:04:41] enwikiversity | Your composer.lock file is up to date with current dependencies [15:04:41] enwikiversity | Going to run database updates for enwikiversity [15:04:41] enwikiversity | Depending on the size of your database this may take a while! [15:04:41] enwikiversity | Filling usage table: processed 1 pages, starting with page #2. [15:04:41] enwikiversity | Filling usage table: processed 0 pages, starting with page #2. [15:04:41] enwikiversity | Modifying gb_id field of table globalblocks...done. [15:04:41] enwikiversity | Modifying gb_address field of table globalblocks...done. [15:04:41] enwikiversity | Skipped 200 updates that were already applied. [15:04:41] enwikiversity | Purging caches... [15:04:41] enwikiversity | Done in 2.4 s. [15:04:41] enwikivoyage | MediaWiki 1.47.0-alpha Updater [15:04:41] enwikivoyage | [15:04:41] enwikivoyage | Your composer.lock file is up to date with current dependencies [15:04:41] enwikivoyage | Going to run database updates for enwikivoyage [15:04:41] enwikivoyage | Depending on the size of your database this may take a while! [15:04:41] enwikivoyage | Filling usage table: processed 2 pages, starting with page #45. [15:04:41] enwikivoyage | Filling usage table: processed 0 pages, starting with page #45. [15:04:41] enwikivoyage | Modifying gb_id field of table globalblocks...done. [15:04:41] enwikivoyage | Modifying gb_address field of table globalblocks...done. [15:04:41] enwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [15:04:41] enwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:41] enwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:41] enwikivoyage | Skipped 224 updates that were already applied. [15:04:41] enwikivoyage | Purging caches... [15:04:41] enwikivoyage | Done in 2.7 s. [15:04:41] enwiktionary | MediaWiki 1.47.0-alpha Updater [15:04:41] enwiktionary | [15:04:41] enwiktionary | Your composer.lock file is up to date with current dependencies [15:04:41] enwiktionary | Going to run database updates for enwiktionary [15:04:41] enwiktionary | Depending on the size of your database this may take a while! [15:04:41] enwiktionary | Filling usage table: processed 2 pages, starting with page #2021. [15:04:41] enwiktionary | Filling usage table: processed 0 pages, starting with page #2021. [15:04:41] enwiktionary | Modifying gb_id field of table globalblocks...done. [15:04:41] enwiktionary | Modifying gb_address field of table globalblocks...done. [15:04:41] enwiktionary | Skipped 208 updates that were already applied. [15:04:41] enwiktionary | Purging caches... [15:04:41] enwiktionary | Done in 2.6 s. [15:04:41] eswiki | MediaWiki 1.47.0-alpha Updater [15:04:41] eswiki | [15:04:41] eswiki | Your composer.lock file is up to date with current dependencies [15:04:41] eswiki | Going to run database updates for eswiki [15:04:41] eswiki | Depending on the size of your database this may take a while! [15:04:41] eswiki | Filling usage table: processed 2 pages, starting with page #13105. [15:04:41] eswiki | Filling usage table: processed 0 pages, starting with page #13105. [15:04:41] eswiki | Modifying gb_id field of table globalblocks...done. [15:04:41] eswiki | Modifying gb_address field of table globalblocks...done. [15:04:41] eswiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:41] eswiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:41] eswiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:41] eswiki | Skipped 231 updates that were already applied. [15:04:41] eswiki | Purging caches... [15:04:41] eswiki | Done in 2.8 s. [15:04:41] eowiki | MediaWiki 1.47.0-alpha Updater [15:04:41] eowiki | [15:04:41] eowiki | Your composer.lock file is up to date with current dependencies [15:04:41] eowiki | Going to run database updates for eowiki [15:04:41] eowiki | Depending on the size of your database this may take a while! [15:04:41] eowiki | Filling usage table: processed 4 pages, starting with page #52. [15:04:41] eowiki | Filling usage table: processed 0 pages, starting with page #52. [15:04:41] eowiki | Modifying gb_id field of table globalblocks...done. [15:04:41] eowiki | Modifying gb_address field of table globalblocks...done. [15:04:41] eowiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:41] eowiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:41] eowiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:41] eowiki | Skipped 252 updates that were already applied. [15:04:41] eowiki | Purging caches... [15:04:41] eowiki | Done in 3.1 s. [15:04:41] eswikibooks | MediaWiki 1.47.0-alpha Updater [15:04:41] eswikibooks | [15:04:41] eswikibooks | Your composer.lock file is up to date with current dependencies [15:04:41] eswikibooks | Going to run database updates for eswikibooks [15:04:41] eswikibooks | Depending on the size of your database this may take a while! [15:04:41] eswikibooks | Filling usage table: processed 0 pages, starting with page #0. [15:04:41] eswikibooks | Modifying gb_id field of table globalblocks...done. [15:04:41] eswikibooks | Modifying gb_address field of table globalblocks...done. [15:04:41] eswikibooks | Skipped 204 updates that were already applied. [15:04:41] eswikibooks | Purging caches... [15:04:41] eswikibooks | Done in 2.3 s. [15:04:41] dewiki | MediaWiki 1.47.0-alpha Updater [15:04:41] dewiki | [15:04:41] dewiki | Your composer.lock file is up to date with current dependencies [15:04:41] dewiki | Going to run database updates for dewiki [15:04:41] dewiki | Depending on the size of your database this may take a while! [15:04:41] dewiki | Filling usage table: processed 45 pages, starting with page #6796. [15:04:41] dewiki | Filling usage table: processed 0 pages, starting with page #6796. [15:04:41] dewiki | Modifying gb_id field of table globalblocks...done. [15:04:41] dewiki | Modifying gb_address field of table globalblocks...done. [15:04:41] dewiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:41] dewiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:41] dewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:41] dewiki | Skipped 252 updates that were already applied. [15:04:41] dewiki | Purging caches... [15:04:41] dewiki | Done in 12 s. [15:04:41] foundationwiki | MediaWiki 1.47.0-alpha Updater [15:04:41] foundationwiki | [15:04:41] foundationwiki | Your composer.lock file is up to date with current dependencies [15:04:41] foundationwiki | Going to run database updates for foundationwiki [15:04:41] foundationwiki | Depending on the size of your database this may take a while! [15:04:41] foundationwiki | Filling usage table: processed 1 pages, starting with page #2. [15:04:41] foundationwiki | Filling usage table: processed 0 pages, starting with page #2. [15:04:41] foundationwiki | Modifying gb_id field of table globalblocks...done. [15:04:41] foundationwiki | Modifying gb_address field of table globalblocks...done. [15:04:41] foundationwiki | Skipped 226 updates that were already applied. [15:04:41] foundationwiki | Purging caches... [15:04:41] foundationwiki | Done in 2.4 s. [15:04:41] fawiki | MediaWiki 1.47.0-alpha Updater [15:04:41] fawiki | [15:04:41] fawiki | Your composer.lock file is up to date with current dependencies [15:04:41] fawiki | Going to run database updates for fawiki [15:04:41] fawiki | Depending on the size of your database this may take a while! [15:04:41] fawiki | Filling usage table: processed 7 pages, starting with page #614. [15:04:41] fawiki | Filling usage table: processed 0 pages, starting with page #614. [15:04:41] fawiki | Modifying gb_id field of table globalblocks...done. [15:04:41] fawiki | Modifying gb_address field of table globalblocks...done. [15:04:41] fawiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:41] fawiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:41] fawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:41] fawiki | Skipped 257 updates that were already applied. [15:04:41] fawiki | Purging caches... [15:04:41] fawiki | Done in 2.9 s. [15:04:41] frwiktionary | MediaWiki 1.47.0-alpha Updater [15:04:41] frwiktionary | [15:04:41] frwiktionary | Your composer.lock file is up to date with current dependencies [15:04:41] frwiktionary | Going to run database updates for frwiktionary [15:04:41] frwiktionary | Depending on the size of your database this may take a while! [15:04:41] frwiktionary | Filling usage table: processed 0 pages, starting with page #0. [15:04:41] frwiktionary | Modifying gb_id field of table globalblocks...done. [15:04:41] frwiktionary | Modifying gb_address field of table globalblocks...done. [15:04:41] frwiktionary | Skipped 235 updates that were already applied. [15:04:41] frwiktionary | Purging caches... [15:04:41] frwiktionary | Done in 2.6 s. [15:04:41] hewiktionary | MediaWiki 1.47.0-alpha Updater [15:04:41] hewiktionary | [15:04:41] hewiktionary | Your composer.lock file is up to date with current dependencies [15:04:41] hewiktionary | Going to run database updates for hewiktionary [15:04:41] hewiktionary | Depending on the size of your database this may take a while! [15:04:41] hewiktionary | Filling usage table: processed 0 pages, starting with page #0. [15:04:41] hewiktionary | Modifying gb_id field of table globalblocks...done. [15:04:41] hewiktionary | Modifying gb_address field of table globalblocks...done. [15:04:41] hewiktionary | Skipped 206 updates that were already applied. [15:04:41] hewiktionary | Purging caches... [15:04:48] hewiktionary | Done in 2.3 s. [15:04:48] incubatorwiki | MediaWiki 1.47.0-alpha Updater [15:04:48] incubatorwiki | [15:04:48] incubatorwiki | Your composer.lock file is up to date with current dependencies [15:04:48] incubatorwiki | Going to run database updates for incubatorwiki [15:04:48] incubatorwiki | Depending on the size of your database this may take a while! [15:04:48] incubatorwiki | Filling usage table: processed 0 pages, starting with page #0. [15:04:48] incubatorwiki | Modifying gb_id field of table globalblocks...done. [15:04:48] incubatorwiki | Modifying gb_address field of table globalblocks...done. [15:04:48] incubatorwiki | Skipped 229 updates that were already applied. [15:04:48] incubatorwiki | Purging caches... [15:04:48] incubatorwiki | Done in 2.7 s. [15:04:48] hiwiki | MediaWiki 1.47.0-alpha Updater [15:04:48] hiwiki | [15:04:48] hiwiki | Your composer.lock file is up to date with current dependencies [15:04:48] hiwiki | Going to run database updates for hiwiki [15:04:48] hiwiki | Depending on the size of your database this may take a while! [15:04:48] hiwiki | Filling usage table: processed 1 pages, starting with page #2. [15:04:48] hiwiki | Filling usage table: processed 0 pages, starting with page #2. [15:04:48] hiwiki | Modifying gb_id field of table globalblocks...done. [15:04:48] hiwiki | Modifying gb_address field of table globalblocks...done. [15:04:48] hiwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:48] hiwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:48] hiwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:48] hiwiki | Skipped 240 updates that were already applied. [15:04:48] hiwiki | Purging caches... [15:04:48] hiwiki | Done in 3.6 s. [15:04:48] enwiki | MediaWiki 1.47.0-alpha Updater [15:04:48] enwiki | [15:04:48] enwiki | Your composer.lock file is up to date with current dependencies [15:04:48] enwiki | Going to run database updates for enwiki [15:04:48] enwiki | Depending on the size of your database this may take a while! [15:04:48] enwiki | Filling usage table: processed 139 pages, starting with page #315433. [15:04:48] enwiki | Filling usage table: processed 0 pages, starting with page #315433. [15:04:48] enwiki | Modifying gb_id field of table globalblocks...done. [15:04:48] enwiki | Modifying gb_address field of table globalblocks...done. [15:04:48] enwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:48] enwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:48] enwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:48] enwiki | Skipped 263 updates that were already applied. [15:04:48] enwiki | Purging caches... [15:04:48] enwiki | Done in 13 s. [15:04:48] loginwiki | MediaWiki 1.47.0-alpha Updater [15:04:48] loginwiki | [15:04:48] loginwiki | Your composer.lock file is up to date with current dependencies [15:04:48] loginwiki | Going to run database updates for loginwiki [15:04:48] loginwiki | Depending on the size of your database this may take a while! [15:04:48] loginwiki | Modifying gb_id field of table globalblocks...done. [15:04:48] loginwiki | Modifying gb_address field of table globalblocks...done. [15:04:48] loginwiki | Skipped 139 updates that were already applied. [15:04:48] loginwiki | Purging caches... [15:04:48] loginwiki | Done in 2.2 s. [15:04:48] commonswiki | MediaWiki 1.47.0-alpha Updater [15:04:48] commonswiki | [15:04:48] commonswiki | Your composer.lock file is up to date with current dependencies [15:04:48] commonswiki | Going to run database updates for commonswiki [15:04:48] commonswiki | Depending on the size of your database this may take a while! [15:04:48] commonswiki | Filling usage table: processed 8 pages, starting with page #105586. [15:04:48] commonswiki | Filling usage table: processed 0 pages, starting with page #105586. [15:04:48] commonswiki | Modifying gb_id field of table globalblocks...done. [15:04:48] commonswiki | Modifying gb_address field of table globalblocks...done. [15:04:48] commonswiki | Skipped 258 updates that were already applied. [15:04:48] commonswiki | Set the local repo temp zone container to be private. [15:04:48] commonswiki | Purging caches... [15:04:48] commonswiki | Done in 19 s. [15:04:48] kowiki | MediaWiki 1.47.0-alpha Updater [15:04:48] kowiki | [15:04:48] kowiki | Your composer.lock file is up to date with current dependencies [15:04:48] kowiki | Going to run database updates for kowiki [15:04:48] kowiki | Depending on the size of your database this may take a while! [15:04:48] kowiki | Filling usage table: processed 1 pages, starting with page #2. [15:04:48] kowiki | Filling usage table: processed 0 pages, starting with page #2. [15:04:48] kowiki | Modifying gb_id field of table globalblocks...done. [15:04:48] kowiki | Modifying gb_address field of table globalblocks...done. [15:04:48] kowiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:48] kowiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:48] kowiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:48] kowiki | Skipped 231 updates that were already applied. [15:04:48] kowiki | Purging caches... [15:04:48] kowiki | Done in 3.4 s. [15:04:48] metawiki | MediaWiki 1.47.0-alpha Updater [15:04:48] metawiki | [15:04:48] metawiki | Your composer.lock file is up to date with current dependencies [15:04:48] metawiki | Going to run database updates for metawiki [15:04:48] metawiki | Depending on the size of your database this may take a while! [15:04:48] metawiki | Filling usage table: processed 1 pages, starting with page #6709. [15:04:48] metawiki | Filling usage table: processed 0 pages, starting with page #6709. [15:04:48] metawiki | Modifying gb_id field of table globalblocks...done. [15:04:48] metawiki | Modifying gb_address field of table globalblocks...done. [15:04:48] metawiki | Skipped 230 updates that were already applied. [15:04:48] metawiki | Purging caches... [15:04:48] metawiki | Done in 3.2 s. [15:04:48] nlwiki | MediaWiki 1.47.0-alpha Updater [15:04:48] nlwiki | [15:04:48] nlwiki | Your composer.lock file is up to date with current dependencies [15:04:48] nlwiki | Going to run database updates for nlwiki [15:04:48] nlwiki | Depending on the size of your database this may take a while! [15:04:48] nlwiki | Filling usage table: processed 0 pages, starting with page #0. [15:04:48] nlwiki | Modifying gb_id field of table globalblocks...done. [15:04:48] nlwiki | Modifying gb_address field of table globalblocks...done. [15:04:48] nlwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:48] nlwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:48] nlwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:48] nlwiki | Skipped 231 updates that were already applied. [15:04:48] nlwiki | Purging caches... [15:04:48] nlwiki | Done in 3.2 s. [15:04:48] plwikivoyage | MediaWiki 1.47.0-alpha Updater [15:04:48] plwikivoyage | [15:04:48] plwikivoyage | Your composer.lock file is up to date with current dependencies [15:04:48] plwikivoyage | Going to run database updates for plwikivoyage [15:04:48] plwikivoyage | Depending on the size of your database this may take a while! [15:04:48] plwikivoyage | Filling usage table: processed 0 pages, starting with page #0. [15:04:48] plwikivoyage | Modifying gb_id field of table globalblocks...done. [15:04:48] plwikivoyage | Modifying gb_address field of table globalblocks...done. [15:04:48] plwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [15:04:48] plwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:48] plwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:48] plwikivoyage | Skipped 222 updates that were already applied. [15:04:48] plwikivoyage | Purging caches... [15:04:48] plwikivoyage | Done in 2.9 s. [15:04:48] hewiki | MediaWiki 1.47.0-alpha Updater [15:04:48] hewiki | [15:04:48] hewiki | Your composer.lock file is up to date with current dependencies [15:04:48] hewiki | Going to run database updates for hewiki [15:04:48] hewiki | Depending on the size of your database this may take a while! [15:04:48] hewiki | Filling usage table: processed 2 pages, starting with page #3421. [15:04:48] hewiki | Filling usage table: processed 0 pages, starting with page #3421. [15:04:48] hewiki | Modifying gb_id field of table globalblocks...done. [15:04:48] hewiki | Modifying gb_address field of table globalblocks...done. [15:04:48] hewiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:48] hewiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:48] hewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:48] hewiki | Skipped 246 updates that were already applied. [15:04:48] hewiki | Purging caches... [15:04:48] hewiki | Done in 11 s. [15:04:48] simplewiki | MediaWiki 1.47.0-alpha Updater [15:04:48] simplewiki | [15:04:48] simplewiki | Your composer.lock file is up to date with current dependencies [15:04:48] simplewiki | Going to run database updates for simplewiki [15:04:48] simplewiki | Depending on the size of your database this may take a while! [15:04:48] simplewiki | Filling usage table: processed 84 pages, starting with page #322939. [15:04:48] simplewiki | Filling usage table: processed 0 pages, starting with page #322939. [15:04:48] simplewiki | Modifying gb_id field of table globalblocks...done. [15:04:48] simplewiki | Modifying gb_address field of table globalblocks...done. [15:04:48] simplewiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:48] simplewiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:48] simplewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:48] simplewiki | Skipped 229 updates that were already applied. [15:04:48] simplewiki | Purging caches... [15:04:56] simplewiki | Done in 2.9 s. [15:04:56] frwiki | MediaWiki 1.47.0-alpha Updater [15:04:56] frwiki | [15:04:56] frwiki | Your composer.lock file is up to date with current dependencies [15:04:56] frwiki | Going to run database updates for frwiki [15:04:56] frwiki | Depending on the size of your database this may take a while! [15:04:56] frwiki | Filling usage table: processed 0 pages, starting with page #0. [15:04:56] frwiki | Modifying gb_id field of table globalblocks...done. [15:04:56] frwiki | Modifying gb_address field of table globalblocks...done. [15:04:56] frwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:56] frwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:56] frwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:56] frwiki | Skipped 229 updates that were already applied. [15:04:56] frwiki | Purging caches... [15:04:56] frwiki | Done in 13 s. [15:04:56] sqwiki | MediaWiki 1.47.0-alpha Updater [15:04:56] sqwiki | [15:04:56] sqwiki | Your composer.lock file is up to date with current dependencies [15:04:56] sqwiki | Going to run database updates for sqwiki [15:04:56] sqwiki | Depending on the size of your database this may take a while! [15:04:56] sqwiki | Filling usage table: processed 3 pages, starting with page #117. [15:04:56] sqwiki | Filling usage table: processed 0 pages, starting with page #117. [15:04:56] sqwiki | Modifying gb_id field of table globalblocks...done. [15:04:56] sqwiki | Modifying gb_address field of table globalblocks...done. [15:04:56] sqwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:56] sqwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:56] sqwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:56] sqwiki | Skipped 242 updates that were already applied. [15:04:56] sqwiki | Purging caches... [15:04:56] sqwiki | Done in 3.4 s. [15:04:56] srwiki | MediaWiki 1.47.0-alpha Updater [15:04:56] srwiki | [15:04:56] srwiki | Your composer.lock file is up to date with current dependencies [15:04:56] srwiki | Going to run database updates for srwiki [15:04:56] srwiki | Depending on the size of your database this may take a while! [15:04:56] srwiki | Filling usage table: processed 1 pages, starting with page #2. [15:04:56] srwiki | Filling usage table: processed 0 pages, starting with page #2. [15:04:56] srwiki | Modifying gb_id field of table globalblocks...done. [15:04:56] srwiki | Modifying gb_address field of table globalblocks...done. [15:04:56] srwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:56] srwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:56] srwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:56] srwiki | Skipped 231 updates that were already applied. [15:04:56] srwiki | Purging caches... [15:04:56] srwiki | Done in 3.5 s. [15:04:56] jawiki | MediaWiki 1.47.0-alpha Updater [15:04:56] jawiki | [15:04:56] jawiki | Your composer.lock file is up to date with current dependencies [15:04:56] jawiki | Going to run database updates for jawiki [15:04:56] jawiki | Depending on the size of your database this may take a while! [15:04:56] jawiki | Filling usage table: processed 1 pages, starting with page #2. [15:04:56] jawiki | Filling usage table: processed 0 pages, starting with page #2. [15:04:56] jawiki | Modifying gb_id field of table globalblocks...done. [15:04:56] jawiki | Modifying gb_address field of table globalblocks...done. [15:04:56] jawiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:56] jawiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:56] jawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:56] jawiki | Skipped 228 updates that were already applied. [15:04:56] jawiki | Purging caches... [15:04:56] jawiki | Done in 11 s. [15:04:56] svwiki | MediaWiki 1.47.0-alpha Updater [15:04:56] svwiki | [15:04:56] svwiki | Your composer.lock file is up to date with current dependencies [15:04:56] svwiki | Going to run database updates for svwiki [15:04:56] svwiki | Depending on the size of your database this may take a while! [15:04:56] svwiki | Filling usage table: processed 0 pages, starting with page #0. [15:04:56] svwiki | Modifying gb_id field of table globalblocks...done. [15:04:56] svwiki | Modifying gb_address field of table globalblocks...done. [15:04:56] svwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:56] svwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:56] svwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:56] svwiki | Skipped 246 updates that were already applied. [15:04:56] svwiki | Purging caches... [15:04:56] svwiki | Done in 2.8 s. [15:04:56] votewiki | MediaWiki 1.47.0-alpha Updater [15:04:56] votewiki | [15:04:56] votewiki | Your composer.lock file is up to date with current dependencies [15:04:56] votewiki | Going to run database updates for votewiki [15:04:56] votewiki | Depending on the size of your database this may take a while! [15:04:56] votewiki | Skipped 119 updates that were already applied. [15:04:56] votewiki | Purging caches... [15:04:56] votewiki | Done in 1.1 s. [15:04:56] test2wiki | MediaWiki 1.47.0-alpha Updater [15:04:56] test2wiki | [15:04:56] test2wiki | Your composer.lock file is up to date with current dependencies [15:04:56] test2wiki | Going to run database updates for test2wiki [15:04:56] test2wiki | Depending on the size of your database this may take a while! [15:04:56] test2wiki | Filling usage table: processed 0 pages, starting with page #0. [15:04:56] test2wiki | Modifying gb_id field of table globalblocks...done. [15:04:56] test2wiki | Modifying gb_address field of table globalblocks...done. [15:04:56] test2wiki | Skipped 245 updates that were already applied. [15:04:56] test2wiki | Purging caches... [15:04:56] test2wiki | Done in 2.9 s. [15:04:56] viwiki | MediaWiki 1.47.0-alpha Updater [15:04:56] viwiki | [15:04:56] viwiki | Your composer.lock file is up to date with current dependencies [15:04:56] viwiki | Going to run database updates for viwiki [15:04:56] viwiki | Depending on the size of your database this may take a while! [15:04:56] viwiki | Filling usage table: processed 2 pages, starting with page #9451. [15:04:56] viwiki | Filling usage table: processed 0 pages, starting with page #9451. [15:04:56] viwiki | Modifying gb_id field of table globalblocks...done. [15:04:56] viwiki | Modifying gb_address field of table globalblocks...done. [15:04:56] viwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:56] viwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:56] viwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:56] viwiki | Skipped 228 updates that were already applied. [15:04:56] viwiki | Purging caches... [15:04:56] viwiki | Done in 2.9 s. [15:04:56] wikidatawiki | MediaWiki 1.47.0-alpha Updater [15:04:56] wikidatawiki | [15:04:56] wikidatawiki | Your composer.lock file is up to date with current dependencies [15:04:56] wikidatawiki | Going to run database updates for wikidatawiki [15:04:56] wikidatawiki | Depending on the size of your database this may take a while! [15:04:56] wikidatawiki | Filling usage table: processed 2 pages, starting with page #84042. [15:04:56] wikidatawiki | Filling usage table: processed 0 pages, starting with page #84042. [15:04:56] wikidatawiki | Modifying gb_id field of table globalblocks...done. [15:04:56] wikidatawiki | Modifying gb_address field of table globalblocks...done. [15:04:56] wikidatawiki | Skipped 268 updates that were already applied. [15:04:56] wikidatawiki | Purging caches... [15:04:56] wikidatawiki | Done in 2.5 s. [15:04:56] testwiki | MediaWiki 1.47.0-alpha Updater [15:04:56] testwiki | [15:04:56] testwiki | Your composer.lock file is up to date with current dependencies [15:04:56] testwiki | Going to run database updates for testwiki [15:04:56] testwiki | Depending on the size of your database this may take a while! [15:04:56] testwiki | Filling usage table: processed 0 pages, starting with page #0. [15:04:56] testwiki | Modifying gb_id field of table globalblocks...done. [15:04:56] testwiki | Modifying gb_address field of table globalblocks...done. [15:04:56] testwiki | Modifying cxl_end_time field of table cx_lists...done. [15:04:56] testwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:56] testwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:56] testwiki | Skipped 287 updates that were already applied. [15:04:56] testwiki | Purging caches... [15:04:56] testwiki | Done in 5.3 s. [15:04:56] zhwikivoyage | MediaWiki 1.47.0-alpha Updater [15:04:56] zhwikivoyage | [15:04:56] zhwikivoyage | Your composer.lock file is up to date with current dependencies [15:04:56] zhwikivoyage | Going to run database updates for zhwikivoyage [15:04:56] zhwikivoyage | Depending on the size of your database this may take a while! [15:04:56] zhwikivoyage | Filling usage table: processed 1 pages, starting with page #6. [15:04:56] zhwikivoyage | Filling usage table: processed 0 pages, starting with page #6. [15:04:56] zhwikivoyage | Modifying gb_id field of table globalblocks...done. [15:04:56] zhwikivoyage | Modifying gb_address field of table globalblocks...done. [15:04:56] zhwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [15:04:56] zhwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [15:04:56] zhwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:04:56] zhwikivoyage | Skipped 224 updates that were already applied. [15:04:56] zhwikivoyage | Purging caches... [15:05:04] zhwikivoyage | Done in 3.9 s. [15:05:04] ruwiki | MediaWiki 1.47.0-alpha Updater [15:05:04] ruwiki | [15:05:04] ruwiki | Your composer.lock file is up to date with current dependencies [15:05:04] ruwiki | Going to run database updates for ruwiki [15:05:04] ruwiki | Depending on the size of your database this may take a while! [15:05:04] ruwiki | Filling usage table: processed 4 pages, starting with page #205. [15:05:04] ruwiki | Filling usage table: processed 0 pages, starting with page #205. [15:05:04] ruwiki | Modifying gb_id field of table globalblocks...done. [15:05:04] ruwiki | Modifying gb_address field of table globalblocks...done. [15:05:04] ruwiki | Modifying cxl_end_time field of table cx_lists...done. [15:05:04] ruwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:05:04] ruwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:05:04] ruwiki | Skipped 257 updates that were already applied. [15:05:04] ruwiki | Purging caches... [15:05:04] ruwiki | Done in 11 s. [15:05:04] ukwiki | MediaWiki 1.47.0-alpha Updater [15:05:04] ukwiki | [15:05:04] ukwiki | Your composer.lock file is up to date with current dependencies [15:05:04] ukwiki | Going to run database updates for ukwiki [15:05:04] ukwiki | Depending on the size of your database this may take a while! [15:05:04] ukwiki | Filling usage table: processed 1 pages, starting with page #2. [15:05:04] ukwiki | Filling usage table: processed 0 pages, starting with page #2. [15:05:04] ukwiki | Modifying gb_id field of table globalblocks...done. [15:05:04] ukwiki | Modifying gb_address field of table globalblocks...done. [15:05:04] ukwiki | Modifying cxl_end_time field of table cx_lists...done. [15:05:04] ukwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:05:04] ukwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:05:04] ukwiki | Skipped 242 updates that were already applied. [15:05:04] ukwiki | Purging caches... [15:05:04] ukwiki | Done in 11 s. [15:05:04] zhwiki | MediaWiki 1.47.0-alpha Updater [15:05:04] zhwiki | [15:05:04] zhwiki | Your composer.lock file is up to date with current dependencies [15:05:04] zhwiki | Going to run database updates for zhwiki [15:05:04] zhwiki | Depending on the size of your database this may take a while! [15:05:04] zhwiki | Filling usage table: processed 19 pages, starting with page #7621. [15:05:04] zhwiki | Filling usage table: processed 0 pages, starting with page #7621. [15:05:04] zhwiki | Modifying gb_id field of table globalblocks...done. [15:05:04] zhwiki | Modifying gb_address field of table globalblocks...done. [15:05:04] zhwiki | Modifying cxl_end_time field of table cx_lists...done. [15:05:04] zhwiki | Modifying cxc_timestamp field of table cx_corpora...done. [15:05:04] zhwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [15:05:04] zhwiki | Skipped 252 updates that were already applied. [15:05:04] zhwiki | Purging caches... [15:05:04] zhwiki | Done in 12 s. [15:05:04] Updated 47 wikis.