Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- npm WARN deprecated @babel/polyfill@7.4.4: 🚨 As of Babel 7.4.0, this
- npm WARN deprecated package has been deprecated in favor of directly
- npm WARN deprecated including core-js/stable (to polyfill ECMAScript
- npm WARN deprecated features) and regenerator-runtime/runtime
- npm WARN deprecated (needed to use transpiled generator functions):
- npm WARN deprecated
- npm WARN deprecated > import "core-js/stable";
- npm WARN deprecated > import "regenerator-runtime/runtime";
- > secp256k1@3.7.1 install /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/secp256k1
- > npm run rebuild || echo "Secp256k1 bindings compilation fail. Pure JS implementation will be used."
- > secp256k1@3.7.1 rebuild /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/secp256k1
- > node-gyp rebuild
- make: Entering directory '/home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/secp256k1/build'
- CXX(target) Release/obj.target/secp256k1/src/addon.o
- CXX(target) Release/obj.target/secp256k1/src/privatekey.o
- ../src/privatekey.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE privateKeyNegate(Nan::NAN_METHOD_ARGS_TYPE)’:
- ../src/privatekey.cc:73:30: warning: ignoring return value of ‘int secp256k1_ec_privkey_negate(const secp256k1_context*, unsigned char*)’, declared with attribute warn_unused_result [-Wunused-result]
- secp256k1_ec_privkey_negate(secp256k1ctx, &private_key[0]);
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CXX(target) Release/obj.target/secp256k1/src/publickey.o
- CXX(target) Release/obj.target/secp256k1/src/signature.o
- CXX(target) Release/obj.target/secp256k1/src/ecdsa.o
- ../src/ecdsa.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE sign(Nan::NAN_METHOD_ARGS_TYPE)’:
- ../src/ecdsa.cc:88:131: warning: ignoring return value of ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’, declared with attribute warn_unused_result [-Wunused-result]
- n::New<v8::String>("signature").ToLocalChecked(), COPY_BUFFER(&output[0], 64));
- ^
- In file included from /home/pc/.node-gyp/12.6.0/include/node/node.h:63:0,
- from ../src/ecdsa.cc:1:
- /home/pc/.node-gyp/12.6.0/include/node/v8.h:3364:37: note: declared here
- V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
- ^~~
- ../src/ecdsa.cc:89:130: warning: ignoring return value of ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’, declared with attribute warn_unused_result [-Wunused-result]
- an::New<v8::String>("recovery").ToLocalChecked(), Nan::New<v8::Number>(recid));
- ^
- In file included from /home/pc/.node-gyp/12.6.0/include/node/node.h:63:0,
- from ../src/ecdsa.cc:1:
- /home/pc/.node-gyp/12.6.0/include/node/v8.h:3364:37: note: declared here
- V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
- ^~~
- CXX(target) Release/obj.target/secp256k1/src/ecdh.o
- 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 '/home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/secp256k1/build'
- ┌──────────────────────────────────────────────────────┐
- │ npm update check failed │
- │ Try running with sudo or get access │
- │ to the local update config store via │
- │ sudo chown -R $USER:$(id -gn $USER) /home/pc/.config │
- └──────────────────────────────────────────────────────┘
- > tiny-secp256k1@1.1.3 install /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/tiny-secp256k1
- > npm run build || echo "secp256k1 bindings compilation fail. Pure JS implementation will be used."
- > tiny-secp256k1@1.1.3 build /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/tiny-secp256k1
- > node-gyp rebuild
- make: Entering directory '/home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/tiny-secp256k1/build'
- CXX(target) Release/obj.target/secp256k1/native/addon.o
- ../native/addon.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE ecdsaVerify(Nan::NAN_METHOD_ARGS_TYPE)’:
- ../native/addon.cpp:320:58: warning: ‘v8::Maybe<bool> v8::Value::BooleanValue(v8::Local<v8::Context>) const’ is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
- strict = info[3]->BooleanValue(Nan::GetCurrentContext()).FromJust();
- ^
- In file included from /home/pc/.node-gyp/12.6.0/include/node/v8-internal.h:14:0,
- from /home/pc/.node-gyp/12.6.0/include/node/v8.h:25,
- from /home/pc/.node-gyp/12.6.0/include/node/node.h:63,
- from ../../nan/nan.h:54,
- from ../native/addon.cpp:4:
- /home/pc/.node-gyp/12.6.0/include/node/v8.h:2562:51: note: declared here
- V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(
- ^
- /home/pc/.node-gyp/12.6.0/include/node/v8config.h:311:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- ../native/addon.cpp: In instantiation of ‘unsigned int {anonymous}::assumeCompression(const I&, const A&) [with long unsigned int index = 2; I = Nan::FunctionCallbackInfo<v8::Value>; A = v8::Local<v8::Object>]’:
- ../native/addon.cpp:142:50: required from here
- ../native/addon.cpp:80:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (info.Length() <= index) return __isPointCompressed(p) ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
- ../native/addon.cpp:82:62: warning: ‘v8::Maybe<bool> v8::Value::BooleanValue(v8::Local<v8::Context>) const’ is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
- return info[index]->BooleanValue(Nan::GetCurrentContext()).FromJust() ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
- In file included from /home/pc/.node-gyp/12.6.0/include/node/v8-internal.h:14:0,
- from /home/pc/.node-gyp/12.6.0/include/node/v8.h:25,
- from /home/pc/.node-gyp/12.6.0/include/node/node.h:63,
- from ../../nan/nan.h:54,
- from ../native/addon.cpp:4:
- /home/pc/.node-gyp/12.6.0/include/node/v8.h:2562:51: note: declared here
- V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(
- ^
- /home/pc/.node-gyp/12.6.0/include/node/v8config.h:311:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- ../native/addon.cpp: In instantiation of ‘unsigned int {anonymous}::assumeCompression(const I&, const A&) [with long unsigned int index = 1; I = Nan::FunctionCallbackInfo<v8::Value>; A = v8::Local<v8::Object>]’:
- ../native/addon.cpp:174:49: required from here
- ../native/addon.cpp:80:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (info.Length() <= index) return __isPointCompressed(p) ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
- ../native/addon.cpp:82:62: warning: ‘v8::Maybe<bool> v8::Value::BooleanValue(v8::Local<v8::Context>) const’ is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
- return info[index]->BooleanValue(Nan::GetCurrentContext()).FromJust() ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
- In file included from /home/pc/.node-gyp/12.6.0/include/node/v8-internal.h:14:0,
- from /home/pc/.node-gyp/12.6.0/include/node/v8.h:25,
- from /home/pc/.node-gyp/12.6.0/include/node/node.h:63,
- from ../../nan/nan.h:54,
- from ../native/addon.cpp:4:
- /home/pc/.node-gyp/12.6.0/include/node/v8.h:2562:51: note: declared here
- V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(
- ^
- /home/pc/.node-gyp/12.6.0/include/node/v8config.h:311:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- ../native/addon.cpp: In instantiation of ‘unsigned int {anonymous}::assumeCompression(const I&) [with long unsigned int index = 1; I = Nan::FunctionCallbackInfo<v8::Value>]’:
- ../native/addon.cpp:189:46: required from here
- ../native/addon.cpp:87:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (info.Length() <= index) return SECP256K1_EC_COMPRESSED;
- ../native/addon.cpp:89:62: warning: ‘v8::Maybe<bool> v8::Value::BooleanValue(v8::Local<v8::Context>) const’ is deprecated: BooleanValue can never throw. Use Isolate version. [-Wdeprecated-declarations]
- return info[index]->BooleanValue(Nan::GetCurrentContext()).FromJust() ? SECP256K1_EC_COMPRESSED : SECP256K1_EC_UNCOMPRESSED;
- In file included from /home/pc/.node-gyp/12.6.0/include/node/v8-internal.h:14:0,
- from /home/pc/.node-gyp/12.6.0/include/node/v8.h:25,
- from /home/pc/.node-gyp/12.6.0/include/node/node.h:63,
- from ../../nan/nan.h:54,
- from ../native/addon.cpp:4:
- /home/pc/.node-gyp/12.6.0/include/node/v8.h:2562:51: note: declared here
- V8_WARN_UNUSED_RESULT Maybe<bool> BooleanValue(
- ^
- /home/pc/.node-gyp/12.6.0/include/node/v8config.h:311:3: note: in definition of macro ‘V8_DEPRECATED’
- declarator __attribute__((deprecated(message)))
- ^~~~~~~~~~
- ../native/addon.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE eccPrivateSub(Nan::NAN_METHOD_ARGS_TYPE)’:
- ../native/addon.cpp:240:29: warning: ignoring return value of ‘int secp256k1_ec_privkey_negate(const secp256k1_context*, unsigned char*)’, declared with attribute warn_unused_result [-Wunused-result]
- secp256k1_ec_privkey_negate(context, tweak_negated); // returns 1 always
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
- CC(target) Release/obj.target/secp256k1/native/secp256k1/src/secp256k1.o
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_parse’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:154:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(pubkey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘input’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:156:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(input != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_serialize’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘output’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:175:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(output != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘outputlen’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:171:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(outputlen != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:177:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(pubkey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_parse_der’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:216:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(sig != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘input’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:217:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(input != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_parse_compact’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:234:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(sig != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘input64’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:235:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(input64 != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_serialize_der’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘output’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:253:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(output != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘outputlen’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:254:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(outputlen != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:255:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(sig != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_serialize_compact’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘output64’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:265:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(output64 != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:266:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(sig != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_normalize’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sigin’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:279:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(sigin != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_verify’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:300:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(sig != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘msg32’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:299:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(msg32 != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:301:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(pubkey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_sign’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘signature’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:353:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(signature != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘msg32’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:352:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(msg32 != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:354:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(seckey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_seckey_verify’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:396:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(seckey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_create’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:411:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(pubkey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:414:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(seckey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_privkey_negate’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:430:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(seckey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_negate’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:443:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(pubkey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_privkey_tweak_add’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:460:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(seckey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:461:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(tweak != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_tweak_add’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:484:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(pubkey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:485:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(tweak != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_privkey_tweak_mul’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:507:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(seckey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:508:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(tweak != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_tweak_mul’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:530:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(pubkey != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:531:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(tweak != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_combine’:
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubnonce’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:559:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(pubnonce != NULL);
- ^~~~~~~~~
- ../native/secp256k1/src/secp256k1.c:22:8: warning: nonnull argument ‘pubnonces’ compared to NULL [-Wnonnull-compare]
- if (EXPECT(!(cond), 0)) { \
- ^
- ../native/secp256k1/src/secp256k1.c:562:5: note: in expansion of macro ‘ARG_CHECK’
- ARG_CHECK(pubnonces != NULL);
- ^~~~~~~~~
- SOLINK_MODULE(target) Release/obj.target/secp256k1.node
- COPY Release/secp256k1.node
- make: Leaving directory '/home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/tiny-secp256k1/build'
- ┌──────────────────────────────────────────────────────┐
- │ npm update check failed │
- │ Try running with sudo or get access │
- │ to the local update config store via │
- │ sudo chown -R $USER:$(id -gn $USER) /home/pc/.config │
- └──────────────────────────────────────────────────────┘
- > core-js@2.6.9 postinstall /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/core-js
- > node scripts/postinstall || echo "ignore"
- Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
- The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
- > https://opencollective.com/core-js
- > https://www.patreon.com/zloirock
- Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
- > core-js-pure@3.1.4 postinstall /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/core-js-pure
- > node scripts/postinstall || echo "ignore"
- Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
- The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
- > https://opencollective.com/core-js
- > https://www.patreon.com/zloirock
- Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
- > electron@1.7.16 postinstall /home/pc/ZeroNet-py3/data/1Ebrgjsjb5Gd9GDbw5ZrpQQEHYxkQmGFz3/node_modules/electron
- > node install.js
- npm notice created a lockfile as package-lock.json. You should commit this file.
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
- npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
- added 924 packages from 763 contributors and audited 8173 packages in 178.224s
- found 0 vulnerabilities
- ┌──────────────────────────────────────────────────────┐
- │ npm update check failed │
- │ Try running with sudo or get access │
- │ to the local update config store via │
- │ sudo chown -R $USER:$(id -gn $USER) /home/pc/.config │
- └──────────────────────────────────────────────────────┘
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement