$ date
Wed Feb 17 20:12:16 UTC 2021
$ git clone file:///srv/git/mediawiki-services-image-suggestion-api.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
1435f13a40b164144bfd3d1eb90d8e22b0d34796 refs/heads/master
$ npm i --package-lock-only
Traceback (most recent call last):
File "/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 1188, in main
libup.run(args.repo, args.output, args.branch)
File "/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 1109, in run
'npm': self.npm_audit(),
File "/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 135, in npm_audit
self.ensure_package_lock()
File "/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/ng.py", line 92, in ensure_package_lock
self.check_call(['npm', 'i', '--package-lock-only'])
File "/venv/lib/python3.7/site-packages/libup-0.0.1-py3.7.egg/libup/shell.py", line 38, in check_call
res.check_returncode()
File "/usr/lib/python3.7/subprocess.py", line 428, in check_returncode
self.stderr)
subprocess.CalledProcessError: Command '['npm', 'i', '--package-lock-only']' died with <Signals.SIGKILL: 9>.
.