[14:00:06] + ulimit -n 512 [14:00:06] + LOCKFILE=/var/lock/scap.operations_mediawiki-config.lock [14:00:06] + '[' -O /var/lock/scap.operations_mediawiki-config.lock ']' [14:00:06] + /usr/bin/scap version [14:00:07] 4.261.0 [14:00:07] + /usr/bin/scap prep auto [14:00:08] 14:00:08 Started scap prep auto [14:00:08] 14:00:08 Update https://gerrit.wikimedia.org/r/operations/mediawiki-config (master branch) in /srv/mediawiki-staging [14:00:12] 14:00:12 Changes pulled down since last fetch: [14:00:12] commit 0a2d16d7e4ed06e5f1e5bd65a6e4dc947265a50d [14:00:12] Author: JavierMonton [14:00:12] Date: Thu Jun 11 12:00:44 2026 +0200 [14:00:12] [14:00:12] stream: webrequest.page_view_stats.dev0 [14:00:12] [14:00:12] Why: [14:00:12] We need to define a new stream for the "relative trending" project. [14:00:12] The data will be in a log compacted topic in Kafka Jumbo. [14:00:12] [14:00:12] What: [14:00:12] New stream for `page_view_stats`. [14:00:12] We don't need canary events. [14:00:12] [14:00:12] Bug: T428725 [14:00:12] Change-Id: I3437d53405fc23ca195acffa543dfb01e7780ead [14:00:12] [14:00:12] 14:00:12 https://gerrit.wikimedia.org/r/operations/mediawiki-config checked out at commit 0a2d16d7e4ed06e5f1e5bd65a6e4dc947265a50d [14:00:12] 14:00:12 Update https://gerrit.wikimedia.org/r/mediawiki/core (master branch) in /srv/mediawiki-staging/php-master [14:00:14] 14:00:14 Changes pulled down since last fetch: [14:00:14] commit 11f596ceb1b1b4fdb65f1d49e7e86fa2343ec75d [14:00:14] Author: James D. Forrester [14:00:14] Date: Wed Jun 10 19:00:03 2026 -0400 [14:00:14] [14:00:14] Raise minimum supported version of MariaDB 10.11 (2022), up from 10.3 (2017) [14:00:14] [14:00:14] Bug: T366644 [14:00:14] Change-Id: I8ae094fb03c9a2d4557090c0e5092198b24dccdb [14:00:14] [14:00:14] 14:00:14 https://gerrit.wikimedia.org/r/mediawiki/core checked out at commit 11f596ceb1b1b4fdb65f1d49e7e86fa2343ec75d [14:00:14] 14:00:14 Update https://gerrit.wikimedia.org/r/mediawiki/extensions (master branch) in /srv/mediawiki-staging/php-master/extensions [14:00:16] 14:00:16 Changes pulled down since last fetch: [14:00:16] commit df31fa2d03d83f69a776c20da6f718dbde240398 [14:00:16] Author: Eric Gardner [14:00:16] Date: Thu Jun 11 06:54:52 2026 -0700 [14:00:16] [14:00:16] Update git submodules [14:00:16] [14:00:16] * Update MultimediaViewer from branch 'master' [14:00:16] to e10c038e6fddd747605575944da2c39fafbc019f [14:00:16] - Carousel: Only show for plain current-revision article views [14:00:16] [14:00:16] Why: [14:00:16] [14:00:16] - The mobile carousel rendered on diff pages and revision history [14:00:16] pages, where it is not relevant (community reports on enwiki) [14:00:16] - Diffs are served as part of the view action, so checking the [14:00:16] action name alone is not sufficient to exclude them [14:00:16] - Old revision (?oldid=) views should not get a carousel either: [14:00:16] thumbnails are extracted from the current revision's parser [14:00:16] output and would not match the displayed content [14:00:16] [14:00:16] What: [14:00:16] [14:00:16] - shouldPageGetMobileCarousel() now also requires the view action [14:00:16] (excludes history, edit, etc. via OutputPage::getActionName()), [14:00:16] no diff request parameter, and a current revision [14:00:16] (OutputPage::isRevisionCurrent()) [14:00:16] - Add PHPUnit coverage for the plain view, non-view actions, diff, [14:00:16] and old-revision cases [14:00:16] [14:00:16] Assisted-by: Claude Fable 5 [14:00:16] Bug: T428700 [14:00:16] Bug: T428701 [14:00:16] Change-Id: I086a274c881858d24f29a1bdc0890700305c4fdc [14:00:16] [14:00:16] commit a31160115295b3c4bf411dfcfa60d1f3b406ae54 [14:00:16] Author: Erik Bernhardson [14:00:16] Date: Thu Jun 11 06:54:47 2026 -0700 [14:00:16] [14:00:16] Update git submodules [14:00:16] [14:00:16] * Update CirrusSearch from branch 'master' [14:00:16] to 9809f3f5bcfad11fb79fe6fb70d9f94ba010d7cf [14:00:16] - Add redirectScope concept to SearchContext [14:00:16] [14:00:16] The redirect scope is true when the query is considering [14:00:16] redirects as unique pages in their own right. When redirect [14:00:16] scope is false it retains the traditional behavior of treating [14:00:16] redirects as as property of the page they redirect to. [14:00:16] [14:00:16] Adds a filter to all search queries to exclude redirect pages [14:00:16] from search unless redirect scope is enabled. The completion [14:00:16] suggester was also adjusted to always exclude redirect pages. [14:00:16] [14:00:16] Bug: T204089 [14:00:16] Depends-On: I33eedbcca251e580c8be77da25f7f317a4a7e447 [14:00:16] Depends-On: I74e96ade70481dd91e79be2a62b5e89b0a6d91ad [14:00:16] Depends-On: Ib5af3c8eec596e61d30e4515275ab7df56df2ec1 [14:00:16] Change-Id: I56c5029b4dcd12de2c08de7585629c68c9420af1 [14:00:16] [14:00:16] commit e91e3c281ac43bec738c8cfd8891055a63bccde1 [14:00:16] Author: Hamish [14:00:16] Date: Thu Jun 11 20:50:50 2026 +0700 [14:00:16] [14:00:16] Update git submodules [14:00:16] [14:00:16] * Update OOJSPlus from branch 'master' [14:00:16] to ef905c02cffa10660c7ddaf6da546274a6ffbbc4 [14:00:16] - Use includes(), rather than indexOf() [14:00:16] [14:00:16] ERM20742 [14:00:16] [14:00:16] [5.1.x] [14:00:16] [14:00:16] Change-Id: Ide4041e689f22d9f355983581d8099575f83f61d [14:00:16] [14:00:16] 14:00:16 https://gerrit.wikimedia.org/r/mediawiki/extensions checked out at commit df31fa2d03d83f69a776c20da6f718dbde240398 [14:02:21] 14:02:21 Update https://gerrit.wikimedia.org/r/mediawiki/vendor (master branch) in /srv/mediawiki-staging/php-master/vendor [14:02:22] 14:02:22 https://gerrit.wikimedia.org/r/mediawiki/vendor checked out at commit ce7dfcc24279222470cbe6c6df62b24efb21f0b0 [14:02:22] 14:02:22 Update https://gerrit.wikimedia.org/r/mediawiki/skins (master branch) in /srv/mediawiki-staging/php-master/skins [14:02:23] 14:02:23 https://gerrit.wikimedia.org/r/mediawiki/skins checked out at commit 0dd20e695c2bc48ab01cecc40d33e6c8e2c8b36b [14:02:29] 14:02:29 MediaWiki master successfully checked out. [14:02:29] 14:02:29 Finished scap prep auto (duration: 02m 20s) [14:02:29] + /usr/bin/scap sync-world 'wmf-beta-update-all run' [14:02:30] ___ ____ [14:02:30] ⎛ ⎛ ,---- [14:02:30] \ //==--' [14:02:30] _//|,.·//==--' ____________________________ [14:02:30] _OO≣=- ︶ ᴹw ⎞_§ ______ ___\ ___\ ,\__ \/ __ \ [14:02:30] (∞)_, ) ( | ______/__ \/ /__ / /_/ / /_/ / [14:02:30] ¨--¨|| |- ( / ______\____/ \___/ \__^_/ .__/ [14:02:30] ««_/ «_/ jgs/bd808 /_/ [14:02:30] [14:02:30] 14:02:30 Started scap sync-world: wmf-beta-update-all run [14:02:36] 14:02:36 Started cache_git_info [14:03:00] 14:03:00 Finished cache_git_info (duration: 00m 23s) [14:03:00] 14:03:00 Started l10n-update [14:03:06] 14:03:06 Updating ExtensionMessages-master.php [14:03:20] 14:03:20 Updating LocalisationCache for master using 2 thread(s) [14:03:20] 14:03:20 Running rebuildLocalisationCache.php (cdb) [14:03:26] 14:03:26 0 languages rebuilt out of 549 [14:03:26] 14:03:26 Use --force to rebuild the caches which are still fresh. [14:03:29] 14:03:29 Running rebuildLocalisationCache.php (php) [14:03:35] 14:03:35 0 languages rebuilt out of 549 [14:03:35] 14:03:35 Use --force to rebuild the caches which are still fresh. [14:03:38] 14:03:38 Generating JSON versions and md5 files (as www-data) [14:03:45] 14:03:45 Finished l10n-update (duration: 00m 44s) [14:03:45] 14:03:45 Checking for new runtime errors locally [14:03:48] 14:03:48 Started sync-canaries [14:03:48] 14:03:48 sync-canaries: 0% (ok: 0; fail: 0; left: 1) [14:03:59] 14:03:59 sync-canaries: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [14:03:59] 14:03:59 Per-host sync duration: average 10.1s, median 10.1s [14:03:59] 14:03:59 rsync transfer: average 40207561 bytes/host, total 40207561 bytes [14:03:59] 14:03:59 Started scap-cdb-rebuild-canaries [14:03:59] 14:03:59 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 1) [14:04:01] 14:04:01 scap-cdb-rebuild: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [14:04:01] 14:04:01 Finished scap-cdb-rebuild-canaries (duration: 00m 01s) [14:04:01] 14:04:01 Started sync-wikiversions-canaries [14:04:01] 14:04:01 sync-wikiversions: 0% (ok: 0; fail: 0; left: 1) [14:04:01] 14:04:01 sync-wikiversions: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [14:04:01] 14:04:01 Finished sync-wikiversions-canaries (duration: 00m 00s) [14:04:01] 14:04:01 Started php-fpm-restarts-canaries [14:04:01] 14:04:01 Running '/usr/local/sbin/restart-php-fpm-all' on 1 host(s) [14:04:01] 14:04:01 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [14:04:02] 14:04:02 php-fpm-restart: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) [14:04:02] 14:04:02 Finished php-fpm-restarts-canaries (duration: 00m 00s) [14:04:02] 14:04:02 Finished sync-canaries (duration: 00m 13s) [14:04:02] 14:04:02 Waiting 20 seconds for canary traffic... [14:04:22] 14:04:22 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [14:04:22] 14:04:22 Started sync-apaches [14:04:22] 14:04:22 sync-apaches: 0% (ok: 0; fail: 0; left: 3) [14:04:33] 14:04:33 sync-apaches: 100% (in-flight: 0; ok: 3; fail: 0; left: 0) [14:04:33] 14:04:33 Per-host sync duration: average 9.9s, median 9.4s [14:04:33] 14:04:33 rsync transfer: average 40207561 bytes/host, total 120622683 bytes [14:04:33] 14:04:33 Finished sync-apaches (duration: 00m 11s) [14:04:33] 14:04:33 Waiting 20 seconds for production traffic... [14:04:53] 14:04:53 Logstash checker counted 0 error(s) in the last 20 seconds. OK. [14:04:53] 14:04:53 Started scap-cdb-rebuild-prod [14:04:53] 14:04:53 scap-cdb-rebuild: 0% (ok: 0; fail: 0; left: 4) [14:05:06] 14:05:06 scap-cdb-rebuild: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [14:05:06] 14:05:06 Finished scap-cdb-rebuild-prod (duration: 00m 12s) [14:05:06] 14:05:06 Started sync-wikiversions-prod [14:05:06] 14:05:06 sync-wikiversions: 0% (ok: 0; fail: 0; left: 4) [14:05:06] 14:05:06 sync-wikiversions: 100% (in-flight: 0; ok: 4; fail: 0; left: 0) [14:05:06] 14:05:06 Finished sync-wikiversions-prod (duration: 00m 00s) [14:05:06] 14:05:06 Started php-fpm-restarts-prod [14:05:06] 14:05:06 Running '/usr/local/sbin/restart-php-fpm-all' on 2 host(s) [14:05:06] 14:05:06 php-fpm-restart: 0% (ok: 0; fail: 0; left: 0) [14:05:08] 14:05:08 php-fpm-restart: 100% (in-flight: 0; ok: 2; fail: 0; left: 0) [14:05:08] 14:05:08 Finished php-fpm-restarts-prod (duration: 00m 01s) [14:05:08] 14:05:08 Running purgeMessageBlobStore.php [14:05:11] 14:05:11 Finished scap sync-world: wmf-beta-update-all run (duration: 02m 41s) [14:05:12] + /usr/local/bin/wmf-beta-update-databases.py [14:05:12] Command failed: echo 'aawiki' [14:05:12] /usr/local/bin/mwscript update.php --wiki=aawiki --doshared --quick --skip-config-validation [14:05:12] aawiki [14:05:12] MediaWiki 1.47.0-alpha Updater [14:05:12] [14:05:12] Your composer.lock file is up to date with current dependencies! [14:05:12] Error: MariaDB 10.11 or later is required. You have 10.6.17-MariaDB-log.