*************************************** Started : Fri 14 May 2021 12:29:14 PM MST Running for user pi at /home/pi Failed to stop nodered.service: Unit nodered.service not loaded. Found global nodes: : WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Package 'nodered' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Now install nodejs Updating nodejs Not using nodesource.list WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Package 'nodejs-legacy' is not installed, so not removed Package 'nodejs' is not installed, so not removed Package 'npm' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. dpkg: warning: ignoring request to remove nodejs which isn't installed dpkg: warning: ignoring request to remove node which isn't installed WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Grab the LTS bundle WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.64.0-4+deb10u2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ## Installing the NodeSource Node.js 12.x repo... ## Populating apt-get cache... + apt-get update Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:2 http://archive.raspberrypi.org/debian buster InRelease Reading package lists... ## Confirming "buster" is supported... + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/buster/Release' ## Adding the NodeSource signing key to your keyring... + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null gpg: WARNING: unsafe ownership on homedir '/home/pi/.gnupg' ## Creating apt sources list file for the NodeSource Node.js 12.x repo... + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x buster main' > /etc/apt/sources.list.d/nodesource.list + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x buster main' >> /etc/apt/sources.list.d/nodesource.list ## Running `apt-get update` for you... + apt-get update Hit:1 http://archive.raspberrypi.org/debian buster InRelease Get:2 https://deb.nodesource.com/node_12.x buster InRelease [4,584 B] Get:3 https://deb.nodesource.com/node_12.x buster/main armhf Packages [773 B] Hit:4 http://raspbian.raspberrypi.org/raspbian buster InRelease Fetched 5,357 B in 6s (853 B/s) Reading package lists... ## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm ## You may also need development tools to build native addons: sudo apt-get install gcc g++ make ## To install the Yarn package manager, run: curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: nodejs 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 16.0 MB of archives. After this operation, 85.9 MB of additional disk space will be used. Get:1 https://deb.nodesource.com/node_12.x buster/main armhf nodejs armhf 12.22.1-1nodesource1 [16.0 MB] Fetched 16.0 MB in 4s (4,243 kB/s) Selecting previously unselected package nodejs. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 98659 files and directories currently installed.) Preparing to unpack .../nodejs_12.22.1-1nodesource1_armhf.deb ... Unpacking nodejs (12.22.1-1nodesource1) ... Setting up nodejs (12.22.1-1nodesource1) ... Processing triggers for man-db (2.8.5-2) ... Versions: node:v12.22.1 npm:6.14.12 npm WARN using --force I sure hope you know what you are doing. Now install Node-RED npm WARN deprecated bcrypt@3.0.6: versions < v5.0.0 do not handle NUL in passwords properly npm WARN deprecated node-pre-gyp@0.12.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future npm WARN deprecated request@2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated bcrypt@3.0.8: versions < v5.0.0 do not handle NUL in passwords properly npm WARN deprecated node-pre-gyp@0.14.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future /usr/bin/node-red -> /usr/lib/node_modules/node-red/red.js /usr/bin/node-red-pi -> /usr/lib/node_modules/node-red/bin/node-red-pi > bcrypt@3.0.6 install /usr/lib/node_modules/node-red/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.6/bcrypt_lib-v3.0.6-node-v72-linux-arm-glibc.tar.gz node-pre-gyp WARN Pre-built binaries not found for bcrypt@3.0.6 and node@12.22.1 (node-v72 ABI, glibc) (falling back to source compile with node-gyp) make: Entering directory '/usr/lib/node_modules/node-red/node_modules/bcrypt/build' CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o In file included from ../src/bcrypt_node.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2232:62: 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] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from ../../nan/nan.h:53, from ../src/bcrypt_node.cc:1: ../src/bcrypt_node.cc: At global scope: /root/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /root/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/bcrypt_node.cc:378:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(bcrypt_lib, init); ^~~~~~~~~~~ SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node COPY Release/bcrypt_lib.node COPY /usr/lib/node_modules/node-red/node_modules/bcrypt/lib/binding/bcrypt_lib.node TOUCH Release/obj.target/action_after_build.stamp make: Leaving directory '/usr/lib/node_modules/node-red/node_modules/bcrypt/build' > bcrypt@3.0.8 install /usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.8/bcrypt_lib-v3.0.8-node-v72-linux-arm-glibc.tar.gz node-pre-gyp WARN Pre-built binaries not found for bcrypt@3.0.8 and node@12.22.1 (node-v72 ABI, glibc) (falling back to source compile with node-gyp) make: Entering directory '/usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt/build' CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o In file included from ../src/bcrypt_node.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2298:62: 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] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from ../../nan/nan.h:54, from ../src/bcrypt_node.cc:1: ../src/bcrypt_node.cc: At global scope: /root/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /root/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/bcrypt_node.cc:359:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(bcrypt_lib, init); ^~~~~~~~~~~ SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node COPY Release/bcrypt_lib.node COPY /usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt/lib/binding/bcrypt_lib.node TOUCH Release/obj.target/action_after_build.stamp make: Leaving directory '/usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt/build' + node-red@1.3.4 added 350 packages from 316 contributors in 59.863s 1.3.4 Now create basic package.json for the user and move any global nodes Installing extra nodes: node-red-node-pi-gpio@latest node-red-node-random@latest node-red-node-ping@latest node-red-contrib-play-audio@latest node-red-node-smooth@latest node-red-node-serialport@latest : > @serialport/bindings@9.0.7 install /home/pi/.node-red/node_modules/@serialport/bindings > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild prebuild-install WARN install No prebuilt binaries found (target=12.22.1 runtime=node arch=arm libc= platform=linux) make: Entering directory '/home/pi/.node-red/node_modules/@serialport/bindings/build' CXX(target) Release/obj.target/bindings/src/serialport.o ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:78:69: 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_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen); ^~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:135:71: 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_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate); ^~~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:175:70: 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_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose); ^~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:215:70: 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_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush); ^~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:271:68: 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_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet); ^~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:316:68: 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_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet); ^~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:366:76: 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_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate); ^~~~~~~~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:412:70: 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_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain); ^~~~~~~~~~~~~~ ../src/serialport.cpp: At global scope: ../src/serialport.cpp:433:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses] SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local& v8str)) { ^ ../src/serialport.cpp:452:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses] SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) { ^ In file included from ../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/serialport.cpp:486:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(serialport, init); ^~~~~~~~~~~ CXX(target) Release/obj.target/bindings/src/serialport_unix.o ../src/serialport_unix.cpp: In function ‘int setup(int, OpenBaton*)’: ../src/serialport_unix.cpp:176:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~ ../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/serialport_unix.cpp: In function ‘void EIO_Open(uv_work_t*)’: ../src/serialport_unix.cpp:86:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CXX(target) Release/obj.target/bindings/src/poller.o CXX(target) Release/obj.target/bindings/src/serialport_linux.o SOLINK_MODULE(target) Release/obj.target/bindings.node COPY Release/bindings.node make: Leaving directory '/home/pi/.node-red/node_modules/@serialport/bindings/build' npm notice created a lockfile as package-lock.json. You should commit this file. + node-red-node-serialport@0.14.0 + node-red-contrib-play-audio@2.5.0 + node-red-node-pi-gpio@1.2.3 + node-red-node-smooth@0.1.2 + node-red-node-random@0.4.0 + node-red-node-ping@0.3.1 added 81 packages from 51 contributors in 20.271s > @serialport/bindings@9.0.7 install /home/pi/.node-red/node_modules/@serialport/bindings > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild prebuild-install WARN install No prebuilt binaries found (target=12.22.1 runtime=node arch=arm libc= platform=linux) make: Entering directory '/home/pi/.node-red/node_modules/@serialport/bindings/build' CXX(target) Release/obj.target/bindings/src/serialport.o ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:78:69: 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_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen); ^~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:135:71: 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_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate); ^~~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:175:70: 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_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose); ^~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:215:70: 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_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush); ^~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:271:68: 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_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet); ^~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:316:68: 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_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet); ^~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:366:76: 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_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate); ^~~~~~~~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:412:70: 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_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain); ^~~~~~~~~~~~~~ ../src/serialport.cpp: At global scope: ../src/serialport.cpp:433:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses] SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local& v8str)) { ^ ../src/serialport.cpp:452:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses] SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) { ^ In file included from ../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/serialport.cpp:486:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(serialport, init); ^~~~~~~~~~~ CXX(target) Release/obj.target/bindings/src/serialport_unix.o ../src/serialport_unix.cpp: In function ‘int setup(int, OpenBaton*)’: ../src/serialport_unix.cpp:176:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~ ../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/serialport_unix.cpp: In function ‘void EIO_Open(uv_work_t*)’: ../src/serialport_unix.cpp:86:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CXX(target) Release/obj.target/bindings/src/poller.o CXX(target) Release/obj.target/bindings/src/serialport_linux.o SOLINK_MODULE(target) Release/obj.target/bindings.node COPY Release/bindings.node make: Leaving directory '/home/pi/.node-red/node_modules/@serialport/bindings/build' node-red-contrib-play-audio@2.5.0 /home/pi/.node-red/node_modules/node-red-contrib-play-audio node-red-node-pi-gpio@1.2.3 /home/pi/.node-red/node_modules/node-red-node-pi-gpio node-red-node-ping@0.3.1 /home/pi/.node-red/node_modules/node-red-node-ping node-red-node-random@0.4.0 /home/pi/.node-red/node_modules/node-red-node-random node-red-node-serialport@0.14.0 /home/pi/.node-red/node_modules/node-red-node-serialport serialport@9.0.7 /home/pi/.node-red/node_modules/serialport @serialport/binding-mock@9.0.7 /home/pi/.node-red/node_modules/@serialport/binding-mock @serialport/binding-abstract@9.0.7 /home/pi/.node-red/node_modules/@serialport/binding-abstract debug@4.3.1 /home/pi/.node-red/node_modules/debug ms@2.1.2 /home/pi/.node-red/node_modules/ms @serialport/bindings@9.0.7 /home/pi/.node-red/node_modules/@serialport/bindings @serialport/parser-readline@9.0.7 /home/pi/.node-red/node_modules/@serialport/parser-readline @serialport/parser-delimiter@9.0.7 /home/pi/.node-red/node_modules/@serialport/parser-delimiter bindings@1.5.0 /home/pi/.node-red/node_modules/bindings file-uri-to-path@1.0.0 /home/pi/.node-red/node_modules/file-uri-to-path nan@2.14.2 /home/pi/.node-red/node_modules/nan prebuild-install@6.1.2 /home/pi/.node-red/node_modules/prebuild-install detect-libc@1.0.3 /home/pi/.node-red/node_modules/detect-libc expand-template@2.0.3 /home/pi/.node-red/node_modules/expand-template github-from-package@0.0.0 /home/pi/.node-red/node_modules/github-from-package minimist@1.2.5 /home/pi/.node-red/node_modules/minimist mkdirp-classic@0.5.3 /home/pi/.node-red/node_modules/mkdirp-classic napi-build-utils@1.0.2 /home/pi/.node-red/node_modules/napi-build-utils node-abi@2.26.0 /home/pi/.node-red/node_modules/node-abi semver@5.7.1 /home/pi/.node-red/node_modules/semver noop-logger@0.1.1 /home/pi/.node-red/node_modules/noop-logger npmlog@4.1.2 /home/pi/.node-red/node_modules/npmlog are-we-there-yet@1.1.5 /home/pi/.node-red/node_modules/are-we-there-yet delegates@1.0.0 /home/pi/.node-red/node_modules/delegates readable-stream@2.3.7 /home/pi/.node-red/node_modules/readable-stream core-util-is@1.0.2 /home/pi/.node-red/node_modules/core-util-is inherits@2.0.4 /home/pi/.node-red/node_modules/inherits isarray@1.0.0 /home/pi/.node-red/node_modules/isarray process-nextick-args@2.0.1 /home/pi/.node-red/node_modules/process-nextick-args safe-buffer@5.1.2 /home/pi/.node-red/node_modules/safe-buffer string_decoder@1.1.1 /home/pi/.node-red/node_modules/string_decoder util-deprecate@1.0.2 /home/pi/.node-red/node_modules/util-deprecate console-control-strings@1.1.0 /home/pi/.node-red/node_modules/console-control-strings gauge@2.7.4 /home/pi/.node-red/node_modules/gauge aproba@1.2.0 /home/pi/.node-red/node_modules/aproba has-unicode@2.0.1 /home/pi/.node-red/node_modules/has-unicode object-assign@4.1.1 /home/pi/.node-red/node_modules/object-assign signal-exit@3.0.3 /home/pi/.node-red/node_modules/signal-exit string-width@1.0.2 /home/pi/.node-red/node_modules/string-width code-point-at@1.1.0 /home/pi/.node-red/node_modules/code-point-at is-fullwidth-code-point@1.0.0 /home/pi/.node-red/node_modules/is-fullwidth-code-point number-is-nan@1.0.1 /home/pi/.node-red/node_modules/number-is-nan strip-ansi@3.0.1 /home/pi/.node-red/node_modules/strip-ansi ansi-regex@2.1.1 /home/pi/.node-red/node_modules/ansi-regex wide-align@1.1.3 /home/pi/.node-red/node_modules/wide-align set-blocking@2.0.0 /home/pi/.node-red/node_modules/set-blocking pump@3.0.0 /home/pi/.node-red/node_modules/pump end-of-stream@1.4.4 /home/pi/.node-red/node_modules/end-of-stream once@1.4.0 /home/pi/.node-red/node_modules/once wrappy@1.0.2 /home/pi/.node-red/node_modules/wrappy rc@1.2.8 /home/pi/.node-red/node_modules/rc deep-extend@0.6.0 /home/pi/.node-red/node_modules/deep-extend ini@1.3.8 /home/pi/.node-red/node_modules/ini strip-json-comments@2.0.1 /home/pi/.node-red/node_modules/strip-json-comments simple-get@3.1.0 /home/pi/.node-red/node_modules/simple-get decompress-response@4.2.1 /home/pi/.node-red/node_modules/decompress-response mimic-response@2.1.0 /home/pi/.node-red/node_modules/mimic-response simple-concat@1.0.1 /home/pi/.node-red/node_modules/simple-concat tar-fs@2.1.1 /home/pi/.node-red/node_modules/tar-fs chownr@1.1.4 /home/pi/.node-red/node_modules/chownr tar-stream@2.2.0 /home/pi/.node-red/node_modules/tar-stream bl@4.1.0 /home/pi/.node-red/node_modules/bl buffer@5.7.1 /home/pi/.node-red/node_modules/buffer base64-js@1.5.1 /home/pi/.node-red/node_modules/base64-js ieee754@1.2.1 /home/pi/.node-red/node_modules/ieee754 readable-stream@3.6.0 /home/pi/.node-red/node_modules/bl/node_modules/readable-stream fs-constants@1.0.0 /home/pi/.node-red/node_modules/fs-constants readable-stream@3.6.0 /home/pi/.node-red/node_modules/tar-stream/node_modules/readable-stream tunnel-agent@0.6.0 /home/pi/.node-red/node_modules/tunnel-agent @serialport/parser-byte-length@9.0.7 /home/pi/.node-red/node_modules/@serialport/parser-byte-length @serialport/parser-cctalk@9.0.7 /home/pi/.node-red/node_modules/@serialport/parser-cctalk @serialport/parser-inter-byte-timeout@9.0.7 /home/pi/.node-red/node_modules/@serialport/parser-inter-byte-timeout @serialport/parser-ready@9.0.7 /home/pi/.node-red/node_modules/@serialport/parser-ready @serialport/parser-regex@9.0.7 /home/pi/.node-red/node_modules/@serialport/parser-regex @serialport/stream@9.0.7 /home/pi/.node-red/node_modules/@serialport/stream node-red-node-smooth@0.1.2 /home/pi/.node-red/node_modules/node-red-node-smooth Now add the shortcut and start/stop/log scripts to the menu Now add systemd script and configure it for pi ln: failed to create symbolic link '/usr/bin/python': File exists Now add launcher to top bar, add cpu temp example, make sure ping works The user `pi' is already a member of `gpio'. Memory : 3.8G Finished : Fri 14 May 2021 12:29:14 PM MST *************************************** Started : Sat 15 May 2021 08:42:52 AM MST Running for user pi at /home/pi Found global nodes: : WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Package 'nodered' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Already have nodejs v12.22.1 Now install nodejs OLD nodejs 12 :: NEW nodejs 14 :: Installing nodejs 14 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Package 'npm' is not installed, so not removed The following packages will be REMOVED: nodejs 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 85.9 MB disk space will be freed. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 103543 files and directories currently installed.) Removing nodejs (12.22.1-1nodesource1) ... dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator' not empty so not removed Processing triggers for man-db (2.8.5-2) ... dpkg: warning: ignoring request to remove nodejs which isn't installed dpkg: warning: ignoring request to remove node which isn't installed WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Grab the LTS bundle WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.64.0-4+deb10u2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ## Installing the NodeSource Node.js 14.x repo... ## Populating apt-get cache... + apt-get update Hit:1 https://deb.nodesource.com/node_12.x buster InRelease Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB] Get:3 http://archive.raspberrypi.org/debian buster InRelease [32.9 kB] Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [376 kB] Fetched 423 kB in 7s (61.2 kB/s) Reading package lists... ## Confirming "buster" is supported... + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_14.x/dists/buster/Release' ## Adding the NodeSource signing key to your keyring... + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null gpg: WARNING: unsafe ownership on homedir '/home/pi/.gnupg' ## Creating apt sources list file for the NodeSource Node.js 14.x repo... + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main' > /etc/apt/sources.list.d/nodesource.list + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main' >> /etc/apt/sources.list.d/nodesource.list ## Running `apt-get update` for you... + apt-get update Get:1 https://deb.nodesource.com/node_14.x buster InRelease [4,584 B] Hit:2 http://archive.raspberrypi.org/debian buster InRelease Get:3 https://deb.nodesource.com/node_14.x buster/main armhf Packages [774 B] Hit:4 http://raspbian.raspberrypi.org/raspbian buster InRelease Fetched 5,358 B in 6s (948 B/s) Reading package lists... ## Run `sudo apt-get install -y nodejs` to install Node.js 14.x and npm ## You may also need development tools to build native addons: sudo apt-get install gcc g++ make ## To install the Yarn package manager, run: curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: nodejs 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 22.8 MB of archives. After this operation, 114 MB of additional disk space will be used. Get:1 https://deb.nodesource.com/node_14.x buster/main armhf nodejs armhf 14.17.0-1nodesource1 [22.8 MB] Fetched 22.8 MB in 6s (3,685 kB/s) Selecting previously unselected package nodejs. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 98659 files and directories currently installed.) Preparing to unpack .../nodejs_14.17.0-1nodesource1_armhf.deb ... Unpacking nodejs (14.17.0-1nodesource1) ... Setting up nodejs (14.17.0-1nodesource1) ... Processing triggers for man-db (2.8.5-2) ... Versions: node:v14.17.0 npm:6.14.13 npm WARN using --force I sure hope you know what you are doing. Now install Node-RED npm WARN deprecated bcrypt@3.0.6: versions < v5.0.0 do not handle NUL in passwords properly npm WARN deprecated node-pre-gyp@0.12.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future npm WARN deprecated request@2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated bcrypt@3.0.8: versions < v5.0.0 do not handle NUL in passwords properly npm WARN deprecated node-pre-gyp@0.14.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future /usr/bin/node-red -> /usr/lib/node_modules/node-red/red.js /usr/bin/node-red-pi -> /usr/lib/node_modules/node-red/bin/node-red-pi > bcrypt@3.0.6 install /usr/lib/node_modules/node-red/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.6/bcrypt_lib-v3.0.6-node-v83-linux-arm-glibc.tar.gz node-pre-gyp WARN Pre-built binaries not found for bcrypt@3.0.6 and node@14.17.0 (node-v83 ABI, glibc) (falling back to source compile with node-gyp) make: Entering directory '/usr/lib/node_modules/node-red/node_modules/bcrypt/build' CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o In file included from ../src/bcrypt_node.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2232:62: 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] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from ../../nan/nan.h:53, from ../src/bcrypt_node.cc:1: ../src/bcrypt_node.cc: At global scope: /root/.cache/node-gyp/14.17.0/include/node/node.h:758:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /root/.cache/node-gyp/14.17.0/include/node/node.h:792:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/bcrypt_node.cc:378:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(bcrypt_lib, init); ^~~~~~~~~~~ SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node COPY Release/bcrypt_lib.node COPY /usr/lib/node_modules/node-red/node_modules/bcrypt/lib/binding/bcrypt_lib.node TOUCH Release/obj.target/action_after_build.stamp make: Leaving directory '/usr/lib/node_modules/node-red/node_modules/bcrypt/build' > bcrypt@3.0.8 install /usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.8/bcrypt_lib-v3.0.8-node-v83-linux-arm-glibc.tar.gz node-pre-gyp WARN Pre-built binaries not found for bcrypt@3.0.8 and node@14.17.0 (node-v83 ABI, glibc) (falling back to source compile with node-gyp) make: Entering directory '/usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt/build' CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o In file included from ../src/bcrypt_node.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2298:62: 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] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from ../../nan/nan.h:54, from ../src/bcrypt_node.cc:1: ../src/bcrypt_node.cc: At global scope: /root/.cache/node-gyp/14.17.0/include/node/node.h:758:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /root/.cache/node-gyp/14.17.0/include/node/node.h:792:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/bcrypt_node.cc:359:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(bcrypt_lib, init); ^~~~~~~~~~~ SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node COPY Release/bcrypt_lib.node COPY /usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt/lib/binding/bcrypt_lib.node TOUCH Release/obj.target/action_after_build.stamp make: Leaving directory '/usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt/build' + node-red@1.3.4 added 350 packages from 316 contributors in 60.363s 1.3.4 Now create basic package.json for the user and move any global nodes > @serialport/bindings@2.0.8 install /home/pi/.node-red/node_modules/ncd-red-comm/node_modules/@serialport/bindings > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild prebuild-install WARN install No prebuilt binaries found (target=14.17.0 runtime=node arch=arm libc= platform=linux) make: Entering directory '/home/pi/.node-red/node_modules/ncd-red-comm/node_modules/@serialport/bindings/build' CXX(target) Release/obj.target/bindings/src/serialport.o ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:78:69: 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_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen); ^~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:135:71: 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_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate); ^~~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:175:70: 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_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose); ^~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:215:70: 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_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush); ^~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:270:68: 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_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet); ^~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:314:68: 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_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet); ^~~~~~~~~~~~ ../src/serialport.cpp: In function ‘void EIO_AfterGet(uv_work_t*)’: ../src/serialport.cpp:329:96: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ results->Set(Nan::New("cts").ToLocalChecked(), Nan::New(data->cts)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../../../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../src/serialport.cpp:330:96: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ results->Set(Nan::New("dsr").ToLocalChecked(), Nan::New(data->dsr)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../../../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../src/serialport.cpp:331:96: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ results->Set(Nan::New("dcd").ToLocalChecked(), Nan::New(data->dcd)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../../../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:363:76: 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_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate); ^~~~~~~~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘void EIO_AfterGetBaudRate(uv_work_t*)’: ../src/serialport.cpp:378:106: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::IntegerFactory::return_t)’ results->Set(Nan::New("baudRate").ToLocalChecked(), Nan::New(data->baudRate)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../../../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:409:70: 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_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain); ^~~~~~~~~~~~~~ ../src/serialport.cpp: At global scope: ../src/serialport.cpp:430:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses] SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local& v8str)) { ^ ../src/serialport.cpp:449:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses] SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) { ^ In file included from ../../../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1: /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:758:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:792:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/serialport.cpp:483:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(serialport, init); ^~~~~~~~~~~ make: *** [bindings.target.mk:112: Release/obj.target/bindings/src/serialport.o] Error 1 make: Leaving directory '/home/pi/.node-red/node_modules/ncd-red-comm/node_modules/@serialport/bindings/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:376:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Linux 5.10.17-v7l+ gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/pi/.node-red/node_modules/ncd-red-comm/node_modules/@serialport/bindings gyp ERR! node -v v14.17.0 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! @serialport/bindings@2.0.8 install: `prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @serialport/bindings@2.0.8 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2021-05-15T15_45_23_281Z-debug.log Installing extra nodes: node-red-node-pi-gpio@latest node-red-node-random@latest node-red-node-ping@latest node-red-contrib-play-audio@latest node-red-node-smooth@latest node-red-node-serialport@latest : > fs-ext@0.5.0 install /home/pi/.node-red/node_modules/fs-ext > node-gyp configure build make: Entering directory '/home/pi/.node-red/node_modules/fs-ext/build' CXX(target) Release/obj.target/fs-ext/fs-ext.o ../fs-ext.cc: In function ‘void EIO_After(uv_work_t*)’: ../fs-ext.cc:108:20: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] argv[0] = Nan::NanErrnoException(store_data->error); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:108:55: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] argv[0] = Nan::NanErrnoException(store_data->error); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:108:55: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] argv[0] = Nan::NanErrnoException(store_data->error); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:129:140: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::IntegerFactory::return_t)’ statvfs_result->Set(Nan::New(f_namemax_symbol), Nan::New(static_cast(store_data->statvfs_buf.f_namemax))); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:130:136: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::IntegerFactory::return_t)’ statvfs_result->Set(Nan::New(f_bsize_symbol), Nan::New(static_cast(store_data->statvfs_buf.f_bsize))); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:131:138: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::IntegerFactory::return_t)’ statvfs_result->Set(Nan::New(f_frsize_symbol), Nan::New(static_cast(store_data->statvfs_buf.f_frsize))); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:132:114: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ statvfs_result->Set(Nan::New(f_blocks_symbol), Nan::New(store_data->statvfs_buf.f_blocks)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:133:114: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ statvfs_result->Set(Nan::New(f_bavail_symbol), Nan::New(store_data->statvfs_buf.f_bavail)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:134:112: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ statvfs_result->Set(Nan::New(f_bfree_symbol), Nan::New(store_data->statvfs_buf.f_bfree)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:135:112: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ statvfs_result->Set(Nan::New(f_files_symbol), Nan::New(store_data->statvfs_buf.f_files)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:136:114: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ statvfs_result->Set(Nan::New(f_favail_symbol), Nan::New(store_data->statvfs_buf.f_favail)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:137:112: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ statvfs_result->Set(Nan::New(f_ffree_symbol), Nan::New(store_data->statvfs_buf.f_ffree)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:153:34: warning: ‘v8::Local Nan::Callback::Call(int, v8::Local*) const’ is deprecated [-Wdeprecated-declarations] store_data->cb->Call(argc, argv); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1742:3: note: declared here Call(int argc, v8::Local argv[]) const { ^~~~ ../fs-ext.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flock(Nan::NAN_METHOD_ARGS_TYPE)’: ../fs-ext.cc:281:40: error: no matching function for call to ‘v8::Value::Int32Value()’ flock_data->fd = info[0]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:282:42: error: no matching function for call to ‘v8::Value::Int32Value()’ flock_data->oper = info[1]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:288:72: 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_queue_work(uv_default_loop(), req, EIO_Flock, (uv_after_work_cb)EIO_After); ^~~~~~~~~ ../fs-ext.cc:297:45: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (i != 0) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:297:68: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (i != 0) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:297:68: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (i != 0) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Seek(Nan::NAN_METHOD_ARGS_TYPE)’: ../fs-ext.cc:332:32: error: no matching function for call to ‘v8::Value::Int32Value()’ int fd = info[0]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:317:74: error: no matching function for call to ‘v8::Value::NumberValue()’ if (!(a)->IsUndefined() && !(a)->IsNull() && !IsInt64((a)->NumberValue())) { \ ^ ../fs-ext.cc:333:3: note: in expansion of macro ‘ASSERT_OFFSET’ ASSERT_OFFSET(info[1]); ^~~~~~~~~~~~~ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2861:39: note: candidate: ‘v8::Maybe v8::Value::NumberValue(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe NumberValue(Local context) const; ^~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2861:39: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:320:60: error: no matching function for call to ‘v8::Value::IntegerValue()’ #define GET_OFFSET(a) ((a)->IsNumber() ? (a)->IntegerValue() : -1) ^ ../fs-ext.cc:334:16: note: in expansion of macro ‘GET_OFFSET’ off_t offs = GET_OFFSET(info[1]); ^~~~~~~~~~ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2863:40: note: candidate: ‘v8::Maybe v8::Value::IntegerValue(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe IntegerValue( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2863:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:335:36: error: no matching function for call to ‘v8::Value::Int32Value()’ int whence = info[2]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:339:56: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (offs_result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:339:79: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (offs_result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:339:79: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (offs_result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:354:69: 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_queue_work(uv_default_loop(), req, EIO_Seek, (uv_after_work_cb)EIO_After); ^~~~~~~~~ ../fs-ext.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Fcntl(Nan::NAN_METHOD_ARGS_TYPE)’: ../fs-ext.cc:369:32: error: no matching function for call to ‘v8::Value::Int32Value()’ int fd = info[0]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:370:33: error: no matching function for call to ‘v8::Value::Int32Value()’ int cmd = info[1]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:371:33: error: no matching function for call to ‘v8::Value::Int32Value()’ int arg = info[2]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:375:51: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:375:74: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:375:74: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:390:70: 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_queue_work(uv_default_loop(), req, EIO_Fcntl, (uv_after_work_cb)EIO_After); ^~~~~~~~~ ../fs-ext.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE UTime(Nan::NAN_METHOD_ARGS_TYPE)’: ../fs-ext.cc:423:44: error: no matching function for call to ‘v8::Value::ToString()’ String::Utf8Value path(info[0]->ToString()); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:424:40: error: no matching function for call to ‘v8::Value::IntegerValue()’ time_t atime = info[1]->IntegerValue(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2863:40: note: candidate: ‘v8::Maybe v8::Value::IntegerValue(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe IntegerValue( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2863:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:425:40: error: no matching function for call to ‘v8::Value::IntegerValue()’ time_t mtime = info[2]->IntegerValue(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2863:40: note: candidate: ‘v8::Maybe v8::Value::IntegerValue(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe IntegerValue( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2863:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:433:47: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "utime", "", *path)); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:433:90: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "utime", "", *path)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:433:90: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "utime", "", *path)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:448:70: 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_queue_work(uv_default_loop(), req, EIO_UTime, (uv_after_work_cb)EIO_After); ^~~~~~~~~ ../fs-ext.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE StatVFS(Nan::NAN_METHOD_ARGS_TYPE)’: ../fs-ext.cc:462:44: error: no matching function for call to ‘v8::Value::ToString()’ String::Utf8Value path(info[0]->ToString()); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:469:47: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "statvfs", "", *path)); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:469:92: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "statvfs", "", *path)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:469:92: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "statvfs", "", *path)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:471:108: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::IntegerFactory::return_t)’ result->Set(Nan::New(f_namemax_symbol), Nan::New(static_cast(buf.f_namemax))); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:472:104: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::IntegerFactory::return_t)’ result->Set(Nan::New(f_bsize_symbol), Nan::New(static_cast(buf.f_bsize))); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:473:106: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::IntegerFactory::return_t)’ result->Set(Nan::New(f_frsize_symbol), Nan::New(static_cast(buf.f_frsize))); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:475:82: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ result->Set(Nan::New(f_blocks_symbol), Nan::New(buf.f_blocks)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:476:82: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ result->Set(Nan::New(f_bavail_symbol), Nan::New(buf.f_bavail)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:477:80: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ result->Set(Nan::New(f_bfree_symbol), Nan::New(buf.f_bfree)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:479:80: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ result->Set(Nan::New(f_files_symbol), Nan::New(buf.f_files)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:480:82: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ result->Set(Nan::New(f_favail_symbol), Nan::New(buf.f_favail)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:481:80: error: no matching function for call to ‘v8::Object::Set(v8::Local, Nan::imp::FactoryBase::return_t)’ result->Set(Nan::New(f_ffree_symbol), Nan::New(buf.f_ffree)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided ../fs-ext.cc:497:71: 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_queue_work(uv_default_loop(), req, EIO_StatVFS,(uv_after_work_cb)EIO_After); ^~~~~~~~~ ../fs-ext.cc: In function ‘void init(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’: ../fs-ext.cc:551:104: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ target->Set(Nan::New("seek").ToLocalChecked(), Nan::New(Seek)->GetFunction()); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:552:106: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ target->Set(Nan::New("fcntl").ToLocalChecked(), Nan::New(Fcntl)->GetFunction()); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:553:106: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ target->Set(Nan::New("flock").ToLocalChecked(), Nan::New(Flock)->GetFunction()); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:554:106: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ target->Set(Nan::New("utime").ToLocalChecked(), Nan::New(UTime)->GetFunction()); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:555:110: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ target->Set(Nan::New("statVFS").ToLocalChecked(), Nan::New(StatVFS)->GetFunction()); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate expects 1 argument, 0 provided In file included from ../fs-ext.cc:20: ../fs-ext.cc: At global scope: /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:758:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:792:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../fs-ext.cc:572:3: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(fs_ext, init) ^~~~~~~~~~~ make: *** [fs-ext.target.mk:109: Release/obj.target/fs-ext/fs-ext.o] Error 1 make: Leaving directory '/home/pi/.node-red/node_modules/fs-ext/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:376:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Linux 5.10.17-v7l+ gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build" gyp ERR! cwd /home/pi/.node-red/node_modules/fs-ext gyp ERR! node -v v14.17.0 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok > snappy@5.0.5 install /home/pi/.node-red/node_modules/snappy > node-gyp rebuild make: Entering directory '/home/pi/.node-red/node_modules/snappy/build' CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy-sinksource.o CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy-stubs-internal.o CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy.o AR(target) Release/obj.target/deps/snappy/snappy.a COPY Release/snappy.a CXX(target) Release/obj.target/binding/src/binding.o In file included from ../node_modules/nan/nan.h:190, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe Nan::ForceSet(v8::Local, v8::Local, v8::Local, v8::PropertyAttribute)’: ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’ return obj->ForceSet(GetCurrentContext(), key, value, attribs); ^~~~~~~~ In file included from ../node_modules/nan/nan_converters.h:59, from ../node_modules/nan/nan.h:195, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ToFactoryBase::return_t Nan::imp::ToFactory::convert(v8::Local)’: ../node_modules/nan/nan_converters_43_inl.h:15:45: error: no matching function for call to ‘v8::Value::ToBoolean(v8::Local)’ return val->To ## TYPE(GetCurrentContext()); \ ^ ../node_modules/nan/nan_converters_43_inl.h:18:1: note: in expansion of macro ‘X’ X(Boolean) ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2848:18: note: candidate: ‘v8::Local v8::Value::ToBoolean(v8::Isolate*) const’ Local ToBoolean(Isolate* isolate) const; ^~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2848:18: note: no known conversion for argument 1 from ‘v8::Local’ to ‘v8::Isolate*’ In file included from ../node_modules/nan/nan_converters.h:59, from ../node_modules/nan/nan.h:195, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ValueFactoryBase::return_t Nan::imp::ToFactory::convert(v8::Local)’: ../node_modules/nan/nan_converters_43_inl.h:31:48: error: no matching function for call to ‘v8::Value::BooleanValue(v8::Local)’ return val->NAME ## Value(GetCurrentContext()); \ ^ ../node_modules/nan/nan_converters_43_inl.h:34:1: note: in expansion of macro ‘X’ X(bool, Boolean) ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2858:8: note: candidate: ‘bool v8::Value::BooleanValue(v8::Isolate*) const’ bool BooleanValue(Isolate* isolate) const; ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2858:8: note: no known conversion for argument 1 from ‘v8::Local’ to ‘v8::Isolate*’ In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase::return_t Nan::imp::Factory::New(Nan::FunctionCallback, v8::Local)’: ../node_modules/nan/nan_implementation_12_inl.h:109:32: error: no matching function for call to ‘v8::Function::New(v8::Isolate*&, void (&)(const v8::FunctionCallbackInfo&), v8::Local&)’ , obj)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:4445:31: note: candidate: ‘static v8::MaybeLocal v8::Function::New(v8::Local, v8::FunctionCallback, v8::Local, int, v8::ConstructorBehavior, v8::SideEffectType)’ static MaybeLocal New( ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:4445:31: note: no known conversion for argument 1 from ‘v8::Isolate*’ to ‘v8::Local’ In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase::return_t Nan::imp::Factory::New(v8::Local)’: ../node_modules/nan/nan_implementation_12_inl.h:345:37: error: no matching function for call to ‘v8::StringObject::New(v8::Local&)’ return v8::StringObject::New(value).As(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:5854:23: note: candidate: ‘static v8::Local v8::StringObject::New(v8::Isolate*, v8::Local)’ static Local New(Isolate* isolate, Local value); ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:5854:23: note: candidate expects 2 arguments, 1 provided In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_implementation_12_inl.h:345:58: error: expected primary-expression before ‘>’ token return v8::StringObject::New(value).As(); ^ ../node_modules/nan/nan_implementation_12_inl.h:345:60: error: expected primary-expression before ‘)’ token return v8::StringObject::New(value).As(); ^ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’: ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, func, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:191:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, func, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:191:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’: ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, symbol, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:184:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, symbol, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:184:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, const char*, int, v8::Local*)’: ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, const char*, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, method, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:177:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, const char*, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, method, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:177:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local)’: ../node_modules/nan/nan.h:890:53: error: no matching function for call to ‘v8::Value::ToString()’ v8::Local string = from->ToString(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate expects 1 argument, 0 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:900:74: error: no matching function for call to ‘v8::String::WriteUtf8(char*&, int, int, const int&)’ length_ = string->WriteUtf8(str_, static_cast(len), 0, flags); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3037:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘bool Nan::Callback::operator==(const Nan::Callback&) const’: ../node_modules/nan/nan.h:1371:61: error: no matching function for call to ‘v8::Object::Get(const uint32_t&)’ v8::Local a = New(handle)->Get(kCallbackIndex); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:1372:67: error: no matching function for call to ‘v8::Object::Get(const uint32_t&)’ v8::Local b = New(other.handle)->Get(kCallbackIndex); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::Callback::GetFunction() const’: ../node_modules/nan/nan.h:1403:56: error: no matching function for call to ‘v8::Object::Get(const uint32_t&)’ return scope.Escape(New(handle)->Get(kCallbackIndex) ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:1404:25: error: expected primary-expression before ‘>’ token .As()); ^ ../node_modules/nan/nan.h:1404:27: error: expected primary-expression before ‘)’ token .As()); ^ ../node_modules/nan/nan.h: In member function ‘bool Nan::Callback::IsEmpty() const’: ../node_modules/nan/nan.h:1409:43: error: no matching function for call to ‘v8::Object::Get(const uint32_t&)’ return New(handle)->Get(kCallbackIndex)->IsUndefined(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::Callback::Call_(v8::Isolate*, v8::Local, int, v8::Local*) const’: ../node_modules/nan/nan.h:1447:27: error: no matching function for call to ‘v8::Object::Get(const uint32_t&)’ Get(kCallbackIndex).As(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:1447:44: error: expected primary-expression before ‘>’ token Get(kCallbackIndex).As(); ^ ../node_modules/nan/nan.h:1447:46: error: expected primary-expression before ‘)’ token Get(kCallbackIndex).As(); ^ ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] )); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:191:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] )); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:191:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const char*, const v8::Local&)’: ../node_modules/nan/nan.h:1518:64: error: no matching function for call to ‘v8::Object::Set(v8::Local, const v8::Local&)’ New(persistentHandle)->Set(New(key).ToLocalChecked(), value); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const v8::Local&, const v8::Local&)’: ../node_modules/nan/nan.h:1524:42: error: no matching function for call to ‘v8::Object::Set(const v8::Local&, const v8::Local&)’ New(persistentHandle)->Set(key, value); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(uint32_t, const v8::Local&)’: ../node_modules/nan/nan.h:1530:44: error: no matching function for call to ‘v8::Object::Set(uint32_t&, const v8::Local&)’ New(persistentHandle)->Set(index, value); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(const char*) const’: ../node_modules/nan/nan.h:1536:61: error: no matching function for call to ‘v8::Object::Get(v8::Local)’ New(persistentHandle)->Get(New(key).ToLocalChecked())); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(const v8::Local&) const’: ../node_modules/nan/nan.h:1542:55: error: no matching function for call to ‘v8::Object::Get(const v8::Local&)’ return scope.Escape(New(persistentHandle)->Get(key)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(uint32_t) const’: ../node_modules/nan/nan.h:1547:57: error: no matching function for call to ‘v8::Object::Get(uint32_t&)’ return scope.Escape(New(persistentHandle)->Get(index)); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../node_modules/nan/nan.h:1706:62: 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] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from /usr/include/c++/8/cassert:44, from /home/pi/.cache/node-gyp/14.17.0/include/node/node_object_wrap.h:26, from ../node_modules/nan/nan.h:49, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_object_wrap.h: In destructor ‘virtual Nan::ObjectWrap::~ObjectWrap()’: ../node_modules/nan/nan_object_wrap.h:24:25: error: ‘class Nan::Persistent’ has no member named ‘IsNearDeath’ assert(persistent().IsNearDeath()); ^~~~~~~~~~~ In file included from ../node_modules/nan/nan.h:2192, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_object_wrap.h: In member function ‘void Nan::ObjectWrap::MakeWeak()’: ../node_modules/nan/nan_object_wrap.h:67:18: error: ‘class Nan::Persistent’ has no member named ‘MarkIndependent’ persistent().MarkIndependent(); ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/cassert:44, from /home/pi/.cache/node-gyp/14.17.0/include/node/node_object_wrap.h:26, from ../node_modules/nan/nan.h:49, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_object_wrap.h: In static member function ‘static void Nan::ObjectWrap::WeakCallback(const v8::WeakCallbackInfo&)’: ../node_modules/nan/nan_object_wrap.h:124:26: error: ‘class Nan::Persistent’ has no member named ‘IsNearDeath’ assert(wrap->handle_.IsNearDeath()); ^~~~~~~~~~~ ../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE nodesnappy::Compress(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/binding.cc:115:51: error: no matching function for call to ‘v8::Value::ToObject()’ if (node::Buffer::HasInstance(info[0]->ToObject())) { ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided ../src/binding.cc:116:54: error: no matching function for call to ‘v8::Value::ToObject()’ v8::Local object = info[0]->ToObject(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided ../src/binding.cc:121:52: error: no matching function for call to ‘v8::Value::ToString()’ v8::String::Utf8Value param1(info[0]->ToString()); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate expects 1 argument, 0 provided ../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE nodesnappy::CompressSync(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/binding.cc:142:51: error: no matching function for call to ‘v8::Value::ToObject()’ if (node::Buffer::HasInstance(info[0]->ToObject())) { ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided ../src/binding.cc:143:54: error: no matching function for call to ‘v8::Value::ToObject()’ v8::Local object = info[0]->ToObject(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided ../src/binding.cc:148:52: error: no matching function for call to ‘v8::Value::ToString()’ v8::String::Utf8Value param1(info[0]->ToString()); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate expects 1 argument, 0 provided ../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE nodesnappy::IsValidCompressed(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/binding.cc:161:52: error: no matching function for call to ‘v8::Value::ToObject()’ v8::Local object = info[0]->ToObject(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided ../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE nodesnappy::IsValidCompressedSync(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/binding.cc:181:52: error: no matching function for call to ‘v8::Value::ToObject()’ v8::Local object = info[0]->ToObject(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided ../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE nodesnappy::UncompressSync(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/binding.cc:218:52: error: no matching function for call to ‘v8::Value::ToObject()’ v8::Local object = info[0]->ToObject(); ^ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/./binding.h:3, from ../src/binding.cc:1: ../src/binding.cc: At global scope: /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:758:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:792:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/binding.cc:252:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(binding, init) ^~~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In instantiation of ‘void Nan::imp::SetMethodAux(T, v8::Local, v8::Local, ...) [with T = v8::Local]’: ../node_modules/nan/nan.h:1888:20: required from ‘void Nan::SetMethod(HandleType, const char*, Nan::FunctionCallback) [with T = v8::Object; HandleType = v8::Local; Nan::FunctionCallback = void (*)(const Nan::FunctionCallbackInfo&)]’ ../src/binding.cc:244:46: required from here ../node_modules/nan/nan.h:1872:3: error: no matching function for call to ‘v8::Object::Set(v8::Local&, v8::Local)’ recv->Set(name, GetFunction(tpl).ToLocalChecked()); ^~~~ In file included from /home/pi/.cache/node-gyp/14.17.0/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.cache/node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided make: *** [binding.target.mk:114: Release/obj.target/binding/src/binding.o] Error 1 make: Leaving directory '/home/pi/.node-red/node_modules/snappy/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:376:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Linux 5.10.17-v7l+ gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/pi/.node-red/node_modules/snappy gyp ERR! node -v v14.17.0 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok > leveldown@1.4.6 install /home/pi/.node-red/node_modules/leveldown > prebuild --install prebuild info begin Prebuild version 4.5.0 prebuild info looking for local prebuild @ prebuilds/leveldown-v1.4.6-node-v83-linux-arm.tar.gz prebuild info looking for cached prebuild @ /home/pi/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.4.6-leveldown-v1.4.6-node-v83-linux-arm.tar.gz prebuild http request GET https://github.com/level/leveldown/releases/download/v1.4.6/leveldown-v1.4.6-node-v83-linux-arm.tar.gz prebuild http 404 https://github.com/level/leveldown/releases/download/v1.4.6/leveldown-v1.4.6-node-v83-linux-arm.tar.gz prebuild WARN install No prebuilt binaries found (target=v14.17.0 arch=arm platform=linux) prebuild info install We will now try to compile from source. prebuild verb starting node-gyp process prebuild verb execute node-gyp with `node index.js rebuild --target=v14.17.0 --target_arch=arm` gyp verb command rebuild [] prebuild verb ok gyp verb command clean [] gyp verb clean removing "build" directory prebuild verb ok gyp verb command configure [] gyp verb check python checking for Python executable "python2" in the PATH gyp verb `which` succeeded python2 /usr/bin/python2 gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.16\n" gyp verb get node dir no --target version specified, falling back to host node version: 14.17.0 gyp verb command install [ '14.17.0' ] gyp verb install input version string "14.17.0" gyp verb install installing version: 14.17.0 gyp verb install --ensure was passed, so won't reinstall if already installed gyp verb install version not already installed, continuing with install 14.17.0 gyp verb ensuring nodedir is created /home/pi/.node-gyp/14.17.0 gyp verb created nodedir /home/pi/.node-gyp gyp http GET https://nodejs.org/download/release/v14.17.0/node-v14.17.0-headers.tar.gz gyp http 200 https://nodejs.org/download/release/v14.17.0/node-v14.17.0-headers.tar.gz gyp sill ignoring from tarball include gyp sill ignoring from tarball include/node gyp verb extracted file from tarball include/node/common.gypi gyp verb extracted file from tarball include/node/config.gypi gyp verb extracted file from tarball include/node/node.h gyp verb extracted file from tarball include/node/node_api.h gyp verb extracted file from tarball include/node/js_native_api.h gyp verb extracted file from tarball include/node/js_native_api_types.h gyp verb extracted file from tarball include/node/node_api_types.h gyp verb extracted file from tarball include/node/node_buffer.h gyp verb extracted file from tarball include/node/node_object_wrap.h gyp verb extracted file from tarball include/node/node_version.h gyp sill ignoring from tarball include/node/cppgc gyp verb extracted file from tarball include/node/cppgc/allocation.h gyp verb extracted file from tarball include/node/cppgc/common.h gyp verb extracted file from tarball include/node/cppgc/custom-space.h gyp verb extracted file from tarball include/node/cppgc/garbage-collected.h gyp verb extracted file from tarball include/node/cppgc/heap.h gyp verb extracted file from tarball include/node/cppgc/liveness-broker.h gyp verb extracted file from tarball include/node/cppgc/macros.h gyp verb extracted file from tarball include/node/cppgc/member.h gyp verb extracted file from tarball include/node/cppgc/source-location.h gyp verb extracted file from tarball include/node/cppgc/trace-trait.h gyp verb extracted file from tarball include/node/cppgc/type-traits.h gyp verb extracted file from tarball include/node/cppgc/visitor.h gyp verb extracted file from tarball include/node/cppgc/persistent.h gyp verb extracted file from tarball include/node/cppgc/platform.h gyp verb extracted file from tarball include/node/cppgc/prefinalizer.h gyp sill ignoring from tarball include/node/cppgc/internal gyp verb extracted file from tarball include/node/cppgc/internal/finalizer-trait.h gyp verb extracted file from tarball include/node/cppgc/internal/logging.h gyp verb extracted file from tarball include/node/cppgc/internal/accessors.h gyp verb extracted file from tarball include/node/cppgc/internal/api-constants.h gyp verb extracted file from tarball include/node/cppgc/internal/compiler-specific.h gyp verb extracted file from tarball include/node/cppgc/internal/gc-info.h gyp verb extracted file from tarball include/node/cppgc/internal/persistent-node.h gyp verb extracted file from tarball include/node/cppgc/internal/pointer-policies.h gyp verb extracted file from tarball include/node/cppgc/internal/prefinalizer-handler.h gyp verb extracted file from tarball include/node/v8-value-serializer-version.h gyp verb extracted file from tarball include/node/v8-version.h gyp verb extracted file from tarball include/node/v8-version-string.h gyp verb extracted file from tarball include/node/v8-wasm-trap-handler-posix.h gyp verb extracted file from tarball include/node/v8-wasm-trap-handler-win.h gyp verb extracted file from tarball include/node/v8-fast-api-calls.h gyp verb extracted file from tarball include/node/v8-internal.h gyp verb extracted file from tarball include/node/v8-platform.h gyp verb extracted file from tarball include/node/v8-profiler.h gyp verb extracted file from tarball include/node/v8-util.h gyp verb extracted file from tarball include/node/v8.h gyp verb extracted file from tarball include/node/v8config.h gyp sill ignoring from tarball include/node/libplatform gyp verb extracted file from tarball include/node/libplatform/libplatform-export.h gyp verb extracted file from tarball include/node/libplatform/libplatform.h gyp verb extracted file from tarball include/node/libplatform/v8-tracing.h gyp sill ignoring from tarball include/node/uv gyp verb extracted file from tarball include/node/uv/aix.h gyp verb extracted file from tarball include/node/uv/android-ifaddrs.h gyp verb extracted file from tarball include/node/uv/bsd.h gyp verb extracted file from tarball include/node/uv/darwin.h gyp verb extracted file from tarball include/node/uv/linux.h gyp verb extracted file from tarball include/node/uv/os390.h gyp verb extracted file from tarball include/node/uv/posix.h gyp verb extracted file from tarball include/node/uv/stdint-msvc2008.h gyp verb extracted file from tarball include/node/uv/sunos.h gyp verb extracted file from tarball include/node/uv/threadpool.h gyp verb extracted file from tarball include/node/uv/tree.h gyp verb extracted file from tarball include/node/uv/errno.h gyp verb extracted file from tarball include/node/uv/unix.h gyp verb extracted file from tarball include/node/uv/win.h gyp verb extracted file from tarball include/node/uv/version.h gyp verb extracted file from tarball include/node/uv.h gyp sill ignoring from tarball include/node/openssl gyp verb extracted file from tarball include/node/openssl/aes.h gyp verb extracted file from tarball include/node/openssl/asn1.h gyp verb extracted file from tarball include/node/openssl/asn1_mac.h gyp verb extracted file from tarball include/node/openssl/asn1t.h gyp verb extracted file from tarball include/node/openssl/async.h gyp verb extracted file from tarball include/node/openssl/asyncerr.h gyp verb extracted file from tarball include/node/openssl/bio.h gyp verb extracted file from tarball include/node/openssl/bioerr.h gyp verb extracted file from tarball include/node/openssl/blowfish.h gyp verb extracted file from tarball include/node/openssl/bnerr.h gyp verb extracted file from tarball include/node/openssl/buffer.h gyp verb extracted file from tarball include/node/openssl/buffererr.h gyp verb extracted file from tarball include/node/openssl/camellia.h gyp verb extracted file from tarball include/node/openssl/cast.h gyp verb extracted file from tarball include/node/openssl/cmac.h gyp verb extracted file from tarball include/node/openssl/cms.h gyp verb extracted file from tarball include/node/openssl/cmserr.h gyp verb extracted file from tarball include/node/openssl/comp.h gyp verb extracted file from tarball include/node/openssl/comperr.h gyp verb extracted file from tarball include/node/openssl/conf.h gyp verb extracted file from tarball include/node/openssl/conf_api.h gyp verb extracted file from tarball include/node/openssl/conferr.h gyp verb extracted file from tarball include/node/openssl/cryptoerr.h gyp verb extracted file from tarball include/node/openssl/ct.h gyp verb extracted file from tarball include/node/openssl/cterr.h gyp verb extracted file from tarball include/node/openssl/des.h gyp verb extracted file from tarball include/node/openssl/dh.h gyp verb extracted file from tarball include/node/openssl/dherr.h gyp verb extracted file from tarball include/node/openssl/dsa.h gyp verb extracted file from tarball include/node/openssl/dsaerr.h gyp verb extracted file from tarball include/node/openssl/dtls1.h gyp verb extracted file from tarball include/node/openssl/ebcdic.h gyp verb extracted file from tarball include/node/openssl/ecdh.h gyp verb extracted file from tarball include/node/openssl/ecdsa.h gyp verb extracted file from tarball include/node/openssl/engine.h gyp verb extracted file from tarball include/node/openssl/engineerr.h gyp verb extracted file from tarball include/node/openssl/err.h gyp verb extracted file from tarball include/node/openssl/sslerr.h gyp verb extracted file from tarball include/node/openssl/hmac.h gyp verb extracted file from tarball include/node/openssl/idea.h gyp verb extracted file from tarball include/node/openssl/kdf.h gyp verb extracted file from tarball include/node/openssl/kdferr.h gyp verb extracted file from tarball include/node/openssl/lhash.h gyp verb extracted file from tarball include/node/openssl/md2.h gyp verb extracted file from tarball include/node/openssl/md4.h gyp verb extracted file from tarball include/node/openssl/md5.h gyp verb extracted file from tarball include/node/openssl/mdc2.h gyp verb extracted file from tarball include/node/openssl/modes.h gyp verb extracted file from tarball include/node/openssl/objects.h gyp verb extracted file from tarball include/node/openssl/objectserr.h gyp verb extracted file from tarball include/node/openssl/ocsp.h gyp verb extracted file from tarball include/node/openssl/ocsperr.h gyp verb extracted file from tarball include/node/openssl/x509err.h gyp verb extracted file from tarball include/node/openssl/crypto.h gyp verb extracted file from tarball include/node/openssl/pem.h gyp verb extracted file from tarball include/node/openssl/pem2.h gyp verb extracted file from tarball include/node/openssl/pkcs12.h gyp verb extracted file from tarball include/node/openssl/pkcs12err.h gyp verb extracted file from tarball include/node/openssl/pkcs7.h gyp verb extracted file from tarball include/node/openssl/pkcs7err.h gyp verb extracted file from tarball include/node/openssl/rand.h gyp verb extracted file from tarball include/node/openssl/rand_drbg.h gyp verb extracted file from tarball include/node/openssl/randerr.h gyp verb extracted file from tarball include/node/openssl/rc2.h gyp verb extracted file from tarball include/node/openssl/rc4.h gyp verb extracted file from tarball include/node/openssl/rc5.h gyp verb extracted file from tarball include/node/openssl/ripemd.h gyp verb extracted file from tarball include/node/openssl/rsa.h gyp verb extracted file from tarball include/node/openssl/rsaerr.h gyp verb extracted file from tarball include/node/openssl/safestack.h gyp verb extracted file from tarball include/node/openssl/seed.h gyp verb extracted file from tarball include/node/openssl/sha.h gyp verb extracted file from tarball include/node/openssl/srp.h gyp verb extracted file from tarball include/node/openssl/srtp.h gyp verb extracted file from tarball include/node/openssl/ssl2.h gyp verb extracted file from tarball include/node/openssl/evperr.h gyp verb extracted file from tarball include/node/openssl/stack.h gyp verb extracted file from tarball include/node/openssl/store.h gyp verb extracted file from tarball include/node/openssl/storeerr.h gyp verb extracted file from tarball include/node/openssl/symhacks.h gyp verb extracted file from tarball include/node/openssl/ts.h gyp verb extracted file from tarball include/node/openssl/tserr.h gyp verb extracted file from tarball include/node/openssl/txt_db.h gyp verb extracted file from tarball include/node/openssl/ui.h gyp verb extracted file from tarball include/node/openssl/uierr.h gyp verb extracted file from tarball include/node/openssl/whrlpool.h gyp verb extracted file from tarball include/node/openssl/ec.h gyp verb extracted file from tarball include/node/openssl/x509v3.h gyp verb extracted file from tarball include/node/openssl/x509v3err.h gyp verb extracted file from tarball include/node/openssl/opensslv.h gyp verb extracted file from tarball include/node/openssl/ssl.h gyp verb extracted file from tarball include/node/openssl/pemerr.h gyp verb extracted file from tarball include/node/openssl/ssl3.h gyp verb extracted file from tarball include/node/openssl/evp.h gyp verb extracted file from tarball include/node/openssl/ossl_typ.h gyp verb extracted file from tarball include/node/openssl/tls1.h gyp verb extracted file from tarball include/node/openssl/ecerr.h gyp verb extracted file from tarball include/node/openssl/x509.h gyp verb extracted file from tarball include/node/openssl/x509_vfy.h gyp verb extracted file from tarball include/node/openssl/asn1err.h gyp verb extracted file from tarball include/node/openssl/bn.h gyp verb extracted file from tarball include/node/openssl/e_os2.h gyp verb extracted file from tarball include/node/openssl/obj_mac.h gyp sill ignoring from tarball include/node/openssl/archs gyp sill ignoring from tarball include/node/openssl/archs/linux-elf gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64 gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64 gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86 gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64 gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4 gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h gyp verb content checksum node-v14.17.0-headers.tar.gz cc143d20f827a9a307ee8c1a9c5c403d3d254690bf9329094cf679064990e456 gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64 gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32 gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32 gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64 gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h gyp verb extracted file from tarball include/node/openssl/bn_conf.h gyp verb extracted file from tarball include/node/openssl/dso_conf.h gyp verb extracted file from tarball include/node/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/dso_conf_asm.h gyp verb extracted file from tarball include/node/openssl/bn_conf_asm.h gyp verb extracted file from tarball include/node/openssl/bn_conf_no-asm.h gyp verb extracted file from tarball include/node/openssl/dso_conf_no-asm.h gyp verb extracted file from tarball include/node/openssl/opensslconf_asm.h gyp verb extracted file from tarball include/node/openssl/opensslconf_no-asm.h gyp verb extracted file from tarball include/node/zconf.h gyp verb extracted file from tarball include/node/zlib.h gyp verb tarball done parsing tarball gyp verb check download content checksum, need to download `SHASUMS256.txt`... gyp verb checksum url https://nodejs.org/download/release/v14.17.0/SHASUMS256.txt gyp http GET https://nodejs.org/download/release/v14.17.0/SHASUMS256.txt gyp http 200 https://nodejs.org/download/release/v14.17.0/SHASUMS256.txt gyp verb checksum data {"node-v14.17.0-aix-ppc64.tar.gz":"fb33407ea6518e5a839875d33a10948c01e36bbdba968831c861a2f5c1d5c3c2","node-v14.17.0-darwin-x64.tar.gz":"7b210652e11d1ee25650c164cf32381895e1dcb3e0ff1d0841d8abc1f47ac73e","node-v14.17.0-darwin-x64.tar.xz":"5866a8b115a2b9deee5bf4114aa9d81f0f6077ca5d4258b7b07fb334e5ec8d03","node-v14.17.0-headers.tar.gz":"cc143d20f827a9a307ee8c1a9c5c403d3d254690bf9329094cf679064990e456","node-v14.17.0-headers.tar.xz":"3ac387f9ffa78cc845f38a1bf620a70a2e25fbd385093153eb88acdd7302298d","node-v14.17.0-linux-arm64.tar.gz":"9d5948d4397815ce7a746618338f79ce5e7e91efec9c165140ba62fd6c17c07a","node-v14.17.0-linux-arm64.tar.xz":"712e5575cee20570a0a56f4d4b4572cb0f2ee2f4bce49433de18be0393e7df22","node-v14.17.0-linux-armv7l.tar.gz":"66d629b911279d9223fb7c2afa153fe42c84998164d54ec6be42a60aa40705ca","node-v14.17.0-linux-armv7l.tar.xz":"9f96c567e32acc1a9055e2881fdb7b8f42b909b87ada91ebc6b2f1acd6d451da","node-v14.17.0-linux-ppc64le.tar.gz":"7fdbc70cb3ef04886fb70c303c3b42efc572a9101b46a2b8377e8db005341213","node-v14.17.0-linux-ppc64le.tar.xz":"b20a9d557b513a375d348ca84b8341e08c6d8d5936c0e1527160ecaa11794fab","node-v14.17.0-linux-s390x.tar.gz":"6aacb480a8ba34af3de0e410ea6a3fd445b3945274da81a1f7551ca22f3d4afc","node-v14.17.0-linux-s390x.tar.xz":"6419372b9e9ad37e0bce188dc5740f2f060aaa44454418e462b4088a310a1c0b","node-v14.17.0-linux-x64.tar.gz":"3d06eabc73ec8626337bff370474306eac1c3c21122f677720d154c556ceafaf","node-v14.17.0-linux-x64.tar.xz":"494b161759a3d19c70e3172d33ce1918dd8df9ad20d29d1652a8387a84e2d308","node-v14.17.0.pkg":"bce130481d66fe9e13cc7e04dd18963f0d78148347b8232ae7533eb09418477f","node-v14.17.0.tar.gz":"6114e82d3256136dc85a509d835442fbdf2f8430dcd8bfa7c304097344d06fb7","node-v14.17.0.tar.xz":"56e05bff9331039317db417f772e635e0cd1c55f733f7b1b079d71ab5842c9ed","node-v14.17.0-win-x64.7z":"bfd45ff5065def2aa85e5da3c7e88035078c956286d9ea0220752ad98d6d28de","node-v14.17.0-win-x64.zip":"6582a7259c433e9f667dcc4ed3e5d68bc514caba2eed40e4626c8b4c7e5ecd5c","node-v14.17.0-win-x86.7z":"ce5f166bab925f9c6ae99c5f8f7b105bd98e20b3554a9016bf3dcb3c2746fa2d","node-v14.17.0-win-x86.zip":"952f4fb7ed9e3e3a5eb5a53a94f78f3dd2d6ee809e61056fcbf39285ca0066d4","node-v14.17.0-x64.msi":"6d4c7457a210b867ca5b1c4a4465b4065ae6708dfd917383fe61f6860dba2128","node-v14.17.0-x86.msi":"c3d7bb267ead2548746092a7e31fb59cb7828d1fe9f97d9628ed6ea4977b4c35","win-x64/node.exe":"8ac595f56ab1db228db115ce69798b31151cbf169b889330ca0c5f10bd3b8839","win-x64/node.lib":"f399504245cb54ce8717408fedb10417a0066f1532c37511bc32a4380a56da7b","win-x64/node_pdb.7z":"10d06d2eed7f486316ba90b7e5f5d4e6c6def64fd29147685f98bdfaca11f992","win-x64/node_pdb.zip":"070da7f1cafbd85e0a8008cd058e13b9f111f3858716094f74e5bcaf936889f0","win-x86/node.exe":"e1afb960b95a31c4f1016718ea1d17f4d31a5c9fcc8474575dad41b7afecea1a","win-x86/node.lib":"ccfea07933b62822ee8d1572b9e80bbfbbf664da7b4a18184c152ea98e6c32ae","win-x86/node_pdb.7z":"8c266b2d93bd08690ed219ee3c9ad4fcd6c81a35ba9c803de9f27fc948f62766","win-x86/node_pdb.zip":"f54d9181dac21835e00a64d8b530243c3a5db26c3267bb0b09744a94e515dc9a"} gyp verb download contents checksum {"node-v14.17.0-headers.tar.gz":"cc143d20f827a9a307ee8c1a9c5c403d3d254690bf9329094cf679064990e456"} gyp verb validating download checksum for node-v14.17.0-headers.tar.gz (cc143d20f827a9a307ee8c1a9c5c403d3d254690bf9329094cf679064990e456 == cc143d20f827a9a307ee8c1a9c5c403d3d254690bf9329094cf679064990e456) gyp verb get node dir target node version installed: 14.17.0 gyp verb build dir attempting to create "build" dir: /home/pi/.node-red/node_modules/leveldown/build gyp verb build dir "build" dir needed to be created? /home/pi/.node-red/node_modules/leveldown/build gyp verb build/config.gypi creating config file gyp sill build/config.gypi { gyp sill build/config.gypi target_defaults: { gyp sill build/config.gypi cflags: [], gyp sill build/config.gypi default_configuration: 'Release', gyp sill build/config.gypi defines: [], gyp sill build/config.gypi include_dirs: [], gyp sill build/config.gypi libraries: [] gyp sill build/config.gypi }, gyp sill build/config.gypi variables: { gyp sill build/config.gypi arm_float_abi: 'hard', gyp sill build/config.gypi arm_fpu: 'vfpv3', gyp sill build/config.gypi arm_thumb: 0, gyp sill build/config.gypi arm_version: '7', gyp sill build/config.gypi asan: 0, gyp sill build/config.gypi build_v8_with_gn: false, gyp sill build/config.gypi coverage: false, gyp sill build/config.gypi dcheck_always_on: 0, gyp sill build/config.gypi debug_nghttp2: false, gyp sill build/config.gypi debug_node: false, gyp sill build/config.gypi enable_lto: false, gyp sill build/config.gypi enable_pgo_generate: false, gyp sill build/config.gypi enable_pgo_use: false, gyp sill build/config.gypi error_on_warn: false, gyp sill build/config.gypi force_dynamic_crt: 0, gyp sill build/config.gypi gas_version: '2.28', gyp sill build/config.gypi host_arch: 'ia32', gyp sill build/config.gypi icu_data_in: '../../deps/icu-tmp/icudt68l.dat', gyp sill build/config.gypi icu_endianness: 'l', gyp sill build/config.gypi icu_gyp_path: 'tools/icu/icu-generic.gyp', gyp sill build/config.gypi icu_path: 'deps/icu-small', gyp sill build/config.gypi icu_small: false, gyp sill build/config.gypi icu_ver_major: '68', gyp sill build/config.gypi is_debug: 0, gyp sill build/config.gypi llvm_version: '0.0', gyp sill build/config.gypi napi_build_version: '8', gyp sill build/config.gypi node_byteorder: 'little', gyp sill build/config.gypi node_debug_lib: false, gyp sill build/config.gypi node_enable_d8: false, gyp sill build/config.gypi node_install_npm: true, gyp sill build/config.gypi node_module_version: 83, gyp sill build/config.gypi node_no_browser_globals: false, gyp sill build/config.gypi node_prefix: '/', gyp sill build/config.gypi node_release_urlbase: 'https://nodejs.org/download/release/', gyp sill build/config.gypi node_section_ordering_info: '', gyp sill build/config.gypi node_shared: false, gyp sill build/config.gypi node_shared_brotli: false, gyp sill build/config.gypi node_shared_cares: false, gyp sill build/config.gypi node_shared_http_parser: false, gyp sill build/config.gypi node_shared_libuv: false, gyp sill build/config.gypi node_shared_nghttp2: false, gyp sill build/config.gypi node_shared_openssl: false, gyp sill build/config.gypi node_shared_zlib: false, gyp sill build/config.gypi node_tag: '', gyp sill build/config.gypi node_target_type: 'executable', gyp sill build/config.gypi node_use_bundled_v8: true, gyp sill build/config.gypi node_use_dtrace: false, gyp sill build/config.gypi node_use_etw: false, gyp sill build/config.gypi node_use_node_code_cache: false, gyp sill build/config.gypi node_use_node_snapshot: false, gyp sill build/config.gypi node_use_openssl: true, gyp sill build/config.gypi node_use_v8_platform: true, gyp sill build/config.gypi node_with_ltcg: false, gyp sill build/config.gypi node_without_node_options: false, gyp sill build/config.gypi openssl_fips: '', gyp sill build/config.gypi openssl_is_fips: false, gyp sill build/config.gypi ossfuzz: false, gyp sill build/config.gypi shlib_suffix: 'so.83', gyp sill build/config.gypi target_arch: 'arm', gyp sill build/config.gypi v8_enable_31bit_smis_on_64bit_arch: 0, gyp sill build/config.gypi v8_enable_gdbjit: 0, gyp sill build/config.gypi v8_enable_i18n_support: 1, gyp sill build/config.gypi v8_enable_inspector: 1, gyp sill build/config.gypi v8_enable_lite_mode: 0, gyp sill build/config.gypi v8_enable_object_print: 1, gyp sill build/config.gypi v8_enable_pointer_compression: 0, gyp sill build/config.gypi v8_no_strict_aliasing: 1, gyp sill build/config.gypi v8_optimized_debug: 1, gyp sill build/config.gypi v8_promise_internal_field_count: 1, gyp sill build/config.gypi v8_random_seed: 0, gyp sill build/config.gypi v8_trace_maps: 0, gyp sill build/config.gypi v8_use_siphash: 1, gyp sill build/config.gypi want_separate_host_toolset: 1, gyp sill build/config.gypi nodedir: '/home/pi/.node-gyp/14.17.0', gyp sill build/config.gypi copy_dev_lib: true, gyp sill build/config.gypi standalone_static_library: 1, gyp sill build/config.gypi target: 'v14.17.0', gyp sill build/config.gypi cache_lock_stale: '60000', gyp sill build/config.gypi ham_it_up: '', gyp sill build/config.gypi legacy_bundling: '', gyp sill build/config.gypi sign_git_tag: '', gyp sill build/config.gypi user_agent: 'npm/6.14.13 node/v14.17.0 linux arm', gyp sill build/config.gypi always_auth: '', gyp sill build/config.gypi bin_links: 'true', gyp sill build/config.gypi key: '', gyp sill build/config.gypi allow_same_version: '', gyp sill build/config.gypi description: 'true', gyp sill build/config.gypi fetch_retries: '2', gyp sill build/config.gypi heading: 'npm', gyp sill build/config.gypi if_present: '', gyp sill build/config.gypi init_version: '1.0.0', gyp sill build/config.gypi user: '', gyp sill build/config.gypi prefer_online: '', gyp sill build/config.gypi noproxy: '', gyp sill build/config.gypi force: '', gyp sill build/config.gypi only: '', gyp sill build/config.gypi read_only: '', gyp sill build/config.gypi cache_min: '10', gyp sill build/config.gypi init_license: 'ISC', gyp sill build/config.gypi editor: 'vi', gyp sill build/config.gypi rollback: 'true', gyp sill build/config.gypi tag_version_prefix: 'v', gyp sill build/config.gypi cache_max: 'Infinity', gyp sill build/config.gypi timing: '', gyp sill build/config.gypi userconfig: '/home/pi/.npmrc', gyp sill build/config.gypi engine_strict: '', gyp sill build/config.gypi init_author_name: '', gyp sill build/config.gypi init_author_url: '', gyp sill build/config.gypi preid: '', gyp sill build/config.gypi tmp: '/tmp', gyp sill build/config.gypi depth: 'Infinity', gyp sill build/config.gypi package_lock_only: '', gyp sill build/config.gypi save_dev: '', gyp sill build/config.gypi usage: '', gyp sill build/config.gypi progress: '', gyp sill build/config.gypi metrics_registry: 'https://registry.npmjs.org/', gyp sill build/config.gypi otp: '', gyp sill build/config.gypi package_lock: 'true', gyp sill build/config.gypi https_proxy: '', gyp sill build/config.gypi save_prod: '', gyp sill build/config.gypi audit: '', gyp sill build/config.gypi cidr: '', gyp sill build/config.gypi onload_script: '', gyp sill build/config.gypi sso_type: 'oauth', gyp sill build/config.gypi rebuild_bundle: 'true', gyp sill build/config.gypi save_bundle: '', gyp sill build/config.gypi shell: '/bin/bash', gyp sill build/config.gypi dry_run: '', gyp sill build/config.gypi format_package_lock: 'true', gyp sill build/config.gypi prefix: '/usr', gyp sill build/config.gypi scope: '', gyp sill build/config.gypi browser: '', gyp sill build/config.gypi cache_lock_wait: '10000', gyp sill build/config.gypi ignore_prepublish: '', gyp sill build/config.gypi registry: 'https://registry.npmjs.org/', gyp sill build/config.gypi save_optional: '', gyp sill build/config.gypi searchopts: '', gyp sill build/config.gypi versions: '', gyp sill build/config.gypi cache: '/home/pi/.npm', gyp sill build/config.gypi send_metrics: '', gyp sill build/config.gypi global_style: '', gyp sill build/config.gypi ignore_scripts: '', gyp sill build/config.gypi version: '', gyp sill build/config.gypi local_address: '', gyp sill build/config.gypi viewer: 'man', gyp sill build/config.gypi node_gyp: '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js', gyp sill build/config.gypi audit_level: 'low', gyp sill build/config.gypi prefer_offline: '', gyp sill build/config.gypi color: 'true', gyp sill build/config.gypi sign_git_commit: '', gyp sill build/config.gypi fetch_retry_mintimeout: '10000', gyp sill build/config.gypi maxsockets: '50', gyp sill build/config.gypi offline: '', gyp sill build/config.gypi sso_poll_frequency: '500', gyp sill build/config.gypi umask: '0022', gyp sill build/config.gypi fund: '', gyp sill build/config.gypi fetch_retry_maxtimeout: '60000', gyp sill build/config.gypi logs_max: '10', gyp sill build/config.gypi message: '%s', gyp sill build/config.gypi ca: '', gyp sill build/config.gypi cert: '', gyp sill build/config.gypi global: '', gyp sill build/config.gypi link: '', gyp sill build/config.gypi save: 'true', gyp sill build/config.gypi access: '', gyp sill build/config.gypi also: '', gyp sill build/config.gypi unicode: 'true', gyp sill build/config.gypi unsafe_perm: 'true', gyp sill build/config.gypi update_notifier: '', gyp sill build/config.gypi before: '', gyp sill build/config.gypi long: '', gyp sill build/config.gypi production: '', gyp sill build/config.gypi searchlimit: '20', gyp sill build/config.gypi auth_type: 'legacy', gyp sill build/config.gypi node_version: '14.17.0', gyp sill build/config.gypi tag: 'latest', gyp sill build/config.gypi git_tag_version: 'true', gyp sill build/config.gypi commit_hooks: 'true', gyp sill build/config.gypi script_shell: '', gyp sill build/config.gypi shrinkwrap: 'true', gyp sill build/config.gypi fetch_retry_factor: '10', gyp sill build/config.gypi save_exact: '', gyp sill build/config.gypi strict_ssl: 'true', gyp sill build/config.gypi dev: '', gyp sill build/config.gypi globalconfig: '/usr/etc/npmrc', gyp sill build/config.gypi init_module: '/home/pi/.npm-init.js', gyp sill build/config.gypi parseable: '', gyp sill build/config.gypi globalignorefile: '/usr/etc/npmignore', gyp sill build/config.gypi cache_lock_retries: '10', gyp sill build/config.gypi searchstaleness: '900', gyp sill build/config.gypi node_options: '', gyp sill build/config.gypi save_prefix: '^', gyp sill build/config.gypi scripts_prepend_node_path: 'warn-only', gyp sill build/config.gypi group: '1000', gyp sill build/config.gypi init_author_email: '', gyp sill build/config.gypi searchexclude: '', gyp sill build/config.gypi git: 'git', gyp sill build/config.gypi optional: 'true', gyp sill build/config.gypi json: '' gyp sill build/config.gypi } gyp sill build/config.gypi } gyp verb build/config.gypi writing out config file: /home/pi/.node-red/node_modules/leveldown/build/config.gypi gyp verb config.gypi checking for gypi file: /home/pi/.node-red/node_modules/leveldown/config.gypi gyp verb common.gypi checking for gypi file: /home/pi/.node-red/node_modules/leveldown/common.gypi gyp verb gyp gyp format was not specified; forcing "make" gyp info spawn /usr/bin/python2 gyp info spawn args [ gyp info spawn args '/home/pi/.node-red/node_modules/node-gyp/gyp/gyp_main.py', gyp info spawn args 'binding.gyp', gyp info spawn args '-f', gyp info spawn args 'make', gyp info spawn args '-I', gyp info spawn args '/home/pi/.node-red/node_modules/leveldown/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/home/pi/.node-red/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/home/pi/.node-gyp/14.17.0/include/node/common.gypi', gyp info spawn args '-Dlibrary=shared_library', gyp info spawn args '-Dvisibility=default', gyp info spawn args '-Dnode_root_dir=/home/pi/.node-gyp/14.17.0', gyp info spawn args '-Dnode_gyp_dir=/home/pi/.node-red/node_modules/node-gyp', gyp info spawn args '-Dnode_lib_file=node.lib', gyp info spawn args '-Dmodule_root_dir=/home/pi/.node-red/node_modules/leveldown', gyp info spawn args '--depth=.', gyp info spawn args '--no-parallel', gyp info spawn args '--generator-output', gyp info spawn args 'build', gyp info spawn args '-Goutput_dir=.' gyp info spawn args ] prebuild verb ok gyp verb command build [] gyp verb build type Release gyp verb architecture arm gyp verb node dev dir /home/pi/.node-gyp/14.17.0 gyp verb `which` succeeded for `make` /usr/bin/make gyp info spawn make gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] make: Entering directory '/home/pi/.node-red/node_modules/leveldown/build' CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/builder.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/db_impl.o In file included from /usr/include/c++/8/bits/stl_algo.h:61, from /usr/include/c++/8/algorithm:62, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:7: /usr/include/c++/8/bits/stl_heap.h: In function ‘void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Distance = int; _Tp = long long unsigned int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’: /usr/include/c++/8/bits/stl_heap.h:214:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, ^~~~~~~~~~~~~ In file included from /usr/include/c++/8/algorithm:62, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:7: /usr/include/c++/8/bits/stl_algo.h: In function ‘void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’: /usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 __insertion_sort(_RandomAccessIterator __first, ^~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 /usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 /usr/include/c++/8/bits/stl_algo.h: In function ‘void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’: /usr/include/c++/8/bits/stl_algo.h:1940:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 __introsort_loop(_RandomAccessIterator __first, ^~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_algo.h:1940:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 /usr/include/c++/8/bits/stl_algo.h:1954:25: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 std::__introsort_loop(__cut, __last, __depth_limit, __comp); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:5: /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const long long unsigned int&}; _Tp = long long unsigned int; _Alloc = std::allocator]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector::iterator’ {aka ‘__gnu_cxx::__normal_iterator >’} changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector::iterator’ {aka ‘__gnu_cxx::__normal_iterator >’} changed in GCC 7.1 /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const leveldb::DBImpl::CompactionState::Output&}; _Tp = leveldb::DBImpl::CompactionState::Output; _Alloc = std::allocator]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector::iterator’ {aka ‘__gnu_cxx::__normal_iterator >’} changed in GCC 7.1 In file included from /usr/include/c++/8/vector:64, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:5: /usr/include/c++/8/bits/stl_vector.h: In member function ‘leveldb::Status leveldb::DBImpl::OpenCompactionOutputFile(leveldb::DBImpl::CompactionState*)’: /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:5: /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector >::iterator’ {aka ‘__gnu_cxx::__normal_iterator*, std::vector > >’} changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]’: /usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator*, std::vector > >’ changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/vector:64, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:5: /usr/include/c++/8/bits/stl_vector.h: In member function ‘leveldb::Status leveldb::DBImpl::Recover(leveldb::VersionEdit*)’: /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/algorithm:62, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:7: /usr/include/c++/8/bits/stl_algo.h:1968:25: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 std::__introsort_loop(__first, __last, ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ std::__lg(__last - __first) * 2, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __comp); ~~~~~~~ /usr/include/c++/8/bits/stl_algo.h:1885:25: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 std::__insertion_sort(__first, __first + int(_S_threshold), __comp); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_algo.h:1890:23: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 std::__insertion_sort(__first, __last, __comp); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:5: /usr/include/c++/8/bits/vector.tcc: In member function ‘leveldb::Status leveldb::DBImpl::InstallCompactionResults(leveldb::DBImpl::CompactionState*)’: /usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator*, std::vector > >’ changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ^~~~~~~~~~~~~~~~~ CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/db_iter.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/filename.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/dbformat.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/leveldb_main.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/log_reader.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/log_writer.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/memtable.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/repair.o In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/repair.cc:28: /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const leveldb::{anonymous}::Repairer::TableInfo&}; _Tp = leveldb::{anonymous}::Repairer::TableInfo; _Alloc = std::allocator]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector::iterator’ {aka ‘__gnu_cxx::__normal_iterator >’} changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const long long unsigned int&}; _Tp = long long unsigned int; _Alloc = std::allocator]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector::iterator’ {aka ‘__gnu_cxx::__normal_iterator >’} changed in GCC 7.1 /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector >::iterator’ {aka ‘__gnu_cxx::__normal_iterator*, std::vector > >’} changed in GCC 7.1 In file included from /usr/include/c++/8/vector:64, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/repair.cc:28: /usr/include/c++/8/bits/stl_vector.h: In function ‘leveldb::Status leveldb::RepairDB(const string&, const leveldb::Options&)’: /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/repair.cc:28: /usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator*, std::vector > >’ changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ^~~~~~~~~~~~~~~~~ CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/table_cache.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/version_edit.o In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/db/version_edit.h:10, from ../deps/leveldb/leveldb-1.18.0/db/version_edit.cc:5: /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector >::iterator’ {aka ‘__gnu_cxx::__normal_iterator*, std::vector > >’} changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/vector.tcc: In member function ‘leveldb::Status leveldb::VersionEdit::DecodeFrom(const leveldb::Slice&)’: /usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator*, std::vector > >’ changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ^~~~~~~~~~~~~~~~~ CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/version_set.o In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/db/version_set.h:20, from ../deps/leveldb/leveldb-1.18.0/db/version_set.cc:5: /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector >::iterator’ {aka ‘__gnu_cxx::__normal_iterator*, std::vector > >’} changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/vector.tcc: In member function ‘leveldb::Status leveldb::VersionSet::WriteSnapshot(leveldb::log::Writer*)’: /usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator*, std::vector > >’ changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ^~~~~~~~~~~~~~~~~ CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/write_batch.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/helpers/memenv/memenv.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/block.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/block_builder.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/filter_block.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/format.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/iterator.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/merger.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/table.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/table_builder.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/two_level_iterator.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/arena.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/bloom.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/cache.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/coding.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/comparator.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/crc32c.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/env.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/filter_policy.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/hash.o ../deps/leveldb/leveldb-1.18.0/util/hash.cc: In function ‘uint32_t leveldb::Hash(const char*, size_t, uint32_t)’: ../deps/leveldb/leveldb-1.18.0/util/hash.cc:37:9: warning: this statement may fall through [-Wimplicit-fallthrough=] h += static_cast(data[2]) << 16; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../deps/leveldb/leveldb-1.18.0/util/hash.cc:39:5: note: here case 2: ^~~~ ../deps/leveldb/leveldb-1.18.0/util/hash.cc:40:9: warning: this statement may fall through [-Wimplicit-fallthrough=] h += static_cast(data[1]) << 8; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../deps/leveldb/leveldb-1.18.0/util/hash.cc:42:5: note: here case 1: ^~~~ CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/logging.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/options.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/status.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/port/port_posix.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/env_posix.o AR(target) Release/obj.target/deps/leveldb/leveldb.a COPY Release/leveldb.a CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.1/snappy-sinksource.o CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.1/snappy-stubs-internal.o CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.1/snappy.o AR(target) Release/obj.target/deps/snappy/snappy.a COPY Release/snappy.a CXX(target) Release/obj.target/leveldown/src/batch.o In file included from ../node_modules/nan/nan.h:190, from ../src/batch.cc:3: ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe Nan::ForceSet(v8::Local, v8::Local, v8::Local, v8::PropertyAttribute)’: ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’ return obj->ForceSet(GetCurrentContext(), key, value, attribs); ^~~~~~~~ In file included from ../node_modules/nan/nan_converters.h:59, from ../node_modules/nan/nan.h:195, from ../src/batch.cc:3: ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ToFactoryBase::return_t Nan::imp::ToFactory::convert(v8::Local)’: ../node_modules/nan/nan_converters_43_inl.h:15:45: error: no matching function for call to ‘v8::Value::ToBoolean(v8::Local)’ return val->To ## TYPE(GetCurrentContext()); \ ^ ../node_modules/nan/nan_converters_43_inl.h:18:1: note: in expansion of macro ‘X’ X(Boolean) ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2848:18: note: candidate: ‘v8::Local v8::Value::ToBoolean(v8::Isolate*) const’ Local ToBoolean(Isolate* isolate) const; ^~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2848:18: note: no known conversion for argument 1 from ‘v8::Local’ to ‘v8::Isolate*’ In file included from ../node_modules/nan/nan_converters.h:59, from ../node_modules/nan/nan.h:195, from ../src/batch.cc:3: ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ValueFactoryBase::return_t Nan::imp::ToFactory::convert(v8::Local)’: ../node_modules/nan/nan_converters_43_inl.h:31:48: error: no matching function for call to ‘v8::Value::BooleanValue(v8::Local)’ return val->NAME ## Value(GetCurrentContext()); \ ^ ../node_modules/nan/nan_converters_43_inl.h:34:1: note: in expansion of macro ‘X’ X(bool, Boolean) ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2858:8: note: candidate: ‘bool v8::Value::BooleanValue(v8::Isolate*) const’ bool BooleanValue(Isolate* isolate) const; ^~~~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2858:8: note: no known conversion for argument 1 from ‘v8::Local’ to ‘v8::Isolate*’ In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/batch.cc:3: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase::return_t Nan::imp::Factory::New(Nan::FunctionCallback, v8::Local)’: ../node_modules/nan/nan_implementation_12_inl.h:109:32: error: no matching function for call to ‘v8::Function::New(v8::Isolate*&, void (&)(const v8::FunctionCallbackInfo&), v8::Local&)’ , obj)); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:4445:31: note: candidate: ‘static v8::MaybeLocal v8::Function::New(v8::Local, v8::FunctionCallback, v8::Local, int, v8::ConstructorBehavior, v8::SideEffectType)’ static MaybeLocal New( ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:4445:31: note: no known conversion for argument 1 from ‘v8::Isolate*’ to ‘v8::Local’ In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/batch.cc:3: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase::return_t Nan::imp::Factory::New(v8::Local)’: ../node_modules/nan/nan_implementation_12_inl.h:345:37: error: no matching function for call to ‘v8::StringObject::New(v8::Local&)’ return v8::StringObject::New(value).As(); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:5854:23: note: candidate: ‘static v8::Local v8::StringObject::New(v8::Isolate*, v8::Local)’ static Local New(Isolate* isolate, Local value); ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:5854:23: note: candidate expects 2 arguments, 1 provided In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/batch.cc:3: ../node_modules/nan/nan_implementation_12_inl.h:345:58: error: expected primary-expression before ‘>’ token return v8::StringObject::New(value).As(); ^ ../node_modules/nan/nan_implementation_12_inl.h:345:60: error: expected primary-expression before ‘)’ token return v8::StringObject::New(value).As(); ^ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’: ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, func, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/node.h:191:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, func, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/node.h:191:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’: ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, symbol, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/node.h:184:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, symbol, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/node.h:184:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, const char*, int, v8::Local*)’: ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, const char*, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, method, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/node.h:177:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, const char*, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, method, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/node.h:177:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local)’: ../node_modules/nan/nan.h:890:53: error: no matching function for call to ‘v8::Value::ToString()’ v8::Local string = from->ToString(); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate expects 1 argument, 0 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:900:74: error: no matching function for call to ‘v8::String::WriteUtf8(char*&, int, int, const int&)’ length_ = string->WriteUtf8(str_, static_cast(len), 0, flags); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3037:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘bool Nan::Callback::operator==(const Nan::Callback&) const’: ../node_modules/nan/nan.h:1371:61: error: no matching function for call to ‘v8::Object::Get(const uint32_t&)’ v8::Local a = New(handle)->Get(kCallbackIndex); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:1372:67: error: no matching function for call to ‘v8::Object::Get(const uint32_t&)’ v8::Local b = New(other.handle)->Get(kCallbackIndex); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::Callback::GetFunction() const’: ../node_modules/nan/nan.h:1403:56: error: no matching function for call to ‘v8::Object::Get(const uint32_t&)’ return scope.Escape(New(handle)->Get(kCallbackIndex) ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:1404:25: error: expected primary-expression before ‘>’ token .As()); ^ ../node_modules/nan/nan.h:1404:27: error: expected primary-expression before ‘)’ token .As()); ^ ../node_modules/nan/nan.h: In member function ‘bool Nan::Callback::IsEmpty() const’: ../node_modules/nan/nan.h:1409:43: error: no matching function for call to ‘v8::Object::Get(const uint32_t&)’ return New(handle)->Get(kCallbackIndex)->IsUndefined(); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::Callback::Call_(v8::Isolate*, v8::Local, int, v8::Local*) const’: ../node_modules/nan/nan.h:1447:27: error: no matching function for call to ‘v8::Object::Get(const uint32_t&)’ Get(kCallbackIndex).As(); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:1447:44: error: expected primary-expression before ‘>’ token Get(kCallbackIndex).As(); ^ ../node_modules/nan/nan.h:1447:46: error: expected primary-expression before ‘)’ token Get(kCallbackIndex).As(); ^ ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] )); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/node.h:191:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] )); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/node.h:191:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/node.h:108:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const char*, const v8::Local&)’: ../node_modules/nan/nan.h:1518:64: error: no matching function for call to ‘v8::Object::Set(v8::Local, const v8::Local&)’ New(persistentHandle)->Set(New(key).ToLocalChecked(), value); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const v8::Local&, const v8::Local&)’: ../node_modules/nan/nan.h:1524:42: error: no matching function for call to ‘v8::Object::Set(const v8::Local&, const v8::Local&)’ New(persistentHandle)->Set(key, value); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(uint32_t, const v8::Local&)’: ../node_modules/nan/nan.h:1530:44: error: no matching function for call to ‘v8::Object::Set(uint32_t&, const v8::Local&)’ New(persistentHandle)->Set(index, value); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(const char*) const’: ../node_modules/nan/nan.h:1536:61: error: no matching function for call to ‘v8::Object::Get(v8::Local)’ New(persistentHandle)->Get(New(key).ToLocalChecked())); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(const v8::Local&) const’: ../node_modules/nan/nan.h:1542:55: error: no matching function for call to ‘v8::Object::Get(const v8::Local&)’ return scope.Escape(New(persistentHandle)->Get(key)); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(uint32_t) const’: ../node_modules/nan/nan.h:1547:57: error: no matching function for call to ‘v8::Object::Get(uint32_t&)’ return scope.Escape(New(persistentHandle)->Get(index)); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../node_modules/nan/nan.h:1706:62: 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] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from /usr/include/c++/8/cassert:44, from /home/pi/.node-gyp/14.17.0/include/node/node_object_wrap.h:26, from ../node_modules/nan/nan.h:49, from ../src/batch.cc:3: ../node_modules/nan/nan_object_wrap.h: In destructor ‘virtual Nan::ObjectWrap::~ObjectWrap()’: ../node_modules/nan/nan_object_wrap.h:24:25: error: ‘class Nan::Persistent’ has no member named ‘IsNearDeath’ assert(persistent().IsNearDeath()); ^~~~~~~~~~~ In file included from ../node_modules/nan/nan.h:2192, from ../src/batch.cc:3: ../node_modules/nan/nan_object_wrap.h: In member function ‘void Nan::ObjectWrap::MakeWeak()’: ../node_modules/nan/nan_object_wrap.h:67:18: error: ‘class Nan::Persistent’ has no member named ‘MarkIndependent’ persistent().MarkIndependent(); ^~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/cassert:44, from /home/pi/.node-gyp/14.17.0/include/node/node_object_wrap.h:26, from ../node_modules/nan/nan.h:49, from ../src/batch.cc:3: ../node_modules/nan/nan_object_wrap.h: In static member function ‘static void Nan::ObjectWrap::WeakCallback(const v8::WeakCallbackInfo&)’: ../node_modules/nan/nan_object_wrap.h:124:26: error: ‘class Nan::Persistent’ has no member named ‘IsNearDeath’ assert(wrap->handle_.IsNearDeath()); ^~~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h: In function ‘size_t StringOrBufferLength(v8::Local)’: ../src/leveldown.h:16:26: error: no matching function for call to ‘v8::Value::ToObject()’ return (!obj->ToObject().IsEmpty() ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:17:48: error: no matching function for call to ‘v8::Value::ToObject()’ && node::Buffer::HasInstance(obj->ToObject())) ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:18:42: error: no matching function for call to ‘v8::Value::ToObject()’ ? node::Buffer::Length(obj->ToObject()) ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:19:21: error: no matching function for call to ‘v8::Value::ToString()’ : obj->ToString()->Utf8Length(); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h: In function ‘void DisposeStringOrBufferFromSlice(Nan::Persistent&, leveldb::Slice)’: ../src/leveldown.h:30:110: error: no matching function for call to ‘v8::Object::Get(v8::Local)’ v8::Local obj = Nan::New(handle)->Get(Nan::New("obj").ToLocalChecked()); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:5: ../src/database.h: In constructor ‘leveldown::Reference::Reference(v8::Local, leveldb::Slice)’: ../src/database.h:31:52: error: no matching function for call to ‘v8::Object::Set(v8::Local, v8::Local&)’ _obj->Set(Nan::New("obj").ToLocalChecked(), obj); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3670:37: note: candidate expects 3 arguments, 2 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate: ‘v8::Maybe v8::Object::Set(v8::Local, uint32_t, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Set(Local context, uint32_t index, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3673:37: note: candidate expects 3 arguments, 2 provided In file included from ../src/batch.cc:5: ../src/database.h: At global scope: ../src/database.h:85:7: warning: unnecessary parentheses in declaration of ‘pendingCloseWorker’ [-Wparentheses] void(*pendingCloseWorker); ^ In file included from ../src/batch.cc:8: ../src/common.h: In function ‘bool leveldown::BooleanOptionValue(v8::Local, const char*, bool)’: ../src/common.h:19:24: error: no matching function for call to ‘v8::Object::Has(v8::Local&)’ && options->Has(key) ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3752:37: note: candidate: ‘v8::Maybe v8::Object::Has(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Has(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3752:37: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3758:37: note: candidate: ‘v8::Maybe v8::Object::Has(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT Maybe Has(Local context, uint32_t index); ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3758:37: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:8: ../src/common.h:20:23: error: no matching function for call to ‘v8::Object::Get(v8::Local&)’ ? options->Get(key)->BooleanValue() ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:8: ../src/common.h: In function ‘uint32_t leveldown::UInt32OptionValue(v8::Local, const char*, uint32_t)’: ../src/common.h:30:24: error: no matching function for call to ‘v8::Object::Has(v8::Local&)’ && options->Has(key) ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3752:37: note: candidate: ‘v8::Maybe v8::Object::Has(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Has(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3752:37: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3758:37: note: candidate: ‘v8::Maybe v8::Object::Has(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT Maybe Has(Local context, uint32_t index); ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3758:37: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:8: ../src/common.h:31:24: error: no matching function for call to ‘v8::Object::Get(v8::Local&)’ && options->Get(key)->IsNumber() ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:8: ../src/common.h:32:23: error: no matching function for call to ‘v8::Object::Get(v8::Local&)’ ? options->Get(key)->Uint32Value() ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: ‘v8::MaybeLocal v8::Object::Get(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context, ^~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided ../src/batch.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE leveldown::Batch::New(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/batch.cc:42:76: error: no matching function for call to ‘v8::Value::ToObject()’ Database* database = Nan::ObjectWrap::Unwrap(info[0]->ToObject()); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided ../src/batch.cc: In static member function ‘static v8::Local leveldown::Batch::NewInstance(v8::Local, v8::Local)’: ../src/batch.cc:71:47: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ instance = constructorHandle->GetFunction()->NewInstance(1, argv); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate expects 1 argument, 0 provided ../src/batch.cc:74:47: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ instance = constructorHandle->GetFunction()->NewInstance(2, argv); ^ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:6482:46: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/batch.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE leveldown::Batch::Put(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/leveldown.h:53:30: error: no matching function for call to ‘v8::Value::ToObject()’ } else if (!from->ToObject().IsEmpty() \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:54:51: error: no matching function for call to ‘v8::Value::ToObject()’ && node::Buffer::HasInstance(from->ToObject())) { \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:55:53: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Sz_ = node::Buffer::Length(from->ToObject()); \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:56:51: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Ch_ = node::Buffer::Data(from->ToObject()); \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:58:54: error: no matching function for call to ‘v8::Value::ToString()’ v8::Local to ## Str = from->ToString(); \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:59:39: error: no matching function for call to ‘v8::String::Utf8Length()’ to ## Sz_ = to ## Str->Utf8Length(); \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2977:7: note: candidate: ‘int v8::String::Utf8Length(v8::Isolate*) const’ int Utf8Length(Isolate* isolate) const; ^~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2977:7: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:65:5: error: no matching function for call to ‘v8::String::WriteUtf8(char*&, int, NULL, v8::String::WriteOptions)’ ); \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3037:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:53:30: error: no matching function for call to ‘v8::Value::ToObject()’ } else if (!from->ToObject().IsEmpty() \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:54:51: error: no matching function for call to ‘v8::Value::ToObject()’ && node::Buffer::HasInstance(from->ToObject())) { \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:55:53: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Sz_ = node::Buffer::Length(from->ToObject()); \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:56:51: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Ch_ = node::Buffer::Data(from->ToObject()); \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:58:54: error: no matching function for call to ‘v8::Value::ToString()’ v8::Local to ## Str = from->ToString(); \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:59:39: error: no matching function for call to ‘v8::String::Utf8Length()’ to ## Sz_ = to ## Str->Utf8Length(); \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2977:7: note: candidate: ‘int v8::String::Utf8Length(v8::Isolate*) const’ int Utf8Length(Isolate* isolate) const; ^~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2977:7: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:65:5: error: no matching function for call to ‘v8::String::WriteUtf8(char*&, int, NULL, v8::String::WriteOptions)’ ); \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3037:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/batch.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE leveldown::Batch::Del(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/leveldown.h:53:30: error: no matching function for call to ‘v8::Value::ToObject()’ } else if (!from->ToObject().IsEmpty() \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:54:51: error: no matching function for call to ‘v8::Value::ToObject()’ && node::Buffer::HasInstance(from->ToObject())) { \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:55:53: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Sz_ = node::Buffer::Length(from->ToObject()); \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:56:51: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Ch_ = node::Buffer::Data(from->ToObject()); \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:58:54: error: no matching function for call to ‘v8::Value::ToString()’ v8::Local to ## Str = from->ToString(); \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:59:39: error: no matching function for call to ‘v8::String::Utf8Length()’ to ## Sz_ = to ## Str->Utf8Length(); \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:2977:7: note: candidate: ‘int v8::String::Utf8Length(v8::Isolate*) const’ int Utf8Length(Isolate* isolate) const; ^~~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:2977:7: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:65:5: error: no matching function for call to ‘v8::String::WriteUtf8(char*&, int, NULL, v8::String::WriteOptions)’ ); \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/14.17.0/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/14.17.0/include/node/v8.h:3037:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~ /home/pi/.node-gyp/14.17.0/include/node/v8.h:3037:7: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’ make: *** [leveldown.target.mk:121: Release/obj.target/leveldown/src/batch.o] Error 1 make: Leaving directory '/home/pi/.node-red/node_modules/leveldown/build' prebuild ERR! build error prebuild ERR! stack Error: `make` failed with exit code: 2 prebuild ERR! stack at ChildProcess.onExit (/home/pi/.node-red/node_modules/node-gyp/lib/build.js:276:23) prebuild ERR! stack at ChildProcess.emit (events.js:376:20) prebuild ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) prebuild ERR! not ok prebuild ERR! build Error: `make` failed with exit code: 2 prebuild ERR! build at ChildProcess.onExit (/home/pi/.node-red/node_modules/node-gyp/lib/build.js:276:23) prebuild ERR! build at ChildProcess.emit (events.js:376:20) prebuild ERR! build at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) > zmq@2.15.3 install /home/pi/.node-red/node_modules/zmq > node-gyp rebuild make: Entering directory '/home/pi/.node-red/node_modules/zmq/build' CXX(target) Release/obj.target/zmq/binding.o ../binding.cc:28:10: fatal error: zmq.h: No such file or directory #include ^~~~~~~ compilation terminated. make: *** [zmq.target.mk:109: Release/obj.target/zmq/binding.o] Error 1 make: Leaving directory '/home/pi/.node-red/node_modules/zmq/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:376:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) gyp ERR! System Linux 5.10.17-v7l+ gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/pi/.node-red/node_modules/zmq gyp ERR! node -v v14.17.0 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs-ext@0.5.0 (node_modules/fs-ext): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs-ext@0.5.0 install: `node-gyp configure build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: snappy@5.0.5 (node_modules/snappy): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: snappy@5.0.5 install: `node-gyp rebuild` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: leveldown@1.4.6 (node_modules/leveldown): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: leveldown@1.4.6 install: `prebuild --install` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 2 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: zmq@2.15.3 (node_modules/zmq): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: zmq@2.15.3 install: `node-gyp rebuild` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 + node-red-node-smooth@0.1.2 + node-red-node-serialport@0.14.0 + node-red-contrib-play-audio@2.5.0 + node-red-node-ping@0.3.1 + node-red-node-random@0.4.0 + node-red-node-pi-gpio@1.2.3 updated 6 packages in 87.752s Now add the shortcut and start/stop/log scripts to the menu Now add systemd script and configure it for pi ln: failed to create symbolic link '/usr/bin/python': File exists Now add launcher to top bar, add cpu temp example, make sure ping works The user `pi' is already a member of `gpio'. Memory : 3.8G Finished : Sat 15 May 2021 08:42:52 AM MST *************************************** Started : Sat 15 May 2021 09:55:57 AM MST Running for user pi at /home/pi Found global nodes: : WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Package 'nodered' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Already have nodejs v14.17.0 Now install nodejs OLD nodejs 14 :: NEW nodejs 12 :: Installing nodejs 12 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Package 'npm' is not installed, so not removed The following packages will be REMOVED: nodejs 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 114 MB disk space will be freed. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 103575 files and directories currently installed.) Removing nodejs (14.17.0-1nodesource1) ... dpkg: warning: while removing nodejs, directory '/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator' not empty so not removed Processing triggers for man-db (2.8.5-2) ... dpkg: warning: ignoring request to remove nodejs which isn't installed dpkg: warning: ignoring request to remove node which isn't installed WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Grab the LTS bundle WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.64.0-4+deb10u2). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ## Installing the NodeSource Node.js 12.x repo... ## Populating apt-get cache... + apt-get update Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 https://deb.nodesource.com/node_14.x buster InRelease Hit:3 http://raspbian.raspberrypi.org/raspbian buster InRelease Reading package lists... ## Confirming "buster" is supported... + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/buster/Release' ## Adding the NodeSource signing key to your keyring... + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null gpg: WARNING: unsafe ownership on homedir '/home/pi/.gnupg' ## Creating apt sources list file for the NodeSource Node.js 12.x repo... + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x buster main' > /etc/apt/sources.list.d/nodesource.list + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x buster main' >> /etc/apt/sources.list.d/nodesource.list ## Running `apt-get update` for you... + apt-get update Get:1 https://deb.nodesource.com/node_12.x buster InRelease [4,584 B] Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Get:3 https://deb.nodesource.com/node_12.x buster/main armhf Packages [773 B] Hit:4 http://archive.raspberrypi.org/debian buster InRelease Fetched 5,357 B in 7s (785 B/s) Reading package lists... ## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm ## You may also need development tools to build native addons: sudo apt-get install gcc g++ make ## To install the Yarn package manager, run: curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: nodejs 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 16.0 MB of archives. After this operation, 85.9 MB of additional disk space will be used. Get:1 https://deb.nodesource.com/node_12.x buster/main armhf nodejs armhf 12.22.1-1nodesource1 [16.0 MB] Fetched 16.0 MB in 4s (4,243 kB/s) Selecting previously unselected package nodejs. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 98659 files and directories currently installed.) Preparing to unpack .../nodejs_12.22.1-1nodesource1_armhf.deb ... Unpacking nodejs (12.22.1-1nodesource1) ... Setting up nodejs (12.22.1-1nodesource1) ... Processing triggers for man-db (2.8.5-2) ... Versions: node:v12.22.1 npm:6.14.12 npm WARN using --force I sure hope you know what you are doing. Now install Node-RED npm WARN deprecated bcrypt@3.0.6: versions < v5.0.0 do not handle NUL in passwords properly npm WARN deprecated node-pre-gyp@0.12.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future npm WARN deprecated request@2.88.0: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated bcrypt@3.0.8: versions < v5.0.0 do not handle NUL in passwords properly npm WARN deprecated node-pre-gyp@0.14.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future /usr/bin/node-red -> /usr/lib/node_modules/node-red/red.js /usr/bin/node-red-pi -> /usr/lib/node_modules/node-red/bin/node-red-pi > bcrypt@3.0.6 install /usr/lib/node_modules/node-red/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.6/bcrypt_lib-v3.0.6-node-v72-linux-arm-glibc.tar.gz node-pre-gyp WARN Pre-built binaries not found for bcrypt@3.0.6 and node@12.22.1 (node-v72 ABI, glibc) (falling back to source compile with node-gyp) make: Entering directory '/usr/lib/node_modules/node-red/node_modules/bcrypt/build' CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o In file included from ../src/bcrypt_node.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2232:62: 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] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from ../../nan/nan.h:53, from ../src/bcrypt_node.cc:1: ../src/bcrypt_node.cc: At global scope: /root/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /root/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/bcrypt_node.cc:378:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(bcrypt_lib, init); ^~~~~~~~~~~ SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node COPY Release/bcrypt_lib.node COPY /usr/lib/node_modules/node-red/node_modules/bcrypt/lib/binding/bcrypt_lib.node TOUCH Release/obj.target/action_after_build.stamp make: Leaving directory '/usr/lib/node_modules/node-red/node_modules/bcrypt/build' > bcrypt@3.0.8 install /usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.8/bcrypt_lib-v3.0.8-node-v72-linux-arm-glibc.tar.gz node-pre-gyp WARN Pre-built binaries not found for bcrypt@3.0.8 and node@12.22.1 (node-v72 ABI, glibc) (falling back to source compile with node-gyp) make: Entering directory '/usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt/build' CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o In file included from ../src/bcrypt_node.cc:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2298:62: 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] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from ../../nan/nan.h:54, from ../src/bcrypt_node.cc:1: ../src/bcrypt_node.cc: At global scope: /root/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /root/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/bcrypt_node.cc:359:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(bcrypt_lib, init); ^~~~~~~~~~~ SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node COPY Release/bcrypt_lib.node COPY /usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt/lib/binding/bcrypt_lib.node TOUCH Release/obj.target/action_after_build.stamp make: Leaving directory '/usr/lib/node_modules/node-red/node_modules/node-red-admin/node_modules/bcrypt/build' + node-red@1.3.4 added 350 packages from 316 contributors in 57.167s 1.3.4 Now create basic package.json for the user and move any global nodes > kerberos@0.0.24 install /home/pi/.node-red/node_modules/kerberos > (node-gyp rebuild) || (exit 0) make: Entering directory '/home/pi/.node-red/node_modules/kerberos/build' CXX(target) Release/obj.target/kerberos/lib/kerberos.o In file included from ../lib/kerberos.cc:1: ../lib/kerberos.h:5:10: fatal error: gssapi/gssapi.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. make: *** [kerberos.target.mk:113: Release/obj.target/kerberos/lib/kerberos.o] Error 1 make: Leaving directory '/home/pi/.node-red/node_modules/kerberos/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:314:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) gyp ERR! System Linux 5.10.17-v7l+ gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/pi/.node-red/node_modules/kerberos gyp ERR! node -v v12.22.1 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok node-red-contrib-influxdb@0.6.0 /home/pi/.node-red/node_modules/node-red-contrib-influxdb @influxdata/influxdb-client@1.13.0 /home/pi/.node-red/node_modules/@influxdata/influxdb-client influx@5.6.3 /home/pi/.node-red/node_modules/influx lodash@4.17.20 /home/pi/.node-red/node_modules/node-red-contrib-influxdb/node_modules/lodash node-red-contrib-light-scheduler@0.0.17 /home/pi/.node-red/node_modules/node-red-contrib-light-scheduler axios@0.21.1 /home/pi/.node-red/node_modules/axios follow-redirects@1.14.1 /home/pi/.node-red/node_modules/follow-redirects suncalc@1.8.0 /home/pi/.node-red/node_modules/suncalc util@0.10.4 /home/pi/.node-red/node_modules/util inherits@2.0.3 /home/pi/.node-red/node_modules/util/node_modules/inherits node-red-contrib-mqtt-broker@0.2.5 /home/pi/.node-red/node_modules/node-red-contrib-mqtt-broker mosca@2.8.3 /home/pi/.node-red/node_modules/mosca array-from@2.1.1 /home/pi/.node-red/node_modules/array-from ascoltatori@3.2.0 /home/pi/.node-red/node_modules/ascoltatori debug@2.6.9 /home/pi/.node-red/node_modules/ascoltatori/node_modules/debug ms@2.0.0 /home/pi/.node-red/node_modules/ascoltatori/node_modules/ms ioredis@2.5.0 /home/pi/.node-red/node_modules/ascoltatori/node_modules/ioredis bluebird@3.7.2 /home/pi/.node-red/node_modules/bluebird cluster-key-slot@1.1.0 /home/pi/.node-red/node_modules/cluster-key-slot double-ended-queue@2.1.0-0 /home/pi/.node-red/node_modules/double-ended-queue flexbuffer@0.0.6 /home/pi/.node-red/node_modules/flexbuffer lodash@4.17.21 /home/pi/.node-red/node_modules/lodash redis-commands@1.7.0 /home/pi/.node-red/node_modules/redis-commands redis-parser@1.3.0 /home/pi/.node-red/node_modules/redis-parser node-uuid@1.4.8 /home/pi/.node-red/node_modules/node-uuid qlobber@0.7.0 /home/pi/.node-red/node_modules/qlobber steed@1.1.3 /home/pi/.node-red/node_modules/steed fastfall@1.5.1 /home/pi/.node-red/node_modules/fastfall reusify@1.0.4 /home/pi/.node-red/node_modules/reusify fastparallel@2.4.0 /home/pi/.node-red/node_modules/fastparallel xtend@4.0.2 /home/pi/.node-red/node_modules/xtend fastq@1.11.0 /home/pi/.node-red/node_modules/fastq fastseries@1.7.2 /home/pi/.node-red/node_modules/fastseries brfs@1.4.4 /home/pi/.node-red/node_modules/brfs quote-stream@1.0.2 /home/pi/.node-red/node_modules/quote-stream buffer-equal@0.0.1 /home/pi/.node-red/node_modules/buffer-equal minimist@1.2.5 /home/pi/.node-red/node_modules/minimist through2@2.0.5 /home/pi/.node-red/node_modules/through2 readable-stream@2.3.7 /home/pi/.node-red/node_modules/readable-stream core-util-is@1.0.2 /home/pi/.node-red/node_modules/core-util-is inherits@2.0.4 /home/pi/.node-red/node_modules/inherits isarray@1.0.0 /home/pi/.node-red/node_modules/isarray process-nextick-args@2.0.1 /home/pi/.node-red/node_modules/process-nextick-args safe-buffer@5.1.2 /home/pi/.node-red/node_modules/safe-buffer string_decoder@1.1.1 /home/pi/.node-red/node_modules/string_decoder util-deprecate@1.0.2 /home/pi/.node-red/node_modules/util-deprecate resolve@1.20.0 /home/pi/.node-red/node_modules/resolve is-core-module@2.4.0 /home/pi/.node-red/node_modules/is-core-module has@1.0.3 /home/pi/.node-red/node_modules/has function-bind@1.1.1 /home/pi/.node-red/node_modules/function-bind path-parse@1.0.6 /home/pi/.node-red/node_modules/path-parse static-module@2.2.5 /home/pi/.node-red/node_modules/static-module concat-stream@1.6.2 /home/pi/.node-red/node_modules/concat-stream buffer-from@1.1.1 /home/pi/.node-red/node_modules/buffer-from typedarray@0.0.6 /home/pi/.node-red/node_modules/typedarray convert-source-map@1.7.0 /home/pi/.node-red/node_modules/convert-source-map duplexer2@0.1.4 /home/pi/.node-red/node_modules/duplexer2 escodegen@1.9.1 /home/pi/.node-red/node_modules/escodegen esprima@3.1.3 /home/pi/.node-red/node_modules/esprima estraverse@4.3.0 /home/pi/.node-red/node_modules/estraverse esutils@2.0.3 /home/pi/.node-red/node_modules/esutils optionator@0.8.3 /home/pi/.node-red/node_modules/optionator deep-is@0.1.3 /home/pi/.node-red/node_modules/deep-is fast-levenshtein@2.0.6 /home/pi/.node-red/node_modules/fast-levenshtein levn@0.3.0 /home/pi/.node-red/node_modules/levn prelude-ls@1.1.2 /home/pi/.node-red/node_modules/prelude-ls type-check@0.3.2 /home/pi/.node-red/node_modules/type-check word-wrap@1.2.3 /home/pi/.node-red/node_modules/word-wrap falafel@2.2.4 /home/pi/.node-red/node_modules/falafel acorn@7.4.1 /home/pi/.node-red/node_modules/acorn foreach@2.0.5 /home/pi/.node-red/node_modules/foreach isarray@2.0.5 /home/pi/.node-red/node_modules/falafel/node_modules/isarray object-keys@1.1.1 /home/pi/.node-red/node_modules/object-keys magic-string@0.22.5 /home/pi/.node-red/node_modules/magic-string vlq@0.2.3 /home/pi/.node-red/node_modules/vlq merge-source-map@1.0.4 /home/pi/.node-red/node_modules/merge-source-map source-map@0.5.7 /home/pi/.node-red/node_modules/merge-source-map/node_modules/source-map object-inspect@1.4.1 /home/pi/.node-red/node_modules/object-inspect shallow-copy@0.0.1 /home/pi/.node-red/node_modules/shallow-copy static-eval@2.1.0 /home/pi/.node-red/node_modules/static-eval escodegen@1.14.3 /home/pi/.node-red/node_modules/static-eval/node_modules/escodegen esprima@4.0.1 /home/pi/.node-red/node_modules/static-eval/node_modules/esprima clone@1.0.4 /home/pi/.node-red/node_modules/clone commander@2.9.0 /home/pi/.node-red/node_modules/commander graceful-readlink@1.0.1 /home/pi/.node-red/node_modules/graceful-readlink deepcopy@0.6.3 /home/pi/.node-red/node_modules/deepcopy escape-string-regexp@1.0.5 /home/pi/.node-red/node_modules/escape-string-regexp extend@3.0.2 /home/pi/.node-red/node_modules/extend json-buffer@2.0.11 /home/pi/.node-red/node_modules/json-buffer jsonschema@1.4.0 /home/pi/.node-red/node_modules/jsonschema level-sublevel@6.6.5 /home/pi/.node-red/node_modules/level-sublevel bytewise@1.1.0 /home/pi/.node-red/node_modules/bytewise bytewise-core@1.2.3 /home/pi/.node-red/node_modules/bytewise-core typewise-core@1.2.0 /home/pi/.node-red/node_modules/typewise-core typewise@1.0.3 /home/pi/.node-red/node_modules/typewise levelup@0.19.1 /home/pi/.node-red/node_modules/level-sublevel/node_modules/levelup bl@0.8.2 /home/pi/.node-red/node_modules/level-sublevel/node_modules/bl readable-stream@1.0.34 /home/pi/.node-red/node_modules/level-sublevel/node_modules/readable-stream isarray@0.0.1 /home/pi/.node-red/node_modules/level-sublevel/node_modules/isarray string_decoder@0.10.31 /home/pi/.node-red/node_modules/level-sublevel/node_modules/string_decoder deferred-leveldown@0.2.0 /home/pi/.node-red/node_modules/deferred-leveldown abstract-leveldown@0.12.4 /home/pi/.node-red/node_modules/abstract-leveldown xtend@3.0.0 /home/pi/.node-red/node_modules/abstract-leveldown/node_modules/xtend errno@0.1.8 /home/pi/.node-red/node_modules/errno prr@1.0.1 /home/pi/.node-red/node_modules/errno/node_modules/prr prr@0.0.0 /home/pi/.node-red/node_modules/prr semver@5.1.1 /home/pi/.node-red/node_modules/level-sublevel/node_modules/semver xtend@3.0.0 /home/pi/.node-red/node_modules/level-sublevel/node_modules/levelup/node_modules/xtend ltgt@2.1.3 /home/pi/.node-red/node_modules/ltgt pull-defer@0.2.3 /home/pi/.node-red/node_modules/pull-defer pull-level@2.0.4 /home/pi/.node-red/node_modules/pull-level level-post@1.0.7 /home/pi/.node-red/node_modules/level-post pull-cat@1.1.11 /home/pi/.node-red/node_modules/pull-cat pull-live@1.0.1 /home/pi/.node-red/node_modules/pull-live pull-stream@3.6.14 /home/pi/.node-red/node_modules/pull-stream pull-pushable@2.2.0 /home/pi/.node-red/node_modules/pull-pushable pull-window@2.1.4 /home/pi/.node-red/node_modules/pull-window looper@2.0.0 /home/pi/.node-red/node_modules/looper stream-to-pull-stream@1.7.3 /home/pi/.node-red/node_modules/stream-to-pull-stream looper@3.0.0 /home/pi/.node-red/node_modules/stream-to-pull-stream/node_modules/looper typewiselite@1.0.0 /home/pi/.node-red/node_modules/typewiselite levelup@1.3.9 /home/pi/.node-red/node_modules/levelup deferred-leveldown@1.2.2 /home/pi/.node-red/node_modules/levelup/node_modules/deferred-leveldown abstract-leveldown@2.6.3 /home/pi/.node-red/node_modules/levelup/node_modules/abstract-leveldown level-codec@7.0.1 /home/pi/.node-red/node_modules/level-codec level-errors@1.0.5 /home/pi/.node-red/node_modules/level-errors level-iterator-stream@1.3.1 /home/pi/.node-red/node_modules/level-iterator-stream readable-stream@1.1.14 /home/pi/.node-red/node_modules/level-iterator-stream/node_modules/readable-stream isarray@0.0.1 /home/pi/.node-red/node_modules/level-iterator-stream/node_modules/isarray string_decoder@0.10.31 /home/pi/.node-red/node_modules/level-iterator-stream/node_modules/string_decoder prr@1.0.1 /home/pi/.node-red/node_modules/levelup/node_modules/prr semver@5.4.1 /home/pi/.node-red/node_modules/levelup/node_modules/semver lru-cache@4.0.2 /home/pi/.node-red/node_modules/lru-cache pseudomap@1.0.2 /home/pi/.node-red/node_modules/pseudomap yallist@2.1.2 /home/pi/.node-red/node_modules/yallist memdown@1.1.2 /home/pi/.node-red/node_modules/memdown abstract-leveldown@2.7.2 /home/pi/.node-red/node_modules/memdown/node_modules/abstract-leveldown functional-red-black-tree@1.0.1 /home/pi/.node-red/node_modules/functional-red-black-tree ltgt@1.0.2 /home/pi/.node-red/node_modules/memdown/node_modules/ltgt minimatch@3.0.4 /home/pi/.node-red/node_modules/minimatch brace-expansion@1.1.11 /home/pi/.node-red/node_modules/brace-expansion balanced-match@1.0.2 /home/pi/.node-red/node_modules/balanced-match concat-map@0.0.1 /home/pi/.node-red/node_modules/concat-map moving-average@0.1.1 /home/pi/.node-red/node_modules/moving-average mqtt@1.14.1 /home/pi/.node-red/node_modules/mqtt commist@1.1.0 /home/pi/.node-red/node_modules/commist leven@2.1.0 /home/pi/.node-red/node_modules/leven end-of-stream@1.4.4 /home/pi/.node-red/node_modules/end-of-stream once@1.4.0 /home/pi/.node-red/node_modules/once wrappy@1.0.2 /home/pi/.node-red/node_modules/wrappy help-me@1.1.0 /home/pi/.node-red/node_modules/help-me callback-stream@1.1.0 /home/pi/.node-red/node_modules/callback-stream glob-stream@6.1.0 /home/pi/.node-red/node_modules/glob-stream glob@7.1.7 /home/pi/.node-red/node_modules/glob fs.realpath@1.0.0 /home/pi/.node-red/node_modules/fs.realpath inflight@1.0.6 /home/pi/.node-red/node_modules/inflight path-is-absolute@1.0.1 /home/pi/.node-red/node_modules/path-is-absolute glob-parent@3.1.0 /home/pi/.node-red/node_modules/glob-parent is-glob@3.1.0 /home/pi/.node-red/node_modules/is-glob is-extglob@2.1.1 /home/pi/.node-red/node_modules/is-extglob path-dirname@1.0.2 /home/pi/.node-red/node_modules/path-dirname is-negated-glob@1.0.0 /home/pi/.node-red/node_modules/is-negated-glob ordered-read-streams@1.0.1 /home/pi/.node-red/node_modules/ordered-read-streams pumpify@1.5.1 /home/pi/.node-red/node_modules/pumpify duplexify@3.7.1 /home/pi/.node-red/node_modules/duplexify stream-shift@1.0.1 /home/pi/.node-red/node_modules/stream-shift pump@2.0.1 /home/pi/.node-red/node_modules/pumpify/node_modules/pump remove-trailing-separator@1.1.0 /home/pi/.node-red/node_modules/remove-trailing-separator to-absolute-glob@2.0.2 /home/pi/.node-red/node_modules/to-absolute-glob is-absolute@1.0.0 /home/pi/.node-red/node_modules/is-absolute is-relative@1.0.0 /home/pi/.node-red/node_modules/is-relative is-unc-path@1.0.0 /home/pi/.node-red/node_modules/is-unc-path unc-path-regex@0.1.2 /home/pi/.node-red/node_modules/unc-path-regex is-windows@1.0.2 /home/pi/.node-red/node_modules/is-windows unique-stream@2.3.1 /home/pi/.node-red/node_modules/unique-stream json-stable-stringify-without-jsonify@1.0.1 /home/pi/.node-red/node_modules/json-stable-stringify-without-jsonify through2-filter@3.0.0 /home/pi/.node-red/node_modules/through2-filter mqtt-connection@2.1.1 /home/pi/.node-red/node_modules/mqtt-connection mqtt-packet@3.5.1 /home/pi/.node-red/node_modules/mqtt-packet bl@1.2.3 /home/pi/.node-red/node_modules/mqtt-packet/node_modules/bl reduplexer@1.1.0 /home/pi/.node-red/node_modules/reduplexer readable-stream@1.0.34 /home/pi/.node-red/node_modules/reduplexer/node_modules/readable-stream isarray@0.0.1 /home/pi/.node-red/node_modules/reduplexer/node_modules/isarray string_decoder@0.10.31 /home/pi/.node-red/node_modules/reduplexer/node_modules/string_decoder through2@0.6.5 /home/pi/.node-red/node_modules/mqtt-connection/node_modules/through2 readable-stream@1.0.34 /home/pi/.node-red/node_modules/mqtt-connection/node_modules/readable-stream isarray@0.0.1 /home/pi/.node-red/node_modules/mqtt-connection/node_modules/isarray string_decoder@0.10.31 /home/pi/.node-red/node_modules/mqtt-connection/node_modules/string_decoder pump@1.0.3 /home/pi/.node-red/node_modules/mqtt/node_modules/pump readable-stream@1.0.34 /home/pi/.node-red/node_modules/mqtt/node_modules/readable-stream isarray@0.0.1 /home/pi/.node-red/node_modules/mqtt/node_modules/isarray string_decoder@0.10.31 /home/pi/.node-red/node_modules/mqtt/node_modules/string_decoder reinterval@1.1.0 /home/pi/.node-red/node_modules/reinterval split2@2.2.0 /home/pi/.node-red/node_modules/split2 websocket-stream@3.1.0 /home/pi/.node-red/node_modules/websocket-stream ws@1.1.5 /home/pi/.node-red/node_modules/websocket-stream/node_modules/ws options@0.0.6 /home/pi/.node-red/node_modules/options ultron@1.0.2 /home/pi/.node-red/node_modules/ultron msgpack5@3.6.1 /home/pi/.node-red/node_modules/msgpack5 bl@1.2.3 /home/pi/.node-red/node_modules/msgpack5/node_modules/bl nanoid@0.2.2 /home/pi/.node-red/node_modules/nanoid pbkdf2-password@1.2.1 /home/pi/.node-red/node_modules/pbkdf2-password pino@2.16.0 /home/pi/.node-red/node_modules/pino chalk@1.1.3 /home/pi/.node-red/node_modules/chalk ansi-styles@2.2.1 /home/pi/.node-red/node_modules/ansi-styles has-ansi@2.0.0 /home/pi/.node-red/node_modules/has-ansi ansi-regex@2.1.1 /home/pi/.node-red/node_modules/ansi-regex strip-ansi@3.0.1 /home/pi/.node-red/node_modules/strip-ansi supports-color@2.0.0 /home/pi/.node-red/node_modules/supports-color fast-json-parse@1.0.3 /home/pi/.node-red/node_modules/fast-json-parse fast-safe-stringify@1.2.3 /home/pi/.node-red/node_modules/fast-safe-stringify flatstr@1.0.12 /home/pi/.node-red/node_modules/flatstr object.assign@4.1.2 /home/pi/.node-red/node_modules/object.assign call-bind@1.0.2 /home/pi/.node-red/node_modules/call-bind get-intrinsic@1.1.1 /home/pi/.node-red/node_modules/get-intrinsic has-symbols@1.0.2 /home/pi/.node-red/node_modules/has-symbols define-properties@1.1.3 /home/pi/.node-red/node_modules/define-properties quick-format-unescaped@1.1.2 /home/pi/.node-red/node_modules/quick-format-unescaped retimer@1.1.0 /home/pi/.node-red/node_modules/retimer st@1.2.2 /home/pi/.node-red/node_modules/st async-cache@1.1.0 /home/pi/.node-red/node_modules/async-cache bl@1.2.3 /home/pi/.node-red/node_modules/st/node_modules/bl fd@0.0.3 /home/pi/.node-red/node_modules/fd graceful-fs@4.1.15 /home/pi/.node-red/node_modules/st/node_modules/graceful-fs mime@1.4.1 /home/pi/.node-red/node_modules/st/node_modules/mime negotiator@0.6.2 /home/pi/.node-red/node_modules/negotiator uuid@2.0.3 /home/pi/.node-red/node_modules/uuid node-red-contrib-os@0.2.0 /home/pi/.node-red/node_modules/node-red-contrib-os loadavg-windows@1.1.1 /home/pi/.node-red/node_modules/loadavg-windows weak-daemon@1.0.3 /home/pi/.node-red/node_modules/weak-daemon node-disk-info@1.3.0 /home/pi/.node-red/node_modules/node-disk-info iconv-lite@0.6.2 /home/pi/.node-red/node_modules/iconv-lite safer-buffer@2.1.2 /home/pi/.node-red/node_modules/safer-buffer node-red-contrib-play-audio@2.5.0 /home/pi/.node-red/node_modules/node-red-contrib-play-audio node-red-contrib-ramp-thermostat@0.8.3 /home/pi/.node-red/node_modules/node-red-contrib-ramp-thermostat node-red-contrib-ui-artless-gauge@0.3.11 /home/pi/.node-red/node_modules/node-red-contrib-ui-artless-gauge node-red-contrib-ui-led@0.4.9 /home/pi/.node-red/node_modules/node-red-contrib-ui-led node-red-contrib-ui-time-scheduler@1.10.2 /home/pi/.node-red/node_modules/node-red-contrib-ui-time-scheduler node-red-dashboard@2.29.0 /home/pi/.node-red/node_modules/node-red-dashboard compression@1.7.4 /home/pi/.node-red/node_modules/compression accepts@1.3.7 /home/pi/.node-red/node_modules/accepts mime-types@2.1.30 /home/pi/.node-red/node_modules/mime-types mime-db@1.47.0 /home/pi/.node-red/node_modules/mime-db bytes@3.0.0 /home/pi/.node-red/node_modules/bytes compressible@2.0.18 /home/pi/.node-red/node_modules/compressible debug@2.6.9 /home/pi/.node-red/node_modules/compression/node_modules/debug ms@2.0.0 /home/pi/.node-red/node_modules/compression/node_modules/ms on-headers@1.0.2 /home/pi/.node-red/node_modules/on-headers vary@1.1.2 /home/pi/.node-red/node_modules/vary gridstack@0.6.4 /home/pi/.node-red/node_modules/gridstack jquery@3.6.0 /home/pi/.node-red/node_modules/jquery serve-static@1.14.1 /home/pi/.node-red/node_modules/serve-static encodeurl@1.0.2 /home/pi/.node-red/node_modules/encodeurl escape-html@1.0.3 /home/pi/.node-red/node_modules/escape-html parseurl@1.3.3 /home/pi/.node-red/node_modules/parseurl send@0.17.1 /home/pi/.node-red/node_modules/send debug@2.6.9 /home/pi/.node-red/node_modules/send/node_modules/debug ms@2.0.0 /home/pi/.node-red/node_modules/send/node_modules/debug/node_modules/ms depd@1.1.2 /home/pi/.node-red/node_modules/depd destroy@1.0.4 /home/pi/.node-red/node_modules/destroy etag@1.8.1 /home/pi/.node-red/node_modules/etag fresh@0.5.2 /home/pi/.node-red/node_modules/fresh http-errors@1.7.3 /home/pi/.node-red/node_modules/http-errors setprototypeof@1.1.1 /home/pi/.node-red/node_modules/setprototypeof statuses@1.5.0 /home/pi/.node-red/node_modules/statuses toidentifier@1.0.0 /home/pi/.node-red/node_modules/toidentifier mime@1.6.0 /home/pi/.node-red/node_modules/mime ms@2.1.1 /home/pi/.node-red/node_modules/send/node_modules/ms on-finished@2.3.0 /home/pi/.node-red/node_modules/on-finished ee-first@1.1.1 /home/pi/.node-red/node_modules/ee-first range-parser@1.2.1 /home/pi/.node-red/node_modules/range-parser socket.io@2.4.1 /home/pi/.node-red/node_modules/socket.io debug@4.1.1 /home/pi/.node-red/node_modules/socket.io/node_modules/debug ms@2.1.2 /home/pi/.node-red/node_modules/ms engine.io@3.5.0 /home/pi/.node-red/node_modules/engine.io base64id@2.0.0 /home/pi/.node-red/node_modules/base64id cookie@0.4.1 /home/pi/.node-red/node_modules/cookie debug@4.1.1 /home/pi/.node-red/node_modules/engine.io/node_modules/debug engine.io-parser@2.2.1 /home/pi/.node-red/node_modules/engine.io-parser after@0.8.2 /home/pi/.node-red/node_modules/after arraybuffer.slice@0.0.7 /home/pi/.node-red/node_modules/arraybuffer.slice base64-arraybuffer@0.1.4 /home/pi/.node-red/node_modules/base64-arraybuffer blob@0.0.5 /home/pi/.node-red/node_modules/blob has-binary2@1.0.3 /home/pi/.node-red/node_modules/has-binary2 isarray@2.0.1 /home/pi/.node-red/node_modules/has-binary2/node_modules/isarray ws@7.4.5 /home/pi/.node-red/node_modules/ws socket.io-adapter@1.1.2 /home/pi/.node-red/node_modules/socket.io-adapter socket.io-client@2.4.0 /home/pi/.node-red/node_modules/socket.io-client backo2@1.0.2 /home/pi/.node-red/node_modules/backo2 component-bind@1.0.0 /home/pi/.node-red/node_modules/component-bind component-emitter@1.3.0 /home/pi/.node-red/node_modules/component-emitter debug@3.1.0 /home/pi/.node-red/node_modules/socket.io-client/node_modules/debug ms@2.0.0 /home/pi/.node-red/node_modules/socket.io-client/node_modules/ms engine.io-client@3.5.2 /home/pi/.node-red/node_modules/engine.io-client component-inherit@0.0.3 /home/pi/.node-red/node_modules/component-inherit debug@3.1.0 /home/pi/.node-red/node_modules/engine.io-client/node_modules/debug ms@2.0.0 /home/pi/.node-red/node_modules/engine.io-client/node_modules/ms has-cors@1.1.0 /home/pi/.node-red/node_modules/has-cors indexof@0.0.1 /home/pi/.node-red/node_modules/indexof parseqs@0.0.6 /home/pi/.node-red/node_modules/parseqs parseuri@0.0.6 /home/pi/.node-red/node_modules/parseuri xmlhttprequest-ssl@1.6.2 /home/pi/.node-red/node_modules/xmlhttprequest-ssl yeast@0.1.2 /home/pi/.node-red/node_modules/yeast socket.io-parser@3.3.2 /home/pi/.node-red/node_modules/socket.io-client/node_modules/socket.io-parser isarray@2.0.1 /home/pi/.node-red/node_modules/socket.io-client/node_modules/isarray to-array@0.1.4 /home/pi/.node-red/node_modules/to-array socket.io-parser@3.4.1 /home/pi/.node-red/node_modules/socket.io-parser component-emitter@1.2.1 /home/pi/.node-red/node_modules/socket.io-parser/node_modules/component-emitter debug@4.1.1 /home/pi/.node-red/node_modules/socket.io-parser/node_modules/debug isarray@2.0.1 /home/pi/.node-red/node_modules/socket.io-parser/node_modules/isarray node-red-node-mysql@0.1.9 /home/pi/.node-red/node_modules/node-red-node-mysql mysql@2.18.1 /home/pi/.node-red/node_modules/mysql bignumber.js@9.0.0 /home/pi/.node-red/node_modules/bignumber.js sqlstring@2.3.1 /home/pi/.node-red/node_modules/sqlstring node-red-node-pi-gpio@1.2.3 /home/pi/.node-red/node_modules/node-red-node-pi-gpio node-red-node-ping@0.3.1 /home/pi/.node-red/node_modules/node-red-node-ping node-red-node-random@0.4.0 /home/pi/.node-red/node_modules/node-red-node-random node-red-node-smooth@0.1.2 /home/pi/.node-red/node_modules/node-red-node-smooth amqp@0.2.7 /home/pi/.node-red/node_modules/amqp aproba@1.2.0 /home/pi/.node-red/node_modules/aproba are-we-there-yet@1.1.5 /home/pi/.node-red/node_modules/are-we-there-yet delegates@1.0.0 /home/pi/.node-red/node_modules/delegates async@1.5.2 /home/pi/.node-red/node_modules/async binary@0.3.0 /home/pi/.node-red/node_modules/binary buffers@0.1.1 /home/pi/.node-red/node_modules/buffers chainsaw@0.1.0 /home/pi/.node-red/node_modules/chainsaw traverse@0.3.9 /home/pi/.node-red/node_modules/traverse bitsyntax@0.0.4 /home/pi/.node-red/node_modules/bitsyntax buffer-more-ints@0.0.2 /home/pi/.node-red/node_modules/buffer-more-ints bson@0.4.23 /home/pi/.node-red/node_modules/bson buffer-crc32@0.2.13 /home/pi/.node-red/node_modules/buffer-crc32 buffermaker@1.2.1 /home/pi/.node-red/node_modules/buffermaker long@1.1.2 /home/pi/.node-red/node_modules/long chownr@1.1.4 /home/pi/.node-red/node_modules/chownr code-point-at@1.1.0 /home/pi/.node-red/node_modules/code-point-at console-control-strings@1.1.0 /home/pi/.node-red/node_modules/console-control-strings d@1.0.1 /home/pi/.node-red/node_modules/d es5-ext@0.10.53 /home/pi/.node-red/node_modules/es5-ext es6-iterator@2.0.3 /home/pi/.node-red/node_modules/es6-iterator es6-symbol@3.1.3 /home/pi/.node-red/node_modules/es6-symbol ext@1.4.0 /home/pi/.node-red/node_modules/ext type@2.5.0 /home/pi/.node-red/node_modules/ext/node_modules/type next-tick@1.0.0 /home/pi/.node-red/node_modules/next-tick type@1.2.0 /home/pi/.node-red/node_modules/type deep-extend@0.6.0 /home/pi/.node-red/node_modules/deep-extend es6-promise@3.0.2 /home/pi/.node-red/node_modules/es6-promise event-lite@0.1.2 /home/pi/.node-red/node_modules/event-lite eventemitter2@2.2.2 /home/pi/.node-red/node_modules/eventemitter2 fs-constants@1.0.0 /home/pi/.node-red/node_modules/fs-constants github-from-package@0.0.0 /home/pi/.node-red/node_modules/github-from-package has-unicode@2.0.1 /home/pi/.node-red/node_modules/has-unicode ieee754@1.2.1 /home/pi/.node-red/node_modules/ieee754 ini@1.3.8 /home/pi/.node-red/node_modules/ini int64-buffer@0.1.10 /home/pi/.node-red/node_modules/int64-buffer is-fullwidth-code-point@1.0.0 /home/pi/.node-red/node_modules/is-fullwidth-code-point number-is-nan@1.0.1 /home/pi/.node-red/node_modules/number-is-nan mongodb-core@1.3.21 /home/pi/.node-red/node_modules/mongodb-core require_optional@1.0.1 /home/pi/.node-red/node_modules/require_optional resolve-from@2.0.0 /home/pi/.node-red/node_modules/resolve-from semver@5.7.1 /home/pi/.node-red/node_modules/semver nan@2.14.2 /home/pi/.node-red/node_modules/nan nested-error-stacks@1.0.2 /home/pi/.node-red/node_modules/nested-error-stacks noop-logger@0.1.1 /home/pi/.node-red/node_modules/noop-logger object-assign@4.1.1 /home/pi/.node-red/node_modules/object-assign optional@0.1.4 /home/pi/.node-red/node_modules/optional retry@0.6.1 /home/pi/.node-red/node_modules/retry set-blocking@2.0.0 /home/pi/.node-red/node_modules/set-blocking signal-exit@3.0.3 /home/pi/.node-red/node_modules/signal-exit source-map@0.6.1 /home/pi/.node-red/node_modules/source-map string-width@1.0.2 /home/pi/.node-red/node_modules/string-width strip-json-comments@2.0.1 /home/pi/.node-red/node_modules/strip-json-comments tunnel-agent@0.6.0 /home/pi/.node-red/node_modules/tunnel-agent underscore@1.4.4 /home/pi/.node-red/node_modules/underscore when@3.6.4 /home/pi/.node-red/node_modules/when wide-align@1.1.3 /home/pi/.node-red/node_modules/wide-align msgpack-lite@0.1.26 /home/pi/.node-red/node_modules/msgpack-lite rc@1.2.8 /home/pi/.node-red/node_modules/rc amqplib@0.4.2 /home/pi/.node-red/node_modules/amqplib readable-stream@1.1.14 /home/pi/.node-red/node_modules/amqplib/node_modules/readable-stream isarray@0.0.1 /home/pi/.node-red/node_modules/amqplib/node_modules/isarray string_decoder@0.10.31 /home/pi/.node-red/node_modules/amqplib/node_modules/string_decoder ioredis@1.15.1 /home/pi/.node-red/node_modules/ioredis bluebird@2.11.0 /home/pi/.node-red/node_modules/ioredis/node_modules/bluebird debug@2.6.9 /home/pi/.node-red/node_modules/ioredis/node_modules/debug ms@2.0.0 /home/pi/.node-red/node_modules/ioredis/node_modules/ms lodash@3.10.1 /home/pi/.node-red/node_modules/ioredis/node_modules/lodash kerberos@0.0.24 /home/pi/.node-red/node_modules/kerberos nan@2.10.0 /home/pi/.node-red/node_modules/kerberos/node_modules/nan kafka-node@0.5.9 /home/pi/.node-red/node_modules/kafka-node debug@2.6.9 /home/pi/.node-red/node_modules/kafka-node/node_modules/debug ms@2.0.0 /home/pi/.node-red/node_modules/kafka-node/node_modules/ms lodash@3.10.1 /home/pi/.node-red/node_modules/kafka-node/node_modules/lodash node-zookeeper-client@0.2.3 /home/pi/.node-red/node_modules/node-zookeeper-client async@0.2.10 /home/pi/.node-red/node_modules/node-zookeeper-client/node_modules/async mongodb@2.1.21 /home/pi/.node-red/node_modules/mongodb readable-stream@1.0.31 /home/pi/.node-red/node_modules/mongodb/node_modules/readable-stream isarray@0.0.1 /home/pi/.node-red/node_modules/mongodb/node_modules/isarray string_decoder@0.10.31 /home/pi/.node-red/node_modules/mongodb/node_modules/string_decoder qlobber-fsq@3.2.4 /home/pi/.node-red/node_modules/qlobber-fsq graceful-fs@4.1.15 /home/pi/.node-red/node_modules/qlobber-fsq/node_modules/graceful-fs Installing extra nodes: node-red-node-pi-gpio@latest node-red-node-random@latest node-red-node-ping@latest node-red-contrib-play-audio@latest node-red-node-smooth@latest node-red-node-serialport@latest : > fs-ext@0.5.0 install /home/pi/.node-red/node_modules/fs-ext > node-gyp configure build make: Entering directory '/home/pi/.node-red/node_modules/fs-ext/build' CXX(target) Release/obj.target/fs-ext/fs-ext.o ../fs-ext.cc: In function ‘void EIO_After(uv_work_t*)’: ../fs-ext.cc:108:20: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] argv[0] = Nan::NanErrnoException(store_data->error); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:108:55: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] argv[0] = Nan::NanErrnoException(store_data->error); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:108:55: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] argv[0] = Nan::NanErrnoException(store_data->error); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:129:140: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] statvfs_result->Set(Nan::New(f_namemax_symbol), Nan::New(static_cast(store_data->statvfs_buf.f_namemax))); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:130:136: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] statvfs_result->Set(Nan::New(f_bsize_symbol), Nan::New(static_cast(store_data->statvfs_buf.f_bsize))); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:131:138: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] statvfs_result->Set(Nan::New(f_frsize_symbol), Nan::New(static_cast(store_data->statvfs_buf.f_frsize))); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:132:114: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] statvfs_result->Set(Nan::New(f_blocks_symbol), Nan::New(store_data->statvfs_buf.f_blocks)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:133:114: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] statvfs_result->Set(Nan::New(f_bavail_symbol), Nan::New(store_data->statvfs_buf.f_bavail)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:134:112: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] statvfs_result->Set(Nan::New(f_bfree_symbol), Nan::New(store_data->statvfs_buf.f_bfree)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:135:112: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] statvfs_result->Set(Nan::New(f_files_symbol), Nan::New(store_data->statvfs_buf.f_files)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:136:114: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] statvfs_result->Set(Nan::New(f_favail_symbol), Nan::New(store_data->statvfs_buf.f_favail)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:137:112: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] statvfs_result->Set(Nan::New(f_ffree_symbol), Nan::New(store_data->statvfs_buf.f_ffree)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:153:34: warning: ‘v8::Local Nan::Callback::Call(int, v8::Local*) const’ is deprecated [-Wdeprecated-declarations] store_data->cb->Call(argc, argv); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1742:3: note: declared here Call(int argc, v8::Local argv[]) const { ^~~~ ../fs-ext.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flock(Nan::NAN_METHOD_ARGS_TYPE)’: ../fs-ext.cc:281:40: error: no matching function for call to ‘v8::Value::Int32Value()’ flock_data->fd = info[0]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:282:42: error: no matching function for call to ‘v8::Value::Int32Value()’ flock_data->oper = info[1]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:288:72: 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_queue_work(uv_default_loop(), req, EIO_Flock, (uv_after_work_cb)EIO_After); ^~~~~~~~~ ../fs-ext.cc:297:45: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (i != 0) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:297:68: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (i != 0) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:297:68: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (i != 0) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Seek(Nan::NAN_METHOD_ARGS_TYPE)’: ../fs-ext.cc:332:32: error: no matching function for call to ‘v8::Value::Int32Value()’ int fd = info[0]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:317:74: error: no matching function for call to ‘v8::Value::NumberValue()’ if (!(a)->IsUndefined() && !(a)->IsNull() && !IsInt64((a)->NumberValue())) { \ ^ ../fs-ext.cc:333:3: note: in expansion of macro ‘ASSERT_OFFSET’ ASSERT_OFFSET(info[1]); ^~~~~~~~~~~~~ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2704:39: note: candidate: ‘v8::Maybe v8::Value::NumberValue(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe NumberValue(Local context) const; ^~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2704:39: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:320:60: error: no matching function for call to ‘v8::Value::IntegerValue()’ #define GET_OFFSET(a) ((a)->IsNumber() ? (a)->IntegerValue() : -1) ^ ../fs-ext.cc:334:16: note: in expansion of macro ‘GET_OFFSET’ off_t offs = GET_OFFSET(info[1]); ^~~~~~~~~~ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2705:40: note: candidate: ‘v8::Maybe v8::Value::IntegerValue(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe IntegerValue( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2705:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:335:36: error: no matching function for call to ‘v8::Value::Int32Value()’ int whence = info[2]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:339:56: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (offs_result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:339:79: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (offs_result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:339:79: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (offs_result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:354:69: 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_queue_work(uv_default_loop(), req, EIO_Seek, (uv_after_work_cb)EIO_After); ^~~~~~~~~ ../fs-ext.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Fcntl(Nan::NAN_METHOD_ARGS_TYPE)’: ../fs-ext.cc:369:32: error: no matching function for call to ‘v8::Value::Int32Value()’ int fd = info[0]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:370:33: error: no matching function for call to ‘v8::Value::Int32Value()’ int cmd = info[1]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:371:33: error: no matching function for call to ‘v8::Value::Int32Value()’ int arg = info[2]->Int32Value(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:375:51: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:375:74: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:375:74: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (result == -1) return Nan::ThrowError(Nan::NanErrnoException(errno)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:390:70: 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_queue_work(uv_default_loop(), req, EIO_Fcntl, (uv_after_work_cb)EIO_After); ^~~~~~~~~ ../fs-ext.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE UTime(Nan::NAN_METHOD_ARGS_TYPE)’: ../fs-ext.cc:423:44: error: no matching function for call to ‘v8::Value::ToString()’ String::Utf8Value path(info[0]->ToString()); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate: ‘v8::Local v8::Value::ToString(v8::Isolate*) const’ Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate expects 1 argument, 0 provided Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:424:40: error: no matching function for call to ‘v8::Value::IntegerValue()’ time_t atime = info[1]->IntegerValue(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2705:40: note: candidate: ‘v8::Maybe v8::Value::IntegerValue(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe IntegerValue( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2705:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:425:40: error: no matching function for call to ‘v8::Value::IntegerValue()’ time_t mtime = info[2]->IntegerValue(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2705:40: note: candidate: ‘v8::Maybe v8::Value::IntegerValue(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe IntegerValue( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2705:40: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:433:47: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "utime", "", *path)); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:433:90: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "utime", "", *path)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:433:90: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "utime", "", *path)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:448:70: 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_queue_work(uv_default_loop(), req, EIO_UTime, (uv_after_work_cb)EIO_After); ^~~~~~~~~ ../fs-ext.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE StatVFS(Nan::NAN_METHOD_ARGS_TYPE)’: ../fs-ext.cc:462:44: error: no matching function for call to ‘v8::Value::ToString()’ String::Utf8Value path(info[0]->ToString()); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate: ‘v8::Local v8::Value::ToString(v8::Isolate*) const’ Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate expects 1 argument, 0 provided Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:469:47: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "statvfs", "", *path)); ^~~~~~~~~~~~~~~~~ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:469:92: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "statvfs", "", *path)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:469:92: warning: ‘v8::Local Nan::NanErrnoException(int, const char*, const char*, const char*)’ is deprecated [-Wdeprecated-declarations] if (ret != 0) return Nan::ThrowError(Nan::NanErrnoException(errno, "statvfs", "", *path)); ^ In file included from ../fs-ext.cc:27: ../../nan/nan.h:1102:46: note: declared here NAN_DEPRECATED inline v8::Local NanErrnoException( ^~~~~~~~~~~~~~~~~ ../fs-ext.cc:471:108: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] result->Set(Nan::New(f_namemax_symbol), Nan::New(static_cast(buf.f_namemax))); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:472:104: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] result->Set(Nan::New(f_bsize_symbol), Nan::New(static_cast(buf.f_bsize))); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:473:106: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] result->Set(Nan::New(f_frsize_symbol), Nan::New(static_cast(buf.f_frsize))); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:475:82: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] result->Set(Nan::New(f_blocks_symbol), Nan::New(buf.f_blocks)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:476:82: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] result->Set(Nan::New(f_bavail_symbol), Nan::New(buf.f_bavail)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:477:80: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] result->Set(Nan::New(f_bfree_symbol), Nan::New(buf.f_bfree)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:479:80: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] result->Set(Nan::New(f_files_symbol), Nan::New(buf.f_files)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:480:82: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] result->Set(Nan::New(f_favail_symbol), Nan::New(buf.f_favail)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:481:80: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] result->Set(Nan::New(f_ffree_symbol), Nan::New(buf.f_ffree)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../fs-ext.cc:497:71: 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_queue_work(uv_default_loop(), req, EIO_StatVFS,(uv_after_work_cb)EIO_After); ^~~~~~~~~ ../fs-ext.cc: In function ‘void init(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’: ../fs-ext.cc:551:104: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ target->Set(Nan::New("seek").ToLocalChecked(), Nan::New(Seek)->GetFunction()); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:552:106: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ target->Set(Nan::New("fcntl").ToLocalChecked(), Nan::New(Fcntl)->GetFunction()); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:553:106: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ target->Set(Nan::New("flock").ToLocalChecked(), Nan::New(Flock)->GetFunction()); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:554:106: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ target->Set(Nan::New("utime").ToLocalChecked(), Nan::New(UTime)->GetFunction()); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate expects 1 argument, 0 provided ../fs-ext.cc:555:110: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ target->Set(Nan::New("statVFS").ToLocalChecked(), Nan::New(StatVFS)->GetFunction()); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../fs-ext.cc:20: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate expects 1 argument, 0 provided In file included from ../fs-ext.cc:20: ../fs-ext.cc: At global scope: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../fs-ext.cc:572:3: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(fs_ext, init) ^~~~~~~~~~~ make: *** [fs-ext.target.mk:109: Release/obj.target/fs-ext/fs-ext.o] Error 1 make: Leaving directory '/home/pi/.node-red/node_modules/fs-ext/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:314:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) gyp ERR! System Linux 5.10.17-v7l+ gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "build" gyp ERR! cwd /home/pi/.node-red/node_modules/fs-ext gyp ERR! node -v v12.22.1 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok > @serialport/bindings@9.0.7 install /home/pi/.node-red/node_modules/@serialport/bindings > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild prebuild-install WARN install No prebuilt binaries found (target=12.22.1 runtime=node arch=arm libc= platform=linux) make: Entering directory '/home/pi/.node-red/node_modules/@serialport/bindings/build' CXX(target) Release/obj.target/bindings/src/serialport.o ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Open(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:78:69: 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_queue_work(uv_default_loop(), req, EIO_Open, (uv_after_work_cb)EIO_AfterOpen); ^~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Update(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:135:71: 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_queue_work(uv_default_loop(), req, EIO_Update, (uv_after_work_cb)EIO_AfterUpdate); ^~~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Close(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:175:70: 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_queue_work(uv_default_loop(), req, EIO_Close, (uv_after_work_cb)EIO_AfterClose); ^~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Flush(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:215:70: 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_queue_work(uv_default_loop(), req, EIO_Flush, (uv_after_work_cb)EIO_AfterFlush); ^~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Set(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:271:68: 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_queue_work(uv_default_loop(), req, EIO_Set, (uv_after_work_cb)EIO_AfterSet); ^~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Get(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:316:68: 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_queue_work(uv_default_loop(), req, EIO_Get, (uv_after_work_cb)EIO_AfterGet); ^~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetBaudRate(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:366:76: 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_queue_work(uv_default_loop(), req, EIO_GetBaudRate, (uv_after_work_cb)EIO_AfterGetBaudRate); ^~~~~~~~~~~~~~~~~~~~ ../src/serialport.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE Drain(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/serialport.cpp:412:70: 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_queue_work(uv_default_loop(), req, EIO_Drain, (uv_after_work_cb)EIO_AfterDrain); ^~~~~~~~~~~~~~ ../src/serialport.cpp: At global scope: ../src/serialport.cpp:433:28: warning: unnecessary parentheses in declaration of ‘ToParityEnum’ [-Wparentheses] SerialPortParity NAN_INLINE(ToParityEnum(const v8::Local& v8str)) { ^ ../src/serialport.cpp:452:30: warning: unnecessary parentheses in declaration of ‘ToStopBitEnum’ [-Wparentheses] SerialPortStopBits NAN_INLINE(ToStopBitEnum(double stopBits)) { ^ In file included from ../../../nan/nan.h:56, from ../src/./serialport.h:6, from ../src/serialport.cpp:1: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/serialport.cpp:486:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(serialport, init); ^~~~~~~~~~~ CXX(target) Release/obj.target/bindings/src/serialport_unix.o ../src/serialport_unix.cpp: In function ‘int setup(int, OpenBaton*)’: ../src/serialport_unix.cpp:176:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~ ../src/serialport_unix.cpp:176:13: note: ‘snprintf’ output 20 or more bytes (assuming 1043) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error %s Cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/serialport_unix.cpp: In function ‘void EIO_Open(uv_work_t*)’: ../src/serialport_unix.cpp:86:60: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=] snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/serialport_unix.cpp:86:13: note: ‘snprintf’ output 22 or more bytes (assuming 1045) into a destination of size 1024 snprintf(data->errorString, sizeof(data->errorString), "Error: %s, cannot open %s", strerror(errno), data->path); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CXX(target) Release/obj.target/bindings/src/poller.o CXX(target) Release/obj.target/bindings/src/serialport_linux.o SOLINK_MODULE(target) Release/obj.target/bindings.node COPY Release/bindings.node make: Leaving directory '/home/pi/.node-red/node_modules/@serialport/bindings/build' > snappy@5.0.5 install /home/pi/.node-red/node_modules/snappy > node-gyp rebuild make: Entering directory '/home/pi/.node-red/node_modules/snappy/build' CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy-sinksource.o CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy-stubs-internal.o CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy.o AR(target) Release/obj.target/deps/snappy/snappy.a COPY Release/snappy.a CXX(target) Release/obj.target/binding/src/binding.o In file included from ../node_modules/nan/nan.h:190, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe Nan::ForceSet(v8::Local, v8::Local, v8::Local, v8::PropertyAttribute)’: ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’ return obj->ForceSet(GetCurrentContext(), key, value, attribs); ^~~~~~~~ In file included from ../node_modules/nan/nan_converters.h:59, from ../node_modules/nan/nan.h:195, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ToFactoryBase::return_t Nan::imp::ToFactory::convert(v8::Local)’: ../node_modules/nan/nan_converters_43_inl.h:15:45: warning: ‘v8::MaybeLocal v8::Value::ToBoolean(v8::Local) const’ is deprecated: ToBoolean can never throw. Use Local version. [-Wdeprecated-declarations] return val->To ## TYPE(GetCurrentContext()); \ ^ ../node_modules/nan/nan_converters_43_inl.h:18:1: note: in expansion of macro ‘X’ X(Boolean) ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2664:59: note: declared here V8_WARN_UNUSED_RESULT MaybeLocal ToBoolean( ^~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../node_modules/nan/nan_converters.h:59, from ../node_modules/nan/nan.h:195, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ValueFactoryBase::return_t Nan::imp::ToFactory::convert(v8::Local)’: ../node_modules/nan/nan_converters_43_inl.h:31:48: warning: ‘v8::Maybe v8::Value::BooleanValue(v8::Local) const’ is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations] return val->NAME ## Value(GetCurrentContext()); \ ^ ../node_modules/nan/nan_converters_43_inl.h:34:1: note: in expansion of macro ‘X’ X(bool, Boolean) ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2702:51: note: declared here V8_WARN_UNUSED_RESULT Maybe BooleanValue( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase::return_t Nan::imp::Factory::New(Nan::FunctionCallback, v8::Local)’: ../node_modules/nan/nan_implementation_12_inl.h:109:32: error: no matching function for call to ‘v8::Function::New(v8::Isolate*&, void (&)(const v8::FunctionCallbackInfo&), v8::Local&)’ , obj)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:4275:31: note: candidate: ‘static v8::MaybeLocal v8::Function::New(v8::Local, v8::FunctionCallback, v8::Local, int, v8::ConstructorBehavior, v8::SideEffectType)’ static MaybeLocal New( ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:4275:31: note: no known conversion for argument 1 from ‘v8::Isolate*’ to ‘v8::Local’ In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase::return_t Nan::imp::Factory::New(v8::Local)’: ../node_modules/nan/nan_implementation_12_inl.h:345:37: error: no matching function for call to ‘v8::StringObject::New(v8::Local&)’ return v8::StringObject::New(value).As(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:5531:23: note: candidate: ‘static v8::Local v8::StringObject::New(v8::Isolate*, v8::Local)’ static Local New(Isolate* isolate, Local value); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:5531:23: note: candidate expects 2 arguments, 1 provided In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_implementation_12_inl.h:345:58: error: expected primary-expression before ‘>’ token return v8::StringObject::New(value).As(); ^ ../node_modules/nan/nan_implementation_12_inl.h:345:60: error: expected primary-expression before ‘)’ token return v8::StringObject::New(value).As(); ^ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’: ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, func, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:183:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, func, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:183:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’: ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, symbol, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:176:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, symbol, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:176:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, const char*, int, v8::Local*)’: ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, const char*, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, method, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:169:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, const char*, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, method, argc, argv); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:169:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local)’: ../node_modules/nan/nan.h:890:53: error: no matching function for call to ‘v8::Value::ToString()’ v8::Local string = from->ToString(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate: ‘v8::Local v8::Value::ToString(v8::Isolate*) const’ Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate expects 1 argument, 0 provided Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:900:74: error: no matching function for call to ‘v8::String::WriteUtf8(char*&, int, int, const int&)’ length_ = string->WriteUtf8(str_, static_cast(len), 0, flags); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2878:7: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘bool Nan::Callback::operator==(const Nan::Callback&) const’: ../node_modules/nan/nan.h:1371:61: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] v8::Local a = New(handle)->Get(kCallbackIndex); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:1372:67: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] v8::Local b = New(other.handle)->Get(kCallbackIndex); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::Callback::GetFunction() const’: ../node_modules/nan/nan.h:1403:56: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] return scope.Escape(New(handle)->Get(kCallbackIndex) ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘bool Nan::Callback::IsEmpty() const’: ../node_modules/nan/nan.h:1409:43: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] return New(handle)->Get(kCallbackIndex)->IsUndefined(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::Callback::Call_(v8::Isolate*, v8::Local, int, v8::Local*) const’: ../node_modules/nan/nan.h:1447:27: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] Get(kCallbackIndex).As(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] )); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:183:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] )); ^ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:183:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const char*, const v8::Local&)’: ../node_modules/nan/nan.h:1518:64: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Set(New(key).ToLocalChecked(), value); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const v8::Local&, const v8::Local&)’: ../node_modules/nan/nan.h:1524:42: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Set(key, value); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(uint32_t, const v8::Local&)’: ../node_modules/nan/nan.h:1530:44: warning: ‘bool v8::Object::Set(uint32_t, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Set(index, value); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3508:22: note: declared here bool Set(uint32_t index, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(const char*) const’: ../node_modules/nan/nan.h:1536:61: warning: ‘v8::Local v8::Object::Get(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Get(New(key).ToLocalChecked())); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3553:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(Local key)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(const v8::Local&) const’: ../node_modules/nan/nan.h:1542:55: warning: ‘v8::Local v8::Object::Get(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] return scope.Escape(New(persistentHandle)->Get(key)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3553:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(Local key)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(uint32_t) const’: ../node_modules/nan/nan.h:1547:57: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] return scope.Escape(New(persistentHandle)->Get(index)); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../node_modules/nan/nan.h:1706:62: 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] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from /usr/include/c++/8/cassert:44, from /home/pi/.cache/node-gyp/12.22.1/include/node/node_object_wrap.h:26, from ../node_modules/nan/nan.h:49, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_object_wrap.h: In destructor ‘virtual Nan::ObjectWrap::~ObjectWrap()’: ../node_modules/nan/nan_object_wrap.h:24:25: error: ‘class Nan::Persistent’ has no member named ‘IsNearDeath’ assert(persistent().IsNearDeath()); ^~~~~~~~~~~ In file included from ../node_modules/nan/nan.h:2192, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_object_wrap.h: In member function ‘void Nan::ObjectWrap::MakeWeak()’: ../node_modules/nan/nan_object_wrap.h:67:34: warning: ‘void v8::PersistentBase::MarkIndependent() [with T = v8::Object]’ is deprecated: Weak objects are always considered independent. Use TracedGlobal when trying to use EmbedderHeapTracer. Use a strong handle when trying to keep an object alive. [-Wdeprecated-declarations] persistent().MarkIndependent(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:570:22: note: declared here V8_INLINE void MarkIndependent()); ^~~~~~~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from /usr/include/c++/8/cassert:44, from /home/pi/.cache/node-gyp/12.22.1/include/node/node_object_wrap.h:26, from ../node_modules/nan/nan.h:49, from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan_object_wrap.h: In static member function ‘static void Nan::ObjectWrap::WeakCallback(const v8::WeakCallbackInfo&)’: ../node_modules/nan/nan_object_wrap.h:124:26: error: ‘class Nan::Persistent’ has no member named ‘IsNearDeath’ assert(wrap->handle_.IsNearDeath()); ^~~~~~~~~~~ ../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE nodesnappy::Compress(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/binding.cc:115:51: error: no matching function for call to ‘v8::Value::ToObject()’ if (node::Buffer::HasInstance(info[0]->ToObject())) { ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/binding.cc:116:54: error: no matching function for call to ‘v8::Value::ToObject()’ v8::Local object = info[0]->ToObject(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/binding.cc:121:52: error: no matching function for call to ‘v8::Value::ToString()’ v8::String::Utf8Value param1(info[0]->ToString()); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate: ‘v8::Local v8::Value::ToString(v8::Isolate*) const’ Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate expects 1 argument, 0 provided Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE nodesnappy::CompressSync(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/binding.cc:142:51: error: no matching function for call to ‘v8::Value::ToObject()’ if (node::Buffer::HasInstance(info[0]->ToObject())) { ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/binding.cc:143:54: error: no matching function for call to ‘v8::Value::ToObject()’ v8::Local object = info[0]->ToObject(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/binding.cc:148:52: error: no matching function for call to ‘v8::Value::ToString()’ v8::String::Utf8Value param1(info[0]->ToString()); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate: ‘v8::Local v8::Value::ToString(v8::Isolate*) const’ Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate expects 1 argument, 0 provided Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE nodesnappy::IsValidCompressed(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/binding.cc:161:52: error: no matching function for call to ‘v8::Value::ToObject()’ v8::Local object = info[0]->ToObject(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE nodesnappy::IsValidCompressedSync(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/binding.cc:181:52: error: no matching function for call to ‘v8::Value::ToObject()’ v8::Local object = info[0]->ToObject(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/binding.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE nodesnappy::UncompressSync(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/binding.cc:218:52: error: no matching function for call to ‘v8::Value::ToObject()’ v8::Local object = info[0]->ToObject(); ^ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/./binding.h:3, from ../src/binding.cc:1: ../src/binding.cc: At global scope: /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:736:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local, v8::Local, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:770:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/binding.cc:252:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(binding, init) ^~~~~~~~~~~ In file included from ../src/./binding.h:6, from ../src/binding.cc:1: ../node_modules/nan/nan.h: In instantiation of ‘void Nan::imp::SetMethodAux(T, v8::Local, v8::Local, ...) [with T = v8::Local]’: ../node_modules/nan/nan.h:1888:20: required from ‘void Nan::SetMethod(HandleType, const char*, Nan::FunctionCallback) [with T = v8::Object; HandleType = v8::Local; Nan::FunctionCallback = void (*)(const Nan::FunctionCallbackInfo&)]’ ../src/binding.cc:244:46: required from here ../node_modules/nan/nan.h:1872:3: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] recv->Set(name, GetFunction(tpl).ToLocalChecked()); ^~~~ In file included from /home/pi/.cache/node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.cache/node-gyp/12.22.1/include/node/node.h:67, from ../src/./binding.h:3, from ../src/binding.cc:1: /home/pi/.cache/node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.cache/node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ make: *** [binding.target.mk:114: Release/obj.target/binding/src/binding.o] Error 1 make: Leaving directory '/home/pi/.node-red/node_modules/snappy/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:314:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) gyp ERR! System Linux 5.10.17-v7l+ gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/pi/.node-red/node_modules/snappy gyp ERR! node -v v12.22.1 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok > leveldown@1.4.6 install /home/pi/.node-red/node_modules/leveldown > prebuild --install prebuild info begin Prebuild version 4.5.0 prebuild info looking for local prebuild @ prebuilds/leveldown-v1.4.6-node-v72-linux-arm.tar.gz prebuild info looking for cached prebuild @ /home/pi/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.4.6-leveldown-v1.4.6-node-v72-linux-arm.tar.gz prebuild http request GET https://github.com/level/leveldown/releases/download/v1.4.6/leveldown-v1.4.6-node-v72-linux-arm.tar.gz prebuild http 404 https://github.com/level/leveldown/releases/download/v1.4.6/leveldown-v1.4.6-node-v72-linux-arm.tar.gz prebuild WARN install No prebuilt binaries found (target=v12.22.1 arch=arm platform=linux) prebuild info install We will now try to compile from source. prebuild verb starting node-gyp process prebuild verb execute node-gyp with `node index.js rebuild --target=v12.22.1 --target_arch=arm` gyp verb command rebuild [] prebuild verb ok gyp verb command clean [] gyp verb clean removing "build" directory prebuild verb ok gyp verb command configure [] gyp verb check python checking for Python executable "python2" in the PATH gyp verb `which` succeeded python2 /usr/bin/python2 gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.16\n" gyp verb get node dir no --target version specified, falling back to host node version: 12.22.1 gyp verb command install [ '12.22.1' ] gyp verb install input version string "12.22.1" gyp verb install installing version: 12.22.1 gyp verb install --ensure was passed, so won't reinstall if already installed gyp verb install version not already installed, continuing with install 12.22.1 gyp verb ensuring nodedir is created /home/pi/.node-gyp/12.22.1 gyp verb created nodedir /home/pi/.node-gyp gyp http GET https://nodejs.org/download/release/v12.22.1/node-v12.22.1-headers.tar.gz gyp http 200 https://nodejs.org/download/release/v12.22.1/node-v12.22.1-headers.tar.gz gyp sill ignoring from tarball include gyp sill ignoring from tarball include/node gyp verb extracted file from tarball include/node/common.gypi gyp verb extracted file from tarball include/node/config.gypi gyp verb extracted file from tarball include/node/node.h gyp verb extracted file from tarball include/node/node_api.h gyp verb extracted file from tarball include/node/js_native_api.h gyp verb extracted file from tarball include/node/js_native_api_types.h gyp verb extracted file from tarball include/node/node_api_types.h gyp verb extracted file from tarball include/node/node_buffer.h gyp verb extracted file from tarball include/node/node_object_wrap.h gyp verb extracted file from tarball include/node/node_version.h gyp verb extracted file from tarball include/node/v8-value-serializer-version.h gyp verb extracted file from tarball include/node/v8-internal.h gyp verb extracted file from tarball include/node/v8-platform.h gyp verb extracted file from tarball include/node/v8-profiler.h gyp verb extracted file from tarball include/node/v8-testing.h gyp verb extracted file from tarball include/node/v8-util.h gyp verb extracted file from tarball include/node/v8-version-string.h gyp verb extracted file from tarball include/node/v8-version.h gyp verb extracted file from tarball include/node/v8-wasm-trap-handler-posix.h gyp verb extracted file from tarball include/node/v8-wasm-trap-handler-win.h gyp verb extracted file from tarball include/node/v8.h gyp verb extracted file from tarball include/node/v8config.h gyp sill ignoring from tarball include/node/libplatform gyp verb extracted file from tarball include/node/libplatform/libplatform-export.h gyp verb extracted file from tarball include/node/libplatform/libplatform.h gyp verb extracted file from tarball include/node/libplatform/v8-tracing.h gyp sill ignoring from tarball include/node/uv gyp verb extracted file from tarball include/node/uv/aix.h gyp verb extracted file from tarball include/node/uv/android-ifaddrs.h gyp verb extracted file from tarball include/node/uv/bsd.h gyp verb extracted file from tarball include/node/uv/darwin.h gyp verb extracted file from tarball include/node/uv/linux.h gyp verb extracted file from tarball include/node/uv/os390.h gyp verb extracted file from tarball include/node/uv/posix.h gyp verb extracted file from tarball include/node/uv/stdint-msvc2008.h gyp verb extracted file from tarball include/node/uv/sunos.h gyp verb extracted file from tarball include/node/uv/threadpool.h gyp verb extracted file from tarball include/node/uv/tree.h gyp verb extracted file from tarball include/node/uv/errno.h gyp verb extracted file from tarball include/node/uv/unix.h gyp verb extracted file from tarball include/node/uv/win.h gyp verb extracted file from tarball include/node/uv/version.h gyp verb extracted file from tarball include/node/uv.h gyp sill ignoring from tarball include/node/openssl gyp verb extracted file from tarball include/node/openssl/aes.h gyp verb extracted file from tarball include/node/openssl/asn1.h gyp verb extracted file from tarball include/node/openssl/asn1_mac.h gyp verb extracted file from tarball include/node/openssl/asn1t.h gyp verb extracted file from tarball include/node/openssl/async.h gyp verb extracted file from tarball include/node/openssl/asyncerr.h gyp verb extracted file from tarball include/node/openssl/bio.h gyp verb extracted file from tarball include/node/openssl/bioerr.h gyp verb extracted file from tarball include/node/openssl/blowfish.h gyp verb extracted file from tarball include/node/openssl/bnerr.h gyp verb extracted file from tarball include/node/openssl/buffer.h gyp verb extracted file from tarball include/node/openssl/buffererr.h gyp verb extracted file from tarball include/node/openssl/camellia.h gyp verb extracted file from tarball include/node/openssl/cast.h gyp verb extracted file from tarball include/node/openssl/cmac.h gyp verb extracted file from tarball include/node/openssl/cms.h gyp verb extracted file from tarball include/node/openssl/cmserr.h gyp verb extracted file from tarball include/node/openssl/comp.h gyp verb extracted file from tarball include/node/openssl/comperr.h gyp verb extracted file from tarball include/node/openssl/conf.h gyp verb extracted file from tarball include/node/openssl/conf_api.h gyp verb extracted file from tarball include/node/openssl/conferr.h gyp verb extracted file from tarball include/node/openssl/cryptoerr.h gyp verb extracted file from tarball include/node/openssl/ct.h gyp verb extracted file from tarball include/node/openssl/cterr.h gyp verb extracted file from tarball include/node/openssl/des.h gyp verb extracted file from tarball include/node/openssl/dh.h gyp verb extracted file from tarball include/node/openssl/dherr.h gyp verb extracted file from tarball include/node/openssl/dsa.h gyp verb extracted file from tarball include/node/openssl/dsaerr.h gyp verb extracted file from tarball include/node/openssl/dtls1.h gyp verb extracted file from tarball include/node/openssl/ebcdic.h gyp verb extracted file from tarball include/node/openssl/ecdh.h gyp verb extracted file from tarball include/node/openssl/ecdsa.h gyp verb extracted file from tarball include/node/openssl/engine.h gyp verb extracted file from tarball include/node/openssl/engineerr.h gyp verb extracted file from tarball include/node/openssl/err.h gyp verb extracted file from tarball include/node/openssl/sslerr.h gyp verb extracted file from tarball include/node/openssl/hmac.h gyp verb extracted file from tarball include/node/openssl/idea.h gyp verb extracted file from tarball include/node/openssl/kdf.h gyp verb extracted file from tarball include/node/openssl/kdferr.h gyp verb extracted file from tarball include/node/openssl/lhash.h gyp verb extracted file from tarball include/node/openssl/md2.h gyp verb extracted file from tarball include/node/openssl/md4.h gyp verb extracted file from tarball include/node/openssl/md5.h gyp verb extracted file from tarball include/node/openssl/mdc2.h gyp verb extracted file from tarball include/node/openssl/modes.h gyp verb extracted file from tarball include/node/openssl/objects.h gyp verb extracted file from tarball include/node/openssl/objectserr.h gyp verb extracted file from tarball include/node/openssl/ocsp.h gyp verb extracted file from tarball include/node/openssl/ocsperr.h gyp verb extracted file from tarball include/node/openssl/x509err.h gyp verb extracted file from tarball include/node/openssl/crypto.h gyp verb extracted file from tarball include/node/openssl/pem.h gyp verb extracted file from tarball include/node/openssl/pem2.h gyp verb extracted file from tarball include/node/openssl/pkcs12.h gyp verb extracted file from tarball include/node/openssl/pkcs12err.h gyp verb extracted file from tarball include/node/openssl/pkcs7.h gyp verb extracted file from tarball include/node/openssl/pkcs7err.h gyp verb extracted file from tarball include/node/openssl/rand.h gyp verb extracted file from tarball include/node/openssl/rand_drbg.h gyp verb extracted file from tarball include/node/openssl/randerr.h gyp verb extracted file from tarball include/node/openssl/rc2.h gyp verb extracted file from tarball include/node/openssl/rc4.h gyp verb extracted file from tarball include/node/openssl/rc5.h gyp verb extracted file from tarball include/node/openssl/ripemd.h gyp verb extracted file from tarball include/node/openssl/rsa.h gyp verb extracted file from tarball include/node/openssl/rsaerr.h gyp verb extracted file from tarball include/node/openssl/safestack.h gyp verb extracted file from tarball include/node/openssl/seed.h gyp verb extracted file from tarball include/node/openssl/sha.h gyp verb extracted file from tarball include/node/openssl/srp.h gyp verb extracted file from tarball include/node/openssl/srtp.h gyp verb extracted file from tarball include/node/openssl/ssl2.h gyp verb extracted file from tarball include/node/openssl/evperr.h gyp verb extracted file from tarball include/node/openssl/stack.h gyp verb extracted file from tarball include/node/openssl/store.h gyp verb extracted file from tarball include/node/openssl/storeerr.h gyp verb extracted file from tarball include/node/openssl/symhacks.h gyp verb extracted file from tarball include/node/openssl/ts.h gyp verb extracted file from tarball include/node/openssl/tserr.h gyp verb extracted file from tarball include/node/openssl/txt_db.h gyp verb extracted file from tarball include/node/openssl/ui.h gyp verb extracted file from tarball include/node/openssl/uierr.h gyp verb extracted file from tarball include/node/openssl/whrlpool.h gyp verb extracted file from tarball include/node/openssl/ec.h gyp verb extracted file from tarball include/node/openssl/x509v3.h gyp verb extracted file from tarball include/node/openssl/x509v3err.h gyp verb extracted file from tarball include/node/openssl/evp.h gyp verb extracted file from tarball include/node/openssl/ossl_typ.h gyp verb extracted file from tarball include/node/openssl/pemerr.h gyp verb extracted file from tarball include/node/openssl/ssl3.h gyp verb extracted file from tarball include/node/openssl/opensslv.h gyp verb extracted file from tarball include/node/openssl/ssl.h gyp verb extracted file from tarball include/node/openssl/ecerr.h gyp verb extracted file from tarball include/node/openssl/tls1.h gyp verb extracted file from tarball include/node/openssl/x509.h gyp verb extracted file from tarball include/node/openssl/x509_vfy.h gyp verb extracted file from tarball include/node/openssl/asn1err.h gyp verb extracted file from tarball include/node/openssl/bn.h gyp verb extracted file from tarball include/node/openssl/e_os2.h gyp verb extracted file from tarball include/node/openssl/obj_mac.h gyp sill ignoring from tarball include/node/openssl/archs gyp sill ignoring from tarball include/node/openssl/archs/linux-elf gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-elf/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64 gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/aix-gcc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/aix-gcc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64 gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x86_64/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x86_64/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/include gyp sill ignoring from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86 gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/BSD-x86/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/BSD-x86/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64 gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-aarch64/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4 gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-armv4/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h gyp verb content checksum node-v12.22.1-headers.tar.gz 9355a0af101ccba1ae90c3f1f3d71ed821934c875462a76f8b65a6f7ee7293fd gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64 gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-ppc64/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32 gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux-x32/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32 gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64 gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2 gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm/include/progs.h gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/include gyp sill ignoring from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h gyp verb extracted file from tarball include/node/openssl/bn_conf.h gyp verb extracted file from tarball include/node/openssl/dso_conf.h gyp verb extracted file from tarball include/node/openssl/opensslconf.h gyp verb extracted file from tarball include/node/openssl/dso_conf_asm.h gyp verb extracted file from tarball include/node/openssl/bn_conf_asm.h gyp verb extracted file from tarball include/node/openssl/bn_conf_no-asm.h gyp verb extracted file from tarball include/node/openssl/dso_conf_no-asm.h gyp verb extracted file from tarball include/node/openssl/opensslconf_asm.h gyp verb extracted file from tarball include/node/openssl/opensslconf_no-asm.h gyp verb extracted file from tarball include/node/zconf.h gyp verb extracted file from tarball include/node/zlib.h gyp verb tarball done parsing tarball gyp verb check download content checksum, need to download `SHASUMS256.txt`... gyp verb checksum url https://nodejs.org/download/release/v12.22.1/SHASUMS256.txt gyp http GET https://nodejs.org/download/release/v12.22.1/SHASUMS256.txt gyp http 200 https://nodejs.org/download/release/v12.22.1/SHASUMS256.txt gyp verb checksum data {"node-v12.22.1-aix-ppc64.tar.gz":"696f48b080915eb08e2ae24349a32ce56520483ac982fb51cce4876b82ab1bf5","node-v12.22.1-darwin-x64.tar.gz":"9cbade90e2e89feba674b1841573e6f0329e6ba4bd3ecc1f5e0c5c6785db6dc0","node-v12.22.1-darwin-x64.tar.xz":"de5e317580732530961d83b0fb9b2c370d222bd0c5a1b331900e9ddc0fdfe086","node-v12.22.1-headers.tar.gz":"9355a0af101ccba1ae90c3f1f3d71ed821934c875462a76f8b65a6f7ee7293fd","node-v12.22.1-headers.tar.xz":"f6db5ceaf820a2899712baeccb2a09950ab3bf8d4c0d893d672aeba54c1f4162","node-v12.22.1-linux-arm64.tar.gz":"917c582b7f7ae5ff8b2d97e05d00598011f9fbfcc4f76952da3ed477405c9c1a","node-v12.22.1-linux-arm64.tar.xz":"65145e6c2aa047ee5f83aadf9546116a6da70c21a649ed5f24dce412d2c202dc","node-v12.22.1-linux-armv7l.tar.gz":"1bc056e1fef1c83059235d927edea2c1a2eee91ce654f45369a2af95c041e198","node-v12.22.1-linux-armv7l.tar.xz":"4ae8e0d3dee7273ed8e07f80b74b05fc16a5562a42c13c9971d595b7ece4de71","node-v12.22.1-linux-ppc64le.tar.gz":"38d42033a10b535eb0285ccf7b7f2e6511bcb6f383c4620a53071d3b8f929d03","node-v12.22.1-linux-ppc64le.tar.xz":"f85a1a9f5476d35aec37d8052330d3d3d8e216276881181b06505758119c2c3b","node-v12.22.1-linux-s390x.tar.gz":"8fbf03069c758ff544110d04713d10136ce1b48a4bf2378ec17e1035a0b6a5f1","node-v12.22.1-linux-s390x.tar.xz":"c24dedddedf1a6aaff4ef40c2196f8f3c2cf99702c0be2ce6f77f740919f7dbf","node-v12.22.1-linux-x64.tar.gz":"d315c5dea4d96658164cdb257bd8dbb5e44bdd2a7c1d747841f06515f23a0042","node-v12.22.1-linux-x64.tar.xz":"8b537282c222ae4a40e019a52f769ca27b6640699bdde1510375e8d72da7d041","node-v12.22.1.pkg":"5b1b527e3087a2de2529f5079a0b53fcc8a4909830d43156feae6b6d31c7680a","node-v12.22.1-sunos-x64.tar.gz":"00ac4e9b87eb7c50cfd7a3811e7a160b2d078c6dd063fd57c8d8844310fdbc38","node-v12.22.1-sunos-x64.tar.xz":"6ae1f81151092296ec4b26b18c57aefc57b53d8f9fdd94fe60efd8fa68379f2a","node-v12.22.1.tar.gz":"6023f1f8f03f9780c75e6eca9d372b8411a83757c0389c51baee1c7242afd702","node-v12.22.1.tar.xz":"dd650df7773a6ed3e390320ba51ef33cba6499f0e9397709ea3d1debdcbcb989","node-v12.22.1-win-x64.7z":"465100b7be0835048810978b957667ad193faa68728cfb0e02bffcaafe575795","node-v12.22.1-win-x64.zip":"0cf3545c1ff9717bf3196eed6a423d878709ed4560125fdc29b42bd80ee661c3","node-v12.22.1-win-x86.7z":"1f3dcf6707e7afeeae767f8146789540518ddb8ad974c56fda6fd2486170e5b9","node-v12.22.1-win-x86.zip":"832bd047d3709e4229d1cc95d04391aceb991a5c957b8efd395e01f51832a774","node-v12.22.1-x64.msi":"02f53b3530a0310b1076db801770803527c63f724b56c22d6a0625c12a03c982","node-v12.22.1-x86.msi":"8192400d6fc7083b8bf049613c046923e8c24dd913a18189be9fe77be4c1c8c4","win-x64/node.exe":"d872b1b906cfc5ecffa69fb0a673ae60d0df772cb3e6646e32273afd4ffe923c","win-x64/node.lib":"28e5c24831deedbf4fb8a9560f2c4f95205479c589f54a9a53ec346f6a5cf8bf","win-x64/node_pdb.7z":"17cb8ad34c2584b22f9e8f9bf57e4c22fc985154b97af3ef24b7d5d34300642f","win-x64/node_pdb.zip":"fedcb273459441a94df6575b9df92dc2df360d001cc226a00f85cc9ad8c97874","win-x86/node.exe":"6f02a21ff1218ac70a0d6c14c217e9d1c8a8a9130a1b087f959ba32deb35be70","win-x86/node.lib":"8bbcf3b9305b83f54bd80f8ec19d4e237841bde5bfaeb2aec708c36daa6435f6","win-x86/node_pdb.7z":"a22c1bdd4caebc7e498ea56c74fba08698f508f2e1953ab8c6086488f61af1b2","win-x86/node_pdb.zip":"0b91ea5635cf1ec14b587e715578905dabdaa6aec3d6ed522a6b44bbe64c3a95"} gyp verb download contents checksum {"node-v12.22.1-headers.tar.gz":"9355a0af101ccba1ae90c3f1f3d71ed821934c875462a76f8b65a6f7ee7293fd"} gyp verb validating download checksum for node-v12.22.1-headers.tar.gz (9355a0af101ccba1ae90c3f1f3d71ed821934c875462a76f8b65a6f7ee7293fd == 9355a0af101ccba1ae90c3f1f3d71ed821934c875462a76f8b65a6f7ee7293fd) gyp verb get node dir target node version installed: 12.22.1 gyp verb build dir attempting to create "build" dir: /home/pi/.node-red/node_modules/leveldown/build gyp verb build dir "build" dir needed to be created? /home/pi/.node-red/node_modules/leveldown/build gyp verb build/config.gypi creating config file gyp sill build/config.gypi { gyp sill build/config.gypi target_defaults: { gyp sill build/config.gypi cflags: [], gyp sill build/config.gypi default_configuration: 'Release', gyp sill build/config.gypi defines: [], gyp sill build/config.gypi include_dirs: [], gyp sill build/config.gypi libraries: [] gyp sill build/config.gypi }, gyp sill build/config.gypi variables: { gyp sill build/config.gypi arm_float_abi: 'hard', gyp sill build/config.gypi arm_fpu: 'vfpv3', gyp sill build/config.gypi arm_thumb: 0, gyp sill build/config.gypi arm_version: '7', gyp sill build/config.gypi asan: 0, gyp sill build/config.gypi build_v8_with_gn: false, gyp sill build/config.gypi coverage: false, gyp sill build/config.gypi dcheck_always_on: 0, gyp sill build/config.gypi debug_nghttp2: false, gyp sill build/config.gypi debug_node: false, gyp sill build/config.gypi enable_lto: false, gyp sill build/config.gypi enable_pgo_generate: false, gyp sill build/config.gypi enable_pgo_use: false, gyp sill build/config.gypi force_dynamic_crt: 0, gyp sill build/config.gypi gas_version: '2.28', gyp sill build/config.gypi host_arch: 'ia32', gyp sill build/config.gypi icu_data_in: '../../deps/icu-small/source/data/in/icudt67l.dat', gyp sill build/config.gypi icu_default_data: '', gyp sill build/config.gypi icu_endianness: 'l', gyp sill build/config.gypi icu_gyp_path: 'tools/icu/icu-generic.gyp', gyp sill build/config.gypi icu_locales: 'en,root', gyp sill build/config.gypi icu_path: 'deps/icu-small', gyp sill build/config.gypi icu_small: true, gyp sill build/config.gypi icu_ver_major: '67', gyp sill build/config.gypi is_debug: 0, gyp sill build/config.gypi llvm_version: '0.0', gyp sill build/config.gypi napi_build_version: '8', gyp sill build/config.gypi node_byteorder: 'little', gyp sill build/config.gypi node_debug_lib: false, gyp sill build/config.gypi node_enable_d8: false, gyp sill build/config.gypi node_install_npm: true, gyp sill build/config.gypi node_module_version: 72, gyp sill build/config.gypi node_no_browser_globals: false, gyp sill build/config.gypi node_prefix: '/', gyp sill build/config.gypi node_release_urlbase: 'https://nodejs.org/download/release/', gyp sill build/config.gypi node_shared: false, gyp sill build/config.gypi node_shared_brotli: false, gyp sill build/config.gypi node_shared_cares: false, gyp sill build/config.gypi node_shared_http_parser: false, gyp sill build/config.gypi node_shared_libuv: false, gyp sill build/config.gypi node_shared_nghttp2: false, gyp sill build/config.gypi node_shared_openssl: false, gyp sill build/config.gypi node_shared_zlib: false, gyp sill build/config.gypi node_tag: '', gyp sill build/config.gypi node_target_type: 'executable', gyp sill build/config.gypi node_use_bundled_v8: true, gyp sill build/config.gypi node_use_dtrace: false, gyp sill build/config.gypi node_use_etw: false, gyp sill build/config.gypi node_use_node_code_cache: false, gyp sill build/config.gypi node_use_node_snapshot: false, gyp sill build/config.gypi node_use_openssl: true, gyp sill build/config.gypi node_use_v8_platform: true, gyp sill build/config.gypi node_with_ltcg: false, gyp sill build/config.gypi node_without_node_options: false, gyp sill build/config.gypi openssl_fips: '', gyp sill build/config.gypi openssl_is_fips: false, gyp sill build/config.gypi ossfuzz: false, gyp sill build/config.gypi shlib_suffix: 'so.72', gyp sill build/config.gypi target_arch: 'arm', gyp sill build/config.gypi v8_enable_gdbjit: 0, gyp sill build/config.gypi v8_enable_i18n_support: 1, gyp sill build/config.gypi v8_enable_inspector: 1, gyp sill build/config.gypi v8_enable_lite_mode: 0, gyp sill build/config.gypi v8_enable_object_print: 1, gyp sill build/config.gypi v8_no_strict_aliasing: 1, gyp sill build/config.gypi v8_optimized_debug: 1, gyp sill build/config.gypi v8_promise_internal_field_count: 1, gyp sill build/config.gypi v8_random_seed: 0, gyp sill build/config.gypi v8_trace_maps: 0, gyp sill build/config.gypi v8_use_siphash: 1, gyp sill build/config.gypi v8_use_snapshot: 1, gyp sill build/config.gypi want_separate_host_toolset: 1, gyp sill build/config.gypi nodedir: '/home/pi/.node-gyp/12.22.1', gyp sill build/config.gypi copy_dev_lib: true, gyp sill build/config.gypi standalone_static_library: 1, gyp sill build/config.gypi target: 'v12.22.1', gyp sill build/config.gypi cache_lock_stale: '60000', gyp sill build/config.gypi ham_it_up: '', gyp sill build/config.gypi legacy_bundling: '', gyp sill build/config.gypi sign_git_tag: '', gyp sill build/config.gypi user_agent: 'npm/6.14.12 node/v12.22.1 linux arm', gyp sill build/config.gypi always_auth: '', gyp sill build/config.gypi bin_links: 'true', gyp sill build/config.gypi key: '', gyp sill build/config.gypi allow_same_version: '', gyp sill build/config.gypi description: 'true', gyp sill build/config.gypi fetch_retries: '2', gyp sill build/config.gypi heading: 'npm', gyp sill build/config.gypi if_present: '', gyp sill build/config.gypi init_version: '1.0.0', gyp sill build/config.gypi user: '', gyp sill build/config.gypi prefer_online: '', gyp sill build/config.gypi noproxy: '', gyp sill build/config.gypi force: '', gyp sill build/config.gypi only: '', gyp sill build/config.gypi read_only: '', gyp sill build/config.gypi cache_min: '10', gyp sill build/config.gypi init_license: 'ISC', gyp sill build/config.gypi editor: 'vi', gyp sill build/config.gypi rollback: 'true', gyp sill build/config.gypi tag_version_prefix: 'v', gyp sill build/config.gypi cache_max: 'Infinity', gyp sill build/config.gypi timing: '', gyp sill build/config.gypi userconfig: '/home/pi/.npmrc', gyp sill build/config.gypi engine_strict: '', gyp sill build/config.gypi init_author_name: '', gyp sill build/config.gypi init_author_url: '', gyp sill build/config.gypi preid: '', gyp sill build/config.gypi tmp: '/tmp', gyp sill build/config.gypi depth: 'Infinity', gyp sill build/config.gypi package_lock_only: '', gyp sill build/config.gypi save_dev: '', gyp sill build/config.gypi usage: '', gyp sill build/config.gypi progress: '', gyp sill build/config.gypi metrics_registry: 'https://registry.npmjs.org/', gyp sill build/config.gypi otp: '', gyp sill build/config.gypi package_lock: 'true', gyp sill build/config.gypi https_proxy: '', gyp sill build/config.gypi save_prod: '', gyp sill build/config.gypi audit: '', gyp sill build/config.gypi cidr: '', gyp sill build/config.gypi onload_script: '', gyp sill build/config.gypi sso_type: 'oauth', gyp sill build/config.gypi rebuild_bundle: 'true', gyp sill build/config.gypi save_bundle: '', gyp sill build/config.gypi shell: '/bin/bash', gyp sill build/config.gypi dry_run: '', gyp sill build/config.gypi format_package_lock: 'true', gyp sill build/config.gypi prefix: '/usr', gyp sill build/config.gypi scope: '', gyp sill build/config.gypi browser: '', gyp sill build/config.gypi cache_lock_wait: '10000', gyp sill build/config.gypi ignore_prepublish: '', gyp sill build/config.gypi registry: 'https://registry.npmjs.org/', gyp sill build/config.gypi save_optional: '', gyp sill build/config.gypi searchopts: '', gyp sill build/config.gypi versions: '', gyp sill build/config.gypi cache: '/home/pi/.npm', gyp sill build/config.gypi send_metrics: '', gyp sill build/config.gypi global_style: '', gyp sill build/config.gypi ignore_scripts: '', gyp sill build/config.gypi version: '', gyp sill build/config.gypi local_address: '', gyp sill build/config.gypi viewer: 'man', gyp sill build/config.gypi node_gyp: '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js', gyp sill build/config.gypi audit_level: 'low', gyp sill build/config.gypi prefer_offline: '', gyp sill build/config.gypi color: 'true', gyp sill build/config.gypi sign_git_commit: '', gyp sill build/config.gypi fetch_retry_mintimeout: '10000', gyp sill build/config.gypi maxsockets: '50', gyp sill build/config.gypi offline: '', gyp sill build/config.gypi sso_poll_frequency: '500', gyp sill build/config.gypi umask: '0022', gyp sill build/config.gypi fund: '', gyp sill build/config.gypi fetch_retry_maxtimeout: '60000', gyp sill build/config.gypi logs_max: '10', gyp sill build/config.gypi message: '%s', gyp sill build/config.gypi ca: '', gyp sill build/config.gypi cert: '', gyp sill build/config.gypi global: '', gyp sill build/config.gypi link: '', gyp sill build/config.gypi save: 'true', gyp sill build/config.gypi access: '', gyp sill build/config.gypi also: '', gyp sill build/config.gypi unicode: 'true', gyp sill build/config.gypi unsafe_perm: 'true', gyp sill build/config.gypi update_notifier: '', gyp sill build/config.gypi before: '', gyp sill build/config.gypi long: '', gyp sill build/config.gypi production: '', gyp sill build/config.gypi searchlimit: '20', gyp sill build/config.gypi auth_type: 'legacy', gyp sill build/config.gypi node_version: '12.22.1', gyp sill build/config.gypi tag: 'latest', gyp sill build/config.gypi git_tag_version: 'true', gyp sill build/config.gypi commit_hooks: 'true', gyp sill build/config.gypi script_shell: '', gyp sill build/config.gypi shrinkwrap: 'true', gyp sill build/config.gypi fetch_retry_factor: '10', gyp sill build/config.gypi save_exact: '', gyp sill build/config.gypi strict_ssl: 'true', gyp sill build/config.gypi dev: '', gyp sill build/config.gypi globalconfig: '/usr/etc/npmrc', gyp sill build/config.gypi init_module: '/home/pi/.npm-init.js', gyp sill build/config.gypi parseable: '', gyp sill build/config.gypi globalignorefile: '/usr/etc/npmignore', gyp sill build/config.gypi cache_lock_retries: '10', gyp sill build/config.gypi searchstaleness: '900', gyp sill build/config.gypi node_options: '', gyp sill build/config.gypi save_prefix: '^', gyp sill build/config.gypi scripts_prepend_node_path: 'warn-only', gyp sill build/config.gypi group: '1000', gyp sill build/config.gypi init_author_email: '', gyp sill build/config.gypi searchexclude: '', gyp sill build/config.gypi git: 'git', gyp sill build/config.gypi optional: 'true', gyp sill build/config.gypi json: '' gyp sill build/config.gypi } gyp sill build/config.gypi } gyp verb build/config.gypi writing out config file: /home/pi/.node-red/node_modules/leveldown/build/config.gypi gyp verb config.gypi checking for gypi file: /home/pi/.node-red/node_modules/leveldown/config.gypi gyp verb common.gypi checking for gypi file: /home/pi/.node-red/node_modules/leveldown/common.gypi gyp verb gyp gyp format was not specified; forcing "make" gyp info spawn /usr/bin/python2 gyp info spawn args [ gyp info spawn args '/home/pi/.node-red/node_modules/node-gyp/gyp/gyp_main.py', gyp info spawn args 'binding.gyp', gyp info spawn args '-f', gyp info spawn args 'make', gyp info spawn args '-I', gyp info spawn args '/home/pi/.node-red/node_modules/leveldown/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/home/pi/.node-red/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/home/pi/.node-gyp/12.22.1/include/node/common.gypi', gyp info spawn args '-Dlibrary=shared_library', gyp info spawn args '-Dvisibility=default', gyp info spawn args '-Dnode_root_dir=/home/pi/.node-gyp/12.22.1', gyp info spawn args '-Dnode_gyp_dir=/home/pi/.node-red/node_modules/node-gyp', gyp info spawn args '-Dnode_lib_file=node.lib', gyp info spawn args '-Dmodule_root_dir=/home/pi/.node-red/node_modules/leveldown', gyp info spawn args '--depth=.', gyp info spawn args '--no-parallel', gyp info spawn args '--generator-output', gyp info spawn args 'build', gyp info spawn args '-Goutput_dir=.' gyp info spawn args ] prebuild verb ok gyp verb command build [] gyp verb build type Release gyp verb architecture arm gyp verb node dev dir /home/pi/.node-gyp/12.22.1 gyp verb `which` succeeded for `make` /usr/bin/make gyp info spawn make gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] make: Entering directory '/home/pi/.node-red/node_modules/leveldown/build' CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/builder.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/db_impl.o In file included from /usr/include/c++/8/bits/stl_algo.h:61, from /usr/include/c++/8/algorithm:62, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:7: /usr/include/c++/8/bits/stl_heap.h: In function ‘void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Distance = int; _Tp = long long unsigned int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’: /usr/include/c++/8/bits/stl_heap.h:214:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, ^~~~~~~~~~~~~ In file included from /usr/include/c++/8/algorithm:62, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:7: /usr/include/c++/8/bits/stl_algo.h: In function ‘void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’: /usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 __insertion_sort(_RandomAccessIterator __first, ^~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 /usr/include/c++/8/bits/stl_algo.h:1840:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 /usr/include/c++/8/bits/stl_algo.h: In function ‘void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]’: /usr/include/c++/8/bits/stl_algo.h:1940:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 __introsort_loop(_RandomAccessIterator __first, ^~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_algo.h:1940:5: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 /usr/include/c++/8/bits/stl_algo.h:1954:25: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 std::__introsort_loop(__cut, __last, __depth_limit, __comp); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:5: /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const long long unsigned int&}; _Tp = long long unsigned int; _Alloc = std::allocator]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector::iterator’ {aka ‘__gnu_cxx::__normal_iterator >’} changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector::iterator’ {aka ‘__gnu_cxx::__normal_iterator >’} changed in GCC 7.1 /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const leveldb::DBImpl::CompactionState::Output&}; _Tp = leveldb::DBImpl::CompactionState::Output; _Alloc = std::allocator]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector::iterator’ {aka ‘__gnu_cxx::__normal_iterator >’} changed in GCC 7.1 In file included from /usr/include/c++/8/vector:64, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:5: /usr/include/c++/8/bits/stl_vector.h: In member function ‘leveldb::Status leveldb::DBImpl::OpenCompactionOutputFile(leveldb::DBImpl::CompactionState*)’: /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:5: /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector >::iterator’ {aka ‘__gnu_cxx::__normal_iterator*, std::vector > >’} changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]’: /usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator*, std::vector > >’ changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/vector:64, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:5: /usr/include/c++/8/bits/stl_vector.h: In member function ‘leveldb::Status leveldb::DBImpl::Recover(leveldb::VersionEdit*)’: /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/algorithm:62, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:7: /usr/include/c++/8/bits/stl_algo.h:1968:25: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 std::__introsort_loop(__first, __last, ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ std::__lg(__last - __first) * 2, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __comp); ~~~~~~~ /usr/include/c++/8/bits/stl_algo.h:1885:25: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 std::__insertion_sort(__first, __first + int(_S_threshold), __comp); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_algo.h:1890:23: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 std::__insertion_sort(__first, __last, __comp); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.cc:5: /usr/include/c++/8/bits/vector.tcc: In member function ‘leveldb::Status leveldb::DBImpl::InstallCompactionResults(leveldb::DBImpl::CompactionState*)’: /usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator*, std::vector > >’ changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ^~~~~~~~~~~~~~~~~ CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/db_iter.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/filename.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/dbformat.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/leveldb_main.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/log_reader.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/log_writer.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/memtable.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/repair.o In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/repair.cc:28: /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const leveldb::{anonymous}::Repairer::TableInfo&}; _Tp = leveldb::{anonymous}::Repairer::TableInfo; _Alloc = std::allocator]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector::iterator’ {aka ‘__gnu_cxx::__normal_iterator >’} changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const long long unsigned int&}; _Tp = long long unsigned int; _Alloc = std::allocator]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector::iterator’ {aka ‘__gnu_cxx::__normal_iterator >’} changed in GCC 7.1 /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector >::iterator’ {aka ‘__gnu_cxx::__normal_iterator*, std::vector > >’} changed in GCC 7.1 In file included from /usr/include/c++/8/vector:64, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/repair.cc:28: /usr/include/c++/8/bits/stl_vector.h: In function ‘leveldb::Status leveldb::RepairDB(const string&, const leveldb::Options&)’: /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator >’ changed in GCC 7.1 _M_realloc_insert(end(), __x); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/include/leveldb/env.h:17, from ../deps/leveldb/leveldb-1.18.0/db/db_impl.h:14, from ../deps/leveldb/leveldb-1.18.0/db/repair.cc:28: /usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator*, std::vector > >’ changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ^~~~~~~~~~~~~~~~~ CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/table_cache.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/version_edit.o In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/db/version_edit.h:10, from ../deps/leveldb/leveldb-1.18.0/db/version_edit.cc:5: /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector >::iterator’ {aka ‘__gnu_cxx::__normal_iterator*, std::vector > >’} changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/vector.tcc: In member function ‘leveldb::Status leveldb::VersionEdit::DecodeFrom(const leveldb::Slice&)’: /usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator*, std::vector > >’ changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ^~~~~~~~~~~~~~~~~ CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/version_set.o In file included from /usr/include/c++/8/vector:69, from ../deps/leveldb/leveldb-1.18.0/db/version_set.h:20, from ../deps/leveldb/leveldb-1.18.0/db/version_set.cc:5: /usr/include/c++/8/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {std::pair}; _Tp = std::pair; _Alloc = std::allocator >]’: /usr/include/c++/8/bits/vector.tcc:413:7: note: parameter passing for argument of type ‘std::vector >::iterator’ {aka ‘__gnu_cxx::__normal_iterator*, std::vector > >’} changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/8/bits/vector.tcc: In member function ‘leveldb::Status leveldb::VersionSet::WriteSnapshot(leveldb::log::Writer*)’: /usr/include/c++/8/bits/vector.tcc:109:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator*, std::vector > >’ changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ^~~~~~~~~~~~~~~~~ CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/db/write_batch.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/helpers/memenv/memenv.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/block.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/block_builder.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/filter_block.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/format.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/iterator.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/merger.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/table.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/table_builder.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/table/two_level_iterator.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/arena.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/bloom.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/cache.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/coding.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/comparator.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/crc32c.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/env.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/filter_policy.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/hash.o ../deps/leveldb/leveldb-1.18.0/util/hash.cc: In function ‘uint32_t leveldb::Hash(const char*, size_t, uint32_t)’: ../deps/leveldb/leveldb-1.18.0/util/hash.cc:37:9: warning: this statement may fall through [-Wimplicit-fallthrough=] h += static_cast(data[2]) << 16; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../deps/leveldb/leveldb-1.18.0/util/hash.cc:39:5: note: here case 2: ^~~~ ../deps/leveldb/leveldb-1.18.0/util/hash.cc:40:9: warning: this statement may fall through [-Wimplicit-fallthrough=] h += static_cast(data[1]) << 8; ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../deps/leveldb/leveldb-1.18.0/util/hash.cc:42:5: note: here case 1: ^~~~ CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/logging.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/options.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/status.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/port/port_posix.o CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.18.0/util/env_posix.o AR(target) Release/obj.target/deps/leveldb/leveldb.a COPY Release/leveldb.a CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.1/snappy-sinksource.o CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.1/snappy-stubs-internal.o CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.1/snappy.o AR(target) Release/obj.target/deps/snappy/snappy.a COPY Release/snappy.a CXX(target) Release/obj.target/leveldown/src/batch.o In file included from ../node_modules/nan/nan.h:190, from ../src/batch.cc:3: ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe Nan::ForceSet(v8::Local, v8::Local, v8::Local, v8::PropertyAttribute)’: ../node_modules/nan/nan_maybe_43_inl.h:88:15: error: ‘class v8::Object’ has no member named ‘ForceSet’ return obj->ForceSet(GetCurrentContext(), key, value, attribs); ^~~~~~~~ In file included from ../node_modules/nan/nan_converters.h:59, from ../node_modules/nan/nan.h:195, from ../src/batch.cc:3: ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ToFactoryBase::return_t Nan::imp::ToFactory::convert(v8::Local)’: ../node_modules/nan/nan_converters_43_inl.h:15:45: warning: ‘v8::MaybeLocal v8::Value::ToBoolean(v8::Local) const’ is deprecated: ToBoolean can never throw. Use Local version. [-Wdeprecated-declarations] return val->To ## TYPE(GetCurrentContext()); \ ^ ../node_modules/nan/nan_converters_43_inl.h:18:1: note: in expansion of macro ‘X’ X(Boolean) ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2664:59: note: declared here V8_WARN_UNUSED_RESULT MaybeLocal ToBoolean( ^~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../node_modules/nan/nan_converters.h:59, from ../node_modules/nan/nan.h:195, from ../src/batch.cc:3: ../node_modules/nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ValueFactoryBase::return_t Nan::imp::ToFactory::convert(v8::Local)’: ../node_modules/nan/nan_converters_43_inl.h:31:48: warning: ‘v8::Maybe v8::Value::BooleanValue(v8::Local) const’ is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations] return val->NAME ## Value(GetCurrentContext()); \ ^ ../node_modules/nan/nan_converters_43_inl.h:34:1: note: in expansion of macro ‘X’ X(bool, Boolean) ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2702:51: note: declared here V8_WARN_UNUSED_RESULT Maybe BooleanValue( ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/batch.cc:3: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase::return_t Nan::imp::Factory::New(Nan::FunctionCallback, v8::Local)’: ../node_modules/nan/nan_implementation_12_inl.h:109:32: error: no matching function for call to ‘v8::Function::New(v8::Isolate*&, void (&)(const v8::FunctionCallbackInfo&), v8::Local&)’ , obj)); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:4275:31: note: candidate: ‘static v8::MaybeLocal v8::Function::New(v8::Local, v8::FunctionCallback, v8::Local, int, v8::ConstructorBehavior, v8::SideEffectType)’ static MaybeLocal New( ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:4275:31: note: no known conversion for argument 1 from ‘v8::Isolate*’ to ‘v8::Local’ In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/batch.cc:3: ../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase::return_t Nan::imp::Factory::New(v8::Local)’: ../node_modules/nan/nan_implementation_12_inl.h:345:37: error: no matching function for call to ‘v8::StringObject::New(v8::Local&)’ return v8::StringObject::New(value).As(); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:5531:23: note: candidate: ‘static v8::Local v8::StringObject::New(v8::Isolate*, v8::Local)’ static Local New(Isolate* isolate, Local value); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:5531:23: note: candidate expects 2 arguments, 1 provided In file included from ../node_modules/nan/nan_new.h:189, from ../node_modules/nan/nan.h:196, from ../src/batch.cc:3: ../node_modules/nan/nan_implementation_12_inl.h:345:58: error: expected primary-expression before ‘>’ token return v8::StringObject::New(value).As(); ^ ../node_modules/nan/nan_implementation_12_inl.h:345:60: error: expected primary-expression before ‘)’ token return v8::StringObject::New(value).As(); ^ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’: ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, func, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/node.h:183:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:817:60: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, func, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/node.h:183:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’: ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, symbol, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/node.h:176:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:831:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, symbol, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/node.h:176:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, const char*, int, v8::Local*)’: ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, const char*, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, method, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/node.h:169:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:845:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, const char*, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] v8::Isolate::GetCurrent(), target, method, argc, argv); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/node.h:169:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local)’: ../node_modules/nan/nan.h:890:53: error: no matching function for call to ‘v8::Value::ToString()’ v8::Local string = from->ToString(); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate: ‘v8::Local v8::Value::ToString(v8::Isolate*) const’ Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate expects 1 argument, 0 provided Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:900:74: error: no matching function for call to ‘v8::String::WriteUtf8(char*&, int, int, const int&)’ length_ = string->WriteUtf8(str_, static_cast(len), 0, flags); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2878:7: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘bool Nan::Callback::operator==(const Nan::Callback&) const’: ../node_modules/nan/nan.h:1371:61: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] v8::Local a = New(handle)->Get(kCallbackIndex); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:1372:67: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] v8::Local b = New(other.handle)->Get(kCallbackIndex); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::Callback::GetFunction() const’: ../node_modules/nan/nan.h:1403:56: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] return scope.Escape(New(handle)->Get(kCallbackIndex) ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘bool Nan::Callback::IsEmpty() const’: ../node_modules/nan/nan.h:1409:43: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] return New(handle)->Get(kCallbackIndex)->IsUndefined(); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::Callback::Call_(v8::Isolate*, v8::Local, int, v8::Local*) const’: ../node_modules/nan/nan.h:1447:27: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] Get(kCallbackIndex).As(); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] )); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/node.h:183:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h:1463:5: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations] )); ^ In file included from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/node.h:183:50: note: declared here NODE_EXTERN v8::Local MakeCallback( ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/node.h:102:42: note: in definition of macro ‘NODE_DEPRECATED’ __attribute__((deprecated(message))) declarator ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const char*, const v8::Local&)’: ../node_modules/nan/nan.h:1518:64: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Set(New(key).ToLocalChecked(), value); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const v8::Local&, const v8::Local&)’: ../node_modules/nan/nan.h:1524:42: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Set(key, value); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(uint32_t, const v8::Local&)’: ../node_modules/nan/nan.h:1530:44: warning: ‘bool v8::Object::Set(uint32_t, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Set(index, value); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3508:22: note: declared here bool Set(uint32_t index, Local value)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(const char*) const’: ../node_modules/nan/nan.h:1536:61: warning: ‘v8::Local v8::Object::Get(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] New(persistentHandle)->Get(New(key).ToLocalChecked())); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3553:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(Local key)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(const v8::Local&) const’: ../node_modules/nan/nan.h:1542:55: warning: ‘v8::Local v8::Object::Get(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] return scope.Escape(New(persistentHandle)->Get(key)); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3553:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(Local key)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In member function ‘v8::Local Nan::AsyncWorker::GetFromPersistent(uint32_t) const’: ../node_modules/nan/nan.h:1547:57: warning: ‘v8::Local v8::Object::Get(uint32_t)’ is deprecated: Use maybe version [-Wdeprecated-declarations] return scope.Escape(New(persistentHandle)->Get(index)); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3557:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(uint32_t index)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:3: ../node_modules/nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../node_modules/nan/nan.h:1706:62: 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] , reinterpret_cast(AsyncExecuteComplete) ^ In file included from /usr/include/c++/8/cassert:44, from /home/pi/.node-gyp/12.22.1/include/node/node_object_wrap.h:26, from ../node_modules/nan/nan.h:49, from ../src/batch.cc:3: ../node_modules/nan/nan_object_wrap.h: In destructor ‘virtual Nan::ObjectWrap::~ObjectWrap()’: ../node_modules/nan/nan_object_wrap.h:24:25: error: ‘class Nan::Persistent’ has no member named ‘IsNearDeath’ assert(persistent().IsNearDeath()); ^~~~~~~~~~~ In file included from ../node_modules/nan/nan.h:2192, from ../src/batch.cc:3: ../node_modules/nan/nan_object_wrap.h: In member function ‘void Nan::ObjectWrap::MakeWeak()’: ../node_modules/nan/nan_object_wrap.h:67:34: warning: ‘void v8::PersistentBase::MarkIndependent() [with T = v8::Object]’ is deprecated: Weak objects are always considered independent. Use TracedGlobal when trying to use EmbedderHeapTracer. Use a strong handle when trying to keep an object alive. [-Wdeprecated-declarations] persistent().MarkIndependent(); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:570:22: note: declared here V8_INLINE void MarkIndependent()); ^~~~~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from /usr/include/c++/8/cassert:44, from /home/pi/.node-gyp/12.22.1/include/node/node_object_wrap.h:26, from ../node_modules/nan/nan.h:49, from ../src/batch.cc:3: ../node_modules/nan/nan_object_wrap.h: In static member function ‘static void Nan::ObjectWrap::WeakCallback(const v8::WeakCallbackInfo&)’: ../node_modules/nan/nan_object_wrap.h:124:26: error: ‘class Nan::Persistent’ has no member named ‘IsNearDeath’ assert(wrap->handle_.IsNearDeath()); ^~~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h: In function ‘size_t StringOrBufferLength(v8::Local)’: ../src/leveldown.h:16:26: error: no matching function for call to ‘v8::Value::ToObject()’ return (!obj->ToObject().IsEmpty() ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:17:48: error: no matching function for call to ‘v8::Value::ToObject()’ && node::Buffer::HasInstance(obj->ToObject())) ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:18:42: error: no matching function for call to ‘v8::Value::ToObject()’ ? node::Buffer::Length(obj->ToObject()) ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:19:21: error: no matching function for call to ‘v8::Value::ToString()’ : obj->ToString()->Utf8Length(); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate: ‘v8::Local v8::Value::ToString(v8::Isolate*) const’ Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate expects 1 argument, 0 provided Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h: In function ‘void DisposeStringOrBufferFromSlice(Nan::Persistent&, leveldb::Slice)’: ../src/leveldown.h:30:110: warning: ‘v8::Local v8::Object::Get(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] v8::Local obj = Nan::New(handle)->Get(Nan::New("obj").ToLocalChecked()); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3553:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(Local key)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:5: ../src/database.h: In constructor ‘leveldown::Reference::Reference(v8::Local, leveldb::Slice)’: ../src/database.h:31:52: warning: ‘bool v8::Object::Set(v8::Local, v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] _obj->Set(Nan::New("obj").ToLocalChecked(), obj); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3499:22: note: declared here bool Set(Local key, Local value)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:5: ../src/database.h: At global scope: ../src/database.h:85:7: warning: unnecessary parentheses in declaration of ‘pendingCloseWorker’ [-Wparentheses] void(*pendingCloseWorker); ^ In file included from ../src/batch.cc:8: ../src/common.h: In function ‘bool leveldown::BooleanOptionValue(v8::Local, const char*, bool)’: ../src/common.h:19:24: error: no matching function for call to ‘v8::Object::Has(v8::Local&)’ && options->Has(key) ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3590:37: note: candidate: ‘v8::Maybe v8::Object::Has(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Has(Local context, ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:3590:37: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/12.22.1/include/node/v8.h:3596:37: note: candidate: ‘v8::Maybe v8::Object::Has(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT Maybe Has(Local context, uint32_t index); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:3596:37: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:8: ../src/common.h:20:23: warning: ‘v8::Local v8::Object::Get(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] ? options->Get(key)->BooleanValue() ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3553:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(Local key)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:8: ../src/common.h:20:39: error: no matching function for call to ‘v8::Value::BooleanValue()’ ? options->Get(key)->BooleanValue() ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2699:8: note: candidate: ‘bool v8::Value::BooleanValue(v8::Isolate*) const’ bool BooleanValue(Isolate* isolate) const; ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2699:8: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2702:51: note: candidate: ‘v8::Maybe v8::Value::BooleanValue(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe BooleanValue( ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2702:51: note: candidate expects 1 argument, 0 provided V8_WARN_UNUSED_RESULT Maybe BooleanValue( ^~~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:8: ../src/common.h: In function ‘uint32_t leveldown::UInt32OptionValue(v8::Local, const char*, uint32_t)’: ../src/common.h:30:24: error: no matching function for call to ‘v8::Object::Has(v8::Local&)’ && options->Has(key) ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3590:37: note: candidate: ‘v8::Maybe v8::Object::Has(v8::Local, v8::Local)’ V8_WARN_UNUSED_RESULT Maybe Has(Local context, ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:3590:37: note: candidate expects 2 arguments, 1 provided /home/pi/.node-gyp/12.22.1/include/node/v8.h:3596:37: note: candidate: ‘v8::Maybe v8::Object::Has(v8::Local, uint32_t)’ V8_WARN_UNUSED_RESULT Maybe Has(Local context, uint32_t index); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:3596:37: note: candidate expects 2 arguments, 1 provided In file included from ../src/batch.cc:8: ../src/common.h:31:24: warning: ‘v8::Local v8::Object::Get(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] && options->Get(key)->IsNumber() ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3553:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(Local key)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:8: ../src/common.h:32:23: warning: ‘v8::Local v8::Object::Get(v8::Local)’ is deprecated: Use maybe version [-Wdeprecated-declarations] ? options->Get(key)->Uint32Value() ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:3553:51: note: declared here V8_DEPRECATED("Use maybe version", Local Get(Local key)); ^~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/batch.cc:8: ../src/common.h:32:38: error: no matching function for call to ‘v8::Value::Uint32Value()’ ? options->Get(key)->Uint32Value() ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2707:41: note: candidate: ‘v8::Maybe v8::Value::Uint32Value(v8::Local) const’ V8_WARN_UNUSED_RESULT Maybe Uint32Value( ^~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2707:41: note: candidate expects 1 argument, 0 provided ../src/batch.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE leveldown::Batch::New(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/batch.cc:42:76: error: no matching function for call to ‘v8::Value::ToObject()’ Database* database = Nan::ObjectWrap::Unwrap(info[0]->ToObject()); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/batch.cc: In static member function ‘static v8::Local leveldown::Batch::NewInstance(v8::Local, v8::Local)’: ../src/batch.cc:71:47: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ instance = constructorHandle->GetFunction()->NewInstance(1, argv); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate expects 1 argument, 0 provided ../src/batch.cc:74:47: error: no matching function for call to ‘v8::FunctionTemplate::GetFunction()’ instance = constructorHandle->GetFunction()->NewInstance(2, argv); ^ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate: ‘v8::MaybeLocal v8::FunctionTemplate::GetFunction(v8::Local)’ V8_WARN_UNUSED_RESULT MaybeLocal GetFunction( ^~~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:6126:46: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/batch.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE leveldown::Batch::Put(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/leveldown.h:53:30: error: no matching function for call to ‘v8::Value::ToObject()’ } else if (!from->ToObject().IsEmpty() \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:54:51: error: no matching function for call to ‘v8::Value::ToObject()’ && node::Buffer::HasInstance(from->ToObject())) { \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:55:53: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Sz_ = node::Buffer::Length(from->ToObject()); \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:56:51: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Ch_ = node::Buffer::Data(from->ToObject()); \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:58:54: error: no matching function for call to ‘v8::Value::ToString()’ v8::Local to ## Str = from->ToString(); \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate: ‘v8::Local v8::Value::ToString(v8::Isolate*) const’ Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate expects 1 argument, 0 provided Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:59:39: error: no matching function for call to ‘v8::String::Utf8Length()’ to ## Sz_ = to ## Str->Utf8Length(); \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2818:7: note: candidate: ‘int v8::String::Utf8Length(v8::Isolate*) const’ int Utf8Length(Isolate* isolate) const; ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2818:7: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:65:5: error: no matching function for call to ‘v8::String::WriteUtf8(char*&, int, NULL, v8::String::WriteOptions)’ ); \ ^ ../src/batch.cc:86:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2878:7: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:53:30: error: no matching function for call to ‘v8::Value::ToObject()’ } else if (!from->ToObject().IsEmpty() \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:54:51: error: no matching function for call to ‘v8::Value::ToObject()’ && node::Buffer::HasInstance(from->ToObject())) { \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:55:53: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Sz_ = node::Buffer::Length(from->ToObject()); \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:56:51: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Ch_ = node::Buffer::Data(from->ToObject()); \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:58:54: error: no matching function for call to ‘v8::Value::ToString()’ v8::Local to ## Str = from->ToString(); \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate: ‘v8::Local v8::Value::ToString(v8::Isolate*) const’ Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate expects 1 argument, 0 provided Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:59:39: error: no matching function for call to ‘v8::String::Utf8Length()’ to ## Sz_ = to ## Str->Utf8Length(); \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2818:7: note: candidate: ‘int v8::String::Utf8Length(v8::Isolate*) const’ int Utf8Length(Isolate* isolate) const; ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2818:7: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:65:5: error: no matching function for call to ‘v8::String::WriteUtf8(char*&, int, NULL, v8::String::WriteOptions)’ ); \ ^ ../src/batch.cc:87:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(value, valueBuffer, value) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2878:7: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/batch.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE leveldown::Batch::Del(Nan::NAN_METHOD_ARGS_TYPE)’: ../src/leveldown.h:53:30: error: no matching function for call to ‘v8::Value::ToObject()’ } else if (!from->ToObject().IsEmpty() \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:54:51: error: no matching function for call to ‘v8::Value::ToObject()’ && node::Buffer::HasInstance(from->ToObject())) { \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:55:53: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Sz_ = node::Buffer::Length(from->ToObject()); \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:56:51: error: no matching function for call to ‘v8::Value::ToObject()’ to ## Ch_ = node::Buffer::Data(from->ToObject()); \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToObject(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToObject( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2672:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate: ‘v8::Local v8::Value::ToObject(v8::Isolate*) const’ Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2686:31: note: candidate expects 1 argument, 0 provided Local ToObject(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:58:54: error: no matching function for call to ‘v8::Value::ToString()’ v8::Local to ## Str = from->ToString(); \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate: ‘v8::MaybeLocal v8::Value::ToString(v8::Local) const’ V8_WARN_UNUSED_RESULT MaybeLocal ToString( ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2668:44: note: candidate expects 1 argument, 0 provided In file included from /home/pi/.node-gyp/12.22.1/include/node/v8-internal.h:14, from /home/pi/.node-gyp/12.22.1/include/node/v8.h:27, from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate: ‘v8::Local v8::Value::ToString(v8::Isolate*) const’ Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2684:31: note: candidate expects 1 argument, 0 provided Local ToString(Isolate* isolate) const); ^~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:59:39: error: no matching function for call to ‘v8::String::Utf8Length()’ to ## Sz_ = to ## Str->Utf8Length(); \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2818:7: note: candidate: ‘int v8::String::Utf8Length(v8::Isolate*) const’ int Utf8Length(Isolate* isolate) const; ^~~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2818:7: note: candidate expects 1 argument, 0 provided In file included from ../src/database.h:18, from ../src/batch.cc:5: ../src/leveldown.h:65:5: error: no matching function for call to ‘v8::String::WriteUtf8(char*&, int, NULL, v8::String::WriteOptions)’ ); \ ^ ../src/batch.cc:105:3: note: in expansion of macro ‘LD_STRING_OR_BUFFER_TO_SLICE’ LD_STRING_OR_BUFFER_TO_SLICE(key, keyBuffer, key) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pi/.node-gyp/12.22.1/include/node/node.h:67, from ../src/batch.cc:1: /home/pi/.node-gyp/12.22.1/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’ int WriteUtf8(Isolate* isolate, char* buffer, int length = -1, ^~~~~~~~~ /home/pi/.node-gyp/12.22.1/include/node/v8.h:2878:7: note: no known conversion for argument 1 from ‘char*’ to ‘v8::Isolate*’ make: *** [leveldown.target.mk:121: Release/obj.target/leveldown/src/batch.o] Error 1 make: Leaving directory '/home/pi/.node-red/node_modules/leveldown/build' prebuild ERR! build error prebuild ERR! stack Error: `make` failed with exit code: 2 prebuild ERR! stack at ChildProcess.onExit (/home/pi/.node-red/node_modules/node-gyp/lib/build.js:276:23) prebuild ERR! stack at ChildProcess.emit (events.js:314:20) prebuild ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) prebuild ERR! not ok prebuild ERR! build Error: `make` failed with exit code: 2 prebuild ERR! build at ChildProcess.onExit (/home/pi/.node-red/node_modules/node-gyp/lib/build.js:276:23) prebuild ERR! build at ChildProcess.emit (events.js:314:20) prebuild ERR! build at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) > zmq@2.15.3 install /home/pi/.node-red/node_modules/zmq > node-gyp rebuild make: Entering directory '/home/pi/.node-red/node_modules/zmq/build' CXX(target) Release/obj.target/zmq/binding.o ../binding.cc:28:10: fatal error: zmq.h: No such file or directory #include ^~~~~~~ compilation terminated. make: *** [zmq.target.mk:109: Release/obj.target/zmq/binding.o] Error 1 make: Leaving directory '/home/pi/.node-red/node_modules/zmq/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:314:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) gyp ERR! System Linux 5.10.17-v7l+ gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/pi/.node-red/node_modules/zmq gyp ERR! node -v v12.22.1 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs-ext@0.5.0 (node_modules/fs-ext): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs-ext@0.5.0 install: `node-gyp configure build` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: snappy@5.0.5 (node_modules/snappy): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: snappy@5.0.5 install: `node-gyp rebuild` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: leveldown@1.4.6 (node_modules/leveldown): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: leveldown@1.4.6 install: `prebuild --install` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 2 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: zmq@2.15.3 (node_modules/zmq): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: zmq@2.15.3 install: `node-gyp rebuild` npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1 + node-red-contrib-play-audio@2.5.0 + node-red-node-random@0.4.0 + node-red-node-pi-gpio@1.2.3 + node-red-node-smooth@0.1.2 + node-red-node-ping@0.3.1 + node-red-node-serialport@0.14.0 added 36 packages from 28 contributors and updated 5 packages in 97.181s Now add the shortcut and start/stop/log scripts to the menu Now add systemd script and configure it for pi ln: failed to create symbolic link '/usr/bin/python': File exists Now add launcher to top bar, add cpu temp example, make sure ping works The user `pi' is already a member of `gpio'. Memory : 3.8G Finished : Sat 15 May 2021 09:55:57 AM MST