2020-05-11T00:44:45.114Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2707:41: note: candidate: ‘v8::Maybe v8::Value::Uint32Value(v8::Local) const’ 2020-05-11T00:44:45.114Z [err] V8_WARN_UNUSED_RESULT Maybe Uint32Value( 2020-05-11T00:44:45.114Z [err] ^~~~~~~~~~~ 2020-05-11T00:44:45.114Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2707:41: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.128Z [err] In file included from ../src/i2c.cc:100: 2020-05-11T00:44:45.128Z [err] ../src/./receivebyte.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE ReceiveByteAsync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.128Z [err] ../src/./receivebyte.cc:48:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.128Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.128Z [err] ^ 2020-05-11T00:44:45.128Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.128Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.128Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.128Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.128Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.128Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.132Z [err] In file included from ../src/i2c.cc:100: 2020-05-11T00:44:45.132Z [err] ../src/./receivebyte.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE ReceiveByteSync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.132Z [err] ../src/./receivebyte.cc:60:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.132Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.132Z [err] ^ 2020-05-11T00:44:45.132Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.132Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.132Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.132Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.132Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.132Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.143Z [err] In file included from ../src/i2c.cc:101: 2020-05-11T00:44:45.143Z [err] ../src/./sendbyte.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE SendByteAsync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.143Z [err] ../src/./sendbyte.cc:47:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.143Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.143Z [err] ^ 2020-05-11T00:44:45.143Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.143Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.143Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.143Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.143Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.143Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.143Z [err] In file included from ../src/i2c.cc:101: 2020-05-11T00:44:45.143Z [err] ../src/./sendbyte.cc:48:35: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.143Z [err] __u8 byte = info[1]->Int32Value(); 2020-05-11T00:44:45.143Z [err] ^ 2020-05-11T00:44:45.144Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.144Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.144Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.144Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.144Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.144Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.148Z [err] In file included from ../src/i2c.cc:101: 2020-05-11T00:44:45.148Z [err] ../src/./sendbyte.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE SendByteSync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.148Z [err] ../src/./sendbyte.cc:60:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.148Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.148Z [err] ^ 2020-05-11T00:44:45.148Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.148Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.148Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.148Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.148Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.148Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.148Z [err] In file included from ../src/i2c.cc:101: 2020-05-11T00:44:45.148Z [err] ../src/./sendbyte.cc:61:35: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.148Z [err] __u8 byte = info[1]->Int32Value(); 2020-05-11T00:44:45.148Z [err] ^ 2020-05-11T00:44:45.149Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.149Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.149Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.149Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.149Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.149Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.160Z [err] In file included from ../src/i2c.cc:102: 2020-05-11T00:44:45.160Z [err] ../src/./setaddr.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE SetAddrAsync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.160Z [err] ../src/./setaddr.cc:47:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.160Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.160Z [err] ^ 2020-05-11T00:44:45.165Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.165Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.165Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.165Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.165Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.165Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.165Z [err] In file included from ../src/i2c.cc:102: 2020-05-11T00:44:45.165Z [err] ../src/./setaddr.cc:48:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.165Z [err] int addr = info[1]->Int32Value(); 2020-05-11T00:44:45.165Z [err] ^ 2020-05-11T00:44:45.165Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.165Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.165Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.165Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.165Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.165Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.165Z [err] In file included from ../src/i2c.cc:102: 2020-05-11T00:44:45.165Z [err] ../src/./setaddr.cc:49:44: error: no matching function for call to ‘v8::Value::BooleanValue()’ 2020-05-11T00:44:45.165Z [err] bool forceAccess = info[2]->BooleanValue(); 2020-05-11T00:44:45.165Z [err] ^ 2020-05-11T00:44:45.165Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.165Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.165Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2699:8: note: candidate: ‘bool v8::Value::BooleanValue(v8::Isolate*) const’ 2020-05-11T00:44:45.165Z [err] bool BooleanValue(Isolate* isolate) const; 2020-05-11T00:44:45.165Z [err] ^~~~~~~~~~~~ 2020-05-11T00:44:45.165Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2699:8: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.165Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/v8-internal.h:14, 2020-05-11T00:44:45.165Z [err] from /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:27, 2020-05-11T00:44:45.165Z [err] from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.165Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.165Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2702:51: note: candidate: ‘v8::Maybe v8::Value::BooleanValue(v8::Local) const’ 2020-05-11T00:44:45.165Z [err] V8_WARN_UNUSED_RESULT Maybe BooleanValue( 2020-05-11T00:44:45.165Z [err] ^~~~~~~~~~~~ 2020-05-11T00:44:45.165Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ 2020-05-11T00:44:45.165Z [err] declarator __attribute__((deprecated(message))) 2020-05-11T00:44:45.165Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.165Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2702:51: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.165Z [err] V8_WARN_UNUSED_RESULT Maybe BooleanValue( 2020-05-11T00:44:45.165Z [err] ^~~~~~~~~~~~ 2020-05-11T00:44:45.165Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ 2020-05-11T00:44:45.165Z [err] declarator __attribute__((deprecated(message))) 2020-05-11T00:44:45.165Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.168Z [err] In file included from ../src/i2c.cc:102: 2020-05-11T00:44:45.168Z [err] ../src/./setaddr.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE SetAddrSync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.168Z [err] ../src/./setaddr.cc:61:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.168Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.168Z [err] ^ 2020-05-11T00:44:45.169Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.169Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.169Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.169Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.169Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.169Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.169Z [err] In file included from ../src/i2c.cc:102: 2020-05-11T00:44:45.169Z [err] ../src/./setaddr.cc:62:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.169Z [err] int addr = info[1]->Int32Value(); 2020-05-11T00:44:45.169Z [err] ^ 2020-05-11T00:44:45.170Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.170Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.170Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.170Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.170Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.170Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.172Z [err] In file included from ../src/i2c.cc:102: 2020-05-11T00:44:45.172Z [err] ../src/./setaddr.cc:63:44: error: no matching function for call to ‘v8::Value::BooleanValue()’ 2020-05-11T00:44:45.172Z [err] bool forceAccess = info[2]->BooleanValue(); 2020-05-11T00:44:45.172Z [err] ^ 2020-05-11T00:44:45.172Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.172Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.172Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2699:8: note: candidate: ‘bool v8::Value::BooleanValue(v8::Isolate*) const’ 2020-05-11T00:44:45.172Z [err] bool BooleanValue(Isolate* isolate) const; 2020-05-11T00:44:45.172Z [err] ^~~~~~~~~~~~ 2020-05-11T00:44:45.172Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2699:8: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.172Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/v8-internal.h:14, 2020-05-11T00:44:45.172Z [err] from /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:27, 2020-05-11T00:44:45.172Z [err] from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.172Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.172Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2702:51: note: candidate: ‘v8::Maybe v8::Value::BooleanValue(v8::Local) const’ 2020-05-11T00:44:45.172Z [err] V8_WARN_UNUSED_RESULT Maybe BooleanValue( 2020-05-11T00:44:45.172Z [err] ^~~~~~~~~~~~ 2020-05-11T00:44:45.172Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ 2020-05-11T00:44:45.172Z [err] declarator __attribute__((deprecated(message))) 2020-05-11T00:44:45.172Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.172Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2702:51: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.172Z [err] V8_WARN_UNUSED_RESULT Maybe BooleanValue( 2020-05-11T00:44:45.172Z [err] ^~~~~~~~~~~~ 2020-05-11T00:44:45.172Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’ 2020-05-11T00:44:45.172Z [err] declarator __attribute__((deprecated(message))) 2020-05-11T00:44:45.172Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.182Z [err] In file included from ../src/i2c.cc:103: 2020-05-11T00:44:45.182Z [err] ../src/./writebyte.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE WriteByteAsync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.182Z [err] ../src/./writebyte.cc:49:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.182Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.182Z [err] ^ 2020-05-11T00:44:45.182Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.182Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.182Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.182Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.182Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.182Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.182Z [err] In file included from ../src/i2c.cc:103: 2020-05-11T00:44:45.182Z [err] ../src/./writebyte.cc:50:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.182Z [err] __u8 cmd = info[1]->Int32Value(); 2020-05-11T00:44:45.182Z [err] ^ 2020-05-11T00:44:45.183Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.183Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.183Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.183Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.183Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.183Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.183Z [err] In file included from ../src/i2c.cc:103: 2020-05-11T00:44:45.183Z [err] ../src/./writebyte.cc:51:35: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.183Z [err] __u8 byte = info[2]->Int32Value(); 2020-05-11T00:44:45.183Z [err] ^ 2020-05-11T00:44:45.183Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.183Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.183Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.183Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.183Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.183Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.187Z [err] In file included from ../src/i2c.cc:103: 2020-05-11T00:44:45.187Z [err] ../src/./writebyte.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE WriteByteSync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.187Z [err] ../src/./writebyte.cc:63:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.187Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.187Z [err] ^ 2020-05-11T00:44:45.188Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.188Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.188Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.188Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.188Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.188Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.188Z [err] In file included from ../src/i2c.cc:103: 2020-05-11T00:44:45.188Z [err] ../src/./writebyte.cc:64:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.188Z [err] __u8 cmd = info[1]->Int32Value(); 2020-05-11T00:44:45.188Z [err] ^ 2020-05-11T00:44:45.188Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.188Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.188Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.188Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.188Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.188Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.189Z [err] In file included from ../src/i2c.cc:103: 2020-05-11T00:44:45.189Z [err] ../src/./writebyte.cc:65:35: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.189Z [err] __u8 byte = info[2]->Int32Value(); 2020-05-11T00:44:45.189Z [err] ^ 2020-05-11T00:44:45.189Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.189Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.189Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.189Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.189Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.189Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.199Z [err] In file included from ../src/i2c.cc:104: 2020-05-11T00:44:45.199Z [err] ../src/./writeword.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE WriteWordAsync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.199Z [err] ../src/./writeword.cc:49:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.199Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.199Z [err] ^ 2020-05-11T00:44:45.200Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.200Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.200Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.200Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.200Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.200Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.200Z [err] In file included from ../src/i2c.cc:104: 2020-05-11T00:44:45.200Z [err] ../src/./writeword.cc:50:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.200Z [err] __u8 cmd = info[1]->Int32Value(); 2020-05-11T00:44:45.200Z [err] ^ 2020-05-11T00:44:45.200Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.200Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.200Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.200Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.200Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.200Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.200Z [err] In file included from ../src/i2c.cc:104: 2020-05-11T00:44:45.200Z [err] ../src/./writeword.cc:51:36: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.200Z [err] __u16 word = info[2]->Int32Value(); 2020-05-11T00:44:45.200Z [err] ^ 2020-05-11T00:44:45.201Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.201Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.201Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.201Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.201Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.201Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.205Z [err] In file included from ../src/i2c.cc:104: 2020-05-11T00:44:45.205Z [err] ../src/./writeword.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE WriteWordSync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.205Z [err] ../src/./writeword.cc:64:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.205Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.205Z [err] ^ 2020-05-11T00:44:45.206Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.206Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.206Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.206Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.206Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.206Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.206Z [err] In file included from ../src/i2c.cc:104: 2020-05-11T00:44:45.206Z [err] ../src/./writeword.cc:65:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.206Z [err] __u8 cmd = info[1]->Int32Value(); 2020-05-11T00:44:45.206Z [err] ^ 2020-05-11T00:44:45.206Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.206Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.206Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.206Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.206Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.206Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.206Z [err] In file included from ../src/i2c.cc:104: 2020-05-11T00:44:45.206Z [err] ../src/./writeword.cc:66:36: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.206Z [err] __u16 word = info[2]->Int32Value(); 2020-05-11T00:44:45.206Z [err] ^ 2020-05-11T00:44:45.207Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.207Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.207Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.207Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.207Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.207Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.223Z [err] In file included from ../src/i2c.cc:105: 2020-05-11T00:44:45.223Z [err] ../src/./writeblock.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE WriteBlockAsync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.223Z [err] ../src/./writeblock.cc:70:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.223Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.223Z [err] ^ 2020-05-11T00:44:45.229Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.229Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.229Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.229Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.229Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.229Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.229Z [err] In file included from ../src/i2c.cc:105: 2020-05-11T00:44:45.229Z [err] ../src/./writeblock.cc:71:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.229Z [err] __u8 cmd = info[1]->Int32Value(); 2020-05-11T00:44:45.229Z [err] ^ 2020-05-11T00:44:45.229Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.229Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.229Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.229Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.229Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.229Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.229Z [err] In file included from ../src/i2c.cc:105: 2020-05-11T00:44:45.229Z [err] ../src/./writeblock.cc:72:39: error: no matching function for call to ‘v8::Value::Uint32Value()’ 2020-05-11T00:44:45.229Z [err] __u32 length = info[2]->Uint32Value(); 2020-05-11T00:44:45.229Z [err] ^ 2020-05-11T00:44:45.229Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.229Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.229Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2707:41: note: candidate: ‘v8::Maybe v8::Value::Uint32Value(v8::Local) const’ 2020-05-11T00:44:45.229Z [err] V8_WARN_UNUSED_RESULT Maybe Uint32Value( 2020-05-11T00:44:45.229Z [err] ^~~~~~~~~~~ 2020-05-11T00:44:45.229Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2707:41: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.235Z [err] In file included from ../src/i2c.cc:105: 2020-05-11T00:44:45.235Z [err] ../src/./writeblock.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE WriteBlockSync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.235Z [err] ../src/./writeblock.cc:110:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.235Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.235Z [err] ^ 2020-05-11T00:44:45.235Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.235Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.235Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.235Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.235Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.236Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.236Z [err] In file included from ../src/i2c.cc:105: 2020-05-11T00:44:45.236Z [err] ../src/./writeblock.cc:111:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.236Z [err] __u8 cmd = info[1]->Int32Value(); 2020-05-11T00:44:45.236Z [err] ^ 2020-05-11T00:44:45.237Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.237Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.237Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.237Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.237Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.237Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.238Z [err] In file included from ../src/i2c.cc:105: 2020-05-11T00:44:45.238Z [err] ../src/./writeblock.cc:112:39: error: no matching function for call to ‘v8::Value::Uint32Value()’ 2020-05-11T00:44:45.238Z [err] __u32 length = info[2]->Uint32Value(); 2020-05-11T00:44:45.238Z [err] ^ 2020-05-11T00:44:45.238Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.238Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.238Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2707:41: note: candidate: ‘v8::Maybe v8::Value::Uint32Value(v8::Local) const’ 2020-05-11T00:44:45.238Z [err] V8_WARN_UNUSED_RESULT Maybe Uint32Value( 2020-05-11T00:44:45.238Z [err] ^~~~~~~~~~~ 2020-05-11T00:44:45.238Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2707:41: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.256Z [err] In file included from ../src/i2c.cc:106: 2020-05-11T00:44:45.256Z [err] ../src/./writei2cblock.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE WriteI2cBlockAsync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.256Z [err] ../src/./writei2cblock.cc:68:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.256Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.256Z [err] ^ 2020-05-11T00:44:45.257Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.257Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.257Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.257Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.257Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.257Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.257Z [err] In file included from ../src/i2c.cc:106: 2020-05-11T00:44:45.257Z [err] ../src/./writei2cblock.cc:69:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.257Z [err] __u8 cmd = info[1]->Int32Value(); 2020-05-11T00:44:45.257Z [err] ^ 2020-05-11T00:44:45.257Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.257Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.257Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.257Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.257Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.257Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.257Z [err] In file included from ../src/i2c.cc:106: 2020-05-11T00:44:45.257Z [err] ../src/./writei2cblock.cc:70:39: error: no matching function for call to ‘v8::Value::Uint32Value()’ 2020-05-11T00:44:45.257Z [err] __u32 length = info[2]->Uint32Value(); 2020-05-11T00:44:45.257Z [err] ^ 2020-05-11T00:44:45.258Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.258Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.258Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2707:41: note: candidate: ‘v8::Maybe v8::Value::Uint32Value(v8::Local) const’ 2020-05-11T00:44:45.258Z [err] V8_WARN_UNUSED_RESULT Maybe Uint32Value( 2020-05-11T00:44:45.258Z [err] ^~~~~~~~~~~ 2020-05-11T00:44:45.258Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2707:41: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.271Z [err] In file included from ../src/i2c.cc:106: 2020-05-11T00:44:45.271Z [err] ../src/./writei2cblock.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE WriteI2cBlockSync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.271Z [err] ../src/./writei2cblock.cc:108:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.271Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.271Z [err] ^ 2020-05-11T00:44:45.271Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.271Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.271Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.271Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.271Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.271Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.271Z [err] In file included from ../src/i2c.cc:106: 2020-05-11T00:44:45.271Z [err] ../src/./writei2cblock.cc:109:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.271Z [err] __u8 cmd = info[1]->Int32Value(); 2020-05-11T00:44:45.271Z [err] ^ 2020-05-11T00:44:45.271Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.271Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.271Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.271Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.271Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.271Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.271Z [err] In file included from ../src/i2c.cc:106: 2020-05-11T00:44:45.271Z [err] ../src/./writei2cblock.cc:110:39: error: no matching function for call to ‘v8::Value::Uint32Value()’ 2020-05-11T00:44:45.271Z [err] __u32 length = info[2]->Uint32Value(); 2020-05-11T00:44:45.271Z [err] ^ 2020-05-11T00:44:45.271Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.271Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.271Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2707:41: note: candidate: ‘v8::Maybe v8::Value::Uint32Value(v8::Local) const’ 2020-05-11T00:44:45.271Z [err] V8_WARN_UNUSED_RESULT Maybe Uint32Value( 2020-05-11T00:44:45.271Z [err] ^~~~~~~~~~~ 2020-05-11T00:44:45.271Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2707:41: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.280Z [err] In file included from ../src/i2c.cc:107: 2020-05-11T00:44:45.280Z [err] ../src/./writequick.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE WriteQuickAsync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.280Z [err] ../src/./writequick.cc:47:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.280Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.280Z [err] ^ 2020-05-11T00:44:45.280Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.280Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.280Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.280Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.280Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.280Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.288Z [err] In file included from ../src/i2c.cc:107: 2020-05-11T00:44:45.288Z [err] ../src/./writequick.cc:48:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.288Z [err] __u8 bit = info[1]->Int32Value(); 2020-05-11T00:44:45.288Z [err] ^ 2020-05-11T00:44:45.288Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.288Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.288Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.288Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.288Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.288Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.288Z [err] In file included from ../src/i2c.cc:107: 2020-05-11T00:44:45.288Z [err] ../src/./writequick.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE WriteQuickSync(Nan::NAN_METHOD_ARGS_TYPE)’: 2020-05-11T00:44:45.288Z [err] ../src/./writequick.cc:60:32: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.288Z [err] int fd = info[0]->Int32Value(); 2020-05-11T00:44:45.288Z [err] ^ 2020-05-11T00:44:45.288Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.288Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.288Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.288Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.288Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.288Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:45.288Z [err] In file included from ../src/i2c.cc:107: 2020-05-11T00:44:45.288Z [err] ../src/./writequick.cc:61:34: error: no matching function for call to ‘v8::Value::Int32Value()’ 2020-05-11T00:44:45.288Z [err] __u8 bit = info[1]->Int32Value(); 2020-05-11T00:44:45.288Z [err] ^ 2020-05-11T00:44:45.288Z [err] In file included from /home/pi/.cache/node-gyp/12.16.3/include/node/node.h:67, 2020-05-11T00:44:45.288Z [err] from ../src/i2c.cc:1: 2020-05-11T00:44:45.288Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate: ‘v8::Maybe v8::Value::Int32Value(v8::Local) const’ 2020-05-11T00:44:45.288Z [err] V8_WARN_UNUSED_RESULT Maybe Int32Value(Local context) const; 2020-05-11T00:44:45.288Z [err] ^~~~~~~~~~ 2020-05-11T00:44:45.288Z [err] /home/pi/.cache/node-gyp/12.16.3/include/node/v8.h:2709:40: note: candidate expects 1 argument, 0 provided 2020-05-11T00:44:46.108Z [err] make: *** [i2c.target.mk:111: Release/obj.target/i2c/src/i2c.o] Error 1 2020-05-11T00:44:46.109Z [out] make: Leaving directory '/home/pi/.node-red/node_modules/node-red-contrib-i2c/node_modules/i2c-bus/build' 2020-05-11T00:44:46.116Z [err] gyp 2020-05-11T00:44:46.118Z [err] 2020-05-11T00:44:46.118Z [err] ERR! build error 2020-05-11T00:44:46.122Z [err] gyp 2020-05-11T00:44:46.122Z [err] ERR! 2020-05-11T00:44:46.122Z [err] stack Error: `make` failed with exit code: 2 2020-05-11T00:44:46.123Z [err] gyp ERR! 2020-05-11T00:44:46.123Z [err] stack 2020-05-11T00:44:46.123Z [err] at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23) 2020-05-11T00:44:46.123Z [err] gyp 2020-05-11T00:44:46.123Z [err] ERR! 2020-05-11T00:44:46.124Z [err] stack 2020-05-11T00:44:46.127Z [err] at ChildProcess.emit (events.js:310:20) 2020-05-11T00:44:46.127Z [err] gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12) 2020-05-11T00:44:46.127Z [err] gyp ERR! System Linux 4.19.97-v7+ 2020-05-11T00:44:46.127Z [err] gyp 2020-05-11T00:44:46.127Z [err] ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" 2020-05-11T00:44:46.127Z [err] gyp ERR! 2020-05-11T00:44:46.128Z [err] cwd /home/pi/.node-red/node_modules/node-red-contrib-i2c/node_modules/i2c-bus 2020-05-11T00:44:46.128Z [err] gyp 2020-05-11T00:44:46.128Z [err] ERR! node -v 2020-05-11T00:44:46.128Z [err] v12.16.3 2020-05-11T00:44:46.128Z [err] gyp ERR! 2020-05-11T00:44:46.129Z [err] node-gyp -v v5.1.0 2020-05-11T00:44:46.129Z [err] gyp 2020-05-11T00:44:46.129Z [err] ERR! not ok 2020-05-11T00:44:46.129Z [err] 2020-05-11T00:44:46.968Z [err] npm 2020-05-11T00:44:46.968Z [err] WARN node-red-project@0.0.1 No repository field. 2020-05-11T00:44:46.968Z [err] npm 2020-05-11T00:44:46.969Z [err] WARN 2020-05-11T00:44:46.969Z [err] node-red-project@0.0.1 No license field. 2020-05-11T00:44:46.970Z [err] 2020-05-11T00:44:47.018Z [err] npm 2020-05-11T00:44:47.028Z [err] ERR! code ELIFECYCLE 2020-05-11T00:44:47.028Z [err] npm ERR! errno 1 2020-05-11T00:44:47.028Z [err] npm ERR! i2c-bus@1.2.5 install: `node-gyp rebuild` 2020-05-11T00:44:47.028Z [err] npm ERR! Exit status 1 2020-05-11T00:44:47.028Z [err] npm ERR! 2020-05-11T00:44:47.028Z [err] npm ERR! Failed at the i2c-bus@1.2.5 install script. 2020-05-11T00:44:47.028Z [err] npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 2020-05-11T00:44:47.059Z [err] 2020-05-11T00:44:47.060Z [err] npm ERR! A complete log of this run can be found in: 2020-05-11T00:44:47.060Z [err] npm ERR! 2020-05-11T00:44:47.061Z [err] /home/pi/.npm/_logs/2020-05-11T00_44_47_034Z-debug.log 2020-05-11T00:44:47.091Z rc=1