This run took 3 seconds.
$ date
--- stdout ---
Thu May 15 04:38:05 UTC 2025
--- end ---
$ git clone file:///srv/git/mediawiki-extensions-DiscordRCFeed.git repo --depth=1 -b REL1_39
--- stderr ---
Cloning into 'repo'...
--- stdout ---
--- end ---
$ git config user.name libraryupgrader
--- stdout ---
--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---
--- end ---
$ git submodule update --init
--- stdout ---
--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.
--- end ---
$ git show-ref refs/heads/REL1_39
--- stdout ---
2006e88783006a1647fffda0d521bae9d281fe33 refs/heads/REL1_39
--- end ---
$ /usr/bin/npm i --package-lock-only
--- stderr ---
npm ERR! code ENOENT
npm ERR! syscall stat
npm ERR! path /cache/_cacache/content-v2/sha512/4a/ae/1cc487e3905d52e50c7ad88f2f3d213208824030102f414090a52880c0db2d22b4df29755a488a22283f0802bc71ba55f8b58388edb08418b31d8f918877
npm ERR! errno ENOENT
npm ERR! enoent Invalid response body while trying to fetch https://registry.npmjs.org/@prettier%2fplugin-xml: ENOENT: no such file or directory, stat '/cache/_cacache/content-v2/sha512/4a/ae/1cc487e3905d52e50c7ad88f2f3d213208824030102f414090a52880c0db2d22b4df29755a488a22283f0802bc71ba55f8b58388edb08418b31d8f918877'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /cache/_logs/2025-05-15T04_38_06_118Z-debug-0.log
--- stdout ---
--- end ---
Traceback (most recent call last):
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 2026, in main
libup.run(args.repo, args.output, args.branch)
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 1946, in run
"npm": self.npm_audit(),
^^^^^^^^^^^^^^^^
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 172, in npm_audit
self.ensure_package_lock()
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 127, in ensure_package_lock
self.check_call(["npm", "i", "--package-lock-only"])
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/shell2.py", line 59, in check_call
res.check_returncode()
File "/usr/lib/python3.11/subprocess.py", line 502, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'i', '--package-lock-only']' returned non-zero exit status 1.