Skip to content

Instantly share code, notes, and snippets.

@lidio601
Created November 21, 2018 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lidio601/65600ab3677b998d31edc29f2c85cb06 to your computer and use it in GitHub Desktop.
Save lidio601/65600ab3677b998d31edc29f2c85cb06 to your computer and use it in GitHub Desktop.
04:11:06 stopping lamassu-server
lamassu-server: ERROR (not running)
lamassu-admin-server: ERROR (not running)
04:11:06 unlinking old /usr/local/bin/lamassu* executables
04:11:06 updating node
/usr/local/bin/n -> /usr/local/lib/node_modules/n/bin/n
+ n@2.1.12
updated 1 package in 0.336s
04:11:08 version installed v10.13.0
04:11:08 updating lamassu-server#master
npm WARN saveError ENOENT: no such file or directory, open '/opt/lamassu-server/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/opt/lamassu-server/package.json'
npm WARN lamassu-server No description
npm WARN lamassu-server No repository field.
npm WARN lamassu-server No README data
npm WARN lamassu-server No license field.
+ lamassu-server@7.1.1
updated 1 package and audited 12867 packages in 6.217s
found 38 vulnerabilities (19 low, 13 moderate, 6 high)
run `npm audit fix` to fix them, or `npm audit` for details
04:11:14 rebuilding npm deps
> protobufjs@6.8.8 postinstall /opt/lamassu-server/node_modules/protobufjs
> node scripts/postinstall
> phantomjs-prebuilt@2.1.16 install /opt/lamassu-server/node_modules/phantomjs-prebuilt
> node install.js
Found PhantomJS at /opt/lamassu-server/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs ...verifying
Error verifying phantomjs, continuing { Error: Command failed: /opt/lamassu-server/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs --version
/opt/lamassu-server/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory
at ChildProcess.exithandler (child_process.js:289:12)
at ChildProcess.emit (events.js:182:13)
at maybeClose (internal/child_process.js:962:16)
at Socket.stream.socket.on (internal/child_process.js:381:11)
at Socket.emit (events.js:182:13)
at Pipe._handle.close (net.js:606:12)
killed: false,
code: 127,
signal: null,
cmd:
'/opt/lamassu-server/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs --version' }
PhantomJS not found on PATH
Download already available at /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
Verified checksum of previously downloaded file
Extracting tar contents (via spawned process)
Removing /opt/lamassu-server/node_modules/phantomjs-prebuilt/lib/phantom
Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1542773477179/phantomjs-2.1.1-linux-x86_64 -> /opt/lamassu-server/node_modules/phantomjs-prebuilt/lib/phantom
Writing location.js file
Done. Phantomjs binary available at /opt/lamassu-server/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
> sha3@1.2.2 install /opt/lamassu-server/node_modules/sha3
> node-gyp rebuild
make: Entering directory '/opt/lamassu-server/node_modules/sha3/build'
CXX(target) Release/obj.target/sha3/src/addon.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/addon.cpp:4:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cpp:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/addon.cpp:4:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/addon.cpp:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/addon.cpp:4:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cpp:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/addon.cpp: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE SHA3Hash::New(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/addon.cpp:36:64: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
hashlen = info[0]->IsUndefined() ? 512 : info[0]->Int32Value();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cpp:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/addon.cpp: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE SHA3Hash::Update(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/addon.cpp:97:49: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
Local<Object> buffer_obj = info[0]->ToObject();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/addon.cpp:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^
CXX(target) Release/obj.target/sha3/src/displayIntermediateValues.o
CXX(target) Release/obj.target/sha3/src/KeccakF-1600-reference.o
CXX(target) Release/obj.target/sha3/src/KeccakNISTInterface.o
CXX(target) Release/obj.target/sha3/src/KeccakSponge.o
SOLINK_MODULE(target) Release/obj.target/sha3.node
COPY Release/sha3.node
make: Leaving directory '/opt/lamassu-server/node_modules/sha3/build'
> secp256k1@3.2.5 install /opt/lamassu-server/node_modules/secp256k1
> prebuild-install || node-gyp rebuild || echo "Secp256k1 bindings compilation fail. Pure JS implementation will be used."
prebuild-install WARN install No prebuilt binaries found (target=10.13.0 runtime=node arch=x64 platform=linux)
make: Entering directory '/opt/lamassu-server/node_modules/secp256k1/build'
CXX(target) Release/obj.target/secp256k1/src/addon.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/addon.cc:2:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/addon.cc:2:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/addon.cc:2:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/secp256k1/src/privatekey.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/privatekey.cc:2:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/privatekey.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/privatekey.cc:2:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/privatekey.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/privatekey.cc:2:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/privatekey.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/privatekey.cc:7:0:
../src/privatekey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE privateKeyExport(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/privatekey.cc:35:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(compressed, info[1], 1, 0);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/privatekey.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/secp256k1/src/publickey.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/publickey.cc:3:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:3:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/publickey.cc:3:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:7:0:
../src/publickey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE publicKeyCreate(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/publickey.cc:20:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[1], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:7:0:
../src/publickey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE publicKeyConvert(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/publickey.cc:43:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[1], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:7:0:
../src/publickey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE publicKeyTweakAdd(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/publickey.cc:84:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[2], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:7:0:
../src/publickey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE publicKeyTweakMul(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/publickey.cc:116:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[2], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:7:0:
../src/publickey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE publicKeyCombine(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/publickey.cc:141:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[1], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/secp256k1/src/signature.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/signature.cc:2:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/signature.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/signature.cc:2:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/signature.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/signature.cc:2:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/signature.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/secp256k1/src/ecdsa.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/ecdsa.cc:2:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdsa.cc:2:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/ecdsa.cc:2:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdsa.cc:7:0:
../src/ecdsa.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE recover(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:82:28: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
if (number->IntegerValue() <= x || number->IntegerValue() >= y) { \
^
../src/ecdsa.cc:132:3: note: in expansion of macro ‘CHECK_NUMBER_IN_INTERVAL’
CHECK_NUMBER_IN_INTERVAL(recid_object, -1, 4, RECOVERY_ID_VALUE_INVALID);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdsa.cc:7:0:
../src/util.h:82:59: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
if (number->IntegerValue() <= x || number->IntegerValue() >= y) { \
^
../src/ecdsa.cc:132:3: note: in expansion of macro ‘CHECK_NUMBER_IN_INTERVAL’
CHECK_NUMBER_IN_INTERVAL(recid_object, -1, 4, RECOVERY_ID_VALUE_INVALID);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/ecdsa.cc:133:48: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
int recid = (int) recid_object->IntegerValue();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdsa.cc:7:0:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/ecdsa.cc:136:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[3], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/secp256k1/src/ecdh.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/ecdh.cc:2:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdh.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdh.cc:2:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/ecdh.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/ecdh.cc:2:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdh.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdh.cc:12:0:
../src/ecdh.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE ecdhUnsafe(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/ecdh.cc:160:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[2], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdh.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CC(target) Release/obj.target/secp256k1/src/secp256k1-src/src/secp256k1.o
CC(target) Release/obj.target/secp256k1/src/secp256k1-src/contrib/lax_der_parsing.o
CC(target) Release/obj.target/secp256k1/src/secp256k1-src/contrib/lax_der_privatekey_parsing.o
SOLINK_MODULE(target) Release/obj.target/secp256k1.node
COPY Release/secp256k1.node
make: Leaving directory '/opt/lamassu-server/node_modules/secp256k1/build'
> secp256k1@3.3.1 install /opt/lamassu-server/node_modules/prova-lib/node_modules/secp256k1
> prebuild-install || node-gyp rebuild || echo "Secp256k1 bindings compilation fail. Pure JS implementation will be used."
prebuild-install WARN install No prebuilt binaries found (target=10.13.0 runtime=node arch=x64 platform=linux)
make: Entering directory '/opt/lamassu-server/node_modules/prova-lib/node_modules/secp256k1/build'
CXX(target) Release/obj.target/secp256k1/src/addon.o
In file included from ../../../../nan/nan_new.h:189:0,
from ../../../../nan/nan.h:203,
from ../src/addon.cc:2:
../../../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/addon.cc:2:0:
../../../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/addon.cc:2:0:
../../../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/secp256k1/src/privatekey.o
In file included from ../../../../nan/nan_new.h:189:0,
from ../../../../nan/nan.h:203,
from ../src/privatekey.cc:2:
../../../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/privatekey.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/privatekey.cc:2:0:
../../../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/privatekey.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/privatekey.cc:2:0:
../../../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/privatekey.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/privatekey.cc:7:0:
../src/privatekey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE privateKeyExport(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/privatekey.cc:35:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(compressed, info[1], 1, 0);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/privatekey.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/secp256k1/src/publickey.o
In file included from ../../../../nan/nan_new.h:189:0,
from ../../../../nan/nan.h:203,
from ../src/publickey.cc:3:
../../../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:3:0:
../../../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/publickey.cc:3:0:
../../../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:7:0:
../src/publickey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE publicKeyCreate(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/publickey.cc:20:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[1], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:7:0:
../src/publickey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE publicKeyConvert(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/publickey.cc:43:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[1], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:7:0:
../src/publickey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE publicKeyTweakAdd(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/publickey.cc:84:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[2], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:7:0:
../src/publickey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE publicKeyTweakMul(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/publickey.cc:116:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[2], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/publickey.cc:7:0:
../src/publickey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE publicKeyCombine(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/publickey.cc:141:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[1], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/publickey.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/secp256k1/src/signature.o
In file included from ../../../../nan/nan_new.h:189:0,
from ../../../../nan/nan.h:203,
from ../src/signature.cc:2:
../../../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/signature.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/signature.cc:2:0:
../../../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/signature.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/signature.cc:2:0:
../../../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/signature.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/secp256k1/src/ecdsa.o
In file included from ../../../../nan/nan_new.h:189:0,
from ../../../../nan/nan.h:203,
from ../src/ecdsa.cc:2:
../../../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdsa.cc:2:0:
../../../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/ecdsa.cc:2:0:
../../../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdsa.cc:7:0:
../src/ecdsa.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE recover(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:82:28: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
if (number->IntegerValue() <= x || number->IntegerValue() >= y) { \
^
../src/ecdsa.cc:132:3: note: in expansion of macro ‘CHECK_NUMBER_IN_INTERVAL’
CHECK_NUMBER_IN_INTERVAL(recid_object, -1, 4, RECOVERY_ID_VALUE_INVALID);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdsa.cc:7:0:
../src/util.h:82:59: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
if (number->IntegerValue() <= x || number->IntegerValue() >= y) { \
^
../src/ecdsa.cc:132:3: note: in expansion of macro ‘CHECK_NUMBER_IN_INTERVAL’
CHECK_NUMBER_IN_INTERVAL(recid_object, -1, 4, RECOVERY_ID_VALUE_INVALID);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/ecdsa.cc:133:48: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
int recid = (int) recid_object->IntegerValue();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdsa.cc:7:0:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/ecdsa.cc:136:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[3], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdsa.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/secp256k1/src/ecdh.o
In file included from ../../../../nan/nan_new.h:189:0,
from ../../../../nan/nan.h:203,
from ../src/ecdh.cc:2:
../../../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdh.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdh.cc:2:0:
../../../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/ecdh.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/ecdh.cc:2:0:
../../../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdh.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/ecdh.cc:12:0:
../src/ecdh.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE ecdhUnsafe(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/util.h:14:38: warning: ‘bool v8::Value::BooleanValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
compressed = value->BooleanValue() ? v_true : v_false; \
^
../src/ecdh.cc:160:3: note: in expansion of macro ‘UPDATE_COMPRESSED_VALUE’
UPDATE_COMPRESSED_VALUE(flags, info[2], SECP256K1_EC_COMPRESSED, SECP256K1_EC_UNCOMPRESSED);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/ecdh.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2474:43: note: declared here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CC(target) Release/obj.target/secp256k1/src/secp256k1-src/src/secp256k1.o
CC(target) Release/obj.target/secp256k1/src/secp256k1-src/contrib/lax_der_parsing.o
CC(target) Release/obj.target/secp256k1/src/secp256k1-src/contrib/lax_der_privatekey_parsing.o
SOLINK_MODULE(target) Release/obj.target/secp256k1.node
COPY Release/secp256k1.node
make: Leaving directory '/opt/lamassu-server/node_modules/prova-lib/node_modules/secp256k1/build'
> keccak@1.4.0 install /opt/lamassu-server/node_modules/keccak
> npm run rebuild || echo "Keccak bindings compilation fail. Pure JS implementation will be used."
> keccak@1.4.0 rebuild /opt/lamassu-server/node_modules/keccak
> node-gyp rebuild
make: Entering directory '/opt/lamassu-server/node_modules/keccak/build'
CXX(target) Release/obj.target/keccak/src/addon.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/addon.cc:2:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/addon.cc:2:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/addon.cc:2:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/addon.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE KeccakWrapper::Initialize(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/addon.cc:37:47: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
unsigned int rate = info[0]->IntegerValue();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/addon.cc:38:51: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
unsigned int capacity = info[1]->IntegerValue();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/addon.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE KeccakWrapper::AbsorbLastFewBits(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/addon.cc:56:48: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
unsigned char bits = info[0]->IntegerValue();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/addon.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE KeccakWrapper::Squeeze(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/addon.cc:64:43: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
size_t length = info[0]->IntegerValue();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/addon.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE KeccakWrapper::Copy(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/addon.cc:75:82: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
KeccakWrapper* to = Nan::ObjectWrap::Unwrap<KeccakWrapper>(info[0]->ToObject());
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^
CC(target) Release/obj.target/keccak/src/libkeccak/KeccakSponge.o
CC(target) Release/obj.target/keccak/src/libkeccak/KeccakP-1600-reference.o
SOLINK_MODULE(target) Release/obj.target/keccak.node
COPY Release/keccak.node
make: Leaving directory '/opt/lamassu-server/node_modules/keccak/build'
> scrypt@6.0.3 preinstall /opt/lamassu-server/node_modules/scrypt
> node node-scrypt-preinstall.js
> scrypt@6.0.3 install /opt/lamassu-server/node_modules/scrypt
> node-gyp rebuild
make: Entering directory '/opt/lamassu-server/node_modules/scrypt/build'
SOLINK_MODULE(target) Release/obj.target/copied_files.node
COPY Release/copied_files.node
CC(target) Release/obj.target/scrypt_wrapper/src/util/memlimit.o
CC(target) Release/obj.target/scrypt_wrapper/src/scryptwrapper/keyderivation.o
CC(target) Release/obj.target/scrypt_wrapper/src/scryptwrapper/pickparams.o
CC(target) Release/obj.target/scrypt_wrapper/src/scryptwrapper/hash.o
AR(target) Release/obj.target/scrypt_wrapper.a
COPY Release/scrypt_wrapper.a
CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/lib/crypto/crypto_scrypt.o
CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/lib/crypto/crypto_scrypt_smix.o
CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/libcperciva/util/warnp.o
CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/libcperciva/alg/sha256.o
CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/libcperciva/util/insecure_memzero.o
CC(target) Release/obj.target/scrypt_lib/scrypt/scrypt-1.2.0/lib/scryptenc/scryptenc_cpuperf.o
AR(target) Release/obj.target/scrypt_lib.a
COPY Release/scrypt_lib.a
CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_common.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/node-boilerplate/scrypt_common.cc:28:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_common.cc:28:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_common.cc:28:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_common.cc:28:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/node-boilerplate/scrypt_common.cc:28:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_common.cc:28:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_params_async.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/node-boilerplate/scrypt_params_async.cc:1:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_params_async.cc:1:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/node-boilerplate/scrypt_params_async.cc:1:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_params_async.h:28,
from ../src/node-boilerplate/scrypt_params_async.cc:4:
../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_params_async.h:28,
from ../src/node-boilerplate/scrypt_params_async.cc:4:
../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_params_async.h:28,
from ../src/node-boilerplate/scrypt_params_async.cc:4:
../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_params_async.h:28:0,
from ../src/node-boilerplate/scrypt_params_async.cc:4:
../src/node-boilerplate/inc/scrypt_async.h: In member function ‘virtual void ScryptAsyncWorker::HandleErrorCallback()’:
../src/node-boilerplate/inc/scrypt_async.h:53:29: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
callback->Call(1, argv);
^
In file included from ../src/node-boilerplate/scrypt_params_async.cc:1:0:
../../nan/nan.h:1618:3: note: declared here
Call(int argc, v8::Local<v8::Value> argv[]) const {
^
In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0:
../src/node-boilerplate/inc/scrypt_params_async.h: In constructor ‘ScryptParamsAsyncWorker::ScryptParamsAsyncWorker(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/node-boilerplate/inc/scrypt_params_async.h:35:36: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
maxtime(info[0]->NumberValue()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2475:45: note: declared here
V8_DEPRECATED("Use maybe version", double NumberValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0:
../src/node-boilerplate/inc/scrypt_params_async.h:36:39: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
maxmemfrac(info[1]->NumberValue()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2475:45: note: declared here
V8_DEPRECATED("Use maybe version", double NumberValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0:
../src/node-boilerplate/inc/scrypt_params_async.h:37:36: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
maxmem(info[2]->IntegerValue()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_params_async.cc:4:0:
../src/node-boilerplate/inc/scrypt_params_async.h:38:39: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
osfreemem(info[3]->IntegerValue())
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/node-boilerplate/scrypt_params_async.cc: In member function ‘virtual void ScryptParamsAsyncWorker::HandleOKCallback()’:
../src/node-boilerplate/scrypt_params_async.cc:32:25: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
callback->Call(2, argv);
^
In file included from ../src/node-boilerplate/scrypt_params_async.cc:1:0:
../../nan/nan.h:1618:3: note: declared here
Call(int argc, v8::Local<v8::Value> argv[]) const {
^
CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_params_sync.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/node-boilerplate/scrypt_params_sync.cc:1:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_params_sync.cc:1:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/node-boilerplate/scrypt_params_sync.cc:1:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_params_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_params_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_params_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/node-boilerplate/scrypt_params_sync.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE paramsSync(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/node-boilerplate/scrypt_params_sync.cc:25:47: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
const double maxtime = info[0]->NumberValue();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2475:45: note: declared here
V8_DEPRECATED("Use maybe version", double NumberValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/node-boilerplate/scrypt_params_sync.cc:26:47: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
const size_t maxmem = info[2]->IntegerValue();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/node-boilerplate/scrypt_params_sync.cc:27:50: warning: ‘double v8::Value::NumberValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
const double maxmemfrac = info[1]->NumberValue();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2475:45: note: declared here
V8_DEPRECATED("Use maybe version", double NumberValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/node-boilerplate/scrypt_params_sync.cc:28:50: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
const size_t osfreemem = info[3]->IntegerValue();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_params_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf_async.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_kdf_async.cc:1:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/node-boilerplate/scrypt_kdf_async.cc:1:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_kdf_async.h:28,
from ../src/node-boilerplate/scrypt_kdf_async.cc:4:
../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_kdf_async.h:28,
from ../src/node-boilerplate/scrypt_kdf_async.cc:4:
../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_kdf_async.h:28,
from ../src/node-boilerplate/scrypt_kdf_async.cc:4:
../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_kdf_async.h:28:0,
from ../src/node-boilerplate/scrypt_kdf_async.cc:4:
../src/node-boilerplate/inc/scrypt_async.h: In member function ‘virtual void ScryptAsyncWorker::HandleErrorCallback()’:
../src/node-boilerplate/inc/scrypt_async.h:53:29: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
callback->Call(1, argv);
^
In file included from ../src/node-boilerplate/scrypt_kdf_async.cc:1:0:
../../nan/nan.h:1618:3: note: declared here
Call(int argc, v8::Local<v8::Value> argv[]) const {
^
In file included from ../src/node-boilerplate/scrypt_kdf_async.cc:4:0:
../src/node-boilerplate/inc/scrypt_kdf_async.h: In constructor ‘ScryptKDFAsyncWorker::ScryptKDFAsyncWorker(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/node-boilerplate/inc/scrypt_kdf_async.h:36:32: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
params(args[1]->ToObject()),
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^
../src/node-boilerplate/scrypt_kdf_async.cc: In member function ‘virtual void ScryptKDFAsyncWorker::HandleOKCallback()’:
../src/node-boilerplate/scrypt_kdf_async.cc:25:62: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
GetFromPersistent("ScryptPeristentObject")->ToObject()->Get(Nan::New("KDFResult").ToLocalChecked())
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^
../src/node-boilerplate/scrypt_kdf_async.cc:28:27: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
callback->Call(2, argv);
^
In file included from ../src/node-boilerplate/scrypt_kdf_async.cc:1:0:
../../nan/nan.h:1618:3: note: declared here
Call(int argc, v8::Local<v8::Value> argv[]) const {
^
CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf_sync.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_kdf_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_kdf_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_kdf_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/node-boilerplate/scrypt_kdf_sync.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE kdfSync(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/node-boilerplate/scrypt_kdf_sync.cc:29:57: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
const NodeScrypt::Params params = info[1]->ToObject();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^
CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf-verify_sync.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_kdf-verify_async.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_kdf-verify_async.h:28,
from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:4:
../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_kdf-verify_async.h:28,
from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:4:
../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_kdf-verify_async.h:28,
from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:4:
../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_kdf-verify_async.h:28:0,
from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:4:
../src/node-boilerplate/inc/scrypt_async.h: In member function ‘virtual void ScryptAsyncWorker::HandleErrorCallback()’:
../src/node-boilerplate/inc/scrypt_async.h:53:29: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
callback->Call(1, argv);
^
In file included from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:0:
../../nan/nan.h:1618:3: note: declared here
Call(int argc, v8::Local<v8::Value> argv[]) const {
^
../src/node-boilerplate/scrypt_kdf-verify_async.cc: In member function ‘virtual void ScryptKDFVerifyAsyncWorker::HandleOKCallback()’:
../src/node-boilerplate/scrypt_kdf-verify_async.cc:30:25: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
callback->Call(2, argv);
^
In file included from ../src/node-boilerplate/scrypt_kdf-verify_async.cc:1:0:
../../nan/nan.h:1618:3: note: declared here
Call(int argc, v8::Local<v8::Value> argv[]) const {
^
CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_hash_sync.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_hash_sync.cc:1:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/node-boilerplate/scrypt_hash_sync.cc:1:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_hash_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_hash_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_hash_sync.cc:4:0:
../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/node-boilerplate/scrypt_hash_sync.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE hashSync(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/node-boilerplate/scrypt_hash_sync.cc:24:55: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
const NodeScrypt::Params params = info[1]->ToObject();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^
../src/node-boilerplate/scrypt_hash_sync.cc:25:50: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
const size_t hash_size = info[2]->IntegerValue();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_sync.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/scrypt/src/node-boilerplate/scrypt_hash_async.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/node-boilerplate/scrypt_hash_async.cc:25:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_async.cc:25:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/scrypt_hash_async.cc:25:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_async.cc:25:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/node-boilerplate/scrypt_hash_async.cc:25:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_async.cc:25:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_hash_async.h:28,
from ../src/node-boilerplate/scrypt_hash_async.cc:28:
../src/node-boilerplate/inc/scrypt_common.h: In constructor ‘NodeScrypt::Params::Params(const v8::Local<v8::Object>&)’:
../src/node-boilerplate/inc/scrypt_common.h:39:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
N(obj->Get(Nan::New("N").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_async.cc:25:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_hash_async.h:28,
from ../src/node-boilerplate/scrypt_hash_async.cc:28:
../src/node-boilerplate/inc/scrypt_common.h:40:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
r(obj->Get(Nan::New("r").ToLocalChecked())->Uint32Value()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_async.cc:25:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_async.h:28:0,
from ../src/node-boilerplate/inc/scrypt_hash_async.h:28,
from ../src/node-boilerplate/scrypt_hash_async.cc:28:
../src/node-boilerplate/inc/scrypt_common.h:41:63: warning: ‘uint32_t v8::Value::Uint32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
p(obj->Get(Nan::New("p").ToLocalChecked())->Uint32Value()) {}
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_async.cc:25:
/root/.node-gyp/10.13.0/include/node/v8.h:2477:47: note: declared here
V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/node-boilerplate/inc/scrypt_hash_async.h:28:0,
from ../src/node-boilerplate/scrypt_hash_async.cc:28:
../src/node-boilerplate/inc/scrypt_async.h: In member function ‘virtual void ScryptAsyncWorker::HandleErrorCallback()’:
../src/node-boilerplate/inc/scrypt_async.h:53:29: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
callback->Call(1, argv);
^
In file included from ../src/node-boilerplate/scrypt_hash_async.cc:25:0:
../../nan/nan.h:1618:3: note: declared here
Call(int argc, v8::Local<v8::Value> argv[]) const {
^
In file included from ../src/node-boilerplate/scrypt_hash_async.cc:28:0:
../src/node-boilerplate/inc/scrypt_hash_async.h: In constructor ‘ScryptHashAsyncWorker::ScryptHashAsyncWorker(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/node-boilerplate/inc/scrypt_hash_async.h:36:32: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
params(info[1]->ToObject()),
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_async.cc:25:
/root/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^
In file included from ../src/node-boilerplate/scrypt_hash_async.cc:28:0:
../src/node-boilerplate/inc/scrypt_hash_async.h:37:39: warning: ‘int64_t v8::Value::IntegerValue() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
hash_size(info[2]->IntegerValue()),
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_async.cc:25:
/root/.node-gyp/10.13.0/include/node/v8.h:2476:46: note: declared here
V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/node-boilerplate/scrypt_hash_async.cc: In member function ‘virtual void ScryptHashAsyncWorker::HandleOKCallback()’:
../src/node-boilerplate/scrypt_hash_async.cc:49:58: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
GetFromPersistent("ScryptPeristentObject")->ToObject()->Get(Nan::New("HashBuffer").ToLocalChecked())
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/node-boilerplate/scrypt_hash_async.cc:25:
/root/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^
../src/node-boilerplate/scrypt_hash_async.cc:52:25: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated [-Wdeprecated-declarations]
callback->Call(2, argv);
^
In file included from ../src/node-boilerplate/scrypt_hash_async.cc:25:0:
../../nan/nan.h:1618:3: note: declared here
Call(int argc, v8::Local<v8::Value> argv[]) const {
^
CXX(target) Release/obj.target/scrypt/scrypt_node.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../scrypt_node.cc:28:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../scrypt_node.cc:27:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../scrypt_node.cc:28:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../scrypt_node.cc:27:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../scrypt_node.cc:28:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../scrypt_node.cc:27:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
SOLINK_MODULE(target) Release/obj.target/scrypt.node
COPY Release/scrypt.node
make: Leaving directory '/opt/lamassu-server/node_modules/scrypt/build'
> grpc@1.16.1 install /opt/lamassu-server/node_modules/grpc
> node-pre-gyp install --fallback-to-build --library=static_library
node-pre-gyp WARN Using request for node-pre-gyp https download
[grpc] Success: "/opt/lamassu-server/node_modules/grpc/src/node/extension_binary/node-v64-linux-x64-glibc/grpc_node.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile
> iconv@2.3.1 install /opt/lamassu-server/node_modules/iconv
> node-gyp rebuild
make: Entering directory '/opt/lamassu-server/node_modules/iconv/build'
CXX(target) Release/obj.target/iconv/src/binding.o
In file included from ../node_modules/nan/nan_new.h:189:0,
from ../node_modules/nan/nan.h:222,
from ../src/binding.cc:18:
../node_modules/nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../node_modules/nan/nan_implementation_12_inl.h:340:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../node_modules/nan/nan.h:52,
from ../src/binding.cc:18:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/binding.cc:18:0:
../node_modules/nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../node_modules/nan/nan.h:1066:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../node_modules/nan/nan.h:52,
from ../src/binding.cc:18:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/binding.cc:18:0:
../node_modules/nan/nan.h:1080:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../node_modules/nan/nan.h:52,
from ../src/binding.cc:18:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CC(target) Release/obj.target/iconv/deps/libiconv/lib/iconv.o
CC(target) Release/obj.target/iconv/support/localcharset.o
SOLINK_MODULE(target) Release/obj.target/iconv.node
COPY Release/iconv.node
make: Leaving directory '/opt/lamassu-server/node_modules/iconv/build'
> libpq@1.8.8 install /opt/lamassu-server/node_modules/libpq
> node-gyp rebuild
(node:747) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added. Use emitter.setMaxListeners() to increase limit
make: Entering directory '/opt/lamassu-server/node_modules/libpq/build'
CXX(target) Release/obj.target/addon/src/connection.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/addon.h:4,
from ../src/connection.cc:1:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connection.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/addon.h:4:0,
from ../src/connection.cc:1:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connection.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/addon.h:4:0,
from ../src/connection.cc:1:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connection.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/connection.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Connection::Fname(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/connection.cc:204:52: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
char* colName = PQfname(res, info[0]->Int32Value());
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connection.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/connection.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Connection::Ftype(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/connection.cc:219:50: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
int colName = PQftype(res, info[0]->Int32Value());
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connection.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/connection.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Connection::Getvalue(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/connection.cc:230:39: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
int rowNumber = info[0]->Int32Value();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connection.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/connection.cc:231:39: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
int colNumber = info[1]->Int32Value();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connection.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/connection.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Connection::Getisnull(Nan::NAN_METHOD_ARGS_TYPE)’:
../src/connection.cc:248:39: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
int rowNumber = info[0]->Int32Value();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connection.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/connection.cc:249:39: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
int colNumber = info[1]->Int32Value();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connection.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/connection.cc: In static member function ‘static char* Connection::NewCString(v8::Local<v8::Value>)’:
../src/connection.cc:754:29: warning: ‘int v8::String::Utf8Length() const’ is deprecated: Use Isolate version instead [-Wdeprecated-declarations]
int len = str->Utf8Length() + 1;
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connection.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2587:52: note: declared here
V8_DEPRECATED("Use Isolate version instead", int Utf8Length() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/connection.cc:756:29: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
str->WriteUtf8(buffer, len);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connection.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../src/connection.cc: In member function ‘void Connection::Emit(const char*)’:
../src/connection.cc:804:46: warning: ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated [-Wdeprecated-declarations]
Nan::MakeCallback(handle(), emit_f, 1, info);
^
In file included from ../src/addon.h:4:0,
from ../src/connection.cc:1:
../../nan/nan.h:929:46: note: declared here
NAN_DEPRECATED inline v8::Local<v8::Value> MakeCallback(
^
CXX(target) Release/obj.target/addon/src/connect-async-worker.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/addon.h:4,
from ../src/connect-async-worker.cc:2:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connect-async-worker.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/addon.h:4:0,
from ../src/connect-async-worker.cc:2:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connect-async-worker.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/addon.h:4:0,
from ../src/connect-async-worker.cc:2:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/connect-async-worker.cc:2:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
CXX(target) Release/obj.target/addon/src/addon.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../src/addon.h:4,
from ../src/addon.cc:1:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../src/addon.h:4:0,
from ../src/addon.cc:1:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../src/addon.h:4:0,
from ../src/addon.cc:1:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../src/addon.h:4,
from ../src/addon.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
SOLINK_MODULE(target) Release/obj.target/addon.node
COPY Release/addon.node
make: Leaving directory '/opt/lamassu-server/node_modules/libpq/build'
> node-expat@2.3.17 install /opt/lamassu-server/node_modules/node-expat
> node-gyp rebuild
make: Entering directory '/opt/lamassu-server/node_modules/node-expat/build'
CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlparse.o
../deps/libexpat/lib/xmlparse.c: In function ‘gather_time_entropy’:
../deps/libexpat/lib/xmlparse.c:780:7: warning: variable ‘gettimeofday_res’ set but not used [-Wunused-but-set-variable]
int gettimeofday_res;
^
CC(target) Release/obj.target/expat/deps/libexpat/lib/xmltok.o
CC(target) Release/obj.target/expat/deps/libexpat/lib/xmlrole.o
AR(target) Release/obj.target/deps/libexpat/libexpat.a
COPY Release/libexpat.a
CXX(target) Release/obj.target/node_expat/node-expat.o
In file included from ../../nan/nan_new.h:189:0,
from ../../nan/nan.h:203,
from ../node-expat.cc:1:
../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
../../nan/nan_implementation_12_inl.h:337:37: warning: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Local<v8::String>)’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
return v8::StringObject::New(value).As<v8::StringObject>();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../node-expat.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:5053:37: note: declared here
static Local<Value> New(Local<String> value));
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from ../node-expat.cc:1:0:
../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
../../nan/nan.h:1034:53: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
v8::Local<v8::String> string = from->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../node-expat.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
In file included from ../node-expat.cc:1:0:
../../nan/nan.h:1044:74: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../node-expat.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../node-expat.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Parser::Parse(Nan::NAN_METHOD_ARGS_TYPE)’:
../node-expat.cc:98:33: warning: ‘v8::Local<v8::String> v8::Value::ToString() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
str = info[0]->ToString();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../node-expat.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10040:15: note: declared here
Local<String> Value::ToString() const {
^
../node-expat.cc:103:47: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
Local<Object> obj = info[0]->ToObject();
^
In file included from /root/.node-gyp/10.13.0/include/node/node.h:63:0,
from ../../nan/nan.h:51,
from ../node-expat.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:10046:15: note: declared here
Local<Object> Value::ToObject() const {
^
../node-expat.cc: In member function ‘bool Parser::parseString(v8::String&, int)’:
../node-expat.cc:124:30: warning: ‘int v8::String::Utf8Length() const’ is deprecated: Use Isolate version instead [-Wdeprecated-declarations]
int len = str.Utf8Length();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../node-expat.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2587:52: note: declared here
V8_DEPRECATED("Use Isolate version instead", int Utf8Length() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
In file included from /root/.node-gyp/10.13.0/include/node/node_object_wrap.h:26:0,
from ../../nan/nan.h:53,
from ../node-expat.cc:1:
../node-expat.cc:130:55: warning: ‘int v8::String::WriteUtf8(char*, int, int*, int) const’ is deprecated: Use Isolate* version [-Wdeprecated-declarations]
assert(str.WriteUtf8(static_cast<char *>(buf), len) == len);
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../node-expat.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2659:21: note: declared here
int WriteUtf8(char* buffer, int length = -1,
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
../node-expat.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Parser::SetUnknownEncoding(Nan::NAN_METHOD_ARGS_TYPE)’:
../node-expat.cc:470:59: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
parser->xmlEncodingInfo->map[i] = m->Int32Value();
^
In file included from /root/.node-gyp/10.13.0/include/node/v8.h:26:0,
from /root/.node-gyp/10.13.0/include/node/node.h:63,
from ../../nan/nan.h:51,
from ../node-expat.cc:1:
/root/.node-gyp/10.13.0/include/node/v8.h:2478:46: note: declared here
V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
^
/root/.node-gyp/10.13.0/include/node/v8config.h:324:3: note: in definition of macro ‘V8_DEPRECATED’
declarator __attribute__((deprecated(message)))
^
SOLINK_MODULE(target) Release/obj.target/node_expat.node
COPY Release/node_expat.node
make: Leaving directory '/opt/lamassu-server/node_modules/node-expat/build'
@fczbkk/uuid4@3.0.0 /opt/lamassu-server/node_modules/@fczbkk/uuid4
@grpc/proto-loader@0.3.0 /opt/lamassu-server/node_modules/@grpc/proto-loader
@types/lodash@4.14.118 /opt/lamassu-server/node_modules/@types/lodash
@types/node@9.6.39 /opt/lamassu-server/node_modules/@types/node
lodash@4.17.11 /opt/lamassu-server/node_modules/lodash
protobufjs@6.8.8 /opt/lamassu-server/node_modules/protobufjs
@protobufjs/aspromise@1.1.2 /opt/lamassu-server/node_modules/@protobufjs/aspromise
@protobufjs/base64@1.1.2 /opt/lamassu-server/node_modules/@protobufjs/base64
@protobufjs/codegen@2.0.4 /opt/lamassu-server/node_modules/@protobufjs/codegen
@protobufjs/eventemitter@1.1.0 /opt/lamassu-server/node_modules/@protobufjs/eventemitter
@protobufjs/fetch@1.1.0 /opt/lamassu-server/node_modules/@protobufjs/fetch
@protobufjs/inquire@1.1.0 /opt/lamassu-server/node_modules/@protobufjs/inquire
@protobufjs/float@1.0.2 /opt/lamassu-server/node_modules/@protobufjs/float
@protobufjs/path@1.1.2 /opt/lamassu-server/node_modules/@protobufjs/path
@protobufjs/pool@1.1.0 /opt/lamassu-server/node_modules/@protobufjs/pool
@protobufjs/utf8@1.1.0 /opt/lamassu-server/node_modules/@protobufjs/utf8
@types/long@4.0.0 /opt/lamassu-server/node_modules/@types/long
@types/node@10.12.9 /opt/lamassu-server/node_modules/protobufjs/node_modules/@types/node
long@4.0.0 /opt/lamassu-server/node_modules/long
@types/body-parser@1.17.0 /opt/lamassu-server/node_modules/@types/body-parser
@types/connect@3.4.32 /opt/lamassu-server/node_modules/@types/connect
@types/events@1.2.0 /opt/lamassu-server/node_modules/@types/events
@types/express@4.16.0 /opt/lamassu-server/node_modules/@types/express
@types/express-serve-static-core@4.16.0 /opt/lamassu-server/node_modules/@types/express-serve-static-core
@types/range-parser@1.2.2 /opt/lamassu-server/node_modules/@types/range-parser
@types/serve-static@1.13.2 /opt/lamassu-server/node_modules/@types/serve-static
@types/mime@2.0.0 /opt/lamassu-server/node_modules/@types/mime
accepts@1.3.5 /opt/lamassu-server/node_modules/accepts
mime-types@2.1.21 /opt/lamassu-server/node_modules/mime-types
mime-db@1.37.0 /opt/lamassu-server/node_modules/mime-db
negotiator@0.6.1 /opt/lamassu-server/node_modules/negotiator
aes-js@3.1.2 /opt/lamassu-server/node_modules/aes-js
after@0.8.2 /opt/lamassu-server/node_modules/after
agent-base@2.1.1 /opt/lamassu-server/node_modules/agent-base
extend@3.0.2 /opt/lamassu-server/node_modules/extend
semver@5.0.3 /opt/lamassu-server/node_modules/agent-base/node_modules/semver
ajv@6.5.5 /opt/lamassu-server/node_modules/ajv
fast-deep-equal@2.0.1 /opt/lamassu-server/node_modules/fast-deep-equal
fast-json-stable-stringify@2.0.0 /opt/lamassu-server/node_modules/fast-json-stable-stringify
json-schema-traverse@0.4.1 /opt/lamassu-server/node_modules/json-schema-traverse
uri-js@4.2.2 /opt/lamassu-server/node_modules/uri-js
punycode@2.1.1 /opt/lamassu-server/node_modules/punycode
ansi-escapes@3.1.0 /opt/lamassu-server/node_modules/ansi-escapes
ansi-regex@2.1.1 /opt/lamassu-server/node_modules/ansi-regex
ansi-styles@3.2.1 /opt/lamassu-server/node_modules/ansi-styles
color-convert@1.9.3 /opt/lamassu-server/node_modules/color-convert
color-name@1.1.3 /opt/lamassu-server/node_modules/color-name
aproba@1.2.0 /opt/lamassu-server/node_modules/aproba
are-we-there-yet@1.1.5 /opt/lamassu-server/node_modules/are-we-there-yet
delegates@1.0.0 /opt/lamassu-server/node_modules/delegates
readable-stream@2.3.6 /opt/lamassu-server/node_modules/readable-stream
core-util-is@1.0.2 /opt/lamassu-server/node_modules/core-util-is
inherits@2.0.3 /opt/lamassu-server/node_modules/inherits
isarray@1.0.0 /opt/lamassu-server/node_modules/isarray
process-nextick-args@2.0.0 /opt/lamassu-server/node_modules/process-nextick-args
safe-buffer@5.1.2 /opt/lamassu-server/node_modules/safe-buffer
string_decoder@1.1.1 /opt/lamassu-server/node_modules/string_decoder
util-deprecate@1.0.2 /opt/lamassu-server/node_modules/util-deprecate
argparse@0.1.16 /opt/lamassu-server/node_modules/argparse
underscore@1.7.0 /opt/lamassu-server/node_modules/underscore
underscore.string@2.4.0 /opt/lamassu-server/node_modules/underscore.string
array-find-index@1.0.2 /opt/lamassu-server/node_modules/array-find-index
array-flatten@1.1.1 /opt/lamassu-server/node_modules/array-flatten
arraybuffer.slice@0.0.7 /opt/lamassu-server/node_modules/arraybuffer.slice
asap@2.0.6 /opt/lamassu-server/node_modules/asap
ascli@1.0.1 /opt/lamassu-server/node_modules/ascli
colour@0.7.1 /opt/lamassu-server/node_modules/colour
optjs@3.2.2 /opt/lamassu-server/node_modules/optjs
asn1@0.2.4 /opt/lamassu-server/node_modules/asn1
safer-buffer@2.1.2 /opt/lamassu-server/node_modules/safer-buffer
assert@0.4.9 /opt/lamassu-server/node_modules/assert
util@0.11.1 /opt/lamassu-server/node_modules/util
assert-plus@1.0.0 /opt/lamassu-server/node_modules/assert-plus
ast-types@0.11.6 /opt/lamassu-server/node_modules/ast-types
async@1.0.0 /opt/lamassu-server/node_modules/async
async-limiter@1.0.0 /opt/lamassu-server/node_modules/async-limiter
asynckit@0.4.0 /opt/lamassu-server/node_modules/asynckit
aws-sign2@0.7.0 /opt/lamassu-server/node_modules/aws-sign2
aws4@1.8.0 /opt/lamassu-server/node_modules/aws4
axios@0.16.2 /opt/lamassu-server/node_modules/axios
follow-redirects@1.5.10 /opt/lamassu-server/node_modules/follow-redirects
debug@3.1.0 /opt/lamassu-server/node_modules/debug
ms@2.0.0 /opt/lamassu-server/node_modules/ms
is-buffer@1.1.6 /opt/lamassu-server/node_modules/is-buffer
babel-runtime@6.26.0 /opt/lamassu-server/node_modules/babel-runtime
core-js@2.5.7 /opt/lamassu-server/node_modules/core-js
regenerator-runtime@0.11.1 /opt/lamassu-server/node_modules/regenerator-runtime
backo2@1.0.2 /opt/lamassu-server/node_modules/backo2
base-x@3.0.5 /opt/lamassu-server/node_modules/base-x
base64-arraybuffer@0.1.5 /opt/lamassu-server/node_modules/base64-arraybuffer
base64id@1.0.0 /opt/lamassu-server/node_modules/base64id
basic-auth@1.0.4 /opt/lamassu-server/node_modules/basic-auth
bcrypt-pbkdf@1.0.2 /opt/lamassu-server/node_modules/bcrypt-pbkdf
tweetnacl@0.14.5 /opt/lamassu-server/node_modules/tweetnacl
better-assert@1.0.2 /opt/lamassu-server/node_modules/better-assert
callsite@1.0.0 /opt/lamassu-server/node_modules/callsite
big.js@3.1.3 /opt/lamassu-server/node_modules/big.js
bigi@1.4.0 /opt/lamassu-server/node_modules/bigi
bignumber.js@4.1.0 /opt/lamassu-server/node_modules/bignumber.js
bindings@1.3.0 /opt/lamassu-server/node_modules/bindings
bip39@2.5.0 /opt/lamassu-server/node_modules/bip39
create-hash@1.2.0 /opt/lamassu-server/node_modules/create-hash
cipher-base@1.0.4 /opt/lamassu-server/node_modules/cipher-base
md5.js@1.3.5 /opt/lamassu-server/node_modules/md5.js
hash-base@3.0.4 /opt/lamassu-server/node_modules/hash-base
ripemd160@2.0.2 /opt/lamassu-server/node_modules/ripemd160
sha.js@2.4.11 /opt/lamassu-server/node_modules/sha.js
pbkdf2@3.0.17 /opt/lamassu-server/node_modules/pbkdf2
create-hmac@1.1.7 /opt/lamassu-server/node_modules/create-hmac
randombytes@2.0.6 /opt/lamassu-server/node_modules/randombytes
unorm@1.4.1 /opt/lamassu-server/node_modules/unorm
bip66@1.1.5 /opt/lamassu-server/node_modules/bip66
bitcoin-ops@1.3.0 /opt/lamassu-server/node_modules/bitcoin-ops
bitcoind-rpc@0.7.2 /opt/lamassu-server/node_modules/bitcoind-rpc
bitcoinjs-lib@2.1.4 /opt/lamassu-server/node_modules/bitcoinjs-lib
bs58check@1.3.4 /opt/lamassu-server/node_modules/bitcoinjs-lib/node_modules/bs58check
bs58@3.1.0 /opt/lamassu-server/node_modules/bitcoinjs-lib/node_modules/bs58
base-x@1.1.0 /opt/lamassu-server/node_modules/bitcoinjs-lib/node_modules/base-x
buffer-equals@1.0.4 /opt/lamassu-server/node_modules/buffer-equals
buffer-reverse@1.0.1 /opt/lamassu-server/node_modules/buffer-reverse
ecurve@1.0.6 /opt/lamassu-server/node_modules/ecurve
typeforce@1.16.0 /opt/lamassu-server/node_modules/typeforce
wif@1.2.1 /opt/lamassu-server/node_modules/wif
bs58check@1.3.4 /opt/lamassu-server/node_modules/wif/node_modules/bs58check
bs58@3.1.0 /opt/lamassu-server/node_modules/wif/node_modules/bs58
base-x@1.1.0 /opt/lamassu-server/node_modules/wif/node_modules/base-x
bitcore-lib@0.15.0 /opt/lamassu-server/node_modules/bitcore-lib
bn.js@4.11.8 /opt/lamassu-server/node_modules/bn.js
bs58@4.0.1 /opt/lamassu-server/node_modules/bs58
buffer-compare@1.1.1 /opt/lamassu-server/node_modules/buffer-compare
elliptic@6.4.0 /opt/lamassu-server/node_modules/elliptic
brorand@1.1.0 /opt/lamassu-server/node_modules/brorand
hash.js@1.1.5 /opt/lamassu-server/node_modules/hash.js
minimalistic-assert@1.0.1 /opt/lamassu-server/node_modules/minimalistic-assert
hmac-drbg@1.0.1 /opt/lamassu-server/node_modules/hmac-drbg
minimalistic-crypto-utils@1.0.1 /opt/lamassu-server/node_modules/minimalistic-crypto-utils
inherits@2.0.1 /opt/lamassu-server/node_modules/bitcore-lib/node_modules/inherits
lodash@4.17.4 /opt/lamassu-server/node_modules/bitcore-lib/node_modules/lodash
bitcore-lib-cash@0.17.0 /opt/lamassu-server/node_modules/bitcore-lib-cash
inherits@2.0.1 /opt/lamassu-server/node_modules/bitcore-lib-cash/node_modules/inherits
lodash@4.17.4 /opt/lamassu-server/node_modules/bitcore-lib-cash/node_modules/lodash
phantomjs-prebuilt@2.1.16 /opt/lamassu-server/node_modules/phantomjs-prebuilt
es6-promise@4.2.5 /opt/lamassu-server/node_modules/es6-promise
extract-zip@1.6.7 /opt/lamassu-server/node_modules/extract-zip
concat-stream@1.6.2 /opt/lamassu-server/node_modules/concat-stream
buffer-from@1.1.1 /opt/lamassu-server/node_modules/buffer-from
typedarray@0.0.6 /opt/lamassu-server/node_modules/typedarray
debug@2.6.9 /opt/lamassu-server/node_modules/extract-zip/node_modules/debug
mkdirp@0.5.1 /opt/lamassu-server/node_modules/mkdirp
minimist@0.0.8 /opt/lamassu-server/node_modules/mkdirp/node_modules/minimist
yauzl@2.4.1 /opt/lamassu-server/node_modules/yauzl
fd-slicer@1.0.1 /opt/lamassu-server/node_modules/fd-slicer
pend@1.2.0 /opt/lamassu-server/node_modules/pend
fs-extra@1.0.0 /opt/lamassu-server/node_modules/fs-extra
graceful-fs@4.1.15 /opt/lamassu-server/node_modules/graceful-fs
jsonfile@2.4.0 /opt/lamassu-server/node_modules/jsonfile
klaw@1.3.1 /opt/lamassu-server/node_modules/klaw
hasha@2.2.0 /opt/lamassu-server/node_modules/hasha
is-stream@1.1.0 /opt/lamassu-server/node_modules/is-stream
pinkie-promise@2.0.1 /opt/lamassu-server/node_modules/pinkie-promise
pinkie@2.0.4 /opt/lamassu-server/node_modules/pinkie
kew@0.7.0 /opt/lamassu-server/node_modules/kew
progress@1.1.8 /opt/lamassu-server/node_modules/progress
request@2.88.0 /opt/lamassu-server/node_modules/request
caseless@0.12.0 /opt/lamassu-server/node_modules/caseless
combined-stream@1.0.7 /opt/lamassu-server/node_modules/combined-stream
delayed-stream@1.0.0 /opt/lamassu-server/node_modules/delayed-stream
forever-agent@0.6.1 /opt/lamassu-server/node_modules/forever-agent
form-data@2.3.3 /opt/lamassu-server/node_modules/form-data
har-validator@5.1.3 /opt/lamassu-server/node_modules/har-validator
har-schema@2.0.0 /opt/lamassu-server/node_modules/har-schema
http-signature@1.2.0 /opt/lamassu-server/node_modules/http-signature
jsprim@1.4.1 /opt/lamassu-server/node_modules/jsprim
extsprintf@1.3.0 /opt/lamassu-server/node_modules/extsprintf
json-schema@0.2.3 /opt/lamassu-server/node_modules/json-schema
verror@1.10.0 /opt/lamassu-server/node_modules/verror
sshpk@1.15.2 /opt/lamassu-server/node_modules/sshpk
dashdash@1.14.1 /opt/lamassu-server/node_modules/dashdash
ecc-jsbn@0.1.2 /opt/lamassu-server/node_modules/ecc-jsbn
jsbn@0.1.1 /opt/lamassu-server/node_modules/jsbn
getpass@0.1.7 /opt/lamassu-server/node_modules/getpass
is-typedarray@1.0.0 /opt/lamassu-server/node_modules/is-typedarray
isstream@0.1.2 /opt/lamassu-server/node_modules/isstream
json-stringify-safe@5.0.1 /opt/lamassu-server/node_modules/json-stringify-safe
oauth-sign@0.9.0 /opt/lamassu-server/node_modules/oauth-sign
performance-now@2.1.0 /opt/lamassu-server/node_modules/performance-now
qs@6.5.2 /opt/lamassu-server/node_modules/qs
tough-cookie@2.4.3 /opt/lamassu-server/node_modules/tough-cookie
psl@1.1.29 /opt/lamassu-server/node_modules/psl
punycode@1.4.1 /opt/lamassu-server/node_modules/tough-cookie/node_modules/punycode
tunnel-agent@0.6.0 /opt/lamassu-server/node_modules/tunnel-agent
uuid@3.3.2 /opt/lamassu-server/node_modules/uuid
request-progress@2.0.1 /opt/lamassu-server/node_modules/request-progress
throttleit@1.0.0 /opt/lamassu-server/node_modules/throttleit
which@1.3.1 /opt/lamassu-server/node_modules/which
isexe@2.0.0 /opt/lamassu-server/node_modules/isexe
bitgo@3.4.11 /opt/lamassu-server/node_modules/bitgo
bignumber.js@4.0.4 /opt/lamassu-server/node_modules/bitgo/node_modules/bignumber.js
body-parser@1.17.2 /opt/lamassu-server/node_modules/bitgo/node_modules/body-parser
bytes@2.4.0 /opt/lamassu-server/node_modules/bytes
content-type@1.0.4 /opt/lamassu-server/node_modules/content-type
debug@2.6.7 /opt/lamassu-server/node_modules/bitgo/node_modules/debug
depd@1.1.2 /opt/lamassu-server/node_modules/depd
http-errors@1.6.3 /opt/lamassu-server/node_modules/http-errors
setprototypeof@1.1.0 /opt/lamassu-server/node_modules/setprototypeof
statuses@1.5.0 /opt/lamassu-server/node_modules/statuses
iconv-lite@0.4.15 /opt/lamassu-server/node_modules/iconv-lite
on-finished@2.3.0 /opt/lamassu-server/node_modules/on-finished
ee-first@1.1.1 /opt/lamassu-server/node_modules/ee-first
qs@6.4.0 /opt/lamassu-server/node_modules/bitgo/node_modules/qs
raw-body@2.2.0 /opt/lamassu-server/node_modules/raw-body
unpipe@1.0.0 /opt/lamassu-server/node_modules/unpipe
type-is@1.6.16 /opt/lamassu-server/node_modules/type-is
media-typer@0.3.0 /opt/lamassu-server/node_modules/media-typer
bs58@2.0.1 /opt/lamassu-server/node_modules/bitgo/node_modules/bs58
bs58check@1.0.4 /opt/lamassu-server/node_modules/bs58check
bs58@2.0.1 /opt/lamassu-server/node_modules/bs58check/node_modules/bs58
eol@0.5.0 /opt/lamassu-server/node_modules/eol
ethereumjs-util@4.4.1 /opt/lamassu-server/node_modules/bitgo/node_modules/ethereumjs-util
keccakjs@0.2.1 /opt/lamassu-server/node_modules/keccakjs
browserify-sha3@0.0.1 /opt/lamassu-server/node_modules/browserify-sha3
js-sha3@0.3.1 /opt/lamassu-server/node_modules/js-sha3
sha3@1.2.2 /opt/lamassu-server/node_modules/sha3
nan@2.10.0 /opt/lamassu-server/node_modules/nan
rlp@2.1.0 /opt/lamassu-server/node_modules/rlp
secp256k1@3.2.5 /opt/lamassu-server/node_modules/secp256k1
drbg.js@1.0.1 /opt/lamassu-server/node_modules/drbg.js
browserify-aes@1.2.0 /opt/lamassu-server/node_modules/browserify-aes
buffer-xor@1.0.3 /opt/lamassu-server/node_modules/buffer-xor
evp_bytestokey@1.0.3 /opt/lamassu-server/node_modules/evp_bytestokey
prebuild-install@2.5.3 /opt/lamassu-server/node_modules/prebuild-install
detect-libc@1.0.3 /opt/lamassu-server/node_modules/detect-libc
expand-template@1.1.1 /opt/lamassu-server/node_modules/expand-template
github-from-package@0.0.0 /opt/lamassu-server/node_modules/github-from-package
minimist@1.2.0 /opt/lamassu-server/node_modules/minimist
node-abi@2.5.0 /opt/lamassu-server/node_modules/node-abi
semver@5.6.0 /opt/lamassu-server/node_modules/semver
noop-logger@0.1.1 /opt/lamassu-server/node_modules/noop-logger
npmlog@4.1.2 /opt/lamassu-server/node_modules/npmlog
console-control-strings@1.1.0 /opt/lamassu-server/node_modules/console-control-strings
gauge@2.7.4 /opt/lamassu-server/node_modules/gauge
has-unicode@2.0.1 /opt/lamassu-server/node_modules/has-unicode
object-assign@4.1.1 /opt/lamassu-server/node_modules/object-assign
signal-exit@3.0.2 /opt/lamassu-server/node_modules/signal-exit
string-width@1.0.2 /opt/lamassu-server/node_modules/string-width
code-point-at@1.1.0 /opt/lamassu-server/node_modules/code-point-at
is-fullwidth-code-point@1.0.0 /opt/lamassu-server/node_modules/is-fullwidth-code-point
number-is-nan@1.0.1 /opt/lamassu-server/node_modules/number-is-nan
strip-ansi@3.0.1 /opt/lamassu-server/node_modules/strip-ansi
wide-align@1.1.3 /opt/lamassu-server/node_modules/wide-align
set-blocking@2.0.0 /opt/lamassu-server/node_modules/set-blocking
os-homedir@1.0.2 /opt/lamassu-server/node_modules/os-homedir
pump@2.0.1 /opt/lamassu-server/node_modules/pump
end-of-stream@1.4.1 /opt/lamassu-server/node_modules/end-of-stream
once@1.4.0 /opt/lamassu-server/node_modules/once
wrappy@1.0.2 /opt/lamassu-server/node_modules/wrappy
rc@1.2.8 /opt/lamassu-server/node_modules/rc
deep-extend@0.6.0 /opt/lamassu-server/node_modules/deep-extend
ini@1.3.5 /opt/lamassu-server/node_modules/ini
strip-json-comments@2.0.1 /opt/lamassu-server/node_modules/strip-json-comments
simple-get@2.8.1 /opt/lamassu-server/node_modules/simple-get
decompress-response@3.3.0 /opt/lamassu-server/node_modules/decompress-response
mimic-response@1.0.1 /opt/lamassu-server/node_modules/mimic-response
simple-concat@1.0.0 /opt/lamassu-server/node_modules/simple-concat
tar-fs@1.16.3 /opt/lamassu-server/node_modules/tar-fs
chownr@1.1.1 /opt/lamassu-server/node_modules/chownr
pump@1.0.3 /opt/lamassu-server/node_modules/tar-fs/node_modules/pump
tar-stream@1.6.2 /opt/lamassu-server/node_modules/tar-stream
bl@1.2.2 /opt/lamassu-server/node_modules/bl
buffer-alloc@1.2.0 /opt/lamassu-server/node_modules/buffer-alloc
buffer-alloc-unsafe@1.1.0 /opt/lamassu-server/node_modules/buffer-alloc-unsafe
buffer-fill@1.0.0 /opt/lamassu-server/node_modules/buffer-fill
fs-constants@1.0.0 /opt/lamassu-server/node_modules/fs-constants
to-buffer@1.1.1 /opt/lamassu-server/node_modules/to-buffer
xtend@4.0.1 /opt/lamassu-server/node_modules/xtend
which-pm-runs@1.0.0 /opt/lamassu-server/node_modules/which-pm-runs
express@4.15.5 /opt/lamassu-server/node_modules/bitgo/node_modules/express
content-disposition@0.5.2 /opt/lamassu-server/node_modules/content-disposition
cookie@0.3.1 /opt/lamassu-server/node_modules/cookie
cookie-signature@1.0.6 /opt/lamassu-server/node_modules/cookie-signature
debug@2.6.9 /opt/lamassu-server/node_modules/bitgo/node_modules/express/node_modules/debug
encodeurl@1.0.2 /opt/lamassu-server/node_modules/encodeurl
escape-html@1.0.3 /opt/lamassu-server/node_modules/escape-html
etag@1.8.1 /opt/lamassu-server/node_modules/etag
finalhandler@1.0.6 /opt/lamassu-server/node_modules/finalhandler
debug@2.6.9 /opt/lamassu-server/node_modules/finalhandler/node_modules/debug
parseurl@1.3.2 /opt/lamassu-server/node_modules/parseurl
statuses@1.3.1 /opt/lamassu-server/node_modules/finalhandler/node_modules/statuses
fresh@0.5.2 /opt/lamassu-server/node_modules/fresh
merge-descriptors@1.0.1 /opt/lamassu-server/node_modules/merge-descriptors
methods@1.1.2 /opt/lamassu-server/node_modules/methods
path-to-regexp@0.1.7 /opt/lamassu-server/node_modules/path-to-regexp
proxy-addr@1.1.5 /opt/lamassu-server/node_modules/proxy-addr
forwarded@0.1.2 /opt/lamassu-server/node_modules/forwarded
ipaddr.js@1.4.0 /opt/lamassu-server/node_modules/ipaddr.js
qs@6.5.0 /opt/lamassu-server/node_modules/bitgo/node_modules/express/node_modules/qs
range-parser@1.2.0 /opt/lamassu-server/node_modules/range-parser
send@0.15.6 /opt/lamassu-server/node_modules/send
debug@2.6.9 /opt/lamassu-server/node_modules/send/node_modules/debug
destroy@1.0.4 /opt/lamassu-server/node_modules/destroy
mime@1.3.4 /opt/lamassu-server/node_modules/mime
statuses@1.3.1 /opt/lamassu-server/node_modules/send/node_modules/statuses
serve-static@1.12.6 /opt/lamassu-server/node_modules/bitgo/node_modules/serve-static
setprototypeof@1.0.3 /opt/lamassu-server/node_modules/bitgo/node_modules/setprototypeof
statuses@1.3.1 /opt/lamassu-server/node_modules/bitgo/node_modules/statuses
utils-merge@1.0.0 /opt/lamassu-server/node_modules/utils-merge
vary@1.1.2 /opt/lamassu-server/node_modules/vary
http-proxy@1.11.1 /opt/lamassu-server/node_modules/http-proxy
eventemitter3@1.2.0 /opt/lamassu-server/node_modules/eventemitter3
requires-port@0.0.1 /opt/lamassu-server/node_modules/requires-port
lodash@4.13.1 /opt/lamassu-server/node_modules/bitgo/node_modules/lodash
minimist@0.2.0 /opt/lamassu-server/node_modules/bitgo/node_modules/minimist
moment@2.18.1 /opt/lamassu-server/node_modules/bitgo/node_modules/moment
morgan@1.5.3 /opt/lamassu-server/node_modules/bitgo/node_modules/morgan
debug@2.2.0 /opt/lamassu-server/node_modules/bitgo/node_modules/morgan/node_modules/debug
ms@0.7.1 /opt/lamassu-server/node_modules/bitgo/node_modules/morgan/node_modules/ms
depd@1.0.1 /opt/lamassu-server/node_modules/bitgo/node_modules/morgan/node_modules/depd
on-finished@2.2.1 /opt/lamassu-server/node_modules/bitgo/node_modules/morgan/node_modules/on-finished
ee-first@1.1.0 /opt/lamassu-server/node_modules/bitgo/node_modules/ee-first
prova-lib@0.2.9 /opt/lamassu-server/node_modules/prova-lib
bigi@1.4.2 /opt/lamassu-server/node_modules/prova-lib/node_modules/bigi
bitcoinjs-lib@3.0.3 /opt/lamassu-server/node_modules/prova-lib/node_modules/bitcoinjs-lib
bs58check@2.0.2 /opt/lamassu-server/node_modules/prova-lib/node_modules/bs58check
merkle-lib@2.0.10 /opt/lamassu-server/node_modules/merkle-lib
pushdata-bitcoin@1.0.1 /opt/lamassu-server/node_modules/pushdata-bitcoin
typeforce@1.10.6 /opt/lamassu-server/node_modules/prova-lib/node_modules/typeforce
varuint-bitcoin@1.0.4 /opt/lamassu-server/node_modules/varuint-bitcoin
wif@2.0.6 /opt/lamassu-server/node_modules/prova-lib/node_modules/wif
secp256k1@3.3.1 /opt/lamassu-server/node_modules/prova-lib/node_modules/secp256k1
q@1.1.2 /opt/lamassu-server/node_modules/q
ripple-lib@0.17.9 /opt/lamassu-server/node_modules/ripple-lib
https-proxy-agent@1.0.0 /opt/lamassu-server/node_modules/https-proxy-agent
debug@2.6.9 /opt/lamassu-server/node_modules/https-proxy-agent/node_modules/debug
jsonschema@1.2.4 /opt/lamassu-server/node_modules/jsonschema
ripple-address-codec@2.0.1 /opt/lamassu-server/node_modules/ripple-address-codec
x-address-codec@0.7.2 /opt/lamassu-server/node_modules/x-address-codec
base-x@1.1.0 /opt/lamassu-server/node_modules/x-address-codec/node_modules/base-x
ripple-binary-codec@0.1.15 /opt/lamassu-server/node_modules/ripple-binary-codec
decimal.js@5.0.8 /opt/lamassu-server/node_modules/decimal.js
ripple-hashes@0.3.1 /opt/lamassu-server/node_modules/ripple-hashes
ripple-keypairs@0.10.2 /opt/lamassu-server/node_modules/ripple-keypairs
babel-runtime@5.8.38 /opt/lamassu-server/node_modules/ripple-keypairs/node_modules/babel-runtime
core-js@1.2.7 /opt/lamassu-server/node_modules/ripple-keypairs/node_modules/core-js
bn.js@3.3.0 /opt/lamassu-server/node_modules/ripple-keypairs/node_modules/bn.js
elliptic@5.2.1 /opt/lamassu-server/node_modules/ripple-keypairs/node_modules/elliptic
ripple-lib-transactionparser@0.6.2 /opt/lamassu-server/node_modules/ripple-lib-transactionparser
ws@3.3.3 /opt/lamassu-server/node_modules/ws
ultron@1.1.1 /opt/lamassu-server/node_modules/ultron
sanitize-html@1.13.0 /opt/lamassu-server/node_modules/sanitize-html
htmlparser2@3.10.0 /opt/lamassu-server/node_modules/htmlparser2
domelementtype@1.3.0 /opt/lamassu-server/node_modules/domelementtype
domhandler@2.4.2 /opt/lamassu-server/node_modules/domhandler
domutils@1.7.0 /opt/lamassu-server/node_modules/domutils
dom-serializer@0.1.0 /opt/lamassu-server/node_modules/dom-serializer
domelementtype@1.1.3 /opt/lamassu-server/node_modules/dom-serializer/node_modules/domelementtype
entities@1.1.2 /opt/lamassu-server/node_modules/entities
readable-stream@3.0.6 /opt/lamassu-server/node_modules/htmlparser2/node_modules/readable-stream
regexp-quote@0.0.0 /opt/lamassu-server/node_modules/regexp-quote
superagent@3.5.2 /opt/lamassu-server/node_modules/superagent
component-emitter@1.2.1 /opt/lamassu-server/node_modules/component-emitter
cookiejar@2.1.2 /opt/lamassu-server/node_modules/cookiejar
debug@2.6.9 /opt/lamassu-server/node_modules/superagent/node_modules/debug
formidable@1.2.1 /opt/lamassu-server/node_modules/formidable
superagent-proxy@1.0.3 /opt/lamassu-server/node_modules/superagent-proxy
proxy-agent@2.3.1 /opt/lamassu-server/node_modules/proxy-agent
agent-base@4.2.1 /opt/lamassu-server/node_modules/proxy-agent/node_modules/agent-base
es6-promisify@5.0.0 /opt/lamassu-server/node_modules/es6-promisify
http-proxy-agent@2.1.0 /opt/lamassu-server/node_modules/http-proxy-agent
agent-base@4.2.1 /opt/lamassu-server/node_modules/http-proxy-agent/node_modules/agent-base
https-proxy-agent@2.2.1 /opt/lamassu-server/node_modules/proxy-agent/node_modules/https-proxy-agent
lru-cache@4.1.4 /opt/lamassu-server/node_modules/lru-cache
pseudomap@1.0.2 /opt/lamassu-server/node_modules/pseudomap
yallist@3.0.2 /opt/lamassu-server/node_modules/yallist
pac-proxy-agent@2.0.2 /opt/lamassu-server/node_modules/pac-proxy-agent
agent-base@4.2.1 /opt/lamassu-server/node_modules/pac-proxy-agent/node_modules/agent-base
get-uri@2.0.2 /opt/lamassu-server/node_modules/get-uri
data-uri-to-buffer@1.2.0 /opt/lamassu-server/node_modules/data-uri-to-buffer
debug@2.6.9 /opt/lamassu-server/node_modules/get-uri/node_modules/debug
file-uri-to-path@1.0.0 /opt/lamassu-server/node_modules/file-uri-to-path
ftp@0.3.10 /opt/lamassu-server/node_modules/ftp
readable-stream@1.1.14 /opt/lamassu-server/node_modules/ftp/node_modules/readable-stream
isarray@0.0.1 /opt/lamassu-server/node_modules/ftp/node_modules/isarray
string_decoder@0.10.31 /opt/lamassu-server/node_modules/ftp/node_modules/string_decoder
xregexp@2.0.0 /opt/lamassu-server/node_modules/xregexp
https-proxy-agent@2.2.1 /opt/lamassu-server/node_modules/pac-proxy-agent/node_modules/https-proxy-agent
pac-resolver@3.0.0 /opt/lamassu-server/node_modules/pac-resolver
co@4.6.0 /opt/lamassu-server/node_modules/co
degenerator@1.0.4 /opt/lamassu-server/node_modules/degenerator
escodegen@1.11.0 /opt/lamassu-server/node_modules/escodegen
esprima@3.1.3 /opt/lamassu-server/node_modules/esprima
estraverse@4.2.0 /opt/lamassu-server/node_modules/estraverse
esutils@2.0.2 /opt/lamassu-server/node_modules/esutils
optionator@0.8.2 /opt/lamassu-server/node_modules/optionator
deep-is@0.1.3 /opt/lamassu-server/node_modules/deep-is
fast-levenshtein@2.0.6 /opt/lamassu-server/node_modules/fast-levenshtein
levn@0.3.0 /opt/lamassu-server/node_modules/levn
prelude-ls@1.1.2 /opt/lamassu-server/node_modules/prelude-ls
type-check@0.3.2 /opt/lamassu-server/node_modules/type-check
wordwrap@1.0.0 /opt/lamassu-server/node_modules/wordwrap
ip@1.1.5 /opt/lamassu-server/node_modules/ip
netmask@1.0.6 /opt/lamassu-server/node_modules/netmask
thunkify@2.1.2 /opt/lamassu-server/node_modules/thunkify
socks-proxy-agent@3.0.1 /opt/lamassu-server/node_modules/socks-proxy-agent
agent-base@4.2.1 /opt/lamassu-server/node_modules/socks-proxy-agent/node_modules/agent-base
socks@1.1.10 /opt/lamassu-server/node_modules/socks
smart-buffer@1.1.15 /opt/lamassu-server/node_modules/smart-buffer
proxy-from-env@1.0.0 /opt/lamassu-server/node_modules/proxy-from-env
blob@0.0.5 /opt/lamassu-server/node_modules/blob
bluebird@3.5.3 /opt/lamassu-server/node_modules/bluebird
body-parser@1.18.3 /opt/lamassu-server/node_modules/body-parser
bytes@3.0.0 /opt/lamassu-server/node_modules/body-parser/node_modules/bytes
debug@2.6.9 /opt/lamassu-server/node_modules/body-parser/node_modules/debug
iconv-lite@0.4.23 /opt/lamassu-server/node_modules/body-parser/node_modules/iconv-lite
raw-body@2.3.3 /opt/lamassu-server/node_modules/body-parser/node_modules/raw-body
boom@4.3.1 /opt/lamassu-server/node_modules/boom
hoek@4.2.1 /opt/lamassu-server/node_modules/hoek
buffer-equal-constant-time@1.0.1 /opt/lamassu-server/node_modules/buffer-equal-constant-time
buffer-writer@1.0.1 /opt/lamassu-server/node_modules/buffer-writer
builtin-modules@1.1.1 /opt/lamassu-server/node_modules/builtin-modules
bytebuffer@5.0.1 /opt/lamassu-server/node_modules/bytebuffer
long@3.2.0 /opt/lamassu-server/node_modules/bytebuffer/node_modules/long
camelcase@2.1.1 /opt/lamassu-server/node_modules/camelcase
camelcase-keys@2.1.0 /opt/lamassu-server/node_modules/camelcase-keys
map-obj@1.0.1 /opt/lamassu-server/node_modules/map-obj
camelize@1.0.0 /opt/lamassu-server/node_modules/camelize
chalk@2.4.1 /opt/lamassu-server/node_modules/chalk
escape-string-regexp@1.0.5 /opt/lamassu-server/node_modules/escape-string-regexp
supports-color@5.5.0 /opt/lamassu-server/node_modules/supports-color
has-flag@3.0.0 /opt/lamassu-server/node_modules/has-flag
chardet@0.4.2 /opt/lamassu-server/node_modules/chardet
cli-cursor@2.1.0 /opt/lamassu-server/node_modules/cli-cursor
restore-cursor@2.0.0 /opt/lamassu-server/node_modules/restore-cursor
onetime@2.0.1 /opt/lamassu-server/node_modules/onetime
mimic-fn@1.2.0 /opt/lamassu-server/node_modules/mimic-fn
cli-width@2.2.0 /opt/lamassu-server/node_modules/cli-width
cliui@3.2.0 /opt/lamassu-server/node_modules/cliui
wrap-ansi@2.1.0 /opt/lamassu-server/node_modules/wrap-ansi
clone@1.0.4 /opt/lamassu-server/node_modules/clone
coinbase@2.0.8 /opt/lamassu-server/node_modules/coinbase
http-errors@1.3.1 /opt/lamassu-server/node_modules/coinbase/node_modules/http-errors
lodash@3.1.0 /opt/lamassu-server/node_modules/coinbase/node_modules/lodash
object-assign@2.0.0 /opt/lamassu-server/node_modules/coinbase/node_modules/object-assign
request@2.85.0 /opt/lamassu-server/node_modules/coinbase/node_modules/request
har-validator@5.0.3 /opt/lamassu-server/node_modules/coinbase/node_modules/har-validator
ajv@5.5.2 /opt/lamassu-server/node_modules/coinbase/node_modules/ajv
fast-deep-equal@1.1.0 /opt/lamassu-server/node_modules/coinbase/node_modules/fast-deep-equal
json-schema-traverse@0.3.1 /opt/lamassu-server/node_modules/coinbase/node_modules/json-schema-traverse
hawk@6.0.2 /opt/lamassu-server/node_modules/hawk
cryptiles@3.1.4 /opt/lamassu-server/node_modules/cryptiles
boom@5.2.0 /opt/lamassu-server/node_modules/cryptiles/node_modules/boom
sntp@2.1.0 /opt/lamassu-server/node_modules/sntp
oauth-sign@0.8.2 /opt/lamassu-server/node_modules/coinbase/node_modules/oauth-sign
stringstream@0.0.6 /opt/lamassu-server/node_modules/stringstream
tough-cookie@2.3.4 /opt/lamassu-server/node_modules/coinbase/node_modules/tough-cookie
punycode@1.4.1 /opt/lamassu-server/node_modules/coinbase/node_modules/punycode
coinstring@2.3.0 /opt/lamassu-server/node_modules/coinstring
bs58@2.0.1 /opt/lamassu-server/node_modules/coinstring/node_modules/bs58
colors@1.0.3 /opt/lamassu-server/node_modules/colors
component-bind@1.0.0 /opt/lamassu-server/node_modules/component-bind
component-inherit@0.0.3 /opt/lamassu-server/node_modules/component-inherit
console-log-level@1.4.0 /opt/lamassu-server/node_modules/console-log-level
content-security-policy-builder@2.0.0 /opt/lamassu-server/node_modules/content-security-policy-builder
cookie-parser@1.4.3 /opt/lamassu-server/node_modules/cookie-parser
crypto-js@3.1.8 /opt/lamassu-server/node_modules/crypto-js
currently-unhandled@0.4.1 /opt/lamassu-server/node_modules/currently-unhandled
cycle@1.0.3 /opt/lamassu-server/node_modules/cycle
dasherize@2.0.0 /opt/lamassu-server/node_modules/dasherize
dateformat@1.0.12 /opt/lamassu-server/node_modules/dateformat
get-stdin@4.0.1 /opt/lamassu-server/node_modules/get-stdin
meow@3.7.0 /opt/lamassu-server/node_modules/meow
decamelize@1.2.0 /opt/lamassu-server/node_modules/decamelize
loud-rejection@1.6.0 /opt/lamassu-server/node_modules/loud-rejection
normalize-package-data@2.4.0 /opt/lamassu-server/node_modules/normalize-package-data
hosted-git-info@2.7.1 /opt/lamassu-server/node_modules/hosted-git-info
is-builtin-module@1.0.0 /opt/lamassu-server/node_modules/is-builtin-module
validate-npm-package-license@3.0.4 /opt/lamassu-server/node_modules/validate-npm-package-license
spdx-correct@3.0.2 /opt/lamassu-server/node_modules/spdx-correct
spdx-expression-parse@3.0.0 /opt/lamassu-server/node_modules/spdx-expression-parse
spdx-exceptions@2.2.0 /opt/lamassu-server/node_modules/spdx-exceptions
spdx-license-ids@3.0.2 /opt/lamassu-server/node_modules/spdx-license-ids
read-pkg-up@1.0.1 /opt/lamassu-server/node_modules/read-pkg-up
find-up@1.1.2 /opt/lamassu-server/node_modules/find-up
path-exists@2.1.0 /opt/lamassu-server/node_modules/path-exists
read-pkg@1.1.0 /opt/lamassu-server/node_modules/read-pkg
load-json-file@1.1.0 /opt/lamassu-server/node_modules/load-json-file
parse-json@2.2.0 /opt/lamassu-server/node_modules/parse-json
error-ex@1.3.2 /opt/lamassu-server/node_modules/error-ex
is-arrayish@0.2.1 /opt/lamassu-server/node_modules/is-arrayish
pify@2.3.0 /opt/lamassu-server/node_modules/load-json-file/node_modules/pify
strip-bom@2.0.0 /opt/lamassu-server/node_modules/strip-bom
is-utf8@0.2.1 /opt/lamassu-server/node_modules/is-utf8
path-type@1.1.0 /opt/lamassu-server/node_modules/path-type
pify@2.3.0 /opt/lamassu-server/node_modules/path-type/node_modules/pify
redent@1.0.0 /opt/lamassu-server/node_modules/redent
indent-string@2.1.0 /opt/lamassu-server/node_modules/indent-string
repeating@2.0.1 /opt/lamassu-server/node_modules/repeating
is-finite@1.0.2 /opt/lamassu-server/node_modules/is-finite
strip-indent@1.0.1 /opt/lamassu-server/node_modules/strip-indent
trim-newlines@1.0.0 /opt/lamassu-server/node_modules/trim-newlines
defaults@1.0.3 /opt/lamassu-server/node_modules/defaults
deprecate@1.0.0 /opt/lamassu-server/node_modules/deprecate
dns-prefetch-control@0.1.0 /opt/lamassu-server/node_modules/dns-prefetch-control
dont-sniff-mimetype@1.0.0 /opt/lamassu-server/node_modules/dont-sniff-mimetype
duplexer3@0.1.4 /opt/lamassu-server/node_modules/duplexer3
ecdsa-sig-formatter@1.0.10 /opt/lamassu-server/node_modules/ecdsa-sig-formatter
engine.io@3.2.1 /opt/lamassu-server/node_modules/engine.io
engine.io-parser@2.1.3 /opt/lamassu-server/node_modules/engine.io-parser
has-binary2@1.0.3 /opt/lamassu-server/node_modules/has-binary2
isarray@2.0.1 /opt/lamassu-server/node_modules/has-binary2/node_modules/isarray
engine.io-client@3.2.1 /opt/lamassu-server/node_modules/engine.io-client
has-cors@1.1.0 /opt/lamassu-server/node_modules/has-cors
indexof@0.0.1 /opt/lamassu-server/node_modules/indexof
parseqs@0.0.5 /opt/lamassu-server/node_modules/parseqs
parseuri@0.0.5 /opt/lamassu-server/node_modules/parseuri
xmlhttprequest-ssl@1.5.5 /opt/lamassu-server/node_modules/xmlhttprequest-ssl
yeast@0.1.2 /opt/lamassu-server/node_modules/yeast
ethereum-common@0.0.18 /opt/lamassu-server/node_modules/ethereum-common
ethereumjs-abi@0.6.5 /opt/lamassu-server/node_modules/ethereumjs-abi
ethereumjs-util@4.5.0 /opt/lamassu-server/node_modules/ethereumjs-abi/node_modules/ethereumjs-util
ethereumjs-tx@1.3.7 /opt/lamassu-server/node_modules/ethereumjs-tx
ethereumjs-util@5.2.0 /opt/lamassu-server/node_modules/ethereumjs-util
ethjs-util@0.1.6 /opt/lamassu-server/node_modules/ethjs-util
is-hex-prefixed@1.0.0 /opt/lamassu-server/node_modules/is-hex-prefixed
strip-hex-prefix@1.0.0 /opt/lamassu-server/node_modules/strip-hex-prefix
keccak@1.4.0 /opt/lamassu-server/node_modules/keccak
ethereumjs-wallet@0.6.2 /opt/lamassu-server/node_modules/ethereumjs-wallet
bs58check@2.1.2 /opt/lamassu-server/node_modules/ethereumjs-wallet/node_modules/bs58check
hdkey@1.1.0 /opt/lamassu-server/node_modules/hdkey
scrypt.js@0.2.0 /opt/lamassu-server/node_modules/scrypt.js
scrypt@6.0.3 /opt/lamassu-server/node_modules/scrypt
scryptsy@1.2.1 /opt/lamassu-server/node_modules/scryptsy
utf8@3.0.0 /opt/lamassu-server/node_modules/utf8
expect-ct@0.1.1 /opt/lamassu-server/node_modules/expect-ct
express@4.16.4 /opt/lamassu-server/node_modules/express
debug@2.6.9 /opt/lamassu-server/node_modules/express/node_modules/debug
finalhandler@1.1.1 /opt/lamassu-server/node_modules/express/node_modules/finalhandler
statuses@1.4.0 /opt/lamassu-server/node_modules/express/node_modules/statuses
proxy-addr@2.0.4 /opt/lamassu-server/node_modules/express/node_modules/proxy-addr
ipaddr.js@1.8.0 /opt/lamassu-server/node_modules/express/node_modules/ipaddr.js
send@0.16.2 /opt/lamassu-server/node_modules/express/node_modules/send
mime@1.4.1 /opt/lamassu-server/node_modules/express/node_modules/mime
serve-static@1.13.2 /opt/lamassu-server/node_modules/serve-static
send@0.16.2 /opt/lamassu-server/node_modules/serve-static/node_modules/send
debug@2.6.9 /opt/lamassu-server/node_modules/serve-static/node_modules/debug
mime@1.4.1 /opt/lamassu-server/node_modules/serve-static/node_modules/mime
statuses@1.4.0 /opt/lamassu-server/node_modules/serve-static/node_modules/statuses
utils-merge@1.0.1 /opt/lamassu-server/node_modules/express/node_modules/utils-merge
express-limiter@1.6.1 /opt/lamassu-server/node_modules/express-limiter
express-rate-limit@2.14.2 /opt/lamassu-server/node_modules/express-rate-limit
express-ws@3.0.0 /opt/lamassu-server/node_modules/express-ws
ws@2.3.1 /opt/lamassu-server/node_modules/express-ws/node_modules/ws
safe-buffer@5.0.1 /opt/lamassu-server/node_modules/express-ws/node_modules/safe-buffer
external-editor@2.2.0 /opt/lamassu-server/node_modules/external-editor
iconv-lite@0.4.24 /opt/lamassu-server/node_modules/external-editor/node_modules/iconv-lite
tmp@0.0.33 /opt/lamassu-server/node_modules/tmp
os-tmpdir@1.0.2 /opt/lamassu-server/node_modules/os-tmpdir
eyes@0.1.8 /opt/lamassu-server/node_modules/eyes
feature-policy@0.2.0 /opt/lamassu-server/node_modules/feature-policy
figures@2.0.0 /opt/lamassu-server/node_modules/figures
frameguard@3.0.0 /opt/lamassu-server/node_modules/frameguard
get-stream@3.0.0 /opt/lamassu-server/node_modules/get-stream
got@7.1.0 /opt/lamassu-server/node_modules/got
is-plain-obj@1.1.0 /opt/lamassu-server/node_modules/is-plain-obj
is-retry-allowed@1.1.0 /opt/lamassu-server/node_modules/is-retry-allowed
isurl@1.0.0 /opt/lamassu-server/node_modules/isurl
has-to-string-tag-x@1.4.1 /opt/lamassu-server/node_modules/has-to-string-tag-x
has-symbol-support-x@1.4.2 /opt/lamassu-server/node_modules/has-symbol-support-x
is-object@1.0.1 /opt/lamassu-server/node_modules/is-object
lowercase-keys@1.0.1 /opt/lamassu-server/node_modules/lowercase-keys
p-cancelable@0.3.0 /opt/lamassu-server/node_modules/p-cancelable
p-timeout@1.2.1 /opt/lamassu-server/node_modules/p-timeout
p-finally@1.0.0 /opt/lamassu-server/node_modules/p-finally
timed-out@4.0.1 /opt/lamassu-server/node_modules/timed-out
url-parse-lax@1.0.0 /opt/lamassu-server/node_modules/url-parse-lax
prepend-http@1.0.4 /opt/lamassu-server/node_modules/prepend-http
url-to-options@1.0.1 /opt/lamassu-server/node_modules/url-to-options
grpc@1.16.1 /opt/lamassu-server/node_modules/grpc
node-pre-gyp@0.12.0 /opt/lamassu-server/node_modules/grpc/node_modules/node-pre-gyp
detect-libc@1.0.3 /opt/lamassu-server/node_modules/grpc/node_modules/detect-libc
mkdirp@0.5.1 /opt/lamassu-server/node_modules/grpc/node_modules/mkdirp
minimist@0.0.8 /opt/lamassu-server/node_modules/grpc/node_modules/mkdirp/node_modules/minimist
needle@2.2.4 /opt/lamassu-server/node_modules/grpc/node_modules/needle
debug@2.6.9 /opt/lamassu-server/node_modules/grpc/node_modules/debug
ms@2.0.0 /opt/lamassu-server/node_modules/grpc/node_modules/ms
iconv-lite@0.4.24 /opt/lamassu-server/node_modules/grpc/node_modules/iconv-lite
safer-buffer@2.1.2 /opt/lamassu-server/node_modules/grpc/node_modules/safer-buffer
sax@1.2.4 /opt/lamassu-server/node_modules/grpc/node_modules/sax
nopt@4.0.1 /opt/lamassu-server/node_modules/grpc/node_modules/nopt
abbrev@1.1.1 /opt/lamassu-server/node_modules/grpc/node_modules/abbrev
osenv@0.1.5 /opt/lamassu-server/node_modules/grpc/node_modules/osenv
os-homedir@1.0.2 /opt/lamassu-server/node_modules/grpc/node_modules/os-homedir
os-tmpdir@1.0.2 /opt/lamassu-server/node_modules/grpc/node_modules/os-tmpdir
npm-packlist@1.1.12 /opt/lamassu-server/node_modules/grpc/node_modules/npm-packlist
ignore-walk@3.0.1 /opt/lamassu-server/node_modules/grpc/node_modules/ignore-walk
minimatch@3.0.4 /opt/lamassu-server/node_modules/grpc/node_modules/minimatch
brace-expansion@1.1.11 /opt/lamassu-server/node_modules/grpc/node_modules/brace-expansion
balanced-match@1.0.0 /opt/lamassu-server/node_modules/grpc/node_modules/balanced-match
concat-map@0.0.1 /opt/lamassu-server/node_modules/grpc/node_modules/concat-map
npm-bundled@1.0.5 /opt/lamassu-server/node_modules/grpc/node_modules/npm-bundled
npmlog@4.1.2 /opt/lamassu-server/node_modules/grpc/node_modules/npmlog
are-we-there-yet@1.1.5 /opt/lamassu-server/node_modules/grpc/node_modules/are-we-there-yet
delegates@1.0.0 /opt/lamassu-server/node_modules/grpc/node_modules/delegates
readable-stream@2.3.6 /opt/lamassu-server/node_modules/grpc/node_modules/readable-stream
core-util-is@1.0.2 /opt/lamassu-server/node_modules/grpc/node_modules/core-util-is
inherits@2.0.3 /opt/lamassu-server/node_modules/grpc/node_modules/inherits
isarray@1.0.0 /opt/lamassu-server/node_modules/grpc/node_modules/isarray
process-nextick-args@2.0.0 /opt/lamassu-server/node_modules/grpc/node_modules/process-nextick-args
safe-buffer@5.1.2 /opt/lamassu-server/node_modules/grpc/node_modules/safe-buffer
string_decoder@1.1.1 /opt/lamassu-server/node_modules/grpc/node_modules/string_decoder
util-deprecate@1.0.2 /opt/lamassu-server/node_modules/grpc/node_modules/util-deprecate
console-control-strings@1.1.0 /opt/lamassu-server/node_modules/grpc/node_modules/console-control-strings
gauge@2.7.4 /opt/lamassu-server/node_modules/grpc/node_modules/gauge
aproba@1.2.0 /opt/lamassu-server/node_modules/grpc/node_modules/aproba
has-unicode@2.0.1 /opt/lamassu-server/node_modules/grpc/node_modules/has-unicode
object-assign@4.1.1 /opt/lamassu-server/node_modules/grpc/node_modules/object-assign
signal-exit@3.0.2 /opt/lamassu-server/node_modules/grpc/node_modules/signal-exit
string-width@1.0.2 /opt/lamassu-server/node_modules/grpc/node_modules/string-width
code-point-at@1.1.0 /opt/lamassu-server/node_modules/grpc/node_modules/code-point-at
is-fullwidth-code-point@1.0.0 /opt/lamassu-server/node_modules/grpc/node_modules/is-fullwidth-code-point
number-is-nan@1.0.1 /opt/lamassu-server/node_modules/grpc/node_modules/number-is-nan
strip-ansi@3.0.1 /opt/lamassu-server/node_modules/grpc/node_modules/strip-ansi
ansi-regex@2.1.1 /opt/lamassu-server/node_modules/grpc/node_modules/ansi-regex
wide-align@1.1.3 /opt/lamassu-server/node_modules/grpc/node_modules/wide-align
set-blocking@2.0.0 /opt/lamassu-server/node_modules/grpc/node_modules/set-blocking
rc@1.2.8 /opt/lamassu-server/node_modules/grpc/node_modules/rc
deep-extend@0.6.0 /opt/lamassu-server/node_modules/grpc/node_modules/deep-extend
ini@1.3.5 /opt/lamassu-server/node_modules/grpc/node_modules/ini
minimist@1.2.0 /opt/lamassu-server/node_modules/grpc/node_modules/minimist
strip-json-comments@2.0.1 /opt/lamassu-server/node_modules/grpc/node_modules/strip-json-comments
rimraf@2.6.2 /opt/lamassu-server/node_modules/grpc/node_modules/rimraf
glob@7.1.3 /opt/lamassu-server/node_modules/grpc/node_modules/glob
fs.realpath@1.0.0 /opt/lamassu-server/node_modules/grpc/node_modules/fs.realpath
inflight@1.0.6 /opt/lamassu-server/node_modules/grpc/node_modules/inflight
once@1.4.0 /opt/lamassu-server/node_modules/grpc/node_modules/once
wrappy@1.0.2 /opt/lamassu-server/node_modules/grpc/node_modules/wrappy
path-is-absolute@1.0.1 /opt/lamassu-server/node_modules/grpc/node_modules/path-is-absolute
semver@5.6.0 /opt/lamassu-server/node_modules/grpc/node_modules/semver
tar@4.4.8 /opt/lamassu-server/node_modules/grpc/node_modules/tar
chownr@1.1.1 /opt/lamassu-server/node_modules/grpc/node_modules/chownr
fs-minipass@1.2.5 /opt/lamassu-server/node_modules/grpc/node_modules/fs-minipass
minipass@2.3.5 /opt/lamassu-server/node_modules/grpc/node_modules/minipass
yallist@3.0.2 /opt/lamassu-server/node_modules/grpc/node_modules/yallist
minizlib@1.1.1 /opt/lamassu-server/node_modules/grpc/node_modules/minizlib
protobufjs@5.0.3 /opt/lamassu-server/node_modules/grpc/node_modules/protobufjs
yargs@3.32.0 /opt/lamassu-server/node_modules/yargs
os-locale@1.4.0 /opt/lamassu-server/node_modules/os-locale
lcid@1.0.0 /opt/lamassu-server/node_modules/lcid
invert-kv@1.0.0 /opt/lamassu-server/node_modules/invert-kv
window-size@0.1.4 /opt/lamassu-server/node_modules/window-size
y18n@3.2.1 /opt/lamassu-server/node_modules/y18n
helmet@3.15.0 /opt/lamassu-server/node_modules/helmet
helmet-crossdomain@0.3.0 /opt/lamassu-server/node_modules/helmet-crossdomain
helmet-csp@2.7.1 /opt/lamassu-server/node_modules/helmet-csp
platform@1.3.5 /opt/lamassu-server/node_modules/platform
hide-powered-by@1.0.0 /opt/lamassu-server/node_modules/hide-powered-by
hpkp@2.0.0 /opt/lamassu-server/node_modules/hpkp
hsts@2.1.0 /opt/lamassu-server/node_modules/hsts
ienoopen@1.0.0 /opt/lamassu-server/node_modules/ienoopen
nocache@2.0.0 /opt/lamassu-server/node_modules/nocache
referrer-policy@1.1.0 /opt/lamassu-server/node_modules/referrer-policy
x-xss-protection@1.1.0 /opt/lamassu-server/node_modules/x-xss-protection
html-entities@1.2.1 /opt/lamassu-server/node_modules/html-entities
iconv@2.3.1 /opt/lamassu-server/node_modules/iconv
nan@2.11.1 /opt/lamassu-server/node_modules/iconv/node_modules/nan
inquirer@5.2.0 /opt/lamassu-server/node_modules/inquirer
mute-stream@0.0.7 /opt/lamassu-server/node_modules/mute-stream
run-async@2.3.0 /opt/lamassu-server/node_modules/run-async
is-promise@2.1.0 /opt/lamassu-server/node_modules/is-promise
rxjs@5.5.12 /opt/lamassu-server/node_modules/rxjs
symbol-observable@1.0.1 /opt/lamassu-server/node_modules/symbol-observable
string-width@2.1.1 /opt/lamassu-server/node_modules/inquirer/node_modules/string-width
is-fullwidth-code-point@2.0.0 /opt/lamassu-server/node_modules/inquirer/node_modules/is-fullwidth-code-point
strip-ansi@4.0.0 /opt/lamassu-server/node_modules/inquirer/node_modules/strip-ansi
ansi-regex@3.0.0 /opt/lamassu-server/node_modules/inquirer/node_modules/ansi-regex
through@2.3.8 /opt/lamassu-server/node_modules/through
json-bigint@0.2.3 /opt/lamassu-server/node_modules/json-bigint
jsonwebtoken@8.4.0 /opt/lamassu-server/node_modules/jsonwebtoken
jws@3.1.5 /opt/lamassu-server/node_modules/jws
jwa@1.1.6 /opt/lamassu-server/node_modules/jwa
lodash.includes@4.3.0 /opt/lamassu-server/node_modules/lodash.includes
lodash.isboolean@3.0.3 /opt/lamassu-server/node_modules/lodash.isboolean
lodash.isinteger@4.0.4 /opt/lamassu-server/node_modules/lodash.isinteger
lodash.isnumber@3.0.3 /opt/lamassu-server/node_modules/lodash.isnumber
lodash.isplainobject@4.0.6 /opt/lamassu-server/node_modules/lodash.isplainobject
lodash.isstring@4.0.1 /opt/lamassu-server/node_modules/lodash.isstring
lodash.once@4.1.1 /opt/lamassu-server/node_modules/lodash.once
ms@2.1.1 /opt/lamassu-server/node_modules/jsonwebtoken/node_modules/ms
kraken-api@0.1.7 /opt/lamassu-server/node_modules/kraken-api
querystring@0.2.0 /opt/lamassu-server/node_modules/querystring
lamassu-server@7.1.1 /opt/lamassu-server/node_modules/lamassu-server
lnd-async@1.5.0 /opt/lamassu-server/node_modules/lnd-async
longjohn@0.2.12 /opt/lamassu-server/node_modules/longjohn
source-map-support@0.5.9 /opt/lamassu-server/node_modules/source-map-support
source-map@0.6.1 /opt/lamassu-server/node_modules/source-map
make-dir@1.3.0 /opt/lamassu-server/node_modules/make-dir
pify@3.0.0 /opt/lamassu-server/node_modules/pify
mem@1.1.0 /opt/lamassu-server/node_modules/mem
migrate@0.2.4 /opt/lamassu-server/node_modules/migrate
moment@2.22.2 /opt/lamassu-server/node_modules/moment
morgan@1.9.1 /opt/lamassu-server/node_modules/morgan
basic-auth@2.0.1 /opt/lamassu-server/node_modules/morgan/node_modules/basic-auth
debug@2.6.9 /opt/lamassu-server/node_modules/morgan/node_modules/debug
on-headers@1.0.1 /opt/lamassu-server/node_modules/on-headers
nano-markdown@1.2.0 /opt/lamassu-server/node_modules/nano-markdown
ndjson@1.5.0 /opt/lamassu-server/node_modules/ndjson
split2@2.2.0 /opt/lamassu-server/node_modules/split2
through2@2.0.5 /opt/lamassu-server/node_modules/through2
node-hkdf-sync@1.0.0 /opt/lamassu-server/node_modules/node-hkdf-sync
vows@0.5.13 /opt/lamassu-server/node_modules/vows
node-mailjet@3.3.1 /opt/lamassu-server/node_modules/node-mailjet
numeral@2.0.6 /opt/lamassu-server/node_modules/numeral
p-each-series@1.0.0 /opt/lamassu-server/node_modules/p-each-series
p-reduce@1.0.0 /opt/lamassu-server/node_modules/p-reduce
pg-native@2.2.0 /opt/lamassu-server/node_modules/pg-native
libpq@1.8.8 /opt/lamassu-server/node_modules/libpq
bindings@1.2.1 /opt/lamassu-server/node_modules/libpq/node_modules/bindings
pg-types@1.13.0 /opt/lamassu-server/node_modules/pg-types
pg-int8@1.0.1 /opt/lamassu-server/node_modules/pg-int8
postgres-array@1.0.3 /opt/lamassu-server/node_modules/postgres-array
postgres-bytea@1.0.0 /opt/lamassu-server/node_modules/postgres-bytea
postgres-date@1.0.3 /opt/lamassu-server/node_modules/postgres-date
postgres-interval@1.1.2 /opt/lamassu-server/node_modules/postgres-interval
readable-stream@1.0.31 /opt/lamassu-server/node_modules/pg-native/node_modules/readable-stream
isarray@0.0.1 /opt/lamassu-server/node_modules/pg-native/node_modules/isarray
string_decoder@0.10.31 /opt/lamassu-server/node_modules/pg-native/node_modules/string_decoder
pg-promise@7.5.4 /opt/lamassu-server/node_modules/pg-promise
manakin@0.5.2 /opt/lamassu-server/node_modules/manakin
pg@7.4.3 /opt/lamassu-server/node_modules/pg
packet-reader@0.3.1 /opt/lamassu-server/node_modules/packet-reader
pg-connection-string@0.1.3 /opt/lamassu-server/node_modules/pg-connection-string
pg-pool@2.0.4 /opt/lamassu-server/node_modules/pg-pool
pg-types@1.12.1 /opt/lamassu-server/node_modules/pg/node_modules/pg-types
pgpass@1.0.2 /opt/lamassu-server/node_modules/pgpass
split@1.0.1 /opt/lamassu-server/node_modules/split
semver@4.3.2 /opt/lamassu-server/node_modules/pg/node_modules/semver
pg-minify@0.5.5 /opt/lamassu-server/node_modules/pg-minify
spex@2.0.2 /opt/lamassu-server/node_modules/spex
pretty-ms@2.1.0 /opt/lamassu-server/node_modules/pretty-ms
parse-ms@1.0.1 /opt/lamassu-server/node_modules/parse-ms
plur@1.0.0 /opt/lamassu-server/node_modules/plur
promise-sequential@1.1.1 /opt/lamassu-server/node_modules/promise-sequential
socket.io@2.1.1 /opt/lamassu-server/node_modules/socket.io
socket.io-adapter@1.1.1 /opt/lamassu-server/node_modules/socket.io-adapter
socket.io-client@2.1.1 /opt/lamassu-server/node_modules/socket.io-client
object-component@0.0.3 /opt/lamassu-server/node_modules/object-component
socket.io-parser@3.2.0 /opt/lamassu-server/node_modules/socket.io-parser
isarray@2.0.1 /opt/lamassu-server/node_modules/socket.io-parser/node_modules/isarray
to-array@0.1.4 /opt/lamassu-server/node_modules/to-array
talisman@0.20.0 /opt/lamassu-server/node_modules/talisman
long@3.2.0 /opt/lamassu-server/node_modules/talisman/node_modules/long
mnemonist@0.14.0 /opt/lamassu-server/node_modules/mnemonist
obliterator@1.5.0 /opt/lamassu-server/node_modules/obliterator
pandemonium@1.4.1 /opt/lamassu-server/node_modules/pandemonium
twilio@3.24.0 /opt/lamassu-server/node_modules/twilio
moment@2.19.3 /opt/lamassu-server/node_modules/twilio/node_modules/moment
q@2.0.3 /opt/lamassu-server/node_modules/twilio/node_modules/q
pop-iterate@1.0.1 /opt/lamassu-server/node_modules/pop-iterate
weak-map@1.0.5 /opt/lamassu-server/node_modules/weak-map
rootpath@0.1.2 /opt/lamassu-server/node_modules/rootpath
scmp@0.0.3 /opt/lamassu-server/node_modules/scmp
xmlbuilder@9.0.1 /opt/lamassu-server/node_modules/xmlbuilder
web3@0.20.7 /opt/lamassu-server/node_modules/web3
bignumber.js@2.0.7 /opt/lamassu-server/node_modules/web3/node_modules/bignumber.js
utf8@2.1.2 /opt/lamassu-server/node_modules/web3/node_modules/utf8
xhr2-cookies@1.1.0 /opt/lamassu-server/node_modules/xhr2-cookies
xmlhttprequest@1.8.0 /opt/lamassu-server/node_modules/xmlhttprequest
winston@2.4.4 /opt/lamassu-server/node_modules/winston
stack-trace@0.0.10 /opt/lamassu-server/node_modules/stack-trace
xml-stream@0.4.5 /opt/lamassu-server/node_modules/xml-stream
node-expat@2.3.17 /opt/lamassu-server/node_modules/node-expat
readable-stream@1.1.14 /opt/lamassu-server/node_modules/xml-stream/node_modules/readable-stream
isarray@0.0.1 /opt/lamassu-server/node_modules/xml-stream/node_modules/isarray
string_decoder@0.10.31 /opt/lamassu-server/node_modules/xml-stream/node_modules/string_decoder
04:12:16 running migration
DB Migration succeeded.
lamassu.json Migration succeeded.
04:12:16 updating supervisor conf
04:12:16 updating lamassu-server
lamassu-server: stopped
lamassu-server: updated process group
lamassu-admin-server: stopped
lamassu-admin-server: updated process group
lamassu-server: ERROR (already started)
lamassu-admin-server: ERROR (already started)
04:12:16 updating backups conf
04:12:17 updating motd scripts
04:12:17 Update complete!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment