This run took 7 seconds.
$ date Tue Dec 7 12:18:53 UTC 2021 $ git clone file:///srv/git/mediawiki-services-citoid.git repo --depth=1 -b master Cloning into 'repo'... $ git config user.name libraryupgrader $ git config user.email tools.libraryupgrader@tools.wmflabs.org $ git submodule update --init $ grr init Installed commit-msg hook. $ git show-ref refs/heads/master b619dc917b6ec73884d2ab4c966267daaf262a15 refs/heads/master Attempting to npm audit fix $ npm audit fix --only=dev npm ERR! code ELOCKVERIFY npm ERR! Errors were found in your package-lock.json, run npm install to fix them. npm ERR! Invalid: lock file's service-runner@2.8.1 does not satisfy service-runner@^2.8.4 npm ERR! A complete log of this run can be found in: npm ERR! /cache/_logs/2021-12-07T12_18_57_753Z-debug.log Traceback (most recent call last): File "/venv/lib/python3.7/site-packages/runner-0.1.0-py3.7.egg/runner/__init__.py", line 1374, in main libup.run(args.repo, args.output, args.branch) File "/venv/lib/python3.7/site-packages/runner-0.1.0-py3.7.egg/runner/__init__.py", line 1318, in run self.npm_audit_fix(new_npm_audit) File "/venv/lib/python3.7/site-packages/runner-0.1.0-py3.7.egg/runner/__init__.py", line 188, in npm_audit_fix self.check_call(['npm', 'audit', 'fix', '--only=dev']) File "/venv/lib/python3.7/site-packages/runner-0.1.0-py3.7.egg/runner/shell2.py", line 40, in check_call res.check_returncode() File "/usr/lib/python3.7/subprocess.py", line 428, in check_returncode self.stderr) subprocess.CalledProcessError: Command '['npm', 'audit', 'fix', '--only=dev']' returned non-zero exit status 1.