[11:50:03] + ulimit -n 512 [11:50:03] + LOCKFILE=/var/lock/scap.operations_mediawiki-config.lock [11:50:03] + '[' -O /var/lock/scap.operations_mediawiki-config.lock ']' [11:50:03] + /usr/bin/scap version [11:50:04] 4.287.0 [11:50:04] + /usr/bin/scap prep auto [11:50:05] 11:50:05 Started scap prep auto [11:50:05] 11:50:05 Update https://gerrit.wikimedia.org/r/operations/mediawiki-config (master branch) in /srv/mediawiki-staging [11:50:06] 11:50:06 https://gerrit.wikimedia.org/r/operations/mediawiki-config checked out at commit b51acdcd040c460b4896ba3c21d3a14397c70c88 [11:50:06] 11:50:06 Update https://gerrit.wikimedia.org/r/mediawiki/core (master branch) in /srv/mediawiki-staging/php-master [11:50:07] 11:50:07 Changes pulled down since last fetch: [11:50:07] commit c61c99a644673e431924987b6c97476622f9c4ce [11:50:07] Author: Kosta Harlan [11:50:07] Date: Thu Aug 27 13:58:47 2026 +0200 [11:50:07] [11:50:07] ChangeTagsStore: Report only the tags which updateTags changed [11:50:07] [11:50:07] Why: [11:50:07] * In Ia9c159fc20464531b6daa259dd9e0083be7ad800, we updated code to find [11:50:07] out which change_tag inserts added a row for updating ctd_count [11:50:07] * However, updateTags still reports every tag which it tried to insert [11:50:07] or to delete. If two requests add or remove the same tag at the same [11:50:07] time, the report about which tags changed can be wrong for one of them [11:50:07] * The docblock of updateTags already says that index 0 holds the tags [11:50:07] actually added. The ChangeTagsAfterUpdateTags hook says "tags [11:50:07] effectively added" and "tags effectively removed" [11:50:07] * That change also defers one ctd_count update per tag. The code before [11:50:07] it did one update for all tags [11:50:07] [11:50:07] What: [11:50:07] * Collect the tags where the insert added a row, and the tags where the [11:50:07] delete removed a row [11:50:07] * Change ctd_count for all of the collected tags in one update at the [11:50:07] end of the transaction, for insert and for delete [11:50:07] * Return the collected tags, and give them to the [11:50:07] ChangeTagsAfterUpdateTags hook [11:50:07] * Add a test for an ignored insert [11:50:07] * Remove two tags in one call in testDeleteTags, to cover the batched [11:50:07] update [11:50:07] [11:50:07] Follows-up: Ia9c159fc20464531b6daa259dd9e0083be7ad800. [11:50:07] Assisted-by: Claude Opus 5 [11:50:07] Bug: T437276 [11:50:07] Change-Id: I884801c0d3dc38515fdd407dbea700ae526102dd [11:50:07] [11:50:07] commit e58b21999d4a2af9b4dddab6cad1d86bbf91ffc0 [11:50:07] Author: Dreamy Jazz [11:50:07] Date: Mon Sep 7 18:14:24 2026 +0100 [11:50:07] [11:50:07] ChangeTagsStore: Handle logs with same associated rev IDs [11:50:07] [11:50:07] Why: [11:50:07] * ChangeTagsStore::updateTags currently fails to add a tag to [11:50:07] a logging table row if at least one other log ID shares the [11:50:07] associted revision ID and the revision ID already has the [11:50:07] change tag [11:50:07] ** This causes a bug in the FileImporter extension as described [11:50:07] in T437238, where the second log ID created for a file import [11:50:07] does not get tagged with the fileimporter tag [11:50:07] [11:50:07] What: [11:50:07] * Update ChangeTagsStore::updateTags to create a new [11:50:07] change_tag_def row without the revision ID if: [11:50:07] ** The log ID has an associated revision ID [11:50:07] ** The revision ID is already defined in a change_tag row [11:50:07] ** The log ID is not the log ID defined in the existing change_tag [11:50:07] row [11:50:07] * Update ChangeTagsStore::updateTags to be able to delete the [11:50:07] rows created by the above new logic, which is needed when the [11:50:07] caller just provides the log ID that had a change_tag row [11:50:07] created via the above logic [11:50:07] * Add a test to verify that the fix works for the FileImporter [11:50:07] extension use-case [11:50:07] [11:50:07] Bug: T437238 [11:50:07] Change-Id: I962b80d27a36fb9d33564f418165e1b1993a8b2c [11:50:07] [11:50:07] 11:50:07 https://gerrit.wikimedia.org/r/mediawiki/core checked out at commit c61c99a644673e431924987b6c97476622f9c4ce [11:50:08] 11:50:08 Update https://gerrit.wikimedia.org/r/mediawiki/extensions (master branch) in /srv/mediawiki-staging/php-master/extensions [11:50:09] 11:50:09 Changes pulled down since last fetch: [11:50:09] commit a81f9e5829134b97b4a13ef869c6a9d5c7750143 [11:50:09] Author: Robert Vogel [11:50:09] Date: Thu Sep 10 13:46:14 2026 +0200 [11:50:09] [11:50:09] Update git submodules [11:50:09] [11:50:09] * Update BlueSpiceBookshelf from branch 'master' [11:50:09] to d4b8b3d66b43060996b03b7dc6bb282ac9eb882d [11:50:09] - Use new ParserOutput::getContentHolderText [11:50:09] [11:50:09] ... for REL1_47 compatibility [11:50:09] [11:50:09] ERM48053 [11:50:09] [master only] [11:50:09] [11:50:09] Change-Id: I016e9facef58490ed64522d655c0443196bdb0c3 [11:50:09] [11:50:09] commit 13387dbbb14bc9844ff3d5b7e3f906a69bc7c563 [11:50:09] Author: libraryupgrader [11:50:09] Date: Thu Sep 10 11:46:01 2026 +0000 [11:50:09] [11:50:09] Update git submodules [11:50:09] [11:50:09] * Update Discourse from branch 'master' [11:50:09] to b745a370ee644f2b5967ed8b046572fe0351abb0 [11:50:09] - build: Updating npm dependencies [11:50:09] [11:50:09] * colord: 2.9.3 → 2.10.0 [11:50:09] * https://github.com/advisories/GHSA-2wm5-q62r-hmrv [11:50:09] * js-yaml: 3.15.1, 4.3.1 → 3.15.2, 4.3.2 [11:50:09] * https://github.com/advisories/GHSA-2883-xcg3-v3hh [11:50:09] [11:50:09] Change-Id: Iefc8ea1e9e64e6d186138cb847efc5bea0a04f8e [11:50:09] [11:50:09] commit 5a2eb04f55e14f4dc5e02b237a13d075fdf976d9 [11:50:09] Author: SomeRandomDeveloper [11:50:09] Date: Thu Sep 10 13:41:27 2026 +0200 [11:50:09] [11:50:09] Update git submodules [11:50:09] [11:50:09] * Update FlaggedRevs from branch 'master' [11:50:09] to 2f638b1df575e3144ef6a30438dbcebce10290af [11:50:09] - Remove unused/redundant methods in FRInclusionManager [11:50:09] [11:50:09] * ::setReviewedVersions() is unused [11:50:09] * because of this, ::getReviewedTemplateVersion() always returned [11:50:09] null [11:50:09] * $reviewedVersions is not used as an array anymore, so turn it into [11:50:09] a boolean ($parserOutputIsStabilized) [11:50:09] * Rename $stableVersions to $stableTemplates, and write to it [11:50:09] directly instead of $stableVersions['templates'] as before [11:50:09] [11:50:09] Change-Id: I3746356990063b24dbbebd71947ba049100d7102 [11:50:09] [11:50:09] commit 4955733132c5281674c72f911936c9c1fe55302f [11:50:09] Author: SomeRandomDeveloper [11:50:09] Date: Thu Sep 10 13:41:25 2026 +0200 [11:50:09] [11:50:09] Update git submodules [11:50:09] [11:50:09] * Update FlaggedRevs from branch 'master' [11:50:09] to 1d0fdf815745e3d2b724dc32de9729d550ab22c8 [11:50:09] - Remove dead code [11:50:09] [11:50:09] * Remove unused FlaggableWikiPage::syncedInTracking() [11:50:09] * Remove unused $request in FlaggablePageView::setRobotPolicy() [11:50:09] [11:50:09] Change-Id: I7b6390ba549488190e788cb1a42397cfb5165d87 [11:50:09] [11:50:10] 11:50:10 https://gerrit.wikimedia.org/r/mediawiki/extensions checked out at commit a81f9e5829134b97b4a13ef869c6a9d5c7750143 [11:52:13] 11:52:13 Update https://gerrit.wikimedia.org/r/mediawiki/vendor (master branch) in /srv/mediawiki-staging/php-master/vendor [11:52:13] 11:52:13 https://gerrit.wikimedia.org/r/mediawiki/vendor checked out at commit 8cb7395acace2d2826c90d0267feda80de741407 [11:52:14] 11:52:14 Update https://gerrit.wikimedia.org/r/mediawiki/skins (master branch) in /srv/mediawiki-staging/php-master/skins [11:52:14] 11:52:14 https://gerrit.wikimedia.org/r/mediawiki/skins checked out at commit 294657d399096b27e256dd6214b176dbf2f7ed3d [11:52:20] 11:52:20 MediaWiki master successfully checked out. [11:52:20] 11:52:20 Finished scap prep auto (duration: 02m 15s) [11:52:21] + /usr/bin/scap sync-world 'wmf-beta-update-all run' [11:52:22] ___ ____ [11:52:22] ⎛ ⎛ ,---- [11:52:22] \ //==--' [11:52:22] _//|,.·//==--' ____________________________ [11:52:22] _OO≣=- ︶ ᴹw ⎞_§ ______ ___\ ___\ ,\__ \/ __ \ [11:52:22] (∞)_, ) ( | ______/__ \/ /__ / /_/ / /_/ / [11:52:22] ¨--¨|| |- ( / ______\____/ \___/ \__^_/ .__/ [11:52:22] ««_/ «_/ jgs/bd808 /_/ [11:52:22] [11:52:22] 11:52:22 Started scap sync-world: wmf-beta-update-all run [11:52:26] 11:52:26 Started cache_git_info [11:52:55] 11:52:55 Finished cache_git_info (duration: 00m 29s) [11:52:55] 11:52:55 Started l10n-update [11:52:58] 11:52:58 Updating ExtensionMessages-master.php [11:53:07] 11:53:07 Updating LocalisationCache for master using 6 thread(s) [11:53:07] 11:53:07 Running rebuildLocalisationCache.php (cdb) [11:53:10] 11:53:10 0 languages rebuilt out of 549 [11:53:10] 11:53:10 Use --force to rebuild the caches which are still fresh. [11:53:13] 11:53:13 Running rebuildLocalisationCache.php (php) [11:53:16] 11:53:16 0 languages rebuilt out of 549 [11:53:16] 11:53:16 Use --force to rebuild the caches which are still fresh. [11:53:18] 11:53:18 Generating JSON versions and md5 files (as www-data) [11:53:21] 11:53:21 Finished l10n-update (duration: 00m 25s) [11:53:21] 11:53:21 Checking for new runtime errors locally [11:53:24] 11:53:24 Started sync-canaries [11:53:24] 11:53:24 sync-canaries: 0% (ok: 0; fail: 0; left: 2) [11:53:30] 11:53:30 sync-canaries: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [11:53:30] 11:53:30 Per-host sync duration: average 5.7s, median 5.7s [11:53:30] 11:53:30 rsync transfer: average 1218307 bytes/host, total 2436614 bytes [11:53:30] 11:53:30 Started scap-cdb-rebuild-canaries [11:53:30] 11:53:30 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 2) [11:53:32] 11:53:32 scap-cdb-rebuild: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [11:53:32] 11:53:32 Finished scap-cdb-rebuild-canaries (duration: 00m 01s) [11:53:32] 11:53:32 Started sync-wikiversions-canaries [11:53:32] 11:53:32 sync-wikiversions: 0% (ok: 0; fail: 0; left: 2) [11:53:32] 11:53:32 sync-wikiversions: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [11:53:32] 11:53:32 Finished sync-wikiversions-canaries (duration: 00m 00s) [11:53:32] 11:53:32 Started php-fpm-restarts-canaries [11:53:32] 11:53:32 Running '/usr/local/sbin/restart-php-fpm-all' on 2 host(s) [11:53:32] 11:53:32 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [11:53:34] 11:53:34 php-fpm-restart: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [11:53:34] 11:53:34 Finished php-fpm-restarts-canaries (duration: 00m 01s) [11:53:34] 11:53:34 Finished sync-canaries (duration: 00m 10s) [11:53:34] 11:53:34 Waiting 20 seconds for canary traffic... [11:53:54] 11:53:54 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [11:53:54] 11:53:54 Started sync-apaches [11:53:54] 11:53:54 sync-apaches: 0% (ok: 0; fail: 0; left: 6) [11:54:00] 11:54:00 sync-apaches: 100% (in-flight: 0; ok: 6; fail: 0; left: 0) [11:54:00] 11:54:00 Per-host sync duration: average 5.5s, median 5.6s [11:54:00] 11:54:00 rsync transfer: average 1218307 bytes/host, total 7309842 bytes [11:54:00] 11:54:00 Finished sync-apaches (duration: 00m 06s) [11:54:00] 11:54:00 Waiting 20 seconds for production traffic... [11:54:21] 11:54:21 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [11:54:21] 11:54:21 Started scap-cdb-rebuild-prod [11:54:21] 11:54:21 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 8) [11:54:23] 11:54:23 scap-cdb-rebuild: 100% (in-flight: 0; ok: 8; fail: 0; left: 0) [11:54:23] 11:54:23 Finished scap-cdb-rebuild-prod (duration: 00m 02s) [11:54:23] 11:54:23 Started sync-wikiversions-prod [11:54:23] 11:54:23 sync-wikiversions: 0% (ok: 0; fail: 0; left: 8) [11:54:24] 11:54:24 sync-wikiversions: 100% (in-flight: 0; ok: 8; fail: 0; left: 0) [11:54:24] 11:54:24 Finished sync-wikiversions-prod (duration: 00m 00s) [11:54:24] 11:54:24 Started php-fpm-restarts-prod [11:54:24] 11:54:24 Running '/usr/local/sbin/restart-php-fpm-all' on 5 host(s) [11:54:24] 11:54:24 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [11:54:27] 11:54:27 php-fpm-restart: 100% (in-flight: 0; ok: 5; fail: 0; left: 0) [11:54:27] 11:54:27 Finished php-fpm-restarts-prod (duration: 00m 03s) [11:54:27] 11:54:27 Running purgeMessageBlobStore.php [11:54:29] 11:54:29 Finished scap sync-world: wmf-beta-update-all run (duration: 02m 07s) [11:54:29] + /usr/local/bin/wmf-beta-update-databases.py [11:54:36] Running update.php for 47 wikis. [11:54:36] aawiki | MediaWiki 1.47.0-alpha Updater [11:54:36] aawiki | [11:54:36] aawiki | Your composer.lock file is up to date with current dependencies [11:54:36] aawiki | Going to run database updates for aawiki [11:54:36] aawiki | Depending on the size of your database this may take a while! [11:54:36] aawiki | Filling usage table: processed 1 pages, starting with page #23. [11:54:36] aawiki | Filling usage table: processed 0 pages, starting with page #23. [11:54:36] aawiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:36] aawiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:36] aawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:36] aawiki | Skipped 181 updates that were already applied. [11:54:36] aawiki | Purging caches... [11:54:36] aawiki | Done in 2.8 s. [11:54:36] cswiki | MediaWiki 1.47.0-alpha Updater [11:54:36] cswiki | [11:54:36] cswiki | Your composer.lock file is up to date with current dependencies [11:54:36] cswiki | Going to run database updates for cswiki [11:54:36] cswiki | Depending on the size of your database this may take a while! [11:54:36] cswiki | Filling usage table: processed 1 pages, starting with page #2. [11:54:36] cswiki | Filling usage table: processed 0 pages, starting with page #2. [11:54:36] cswiki | Modifying gb_id field of table globalblocks...done. [11:54:36] cswiki | Modifying gb_address field of table globalblocks...done. [11:54:36] cswiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:36] cswiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:36] cswiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:36] cswiki | Skipped 229 updates that were already applied. [11:54:36] cswiki | Purging caches... [11:54:36] cswiki | Done in 3.3 s. [11:54:36] cawiki | MediaWiki 1.47.0-alpha Updater [11:54:36] cawiki | [11:54:36] cawiki | Your composer.lock file is up to date with current dependencies [11:54:36] cawiki | Going to run database updates for cawiki [11:54:36] cawiki | Depending on the size of your database this may take a while! [11:54:36] cawiki | Filling usage table: processed 1 pages, starting with page #2. [11:54:36] cawiki | Filling usage table: processed 0 pages, starting with page #2. [11:54:36] cawiki | Modifying gb_id field of table globalblocks...done. [11:54:36] cawiki | Modifying gb_address field of table globalblocks...done. [11:54:36] cawiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:36] cawiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:36] cawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:36] cawiki | Skipped 244 updates that were already applied. [11:54:36] cawiki | Purging caches... [11:54:36] cawiki | Done in 3.4 s. [11:54:36] arwiki | MediaWiki 1.47.0-alpha Updater [11:54:36] arwiki | [11:54:36] arwiki | Your composer.lock file is up to date with current dependencies [11:54:36] arwiki | Going to run database updates for arwiki [11:54:36] arwiki | Depending on the size of your database this may take a while! [11:54:36] arwiki | Filling usage table: processed 2 pages, starting with page #379. [11:54:36] arwiki | Filling usage table: processed 0 pages, starting with page #379. [11:54:36] arwiki | Modifying gb_id field of table globalblocks...done. [11:54:36] arwiki | Modifying gb_address field of table globalblocks...done. [11:54:36] arwiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:36] arwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:36] arwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:36] arwiki | Skipped 257 updates that were already applied. [11:54:36] arwiki | Purging caches... [11:54:36] arwiki | Done in 3.4 s. [11:54:36] bnwiki | MediaWiki 1.47.0-alpha Updater [11:54:36] bnwiki | [11:54:36] bnwiki | Your composer.lock file is up to date with current dependencies [11:54:36] bnwiki | Going to run database updates for bnwiki [11:54:36] bnwiki | Depending on the size of your database this may take a while! [11:54:36] bnwiki | Filling usage table: processed 0 pages, starting with page #0. [11:54:36] bnwiki | Modifying gb_id field of table globalblocks...done. [11:54:36] bnwiki | Modifying gb_address field of table globalblocks...done. [11:54:36] bnwiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:36] bnwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:36] bnwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:36] bnwiki | Skipped 246 updates that were already applied. [11:54:36] bnwiki | Purging caches... [11:54:36] bnwiki | Done in 3.4 s. [11:54:36] crhwiki | MediaWiki 1.47.0-alpha Updater [11:54:36] crhwiki | [11:54:36] crhwiki | Your composer.lock file is up to date with current dependencies [11:54:36] crhwiki | Going to run database updates for crhwiki [11:54:36] crhwiki | Depending on the size of your database this may take a while! [11:54:36] crhwiki | Filling usage table: processed 1 pages, starting with page #2. [11:54:36] crhwiki | Filling usage table: processed 0 pages, starting with page #2. [11:54:36] crhwiki | Modifying gb_id field of table globalblocks...done. [11:54:36] crhwiki | Modifying gb_address field of table globalblocks...done. [11:54:36] crhwiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:36] crhwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:36] crhwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:36] crhwiki | Skipped 226 updates that were already applied. [11:54:36] crhwiki | Purging caches... [11:54:36] crhwiki | Done in 3.6 s. [11:54:36] dewiktionary | MediaWiki 1.47.0-alpha Updater [11:54:36] dewiktionary | [11:54:36] dewiktionary | Your composer.lock file is up to date with current dependencies [11:54:36] dewiktionary | Going to run database updates for dewiktionary [11:54:36] dewiktionary | Depending on the size of your database this may take a while! [11:54:36] dewiktionary | Filling usage table: processed 1 pages, starting with page #18. [11:54:36] dewiktionary | Filling usage table: processed 0 pages, starting with page #18. [11:54:36] dewiktionary | Modifying gb_id field of table globalblocks...done. [11:54:36] dewiktionary | Modifying gb_address field of table globalblocks...done. [11:54:36] dewiktionary | Skipped 212 updates that were already applied. [11:54:36] dewiktionary | Purging caches... [11:54:36] dewiktionary | Done in 2.7 s. [11:54:36] enwikinews | MediaWiki 1.47.0-alpha Updater [11:54:36] enwikinews | [11:54:36] enwikinews | Your composer.lock file is up to date with current dependencies [11:54:36] enwikinews | Going to run database updates for enwikinews [11:54:36] enwikinews | Depending on the size of your database this may take a while! [11:54:36] enwikinews | Filling usage table: processed 3 pages, starting with page #3012. [11:54:36] enwikinews | Filling usage table: processed 0 pages, starting with page #3012. [11:54:36] enwikinews | Skipped 190 updates that were already applied. [11:54:36] enwikinews | Purging caches... [11:54:36] enwikinews | Done in 2.4 s. [11:54:36] enwikibooks | MediaWiki 1.47.0-alpha Updater [11:54:36] enwikibooks | [11:54:36] enwikibooks | Your composer.lock file is up to date with current dependencies [11:54:36] enwikibooks | Going to run database updates for enwikibooks [11:54:36] enwikibooks | Depending on the size of your database this may take a while! [11:54:36] enwikibooks | Filling usage table: processed 1 pages, starting with page #2. [11:54:36] enwikibooks | Filling usage table: processed 0 pages, starting with page #2. [11:54:36] enwikibooks | Modifying gb_id field of table globalblocks...done. [11:54:36] enwikibooks | Modifying gb_address field of table globalblocks...done. [11:54:36] enwikibooks | Skipped 211 updates that were already applied. [11:54:36] enwikibooks | Purging caches... [11:54:36] enwikibooks | Done in 2.4 s. [11:54:36] enwikiquote | MediaWiki 1.47.0-alpha Updater [11:54:36] enwikiquote | [11:54:36] enwikiquote | Your composer.lock file is up to date with current dependencies [11:54:36] enwikiquote | Going to run database updates for enwikiquote [11:54:36] enwikiquote | Depending on the size of your database this may take a while! [11:54:36] enwikiquote | Filling usage table: processed 4 pages, starting with page #81. [11:54:36] enwikiquote | Filling usage table: processed 0 pages, starting with page #81. [11:54:36] enwikiquote | Modifying gb_id field of table globalblocks...done. [11:54:36] enwikiquote | Modifying gb_address field of table globalblocks...done. [11:54:36] enwikiquote | Skipped 200 updates that were already applied. [11:54:36] enwikiquote | Purging caches... [11:54:36] enwikiquote | Done in 2.5 s. [11:54:36] enwikisource | MediaWiki 1.47.0-alpha Updater [11:54:36] enwikisource | [11:54:36] enwikisource | Your composer.lock file is up to date with current dependencies [11:54:36] enwikisource | Going to run database updates for enwikisource [11:54:36] enwikisource | Depending on the size of your database this may take a while! [11:54:36] enwikisource | Filling usage table: processed 4 pages, starting with page #650. [11:54:36] enwikisource | Filling usage table: processed 0 pages, starting with page #650. [11:54:36] enwikisource | Modifying gb_id field of table globalblocks...done. [11:54:36] enwikisource | Modifying gb_address field of table globalblocks...done. [11:54:36] enwikisource | Skipped 203 updates that were already applied. [11:54:36] enwikisource | Purging caches... [11:54:44] enwikisource | Done in 2.5 s. [11:54:44] enwikiversity | MediaWiki 1.47.0-alpha Updater [11:54:44] enwikiversity | [11:54:44] enwikiversity | Your composer.lock file is up to date with current dependencies [11:54:44] enwikiversity | Going to run database updates for enwikiversity [11:54:44] enwikiversity | Depending on the size of your database this may take a while! [11:54:44] enwikiversity | Filling usage table: processed 1 pages, starting with page #2. [11:54:44] enwikiversity | Filling usage table: processed 0 pages, starting with page #2. [11:54:44] enwikiversity | Modifying gb_id field of table globalblocks...done. [11:54:44] enwikiversity | Modifying gb_address field of table globalblocks...done. [11:54:44] enwikiversity | Skipped 200 updates that were already applied. [11:54:44] enwikiversity | Purging caches... [11:54:44] enwikiversity | Done in 2.4 s. [11:54:44] enwiktionary | MediaWiki 1.47.0-alpha Updater [11:54:44] enwiktionary | [11:54:44] enwiktionary | Your composer.lock file is up to date with current dependencies [11:54:44] enwiktionary | Going to run database updates for enwiktionary [11:54:44] enwiktionary | Depending on the size of your database this may take a while! [11:54:44] enwiktionary | Filling usage table: processed 2 pages, starting with page #2021. [11:54:44] enwiktionary | Filling usage table: processed 0 pages, starting with page #2021. [11:54:44] enwiktionary | Modifying gb_id field of table globalblocks...done. [11:54:44] enwiktionary | Modifying gb_address field of table globalblocks...done. [11:54:44] enwiktionary | Skipped 208 updates that were already applied. [11:54:44] enwiktionary | Purging caches... [11:54:44] enwiktionary | Done in 2.5 s. [11:54:44] enwikivoyage | MediaWiki 1.47.0-alpha Updater [11:54:44] enwikivoyage | [11:54:44] enwikivoyage | Your composer.lock file is up to date with current dependencies [11:54:44] enwikivoyage | Going to run database updates for enwikivoyage [11:54:44] enwikivoyage | Depending on the size of your database this may take a while! [11:54:44] enwikivoyage | Filling usage table: processed 2 pages, starting with page #45. [11:54:44] enwikivoyage | Filling usage table: processed 0 pages, starting with page #45. [11:54:44] enwikivoyage | Modifying gb_id field of table globalblocks...done. [11:54:44] enwikivoyage | Modifying gb_address field of table globalblocks...done. [11:54:44] enwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [11:54:44] enwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:44] enwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:44] enwikivoyage | Skipped 224 updates that were already applied. [11:54:44] enwikivoyage | Purging caches... [11:54:44] enwikivoyage | Done in 3.0 s. [11:54:44] eowiki | MediaWiki 1.47.0-alpha Updater [11:54:44] eowiki | [11:54:44] eowiki | Your composer.lock file is up to date with current dependencies [11:54:44] eowiki | Going to run database updates for eowiki [11:54:44] eowiki | Depending on the size of your database this may take a while! [11:54:44] eowiki | Filling usage table: processed 4 pages, starting with page #52. [11:54:44] eowiki | Filling usage table: processed 0 pages, starting with page #52. [11:54:44] eowiki | Modifying gb_id field of table globalblocks...done. [11:54:44] eowiki | Modifying gb_address field of table globalblocks...done. [11:54:44] eowiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:44] eowiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:44] eowiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:44] eowiki | Skipped 252 updates that were already applied. [11:54:44] eowiki | Purging caches... [11:54:44] eowiki | Done in 3.0 s. [11:54:44] eswiki | MediaWiki 1.47.0-alpha Updater [11:54:44] eswiki | [11:54:44] eswiki | Your composer.lock file is up to date with current dependencies [11:54:44] eswiki | Going to run database updates for eswiki [11:54:44] eswiki | Depending on the size of your database this may take a while! [11:54:44] eswiki | Filling usage table: processed 2 pages, starting with page #13105. [11:54:44] eswiki | Filling usage table: processed 0 pages, starting with page #13105. [11:54:44] eswiki | Modifying gb_id field of table globalblocks...done. [11:54:44] eswiki | Modifying gb_address field of table globalblocks...done. [11:54:44] eswiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:44] eswiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:44] eswiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:44] eswiki | Skipped 231 updates that were already applied. [11:54:44] eswiki | Purging caches... [11:54:44] eswiki | Done in 3.0 s. [11:54:44] eswikibooks | MediaWiki 1.47.0-alpha Updater [11:54:44] eswikibooks | [11:54:44] eswikibooks | Your composer.lock file is up to date with current dependencies [11:54:44] eswikibooks | Going to run database updates for eswikibooks [11:54:44] eswikibooks | Depending on the size of your database this may take a while! [11:54:44] eswikibooks | Filling usage table: processed 0 pages, starting with page #0. [11:54:44] eswikibooks | Modifying gb_id field of table globalblocks...done. [11:54:44] eswikibooks | Modifying gb_address field of table globalblocks...done. [11:54:44] eswikibooks | Skipped 204 updates that were already applied. [11:54:44] eswikibooks | Purging caches... [11:54:44] eswikibooks | Done in 2.3 s. [11:54:44] dewiki | MediaWiki 1.47.0-alpha Updater [11:54:44] dewiki | [11:54:44] dewiki | Your composer.lock file is up to date with current dependencies [11:54:44] dewiki | Going to run database updates for dewiki [11:54:44] dewiki | Depending on the size of your database this may take a while! [11:54:44] dewiki | Filling usage table: processed 45 pages, starting with page #6796. [11:54:44] dewiki | Filling usage table: processed 0 pages, starting with page #6796. [11:54:44] dewiki | Modifying gb_id field of table globalblocks...done. [11:54:44] dewiki | Modifying gb_address field of table globalblocks...done. [11:54:44] dewiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:44] dewiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:44] dewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:44] dewiki | Skipped 252 updates that were already applied. [11:54:44] dewiki | Purging caches... [11:54:44] dewiki | Done in 11 s. [11:54:44] fawiki | MediaWiki 1.47.0-alpha Updater [11:54:44] fawiki | [11:54:44] fawiki | Your composer.lock file is up to date with current dependencies [11:54:44] fawiki | Going to run database updates for fawiki [11:54:44] fawiki | Depending on the size of your database this may take a while! [11:54:44] fawiki | Filling usage table: processed 7 pages, starting with page #614. [11:54:44] fawiki | Filling usage table: processed 0 pages, starting with page #614. [11:54:44] fawiki | Modifying gb_id field of table globalblocks...done. [11:54:44] fawiki | Modifying gb_address field of table globalblocks...done. [11:54:44] fawiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:44] fawiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:44] fawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:44] fawiki | Skipped 257 updates that were already applied. [11:54:44] fawiki | Purging caches... [11:54:44] fawiki | Done in 3.0 s. [11:54:44] foundationwiki | MediaWiki 1.47.0-alpha Updater [11:54:44] foundationwiki | [11:54:44] foundationwiki | Your composer.lock file is up to date with current dependencies [11:54:44] foundationwiki | Going to run database updates for foundationwiki [11:54:44] foundationwiki | Depending on the size of your database this may take a while! [11:54:44] foundationwiki | Filling usage table: processed 1 pages, starting with page #2. [11:54:44] foundationwiki | Filling usage table: processed 0 pages, starting with page #2. [11:54:44] foundationwiki | Modifying gb_id field of table globalblocks...done. [11:54:44] foundationwiki | Modifying gb_address field of table globalblocks...done. [11:54:44] foundationwiki | Skipped 226 updates that were already applied. [11:54:44] foundationwiki | Purging caches... [11:54:44] foundationwiki | Done in 2.8 s. [11:54:44] frwiktionary | MediaWiki 1.47.0-alpha Updater [11:54:44] frwiktionary | [11:54:44] frwiktionary | Your composer.lock file is up to date with current dependencies [11:54:44] frwiktionary | Going to run database updates for frwiktionary [11:54:44] frwiktionary | Depending on the size of your database this may take a while! [11:54:44] frwiktionary | Filling usage table: processed 0 pages, starting with page #0. [11:54:44] frwiktionary | Modifying gb_id field of table globalblocks...done. [11:54:44] frwiktionary | Modifying gb_address field of table globalblocks...done. [11:54:44] frwiktionary | Skipped 235 updates that were already applied. [11:54:44] frwiktionary | Purging caches... [11:54:44] frwiktionary | Done in 2.6 s. [11:54:44] hewiktionary | MediaWiki 1.47.0-alpha Updater [11:54:44] hewiktionary | [11:54:44] hewiktionary | Your composer.lock file is up to date with current dependencies [11:54:44] hewiktionary | Going to run database updates for hewiktionary [11:54:44] hewiktionary | Depending on the size of your database this may take a while! [11:54:44] hewiktionary | Filling usage table: processed 0 pages, starting with page #0. [11:54:44] hewiktionary | Modifying gb_id field of table globalblocks...done. [11:54:44] hewiktionary | Modifying gb_address field of table globalblocks...done. [11:54:44] hewiktionary | Skipped 206 updates that were already applied. [11:54:44] hewiktionary | Purging caches... [11:54:53] hewiktionary | Done in 2.5 s. [11:54:53] enwiki | MediaWiki 1.47.0-alpha Updater [11:54:53] enwiki | [11:54:53] enwiki | Your composer.lock file is up to date with current dependencies [11:54:53] enwiki | Going to run database updates for enwiki [11:54:53] enwiki | Depending on the size of your database this may take a while! [11:54:53] enwiki | Filling usage table: processed 139 pages, starting with page #315433. [11:54:53] enwiki | Filling usage table: processed 0 pages, starting with page #315433. [11:54:53] enwiki | Modifying gb_id field of table globalblocks...done. [11:54:53] enwiki | Modifying gb_address field of table globalblocks...done. [11:54:53] enwiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:53] enwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:53] enwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:53] enwiki | Skipped 263 updates that were already applied. [11:54:53] enwiki | Purging caches... [11:54:53] enwiki | Done in 12 s. [11:54:53] incubatorwiki | MediaWiki 1.47.0-alpha Updater [11:54:53] incubatorwiki | [11:54:53] incubatorwiki | Your composer.lock file is up to date with current dependencies [11:54:53] incubatorwiki | Going to run database updates for incubatorwiki [11:54:53] incubatorwiki | Depending on the size of your database this may take a while! [11:54:53] incubatorwiki | Filling usage table: processed 0 pages, starting with page #0. [11:54:53] incubatorwiki | Modifying gb_id field of table globalblocks...done. [11:54:53] incubatorwiki | Modifying gb_address field of table globalblocks...done. [11:54:53] incubatorwiki | Skipped 229 updates that were already applied. [11:54:53] incubatorwiki | Purging caches... [11:54:53] incubatorwiki | Done in 2.4 s. [11:54:53] hiwiki | MediaWiki 1.47.0-alpha Updater [11:54:53] hiwiki | [11:54:53] hiwiki | Your composer.lock file is up to date with current dependencies [11:54:53] hiwiki | Going to run database updates for hiwiki [11:54:53] hiwiki | Depending on the size of your database this may take a while! [11:54:53] hiwiki | Filling usage table: processed 1 pages, starting with page #2. [11:54:53] hiwiki | Filling usage table: processed 0 pages, starting with page #2. [11:54:53] hiwiki | Modifying gb_id field of table globalblocks...done. [11:54:53] hiwiki | Modifying gb_address field of table globalblocks...done. [11:54:53] hiwiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:53] hiwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:53] hiwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:53] hiwiki | Skipped 240 updates that were already applied. [11:54:53] hiwiki | Purging caches... [11:54:53] hiwiki | Done in 4.3 s. [11:54:53] commonswiki | MediaWiki 1.47.0-alpha Updater [11:54:53] commonswiki | [11:54:53] commonswiki | Your composer.lock file is up to date with current dependencies [11:54:53] commonswiki | Going to run database updates for commonswiki [11:54:53] commonswiki | Depending on the size of your database this may take a while! [11:54:53] commonswiki | Filling usage table: processed 8 pages, starting with page #105586. [11:54:53] commonswiki | Filling usage table: processed 0 pages, starting with page #105586. [11:54:53] commonswiki | Modifying gb_id field of table globalblocks...done. [11:54:53] commonswiki | Modifying gb_address field of table globalblocks...done. [11:54:53] commonswiki | Skipped 258 updates that were already applied. [11:54:53] commonswiki | Set the local repo temp zone container to be private. [11:54:53] commonswiki | Purging caches... [11:54:53] commonswiki | Done in 17 s. [11:54:53] loginwiki | MediaWiki 1.47.0-alpha Updater [11:54:53] loginwiki | [11:54:53] loginwiki | Your composer.lock file is up to date with current dependencies [11:54:53] loginwiki | Going to run database updates for loginwiki [11:54:53] loginwiki | Depending on the size of your database this may take a while! [11:54:53] loginwiki | Modifying gb_id field of table globalblocks...done. [11:54:53] loginwiki | Modifying gb_address field of table globalblocks...done. [11:54:53] loginwiki | Skipped 139 updates that were already applied. [11:54:53] loginwiki | Purging caches... [11:54:53] loginwiki | Done in 1.7 s. [11:54:53] kowiki | MediaWiki 1.47.0-alpha Updater [11:54:53] kowiki | [11:54:53] kowiki | Your composer.lock file is up to date with current dependencies [11:54:53] kowiki | Going to run database updates for kowiki [11:54:53] kowiki | Depending on the size of your database this may take a while! [11:54:53] kowiki | Filling usage table: processed 1 pages, starting with page #2. [11:54:53] kowiki | Filling usage table: processed 0 pages, starting with page #2. [11:54:53] kowiki | Modifying gb_id field of table globalblocks...done. [11:54:53] kowiki | Modifying gb_address field of table globalblocks...done. [11:54:53] kowiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:53] kowiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:53] kowiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:53] kowiki | Skipped 231 updates that were already applied. [11:54:53] kowiki | Purging caches... [11:54:53] kowiki | Done in 3.1 s. [11:54:53] metawiki | MediaWiki 1.47.0-alpha Updater [11:54:53] metawiki | [11:54:53] metawiki | Your composer.lock file is up to date with current dependencies [11:54:53] metawiki | Going to run database updates for metawiki [11:54:53] metawiki | Depending on the size of your database this may take a while! [11:54:53] metawiki | Filling usage table: processed 1 pages, starting with page #6709. [11:54:53] metawiki | Filling usage table: processed 0 pages, starting with page #6709. [11:54:53] metawiki | Modifying gb_id field of table globalblocks...done. [11:54:53] metawiki | Modifying gb_address field of table globalblocks...done. [11:54:53] metawiki | Skipped 230 updates that were already applied. [11:54:53] metawiki | Purging caches... [11:54:53] metawiki | Done in 2.3 s. [11:54:53] plwikivoyage | MediaWiki 1.47.0-alpha Updater [11:54:53] plwikivoyage | [11:54:53] plwikivoyage | Your composer.lock file is up to date with current dependencies [11:54:53] plwikivoyage | Going to run database updates for plwikivoyage [11:54:53] plwikivoyage | Depending on the size of your database this may take a while! [11:54:53] plwikivoyage | Filling usage table: processed 0 pages, starting with page #0. [11:54:53] plwikivoyage | Modifying gb_id field of table globalblocks...done. [11:54:53] plwikivoyage | Modifying gb_address field of table globalblocks...done. [11:54:53] plwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [11:54:53] plwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:53] plwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:53] plwikivoyage | Skipped 222 updates that were already applied. [11:54:53] plwikivoyage | Purging caches... [11:54:53] plwikivoyage | Done in 3.1 s. [11:54:53] nlwiki | MediaWiki 1.47.0-alpha Updater [11:54:53] nlwiki | [11:54:53] nlwiki | Your composer.lock file is up to date with current dependencies [11:54:53] nlwiki | Going to run database updates for nlwiki [11:54:53] nlwiki | Depending on the size of your database this may take a while! [11:54:53] nlwiki | Filling usage table: processed 0 pages, starting with page #0. [11:54:53] nlwiki | Modifying gb_id field of table globalblocks...done. [11:54:53] nlwiki | Modifying gb_address field of table globalblocks...done. [11:54:53] nlwiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:53] nlwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:53] nlwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:53] nlwiki | Skipped 231 updates that were already applied. [11:54:53] nlwiki | Purging caches... [11:54:53] nlwiki | Done in 3.3 s. [11:54:53] simplewiki | MediaWiki 1.47.0-alpha Updater [11:54:53] simplewiki | [11:54:53] simplewiki | Your composer.lock file is up to date with current dependencies [11:54:53] simplewiki | Going to run database updates for simplewiki [11:54:53] simplewiki | Depending on the size of your database this may take a while! [11:54:53] simplewiki | Filling usage table: processed 84 pages, starting with page #322939. [11:54:53] simplewiki | Filling usage table: processed 0 pages, starting with page #322939. [11:54:53] simplewiki | Modifying gb_id field of table globalblocks...done. [11:54:53] simplewiki | Modifying gb_address field of table globalblocks...done. [11:54:53] simplewiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:53] simplewiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:53] simplewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:53] simplewiki | Skipped 229 updates that were already applied. [11:54:53] simplewiki | Purging caches... [11:54:53] simplewiki | Done in 4.8 s. [11:54:53] hewiki | MediaWiki 1.47.0-alpha Updater [11:54:53] hewiki | [11:54:53] hewiki | Your composer.lock file is up to date with current dependencies [11:54:53] hewiki | Going to run database updates for hewiki [11:54:53] hewiki | Depending on the size of your database this may take a while! [11:54:53] hewiki | Filling usage table: processed 2 pages, starting with page #3421. [11:54:53] hewiki | Filling usage table: processed 0 pages, starting with page #3421. [11:54:53] hewiki | Modifying gb_id field of table globalblocks...done. [11:54:53] hewiki | Modifying gb_address field of table globalblocks...done. [11:54:53] hewiki | Modifying cxl_end_time field of table cx_lists...done. [11:54:53] hewiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:54:53] hewiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:54:53] hewiki | Skipped 246 updates that were already applied. [11:54:53] hewiki | Purging caches... [11:55:09] hewiki | Done in 11 s. [11:55:09] frwiki | MediaWiki 1.47.0-alpha Updater [11:55:09] frwiki | [11:55:09] frwiki | Your composer.lock file is up to date with current dependencies [11:55:09] frwiki | Going to run database updates for frwiki [11:55:09] frwiki | Depending on the size of your database this may take a while! [11:55:09] frwiki | Filling usage table: processed 0 pages, starting with page #0. [11:55:09] frwiki | Modifying gb_id field of table globalblocks...done. [11:55:09] frwiki | Modifying gb_address field of table globalblocks...done. [11:55:09] frwiki | Modifying cxl_end_time field of table cx_lists...done. [11:55:09] frwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:55:09] frwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:55:09] frwiki | Skipped 229 updates that were already applied. [11:55:09] frwiki | Purging caches... [11:55:09] frwiki | Done in 13 s. [11:55:09] jawiki | MediaWiki 1.47.0-alpha Updater [11:55:09] jawiki | [11:55:09] jawiki | Your composer.lock file is up to date with current dependencies [11:55:09] jawiki | Going to run database updates for jawiki [11:55:09] jawiki | Depending on the size of your database this may take a while! [11:55:09] jawiki | Filling usage table: processed 1 pages, starting with page #2. [11:55:09] jawiki | Filling usage table: processed 0 pages, starting with page #2. [11:55:09] jawiki | Modifying gb_id field of table globalblocks...done. [11:55:09] jawiki | Modifying gb_address field of table globalblocks...done. [11:55:09] jawiki | Modifying cxl_end_time field of table cx_lists...done. [11:55:09] jawiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:55:09] jawiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:55:09] jawiki | Skipped 228 updates that were already applied. [11:55:09] jawiki | Purging caches... [11:55:09] jawiki | Done in 11 s. [11:55:09] sqwiki | MediaWiki 1.47.0-alpha Updater [11:55:09] sqwiki | [11:55:09] sqwiki | Your composer.lock file is up to date with current dependencies [11:55:09] sqwiki | Going to run database updates for sqwiki [11:55:09] sqwiki | Depending on the size of your database this may take a while! [11:55:09] sqwiki | Filling usage table: processed 3 pages, starting with page #117. [11:55:09] sqwiki | Filling usage table: processed 0 pages, starting with page #117. [11:55:09] sqwiki | Modifying gb_id field of table globalblocks...done. [11:55:09] sqwiki | Modifying gb_address field of table globalblocks...done. [11:55:09] sqwiki | Modifying cxl_end_time field of table cx_lists...done. [11:55:09] sqwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:55:09] sqwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:55:09] sqwiki | Skipped 242 updates that were already applied. [11:55:09] sqwiki | Purging caches... [11:55:09] sqwiki | Done in 7.4 s. [11:55:09] ruwiki | MediaWiki 1.47.0-alpha Updater [11:55:09] ruwiki | [11:55:09] ruwiki | Your composer.lock file is up to date with current dependencies [11:55:09] ruwiki | Going to run database updates for ruwiki [11:55:09] ruwiki | Depending on the size of your database this may take a while! [11:55:09] ruwiki | Filling usage table: processed 4 pages, starting with page #205. [11:55:09] ruwiki | Filling usage table: processed 0 pages, starting with page #205. [11:55:09] ruwiki | Modifying gb_id field of table globalblocks...done. [11:55:09] ruwiki | Modifying gb_address field of table globalblocks...done. [11:55:09] ruwiki | Modifying cxl_end_time field of table cx_lists...done. [11:55:09] ruwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:55:09] ruwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:55:09] ruwiki | Skipped 257 updates that were already applied. [11:55:09] ruwiki | Purging caches... [11:55:09] ruwiki | Done in 16 s. [11:55:09] votewiki | MediaWiki 1.47.0-alpha Updater [11:55:09] votewiki | [11:55:09] votewiki | Your composer.lock file is up to date with current dependencies [11:55:09] votewiki | Going to run database updates for votewiki [11:55:09] votewiki | Depending on the size of your database this may take a while! [11:55:09] votewiki | Skipped 119 updates that were already applied. [11:55:09] votewiki | Purging caches... [11:55:09] votewiki | Done in 10 s. [11:55:09] test2wiki | MediaWiki 1.47.0-alpha Updater [11:55:09] test2wiki | [11:55:09] test2wiki | Your composer.lock file is up to date with current dependencies [11:55:09] test2wiki | Going to run database updates for test2wiki [11:55:09] test2wiki | Depending on the size of your database this may take a while! [11:55:09] test2wiki | Filling usage table: processed 0 pages, starting with page #0. [11:55:09] test2wiki | Modifying gb_id field of table globalblocks...done. [11:55:09] test2wiki | Modifying gb_address field of table globalblocks...done. [11:55:09] test2wiki | Skipped 245 updates that were already applied. [11:55:09] test2wiki | Purging caches... [11:55:09] test2wiki | Done in 14 s. [11:55:09] viwiki | MediaWiki 1.47.0-alpha Updater [11:55:09] viwiki | [11:55:09] viwiki | Your composer.lock file is up to date with current dependencies [11:55:09] viwiki | Going to run database updates for viwiki [11:55:09] viwiki | Depending on the size of your database this may take a while! [11:55:09] viwiki | Filling usage table: processed 2 pages, starting with page #9451. [11:55:09] viwiki | Filling usage table: processed 0 pages, starting with page #9451. [11:55:09] viwiki | Modifying gb_id field of table globalblocks...done. [11:55:09] viwiki | Modifying gb_address field of table globalblocks...done. [11:55:09] viwiki | Modifying cxl_end_time field of table cx_lists...done. [11:55:09] viwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:55:09] viwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:55:09] viwiki | Skipped 228 updates that were already applied. [11:55:09] viwiki | Purging caches... [11:55:09] viwiki | Done in 13 s. [11:55:09] svwiki | MediaWiki 1.47.0-alpha Updater [11:55:09] svwiki | [11:55:09] svwiki | Your composer.lock file is up to date with current dependencies [11:55:09] svwiki | Going to run database updates for svwiki [11:55:09] svwiki | Depending on the size of your database this may take a while! [11:55:09] svwiki | Filling usage table: processed 0 pages, starting with page #0. [11:55:09] svwiki | Modifying gb_id field of table globalblocks...done. [11:55:09] svwiki | Modifying gb_address field of table globalblocks...done. [11:55:09] svwiki | Modifying cxl_end_time field of table cx_lists...done. [11:55:09] svwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:55:09] svwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:55:09] svwiki | Skipped 246 updates that were already applied. [11:55:09] svwiki | Purging caches... [11:55:09] svwiki | Done in 16 s. [11:55:09] srwiki | MediaWiki 1.47.0-alpha Updater [11:55:09] srwiki | [11:55:09] srwiki | Your composer.lock file is up to date with current dependencies [11:55:09] srwiki | Going to run database updates for srwiki [11:55:09] srwiki | Depending on the size of your database this may take a while! [11:55:09] srwiki | Filling usage table: processed 1 pages, starting with page #2. [11:55:09] srwiki | Filling usage table: processed 0 pages, starting with page #2. [11:55:09] srwiki | Modifying gb_id field of table globalblocks...done. [11:55:09] srwiki | Modifying gb_address field of table globalblocks...done. [11:55:09] srwiki | Modifying cxl_end_time field of table cx_lists...done. [11:55:09] srwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:55:09] srwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:55:09] srwiki | Skipped 231 updates that were already applied. [11:55:09] srwiki | Purging caches... [11:55:09] srwiki | Done in 17 s. [11:55:09] wikidatawiki | MediaWiki 1.47.0-alpha Updater [11:55:09] wikidatawiki | [11:55:09] wikidatawiki | Your composer.lock file is up to date with current dependencies [11:55:09] wikidatawiki | Going to run database updates for wikidatawiki [11:55:09] wikidatawiki | Depending on the size of your database this may take a while! [11:55:09] wikidatawiki | Filling usage table: processed 2 pages, starting with page #84042. [11:55:09] wikidatawiki | Filling usage table: processed 0 pages, starting with page #84042. [11:55:09] wikidatawiki | Modifying gb_id field of table globalblocks...done. [11:55:09] wikidatawiki | Modifying gb_address field of table globalblocks...done. [11:55:09] wikidatawiki | Skipped 268 updates that were already applied. [11:55:09] wikidatawiki | Purging caches... [11:55:09] wikidatawiki | Done in 4.4 s. [11:55:09] testwiki | MediaWiki 1.47.0-alpha Updater [11:55:09] testwiki | [11:55:09] testwiki | Your composer.lock file is up to date with current dependencies [11:55:09] testwiki | Going to run database updates for testwiki [11:55:09] testwiki | Depending on the size of your database this may take a while! [11:55:09] testwiki | Filling usage table: processed 0 pages, starting with page #0. [11:55:09] testwiki | Modifying gb_id field of table globalblocks...done. [11:55:09] testwiki | Modifying gb_address field of table globalblocks...done. [11:55:09] testwiki | Modifying cxl_end_time field of table cx_lists...done. [11:55:09] testwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:55:09] testwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:55:09] testwiki | Skipped 287 updates that were already applied. [11:55:09] testwiki | Purging caches... [11:55:20] testwiki | Done in 16 s. [11:55:20] zhwikivoyage | MediaWiki 1.47.0-alpha Updater [11:55:20] zhwikivoyage | [11:55:20] zhwikivoyage | Your composer.lock file is up to date with current dependencies [11:55:20] zhwikivoyage | Going to run database updates for zhwikivoyage [11:55:20] zhwikivoyage | Depending on the size of your database this may take a while! [11:55:20] zhwikivoyage | Filling usage table: processed 1 pages, starting with page #6. [11:55:20] zhwikivoyage | Filling usage table: processed 0 pages, starting with page #6. [11:55:20] zhwikivoyage | Modifying gb_id field of table globalblocks...done. [11:55:20] zhwikivoyage | Modifying gb_address field of table globalblocks...done. [11:55:20] zhwikivoyage | Modifying cxl_end_time field of table cx_lists...done. [11:55:20] zhwikivoyage | Modifying cxc_timestamp field of table cx_corpora...done. [11:55:20] zhwikivoyage | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:55:20] zhwikivoyage | Skipped 224 updates that were already applied. [11:55:20] zhwikivoyage | Purging caches... [11:55:20] zhwikivoyage | Done in 4.1 s. [11:55:20] ukwiki | MediaWiki 1.47.0-alpha Updater [11:55:20] ukwiki | [11:55:20] ukwiki | Your composer.lock file is up to date with current dependencies [11:55:20] ukwiki | Going to run database updates for ukwiki [11:55:20] ukwiki | Depending on the size of your database this may take a while! [11:55:20] ukwiki | Filling usage table: processed 1 pages, starting with page #2. [11:55:20] ukwiki | Filling usage table: processed 0 pages, starting with page #2. [11:55:20] ukwiki | Modifying gb_id field of table globalblocks...done. [11:55:20] ukwiki | Modifying gb_address field of table globalblocks...done. [11:55:20] ukwiki | Modifying cxl_end_time field of table cx_lists...done. [11:55:20] ukwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:55:20] ukwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:55:20] ukwiki | Skipped 242 updates that were already applied. [11:55:20] ukwiki | Purging caches... [11:55:20] ukwiki | Done in 22 s. [11:55:20] zhwiki | MediaWiki 1.47.0-alpha Updater [11:55:20] zhwiki | [11:55:20] zhwiki | Your composer.lock file is up to date with current dependencies [11:55:20] zhwiki | Going to run database updates for zhwiki [11:55:20] zhwiki | Depending on the size of your database this may take a while! [11:55:20] zhwiki | Filling usage table: processed 19 pages, starting with page #7621. [11:55:20] zhwiki | Filling usage table: processed 0 pages, starting with page #7621. [11:55:20] zhwiki | Modifying gb_id field of table globalblocks...done. [11:55:20] zhwiki | Modifying gb_address field of table globalblocks...done. [11:55:20] zhwiki | Modifying cxl_end_time field of table cx_lists...done. [11:55:20] zhwiki | Modifying cxc_timestamp field of table cx_corpora...done. [11:55:20] zhwiki | Modifying translation_last_updated_timestamp field of table cx_translations...done. [11:55:20] zhwiki | Skipped 252 updates that were already applied. [11:55:20] zhwiki | Purging caches... [11:55:20] zhwiki | Done in 13 s. [11:55:20] Updated 47 wikis.