This run took 90 seconds.
$ date Tue Jan 25 09:54:19 UTC 2022 $ git clone file:///srv/git/VisualEditor-VisualEditor.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 6282889f44e3b634b11969bf18d406fd23ca77e5 refs/heads/master Attempting to npm audit fix $ npm audit fix --only=dev npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it! > mmmagic@0.5.3 install /src/repo/node_modules/mmmagic > node-gyp rebuild make: Entering directory '/src/repo/node_modules/mmmagic/build' CC(target) Release/obj.target/libmagic/deps/libmagic/src/apprentice.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/apptype.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/ascmagic.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/cdf.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/cdf_time.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/compress.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/der.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/encoding.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/fsmagic.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/funcs.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/is_tar.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/magic.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/print.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/readcdf.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/readelf.o ../deps/libmagic/src/readelf.c: In function ‘dophn_core’: ../deps/libmagic/src/readelf.c:1024:13: warning: ‘nh64.n_type’ may be used uninitialized in this function [-Wmaybe-uninitialized] Elf64_Nhdr nh64; ^~~~ ../deps/libmagic/src/readelf.c:1023:13: warning: ‘nh32.n_type’ may be used uninitialized in this function [-Wmaybe-uninitialized] Elf32_Nhdr nh32; ^~~~ ../deps/libmagic/src/readelf.c: In function ‘dophn_exec’: ../deps/libmagic/src/readelf.c:1024:13: warning: ‘nh64.n_type’ may be used uninitialized in this function [-Wmaybe-uninitialized] Elf64_Nhdr nh64; ^~~~ ../deps/libmagic/src/readelf.c:1023:13: warning: ‘nh32.n_type’ may be used uninitialized in this function [-Wmaybe-uninitialized] Elf32_Nhdr nh32; ^~~~ ../deps/libmagic/src/readelf.c: In function ‘doshn’: ../deps/libmagic/src/readelf.c:1024:13: warning: ‘nh64.n_type’ may be used uninitialized in this function [-Wmaybe-uninitialized] Elf64_Nhdr nh64; ^~~~ ../deps/libmagic/src/readelf.c:1023:13: warning: ‘nh32.n_type’ may be used uninitialized in this function [-Wmaybe-uninitialized] Elf32_Nhdr nh32; ^~~~ CC(target) Release/obj.target/libmagic/deps/libmagic/src/softmagic.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/fmtcheck.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/strlcat.o CC(target) Release/obj.target/libmagic/deps/libmagic/src/strlcpy.o AR(target) Release/obj.target/deps/libmagic/magic.a COPY Release/magic.a CXX(target) Release/obj.target/magic/src/binding.o ../src/binding.cc: In static member function ‘static void Magic::DetectFile(const Nan::FunctionCallbackInfo<v8::Value>&)’: ../src/binding.cc:184:59: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] (uv_after_work_cb)Magic::DetectAfter); ^~~~~~~~~~~ ../src/binding.cc: In static member function ‘static void Magic::Detect(const Nan::FunctionCallbackInfo<v8::Value>&)’: ../src/binding.cc:217:59: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type] (uv_after_work_cb)Magic::DetectAfter); ^~~~~~~~~~~ In file included from ../src/binding.cc:1: ../src/binding.cc: At global scope: /cache/node-gyp/10.24.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /cache/node-gyp/10.24.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/binding.cc:415:3: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(magic, init); ^~~~~~~~~~~ In file included from /cache/node-gyp/10.24.0/include/node/node.h:63, from ../src/binding.cc:1: /cache/node-gyp/10.24.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’: /cache/node-gyp/10.24.0/include/node/node_object_wrap.h:84:78: required from here /cache/node-gyp/10.24.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type] reinterpret_cast<Callback>(callback), type); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cache/node-gyp/10.24.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’: ../../nan/nan_object_wrap.h:65:61: required from here /cache/node-gyp/10.24.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type] SOLINK_MODULE(target) Release/obj.target/magic.node COPY Release/magic.node make: Leaving directory '/src/repo/node_modules/mmmagic/build' > core-js@3.19.1 postinstall /src/repo/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" [96mThank you for using core-js ([94m https://github.com/zloirock/core-js [96m) for polyfilling JavaScript standard library![0m [96mThe project needs your help! Please consider supporting of core-js:[0m [96m>[94m https://opencollective.com/core-js [0m [96m>[94m https://patreon.com/zloirock [0m [96m>[94m https://paypal.me/zloirock [0m [96m>[94m bitcoin: bc1qlea7544qtsmj2rayg0lthvza9fau63ux0fstcz [0m [96mAlso, the author of core-js ([94m https://github.com/zloirock [96m) is looking for a good job -)[0m npm WARN notsup Unsupported engine for fs-extra@10.0.0: wanted: {"node":">=12"} (current: {"node":"10.24.0","npm":"6.14.5"}) npm WARN notsup Not compatible with your version of node/npm: fs-extra@10.0.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) added 784 packages from 1188 contributors in 43.574s 125 packages are looking for funding run `npm fund` for details fixed 6 of 10 vulnerabilities in 785 scanned packages 4 vulnerabilities required manual review and could not be updated $ npm audit fix --only=dev npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) updated 1 package in 4.709s 125 packages are looking for funding run `npm fund` for details fixed 2 of 6 vulnerabilities in 785 scanned packages 4 vulnerabilities required manual review and could not be updated $ npm audit fix --only=dev npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) updated 1 package in 4.553s 125 packages are looking for funding run `npm fund` for details fixed 2 of 6 vulnerabilities in 785 scanned packages 4 vulnerabilities required manual review and could not be updated $ package-lock-lint package-lock.json Checking package-lock.json nanoid@3.1.30: "resolved" is not a valid URL: "" (relative URL without a base) 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 211, in npm_audit_fix self.check_package_lock() File "/venv/lib/python3.7/site-packages/runner-0.1.0-py3.7.egg/runner/__init__.py", line 268, in check_package_lock self.check_call(['package-lock-lint', 'package-lock.json']) 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 '['package-lock-lint', 'package-lock.json']' returned non-zero exit status 1.