$ date
Fri Feb 26 11:40:00 UTC 2021
$ git clone file:///srv/git/mediawiki-extensions-BlueSpicePlayer.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
3aa37bf0db6eb6c5239036092abbdec1f16f4701 refs/heads/master
$ npm i --package-lock-only
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
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>.
.