mediawiki/libs/ZestJQ: main (log #2475220)

sourcepatches

This run took 13 seconds.

$ date
--- stdout ---
Wed May 20 06:05:43 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 ---
9e6dbdb04525204055f1d2fa0336759076fc7970 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/5a/cc/e811896a404292c28e9fc84e0b29f6a9adb611bfc725967e5192dbe2260af3f61feb8aa35b3d8f064f35aff4c5e9ff8b472c2f1ec3e5055a0b471e0f5009
npm ERR! errno ENOENT
npm ERR! enoent Invalid response body while trying to fetch https://registry.npmjs.org/d3-array: ENOENT: no such file or directory, stat '/cache/_cacache/content-v2/sha512/5a/cc/e811896a404292c28e9fc84e0b29f6a9adb611bfc725967e5192dbe2260af3f61feb8aa35b3d8f064f35aff4c5e9ff8b472c2f1ec3e5055a0b471e0f5009'
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-20T06_05_44_032Z-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.
Source code is licensed under the AGPL.