Page MenuHomePhabricator

mw-cron "startupregistrystats" failing
Closed, InvalidPublic

Description

From the Logstash mw-cron dashboard, we can see the blameStartupRegistry.php maintenance script invocation has been failing since Tue Nov 4, as follows:

Script '/srv/mediawiki/php-1.46.0-wmf.1/extensions/WikimediaMaintenance/blameStartupRegistry.php' not found (tried path '/srv/mediawiki/php-1.46.0-wmf.1/extensions/WikimediaMaintenance/blameStartupRegistry.php' and class '/srv/mediawiki/php-1\46\0-wmf\1/extensions/WikimediaMaintenance/blameStartupRegistry\php').

Running it manually via mwscript on the deployment serve shows that it does return an error code:

[22:02 UTC] krinkle at deploy1003.eqiad.wmnet
$ mwscript extensions/WikimediaMaintenance/blameStartupRegistry.php testwiki
[22:02 UTC] krinkle at deploy1003.eqiad.wmnet
(exit=1) $ echo $?
1

We normally get tasks like T404730: MediaWiki periodic job startupregistrystats failed when a job like this fails.

For those curious about this specific instance (not the subject of this task):

Other information

Event Timeline

Krinkle updated the task description. (Show Details)
Krinkle updated the task description. (Show Details)

Change #1202872 had a related patch set uploaded (by Zabe; author: Zabe):

[operations/puppet@production] mediawiki: Update location of startupregistrystats script

https://gerrit.wikimedia.org/r/1202872

Krinkle renamed this task from mw-cron "startupregistrystats" failing for 4 days without alert to mw-cron "startupregistrystats" failing.Nov 9 2025, 10:45 PM