$ date
--- stdout ---
Sun May 18 04:34:35 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/01/d4/dbb33e73b7cfa4f07285052ca3f2493eff3c5061f4222dc4bb0f848d8773f7ee1ffeb01a6510e70a21c45d0b2d84eaa2b6988496b7cfd9decda76caa1883
npm ERR! errno ENOENT
npm ERR! enoent Invalid response body while trying to fetch https://registry.npmjs.org/@xml-tools%2fparser: ENOENT: no such file or directory, stat '/cache/_cacache/content-v2/sha512/01/d4/dbb33e73b7cfa4f07285052ca3f2493eff3c5061f4222dc4bb0f848d8773f7ee1ffeb01a6510e70a21c45d0b2d84eaa2b6988496b7cfd9decda76caa1883'
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-18T04_34_36_331Z-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.