2021-01-20T16:43:26.093Z installieren : node-red-contrib-nube-logic 1.0.4 2021-01-20T16:43:26.066Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production node-red-contrib-nube-logic@1.0.4 2021-01-20T16:43:38.443Z [out] 2021-01-20T16:43:38.443Z [out] > time@0.11.4 install /home/pi/.node-red/node_modules/time 2021-01-20T16:43:38.443Z [out] > node-gyp rebuild 2021-01-20T16:43:38.443Z [out] 2021-01-20T16:43:42.640Z [out] make: Verzeichnis „/home/pi/.node-red/node_modules/time/build“ wird betreten 2021-01-20T16:43:42.645Z [out] CXX(target) Release/obj.target/time/src/time.o 2021-01-20T16:43:47.590Z [err] ../src/time.cc:12:20: error: ‘Handle’ has not been declared 2021-01-20T16:43:47.590Z [err] static void Init(Handle target) { 2021-01-20T16:43:47.590Z [err] ^~~~~~ 2021-01-20T16:43:47.590Z [err] ../src/time.cc:12:26: error: expected ‘,’ or ‘...’ before ‘<’ token 2021-01-20T16:43:47.590Z [err] static void Init(Handle target) { 2021-01-20T16:43:47.590Z [err] ^ 2021-01-20T16:43:47.591Z [err] ../src/time.cc: In static member function ‘static void Time::Init(int)’: 2021-01-20T16:43:47.591Z [err] ../src/time.cc:16:20: error: ‘target’ was not declared in this scope 2021-01-20T16:43:47.591Z [err] Nan::SetMethod(target, "time", Time_); 2021-01-20T16:43:47.591Z [err] ^~~~~~ 2021-01-20T16:43:47.609Z [err] ../src/time.cc:16:20: note: suggested alternative: ‘tzset’ 2021-01-20T16:43:47.609Z [err] Nan::SetMethod(target, "time", Time_); 2021-01-20T16:43:47.609Z [err] ^~~~~~ 2021-01-20T16:43:47.609Z [err] tzset 2021-01-20T16:43:47.636Z [err] ../src/time.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Time::Localtime(Nan::NAN_METHOD_ARGS_TYPE)’: 2021-01-20T16:43:47.636Z [err] ../src/time.cc:65:64: error: no matching function for call to ‘v8::Value::IntegerValue()’ 2021-01-20T16:43:47.636Z [err] time_t rawtime = static_cast(info[0]->IntegerValue()); 2021-01-20T16:43:47.636Z [err] ^ 2021-01-20T16:43:47.637Z [err] In file included from /home/pi/.cache/node-gyp/12.20.1/include/node/node.h:67, 2021-01-20T16:43:47.637Z [err] from ../../nan/nan.h:56, 2021-01-20T16:43:47.637Z [err] from ../src/time.cc:5: 2021-01-20T16:43:47.637Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2705:40: note: candidate: ‘v8::Maybe v8::Value::IntegerValue(v8::Local) const’ 2021-01-20T16:43:47.637Z [err] V8_WARN_UNUSED_RESULT Maybe IntegerValue( 2021-01-20T16:43:47.637Z [err] ^~~~~~~~~~~~ 2021-01-20T16:43:47.637Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2705:40: note: candidate expects 1 argument, 0 provided 2021-01-20T16:43:47.673Z [err] ../src/time.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Time::Mktime(Nan::NAN_METHOD_ARGS_TYPE)’: 2021-01-20T16:43:47.673Z [err] ../src/time.cc:119:103: error: no matching function for call to ‘v8::Value::Int32Value()’ 2021-01-20T16:43:47.673Z [err] tmstr.tm_sec = Nan::Get(arg, Nan::New("seconds").ToLocalChecked()).ToLocalChecked()->Int32Value(); 2021-01-20T16:43:47.673Z [err] ^ 2021-01-20T16:43:47.674Z [err] In file included from /home/pi/.cache/node-gyp/12.20.1/include/node/node.h:67, 2021-01-20T16:43:47.674Z [err] from ../../nan/nan.h:56, 2021-01-20T16:43:47.674Z [err] from ../src/time.cc:5: 2021-01-20T16:43:47.674Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2021-01-20T16:43:47.674Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2021-01-20T16:43:47.674Z [err] ^~~~~~~~~~ 2021-01-20T16:43:47.674Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2021-01-20T16:43:47.675Z [err] ../src/time.cc:120:103: error: no matching function for call to ‘v8::Value::Int32Value()’ 2021-01-20T16:43:47.675Z [err] tmstr.tm_min = Nan::Get(arg, Nan::New("minutes").ToLocalChecked()).ToLocalChecked()->Int32Value(); 2021-01-20T16:43:47.675Z [err] ^ 2021-01-20T16:43:47.675Z [err] In file included from /home/pi/.cache/node-gyp/12.20.1/include/node/node.h:67, 2021-01-20T16:43:47.675Z [err] from ../../nan/nan.h:56, 2021-01-20T16:43:47.675Z [err] from ../src/time.cc:5: 2021-01-20T16:43:47.675Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2021-01-20T16:43:47.675Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2021-01-20T16:43:47.675Z [err] ^~~~~~~~~~ 2021-01-20T16:43:47.675Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2021-01-20T16:43:47.677Z [err] ../src/time.cc:121:101: error: no matching function for call to ‘v8::Value::Int32Value()’ 2021-01-20T16:43:47.677Z [err] tmstr.tm_hour = Nan::Get(arg, Nan::New("hours").ToLocalChecked()).ToLocalChecked()->Int32Value(); 2021-01-20T16:43:47.677Z [err] ^ 2021-01-20T16:43:47.678Z [err] In file included from /home/pi/.cache/node-gyp/12.20.1/include/node/node.h:67, 2021-01-20T16:43:47.678Z [err] from ../../nan/nan.h:56, 2021-01-20T16:43:47.678Z [err] from ../src/time.cc:5: 2021-01-20T16:43:47.678Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2021-01-20T16:43:47.678Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2021-01-20T16:43:47.678Z [err] ^~~~~~~~~~ 2021-01-20T16:43:47.678Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2021-01-20T16:43:47.679Z [err] ../src/time.cc:122:106: error: no matching function for call to ‘v8::Value::Int32Value()’ 2021-01-20T16:43:47.679Z [err] tmstr.tm_mday = Nan::Get(arg, Nan::New("dayOfMonth").ToLocalChecked()).ToLocalChecked()->Int32Value(); 2021-01-20T16:43:47.679Z [err] ^ 2021-01-20T16:43:47.679Z [err] In file included from /home/pi/.cache/node-gyp/12.20.1/include/node/node.h:67, 2021-01-20T16:43:47.679Z [err] from ../../nan/nan.h:56, 2021-01-20T16:43:47.679Z [err] from ../src/time.cc:5: 2021-01-20T16:43:47.679Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2021-01-20T16:43:47.679Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2021-01-20T16:43:47.679Z [err] ^~~~~~~~~~ 2021-01-20T16:43:47.679Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2021-01-20T16:43:47.680Z [err] ../src/time.cc:123:101: error: no matching function for call to ‘v8::Value::Int32Value()’ 2021-01-20T16:43:47.680Z [err] tmstr.tm_mon = Nan::Get(arg, Nan::New("month").ToLocalChecked()).ToLocalChecked()->Int32Value(); 2021-01-20T16:43:47.680Z [err] ^ 2021-01-20T16:43:47.681Z [err] In file included from /home/pi/.cache/node-gyp/12.20.1/include/node/node.h:67, 2021-01-20T16:43:47.681Z [err] from ../../nan/nan.h:56, 2021-01-20T16:43:47.681Z [err] from ../src/time.cc:5: 2021-01-20T16:43:47.681Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2021-01-20T16:43:47.681Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2021-01-20T16:43:47.681Z [err] ^~~~~~~~~~ 2021-01-20T16:43:47.681Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2021-01-20T16:43:47.682Z [err] ../src/time.cc:124:100: error: no matching function for call to ‘v8::Value::Int32Value()’ 2021-01-20T16:43:47.682Z [err] tmstr.tm_year = Nan::Get(arg, Nan::New("year").ToLocalChecked()).ToLocalChecked()->Int32Value(); 2021-01-20T16:43:47.682Z [err] ^ 2021-01-20T16:43:47.683Z [err] In file included from /home/pi/.cache/node-gyp/12.20.1/include/node/node.h:67, 2021-01-20T16:43:47.683Z [err] from ../../nan/nan.h:56, 2021-01-20T16:43:47.683Z [err] from ../src/time.cc:5: 2021-01-20T16:43:47.683Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2021-01-20T16:43:47.683Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2021-01-20T16:43:47.683Z [err] ^~~~~~~~~~ 2021-01-20T16:43:47.683Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2021-01-20T16:43:47.684Z [err] ../src/time.cc:125:113: error: no matching function for call to ‘v8::Value::Int32Value()’ 2021-01-20T16:43:47.684Z [err] tmstr.tm_isdst = Nan::Get(arg, Nan::New("isDaylightSavings").ToLocalChecked()).ToLocalChecked()->Int32Value(); 2021-01-20T16:43:47.684Z [err] ^ 2021-01-20T16:43:47.685Z [err] In file included from /home/pi/.cache/node-gyp/12.20.1/include/node/node.h:67, 2021-01-20T16:43:47.685Z [err] from ../../nan/nan.h:56, 2021-01-20T16:43:47.685Z [err] from ../src/time.cc:5: 2021-01-20T16:43:47.685Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2021-01-20T16:43:47.685Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2021-01-20T16:43:47.685Z [err] ^~~~~~~~~~ 2021-01-20T16:43:47.685Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2021-01-20T16:43:47.687Z [err] ../src/time.cc: At global scope: 2021-01-20T16:43:47.687Z [err] ../src/time.cc:134:21: error: variable or field ‘init’ declared void 2021-01-20T16:43:47.687Z [err] static void init (Handle target) { 2021-01-20T16:43:47.687Z [err] ^~~~~~ 2021-01-20T16:43:47.688Z [err] ../src/time.cc:134:21: error: ‘Handle’ was not declared in this scope 2021-01-20T16:43:47.701Z [err] ../src/time.cc:134:21: note: suggested alternative: ‘rand_r’ 2021-01-20T16:43:47.701Z [err] static void init (Handle target) { 2021-01-20T16:43:47.701Z [err] ^~~~~~ 2021-01-20T16:43:47.701Z [err] rand_r 2021-01-20T16:43:47.701Z [err] ../src/time.cc:134:34: error: expected primary-expression before ‘>’ token 2021-01-20T16:43:47.701Z [err] static void init (Handle target) { 2021-01-20T16:43:47.701Z [err] ^ 2021-01-20T16:43:47.702Z [err] ../src/time.cc:134:36: error: ‘target’ was not declared in this scope 2021-01-20T16:43:47.702Z [err] static void init (Handle target) { 2021-01-20T16:43:47.702Z [err] ^~~~~~ 2021-01-20T16:43:47.714Z [err] ../src/time.cc:134:36: note: suggested alternative: ‘tzset’ 2021-01-20T16:43:47.714Z [err] static void init (Handle target) { 2021-01-20T16:43:47.714Z [err] ^~~~~~ 2021-01-20T16:43:47.714Z [err] tzset 2021-01-20T16:43:47.716Z [err] In file included from ../../nan/nan.h:56, 2021-01-20T16:43:47.716Z [err] from ../src/time.cc:5: 2021-01-20T16:43:47.716Z [err] ../src/time.cc:137:21: error: ‘init’ was not declared in this scope 2021-01-20T16:43:47.716Z [err] NODE_MODULE(time, init) 2021-01-20T16:43:47.716Z [err] ^~~~ 2021-01-20T16:43:47.716Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/node.h:737:36: note: in definition of macro ‘NODE_MODULE_X’ 2021-01-20T16:43:47.716Z [err] (node::addon_register_func) (regfunc), \ 2021-01-20T16:43:47.716Z [err] ^~~~~~~ 2021-01-20T16:43:47.716Z [err] ../src/time.cc:137:3: note: in expansion of macro ‘NODE_MODULE’ 2021-01-20T16:43:47.716Z [err] NODE_MODULE(time, init) 2021-01-20T16:43:47.716Z [err] ^~~~~~~~~~~ 2021-01-20T16:43:47.727Z [err] ../src/time.cc:137:21: note: suggested alternative: ‘int’ 2021-01-20T16:43:47.727Z [err] NODE_MODULE(time, init) 2021-01-20T16:43:47.727Z [err] ^~~~ 2021-01-20T16:43:47.727Z [err] /home/pi/.cache/node-gyp/12.20.1/include/node/node.h:737:36: note: in definition of macro ‘NODE_MODULE_X’ 2021-01-20T16:43:47.727Z [err] (node::addon_register_func) (regfunc), \ 2021-01-20T16:43:47.727Z [err] ^~~~~~~ 2021-01-20T16:43:47.727Z [err] ../src/time.cc:137:3: note: in expansion of macro ‘NODE_MODULE’ 2021-01-20T16:43:47.727Z [err] NODE_MODULE(time, init) 2021-01-20T16:43:47.727Z [err] ^~~~~~~~~~~ 2021-01-20T16:43:48.414Z [err] make: *** [time.target.mk:111: Release/obj.target/time/src/time.o] Fehler 1 2021-01-20T16:43:48.415Z [out] make: Verzeichnis „/home/pi/.node-red/node_modules/time/build“ wird verlassen 2021-01-20T16:43:48.423Z [err] gyp 2021-01-20T16:43:48.425Z [err] 2021-01-20T16:43:48.425Z [err] ERR! build error 2021-01-20T16:43:48.439Z [err] gyp 2021-01-20T16:43:48.440Z [err] ERR! stack Error: `make` failed with exit code: 2 2021-01-20T16:43:48.440Z [err] gyp ERR! 2021-01-20T16:43:48.441Z [err] stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) 2021-01-20T16:43:48.441Z [err] gyp ERR! 2021-01-20T16:43:48.441Z [err] stack at ChildProcess.emit (events.js:314:20) 2021-01-20T16:43:48.441Z [err] gyp 2021-01-20T16:43:48.442Z [err] ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) 2021-01-20T16:43:48.444Z [err] gyp 2021-01-20T16:43:48.444Z [err] ERR! System Linux 5.4.83-v7+ 2021-01-20T16:43:48.450Z [err] gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" 2021-01-20T16:43:48.450Z [err] gyp ERR! cwd /home/pi/.node-red/node_modules/time 2021-01-20T16:43:48.450Z [err] gyp ERR! node -v v12.20.1 2021-01-20T16:43:48.450Z [err] gyp ERR! node-gyp -v v5.1.0 2021-01-20T16:43:48.450Z [err] gyp ERR! not ok 2021-01-20T16:43:49.256Z [err] npm 2021-01-20T16:43:49.257Z [err] ERR! code ELIFECYCLE 2021-01-20T16:43:49.257Z [err] npm ERR! 2021-01-20T16:43:49.258Z [err] errno 1 2021-01-20T16:43:49.303Z [err] npm 2021-01-20T16:43:49.303Z [err] ERR! time@0.11.4 install: `node-gyp rebuild` 2021-01-20T16:43:49.303Z [err] npm ERR! 2021-01-20T16:43:49.304Z [err] Exit status 1 2021-01-20T16:43:49.304Z [err] npm ERR! 2021-01-20T16:43:49.304Z [err] 2021-01-20T16:43:49.304Z [err] npm ERR! 2021-01-20T16:43:49.305Z [err] Failed at the time@0.11.4 install script. 2021-01-20T16:43:49.305Z [err] npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 2021-01-20T16:43:49.351Z [err] 2021-01-20T16:43:49.352Z [err] npm ERR! A complete log of this run can be found in: 2021-01-20T16:43:49.352Z [err] npm 2021-01-20T16:43:49.352Z [err] ERR! /home/pi/.npm/_logs/2021-01-20T16_43_49_317Z-debug.log 2021-01-20T16:43:49.379Z rc=1