Deploy details
Deploy log
Initializing
Complete
Initializing
Complete
1:30:03 AM: Build ready to start
1:30:04 AM: build-image version: bf8734810854fd35d8b037fbb8a8d437d818b7b5 (focal)
1:30:04 AM: buildbot version: bf8734810854fd35d8b037fbb8a8d437d818b7b5
1:30:04 AM: Fetching cached dependencies
1:30:04 AM: Failed to fetch cache, continuing with build
1:30:04 AM: Starting to prepare the repo for build
1:30:05 AM: No cached dependencies found. Cloning fresh repo
1:30:05 AM: git clone --filter=blob:none https://github.com/dafiulh/deriving
1:30:05 AM: Preparing Git Reference refs/heads/main
1:30:06 AM: Starting to install dependencies
1:30:06 AM: Python version set to 3.8
1:30:06 AM: Attempting Ruby version 2.7.2, read from environment
1:30:07 AM: Using Ruby version 2.7.2
1:30:07 AM: Started restoring cached go cache
1:30:07 AM: Finished restoring cached go cache
1:30:07 AM: Installing Go version 1.16.5 (requested 1.16.5)
1:30:11 AM: go version go1.16.5 linux/amd64
1:30:12 AM: Using PHP version 8.0
1:30:12 AM: Attempting Node.js version '14' from .nvmrc
1:30:12 AM: Downloading and installing node v14.21.3...
1:30:13 AM: Downloading https://nodejs.org/dist/v14.21.3/node-v14.21.3-linux-x64.tar.xz...
1:30:13 AM: Computing checksum with sha256sum
1:30:13 AM: Checksums matched!
1:30:15 AM: Now using node v14.21.3 (npm v6.14.18)
1:30:15 AM: Enabling Node.js Corepack
1:30:15 AM: Started restoring cached build plugins
1:30:15 AM: Finished restoring cached build plugins
1:30:15 AM: Started restoring cached corepack dependencies
1:30:15 AM: Finished restoring cached corepack dependencies
1:30:15 AM: No npm workspaces detected
1:30:15 AM: Started restoring cached node modules
1:30:15 AM: Finished restoring cached node modules
1:30:15 AM: Installing npm packages using npm version 6.14.18
1:30:24 AM: > msgpackr-extract@2.0.2 install /opt/build/repo/node_modules/msgpackr-extract
1:30:24 AM: > node-gyp-build-optional-packages
1:30:24 AM: > @parcel/watcher@2.0.5 install /opt/build/repo/node_modules/@parcel/watcher
1:30:24 AM: > node-gyp-build
1:30:24 AM: > tiny-secp256k1@1.1.6 install /opt/build/repo/node_modules/bip32/node_modules/tiny-secp256k1
1:30:24 AM: > npm run build || echo secp256k1 bindings compilation fail. Pure JS implementation will be used.
1:30:24 AM: > tiny-secp256k1@1.1.6 build /opt/build/repo/node_modules/bip32/node_modules/tiny-secp256k1
1:30:24 AM: > node-gyp rebuild
1:30:25 AM: make: Entering directory '/opt/build/repo/node_modules/bip32/node_modules/tiny-secp256k1/build'
1:30:25 AM: CXX(target) Release/obj.target/secp256k1/native/addon.o
1:30:25 AM: In file included from ../../../../nan/nan.h:58,
1:30:25 AM: from ../native/addon.cpp:4:
1:30:25 AM: /opt/buildhome/.cache/node-gyp/14.21.3/include/node/node.h:793:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
1:30:25 AM: | ^
1:30:25 AM: /opt/buildhome/.cache/node-gyp/14.21.3/include/node/node.h:827:3: note: in expansion of macro ‘NODE_MODULE_X’
1:30:25 AM: 827 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
1:30:25 AM: | ^~~~~~~~~~~~~
1:30:25 AM: ../native/addon.cpp:372:1: note: in expansion of macro ‘NODE_MODULE’
1:30:25 AM: 372 | NODE_MODULE(secp256k1, Init)
1:30:25 AM: | ^~~~~~~~~~~
1:30:25 AM: ../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>]’:
1:30:25 AM: ../native/addon.cpp:151:50: required from here
1:30:25 AM: ../native/addon.cpp:80:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
1:30:25 AM: 80 | if (info.Length() <= index || info[index]->IsUndefined()) {
1:30:25 AM: ../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>]’:
1:30:25 AM: ../native/addon.cpp:183:49: required from here
1:30:25 AM: ../native/addon.cpp:80:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
1:30:25 AM: ../native/addon.cpp: In instantiation of ‘unsigned int {anonymous}::assumeCompression(const I&) [with long unsigned int index = 1; I = Nan::FunctionCallbackInfo<v8::Value>]’:
1:30:25 AM: ../native/addon.cpp:198:46: required from here
1:30:25 AM: ../native/addon.cpp:92:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
1:30:25 AM: 92 | if (info.Length() <= index) return SECP256K1_EC_COMPRESSED;
1:30:25 AM: ../native/addon.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE eccPrivateSub(Nan::NAN_METHOD_ARGS_TYPE)’:
1:30:25 AM: ../native/addon.cpp:249:29: warning: ignoring return value of ‘int secp256k1_ec_privkey_negate(const secp256k1_context*, unsigned char*)’, declared with attribute warn_unused_result [-Wunused-result]
1:30:25 AM: 249 | secp256k1_ec_privkey_negate(context, tweak_negated); // returns 1 always
1:30:25 AM: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
1:30:25 AM: CC(target) Release/obj.target/secp256k1/native/secp256k1/src/secp256k1.o
1:30:25 AM: In file included from ../native/secp256k1/src/assumptions.h:12,
1:30:25 AM: from ../native/secp256k1/src/secp256k1.c:10:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_context_preallocated_clone’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘prealloc’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:168:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 168 | ARG_CHECK(prealloc != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_parse’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:283:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 283 | ARG_CHECK(pubkey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘input’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:285:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 285 | ARG_CHECK(input != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_serialize’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘output’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:307:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 307 | ARG_CHECK(output != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘outputlen’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:303:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 303 | ARG_CHECK(outputlen != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:309:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 309 | ARG_CHECK(pubkey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_parse_der’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:348:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 348 | ARG_CHECK(sig != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘input’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:349:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 349 | ARG_CHECK(input != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_parse_compact’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:366:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 366 | ARG_CHECK(sig != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘input64’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:367:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 367 | ARG_CHECK(input64 != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_serialize_der’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘output’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:385:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 385 | ARG_CHECK(output != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘outputlen’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:386:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 386 | ARG_CHECK(outputlen != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:387:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 387 | ARG_CHECK(sig != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_serialize_compact’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘output64’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:397:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 397 | ARG_CHECK(output64 != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:398:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 398 | ARG_CHECK(sig != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_signature_normalize’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘sigin’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:411:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 411 | ARG_CHECK(sigin != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_verify’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘sig’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:432:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 432 | ARG_CHECK(sig != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘msg32’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:431:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 431 | ARG_CHECK(msg32 != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:433:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 433 | ARG_CHECK(pubkey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ecdsa_sign’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘signature’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:542:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 542 | ARG_CHECK(signature != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘msg32’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:541:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 541 | ARG_CHECK(msg32 != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:543:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 543 | ARG_CHECK(seckey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_seckey_verify’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:554:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 554 | ARG_CHECK(seckey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_create’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:578:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 578 | ARG_CHECK(pubkey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:581:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 581 | ARG_CHECK(seckey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_seckey_negate’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:595:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 595 | ARG_CHECK(seckey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_negate’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:614:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 614 | ARG_CHECK(pubkey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_seckey_tweak_add’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:641:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 641 | ARG_CHECK(seckey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:642:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 642 | ARG_CHECK(tweak != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_tweak_add’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:669:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 669 | ARG_CHECK(pubkey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:670:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 670 | ARG_CHECK(tweak != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_seckey_tweak_mul’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘seckey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:688:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 688 | ARG_CHECK(seckey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:689:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 689 | ARG_CHECK(tweak != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_tweak_mul’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘pubkey’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:713:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 713 | ARG_CHECK(pubkey != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘tweak’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:714:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 714 | ARG_CHECK(tweak != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c: In function ‘secp256k1_ec_pubkey_combine’:
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘pubnonce’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:743:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 743 | ARG_CHECK(pubnonce != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:30:16: warning: nonnull argument ‘pubnonces’ compared to NULL [-Wnonnull-compare]
1:30:25 AM: ../native/secp256k1/src/util.h:41:39: note: in definition of macro ‘EXPECT’
1:30:25 AM: 41 | #define EXPECT(x,c) __builtin_expect((x),(c))
1:30:25 AM: | ^
1:30:25 AM: ../native/secp256k1/src/secp256k1.c:746:5: note: in expansion of macro ‘ARG_CHECK’
1:30:25 AM: 746 | ARG_CHECK(pubnonces != NULL);
1:30:25 AM: | ^~~~~~~~~
1:30:26 AM: SOLINK_MODULE(target) Release/obj.target/secp256k1.node
1:30:26 AM: COPY Release/secp256k1.node
1:30:26 AM: make: Leaving directory '/opt/build/repo/node_modules/bip32/node_modules/tiny-secp256k1/build'
1:30:26 AM: > lmdb@2.5.2 install /opt/build/repo/node_modules/lmdb
1:30:26 AM: > node-gyp-build-optional-packages
1:30:27 AM: > secp256k1@4.0.3 install /opt/build/repo/node_modules/secp256k1
1:30:27 AM: > node-gyp-build || exit 0
1:30:27 AM: > core-js@3.20.2 postinstall /opt/build/repo/node_modules/core-js
1:30:27 AM: > node -e try{require('./postinstall')}catch(e){}
1:30:27 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @lmdb/lmdb-darwin-arm64@2.5.2 (node_modules/@lmdb/lmdb-darwin-arm64):
1:30:27 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @lmdb/lmdb-darwin-arm64@2.5.2: wanted {os:darwin,arch:arm64} (current: {os:linux,arch:x64})
1:30:27 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @lmdb/lmdb-darwin-x64@2.5.2 (node_modules/@lmdb/lmdb-darwin-x64):
1:30:27 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @lmdb/lmdb-darwin-x64@2.5.2: wanted {os:darwin,arch:x64} (current: {os:linux,arch:x64})
1:30:27 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @lmdb/lmdb-linux-arm@2.5.2 (node_modules/@lmdb/lmdb-linux-arm):
1:30:27 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @lmdb/lmdb-linux-arm@2.5.2: wanted {os:linux,arch:arm} (current: {os:linux,arch:x64})
1:30:27 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @lmdb/lmdb-linux-arm64@2.5.2 (node_modules/@lmdb/lmdb-linux-arm64):
1:30:27 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @lmdb/lmdb-linux-arm64@2.5.2: wanted {os:linux,arch:arm64} (current: {os:linux,arch:x64})
1:30:27 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @lmdb/lmdb-win32-x64@2.5.2 (node_modules/@lmdb/lmdb-win32-x64):
1:30:27 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @lmdb/lmdb-win32-x64@2.5.2: wanted {os:win32,arch:x64} (current: {os:linux,arch:x64})
1:30:27 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @msgpackr-extract/msgpackr-extract-darwin-arm64@2.0.2 (node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64):
1:30:27 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @msgpackr-extract/msgpackr-extract-darwin-arm64@2.0.2: wanted {os:darwin,arch:arm64} (current: {os:linux,arch:x64})
1:30:27 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @msgpackr-extract/msgpackr-extract-darwin-x64@2.0.2 (node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64):
1:30:27 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @msgpackr-extract/msgpackr-extract-darwin-x64@2.0.2: wanted {os:darwin,arch:x64} (current: {os:linux,arch:x64})
1:30:27 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @msgpackr-extract/msgpackr-extract-linux-arm@2.0.2 (node_modules/@msgpackr-extract/msgpackr-extract-linux-arm):
1:30:27 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @msgpackr-extract/msgpackr-extract-linux-arm@2.0.2: wanted {os:linux,arch:arm} (current: {os:linux,arch:x64})
1:30:27 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @msgpackr-extract/msgpackr-extract-linux-arm64@2.0.2 (node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64):
1:30:27 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @msgpackr-extract/msgpackr-extract-linux-arm64@2.0.2: wanted {os:linux,arch:arm64} (current: {os:linux,arch:x64})
1:30:27 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @msgpackr-extract/msgpackr-extract-win32-x64@2.0.2 (node_modules/@msgpackr-extract/msgpackr-extract-win32-x64):
1:30:27 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @msgpackr-extract/msgpackr-extract-win32-x64@2.0.2: wanted {os:win32,arch:x64} (current: {os:linux,arch:x64})
1:30:27 AM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
1:30:27 AM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {os:darwin,arch:any} (current: {os:linux,arch:x64})
1:30:27 AM: added 730 packages from 499 contributors and audited 741 packages in 11.871s
1:30:27 AM: 134 packages are looking for funding
1:30:27 AM: run `npm fund` for details
1:30:27 AM: found 56 vulnerabilities (29 moderate, 23 high, 4 critical)
1:30:27 AM: run `npm audit fix` to fix them, or `npm audit` for details
1:30:27 AM: npm packages installed
1:30:28 AM: Install dependencies script success
1:30:28 AM: Starting build script
1:30:28 AM: Detected 1 framework(s)
1:30:28 AM: parcel at version 2.1.1
1:30:28 AM: Section completed: initializing
Building
Complete
Building
Complete
1:30:30 AM: Netlify Build
1:30:30 AM: ────────────────────────────────────────────────────────────────
1:30:30 AM:
1:30:30 AM: ❯ Version
1:30:30 AM: @netlify/build 29.15.6
1:30:30 AM:
1:30:30 AM: ❯ Flags
1:30:30 AM: baseRelDir: true
1:30:30 AM: buildId: 64ae021bb8c605000844e24c
1:30:30 AM: deployId: 64ae021bb8c605000844e24e
1:30:30 AM:
1:30:30 AM: ❯ Current directory
1:30:30 AM: /opt/build/repo
1:30:30 AM:
1:30:30 AM: ❯ Config file
1:30:30 AM: No config file was defined: using default values.
1:30:30 AM:
1:30:30 AM: ❯ Context
1:30:30 AM: production
1:30:30 AM:
1:30:30 AM: Build command from Netlify app
1:30:30 AM: ────────────────────────────────────────────────────────────────
1:30:30 AM:
1:30:30 AM: $ npm run build
1:30:30 AM: > deriving@1.0.0 build /opt/build/repo
1:30:30 AM: > parcel build
1:30:30 AM: Building...
1:30:31 AM: console: Browserslist: caniuse-lite is outdated. Please run:
1:30:31 AM: npx browserslist@latest --update-db
1:30:31 AM: Why you should do it regularly:
1:30:31 AM: Bundling...
1:30:31 AM: Packaging & Optimizing...
1:30:35 AM: ✨ Built in 5.30s
1:30:35 AM: dist/index.html 2.89 KB 248ms
1:30:35 AM: dist/index.83eb3a23.css 4.72 KB 522ms
1:30:35 AM: dist/index.462a78db.js 782.74 KB 3.88s
1:30:35 AM:
1:30:35 AM: (build.command completed in 5.7s)
1:30:35 AM:
1:30:36 AM: (Netlify Build completed in 6s)
1:30:37 AM: Section completed: building
1:30:39 AM: Finished processing build request in 35.16s
Deploying
Complete
Deploying
Complete
1:30:35 AM: Deploy site
1:30:35 AM: ────────────────────────────────────────────────────────────────
1:30:35 AM:
1:30:35 AM: Starting to deploy site from 'dist'
1:30:35 AM: Calculating files to upload
1:30:35 AM: 1 new files to upload
1:30:35 AM: 0 new functions to upload
1:30:36 AM: Section completed: deploying
1:30:36 AM: Site deploy was successfully initiated
1:30:36 AM:
1:30:36 AM: (Deploy site completed in 216ms)
Cleanup
Complete
Cleanup
Complete
1:30:36 AM: Netlify Build Complete
1:30:36 AM: ────────────────────────────────────────────────────────────────
1:30:36 AM:
1:30:36 AM: Caching artifacts
1:30:36 AM: Started saving node modules
1:30:36 AM: Finished saving node modules
1:30:36 AM: Started saving build plugins
1:30:36 AM: Finished saving build plugins
1:30:36 AM: Started saving corepack cache
1:30:36 AM: Finished saving corepack cache
1:30:36 AM: Started saving pip cache
1:30:36 AM: Finished saving pip cache
1:30:36 AM: Started saving emacs cask dependencies
1:30:36 AM: Finished saving emacs cask dependencies
1:30:36 AM: Started saving maven dependencies
1:30:36 AM: Finished saving maven dependencies
1:30:36 AM: Started saving boot dependencies
1:30:36 AM: Finished saving boot dependencies
1:30:36 AM: Started saving rust rustup cache
1:30:36 AM: Finished saving rust rustup cache
1:30:36 AM: Started saving go dependencies
1:30:36 AM: Finished saving go dependencies
1:30:37 AM: Build script success
1:30:38 AM: Uploading Cache of size 164.3MB
1:30:39 AM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
1:30:36 AM: Starting post processing
1:30:36 AM: Skipping HTML post processing
1:30:36 AM: Post processing - header rules
1:30:36 AM: Post processing - redirect rules
1:30:36 AM: Post processing done
1:30:37 AM: Section completed: postprocessing
1:30:38 AM: Site is live ✨