This run took 14 seconds.
$ date
--- stdout ---
Tue May 19 06:24:25 UTC 2026
--- end ---
$ git clone file:///srv/git/mediawiki-libs-ZestJQ.git /src/repo --depth=1 -b main
--- stderr ---
Cloning into '/src/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/main
--- stdout ---
bb62190263b26b368af4d1219a5f6d45b82c0833 refs/heads/main
--- 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/19/d9/7fcbad7bacbd9a0d0a2e7a52cb73f4b815338156857c29457c1dcda118fc2d3e1fdc6185855311fad9fd1d6fcfced5f02dd277cb51300ee93588d5ff62b0
npm ERR! errno ENOENT
npm ERR! enoent Invalid response body while trying to fetch https://registry.npmjs.org/d3-time: ENOENT: no such file or directory, stat '/cache/_cacache/content-v2/sha512/19/d9/7fcbad7bacbd9a0d0a2e7a52cb73f4b815338156857c29457c1dcda118fc2d3e1fdc6185855311fad9fd1d6fcfced5f02dd277cb51300ee93588d5ff62b0'
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/2026-05-19T06_24_25_924Z-debug-0.log
--- stdout ---
--- end ---
Traceback (most recent call last):
File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 1268, in main
libup.run()
~~~~~~~~~^^
File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 1184, in run
"npm": self.npm_audit(),
~~~~~~~~~~~~~~^^
File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 136, in npm_audit
self.fix(EnsurePackageLock)
~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.13/site-packages/runner/__init__.py", line 87, in fix
fixer.run()
~~~~~~~~~^^
File "/venv/lib/python3.13/site-packages/runner/fixers/npm.py", line 14, in run
self.check_call(["npm", "i", "--package-lock-only"])
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.13/site-packages/runner/shell2.py", line 66, in check_call
res.check_returncode()
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/subprocess.py", line 508, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
self.stderr)
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'i', '--package-lock-only']' returned non-zero exit status 1.