[INFO] crate grin_secp256k1zkp 0.7.8 is already in cache
[INFO] checking grin_secp256k1zkp-0.7.8 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate grin_secp256k1zkp 0.7.8 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate grin_secp256k1zkp 0.7.8 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate grin_secp256k1zkp 0.7.8
[INFO] finished tweaking crates.io crate grin_secp256k1zkp 0.7.8
[INFO] tweaked toml for crates.io crate grin_secp256k1zkp 0.7.8 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 803a3a8a09f98eed76f898ce68505365951f98459bee234f8bff936f8cd5e9ed
[INFO] running `"docker" "start" "-a" "803a3a8a09f98eed76f898ce68505365951f98459bee234f8bff936f8cd5e9ed"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling grin_secp256k1zkp v0.7.8 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rand_core v0.2.2
[INFO] [stderr]    Compiling zeroize_derive v0.9.3
[INFO] [stderr] warning: In file included from depend/secp256k1-zkp/src/secp256k1.c:14:0:
[INFO] [stderr] warning: depend/secp256k1-zkp/src/ecmult_impl.h:930:12: warning: 'secp256k1_ecmult_pippenger_batch_single' defined but not used [-Wunused-function]
[INFO] [stderr] warning:  static int secp256k1_ecmult_pippenger_batch_single(const secp256k1_ecmult_context *actx, secp256k1_scratch *scratch, secp256k1_gej *r, const secp256k1_scalar *inp_g_sc, secp256k1_ecmult_multi_callback cb, void *cbdata, size_t n) {
[INFO] [stderr] warning:             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/ecmult_impl.h:557:12: warning: 'secp256k1_ecmult_strauss_batch_single' defined but not used [-Wunused-function]
[INFO] [stderr] warning:  static int secp256k1_ecmult_strauss_batch_single(const secp256k1_ecmult_context *actx, secp256k1_scratch *scratch, secp256k1_gej *r, const secp256k1_scalar *inp_g_sc, secp256k1_ecmult_multi_callback cb, void *cbdata, size_t n) {
[INFO] [stderr] warning:             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: In file included from depend/secp256k1-zkp/src/secp256k1.c:13:0:
[INFO] [stderr] warning: depend/secp256k1-zkp/src/group_impl.h:273:12: warning: 'secp256k1_gej_is_valid_var' defined but not used [-Wunused-function]
[INFO] [stderr] warning:  static int secp256k1_gej_is_valid_var(const secp256k1_gej *a) {
[INFO] [stderr] warning:             ^~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/group_impl.h:203:13: warning: 'secp256k1_ge_set_infinity' defined but not used [-Wunused-function]
[INFO] [stderr] warning:  static void secp256k1_ge_set_infinity(secp256k1_ge *r) {
[INFO] [stderr] warning:              ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_pubkey_parse':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubkey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:184:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubkey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'input' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:186:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(input != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_pubkey_serialize':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'output' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:205:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(output != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'outputlen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:201:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(outputlen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubkey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:207:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubkey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_signature_parse_der':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:246:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'input' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:247:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(input != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_signature_parse_compact':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:264:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'input64' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:265:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(input64 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_signature_serialize_der':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'output' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:283:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(output != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'outputlen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:284:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(outputlen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:285:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_signature_serialize_compact':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'output64' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:295:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(output64 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:296:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_signature_normalize':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sigin' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:309:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sigin != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_verify':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:330:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'msg32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:329:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(msg32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubkey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:331:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubkey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_sign':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'signature' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:407:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(signature != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'msg32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:406:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(msg32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:408:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_seckey_verify':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:450:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_pubkey_create':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubkey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:465:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubkey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:468:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_privkey_negate':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:484:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_pubkey_negate':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubkey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:497:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubkey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_privkey_tweak_add':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:514:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'tweak' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:515:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(tweak != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_pubkey_tweak_add':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubkey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:538:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubkey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'tweak' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:539:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(tweak != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_privkey_tweak_mul':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:561:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'tweak' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:562:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(tweak != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_pubkey_tweak_mul':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubkey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:584:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubkey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'tweak' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:585:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(tweak != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_pubkey_combine':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubnonce' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:613:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubnonce != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubnonces' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:616:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubnonces != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_privkey_tweak_inv':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:638:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ec_privkey_tweak_neg':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:658:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdh':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'result' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/ecdh/main_impl.h:20:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(result != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'point' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/ecdh/main_impl.h:21:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(point != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'scalar' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/ecdh/main_impl.h:22:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(scalar != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_recoverable_signature_parse_compact':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:44:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'input64' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:45:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(input64 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_recoverable_signature_serialize_compact':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'output64' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:64:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(output64 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'recid' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:66:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(recid != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:65:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_recoverable_signature_convert':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:79:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sigin' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:80:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sigin != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_sign_recoverable':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'signature' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:132:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(signature != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'msg32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:131:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(msg32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:133:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_ecdsa_recover':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubkey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:179:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubkey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'signature' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:178:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(signature != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'msg32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/recovery/main_impl.h:177:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(msg32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_generator_parse':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/generator/main_impl.h:62:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'input' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/generator/main_impl.h:63:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(input != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_generator_serialize':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'output' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/generator/main_impl.h:81:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(output != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/generator/main_impl.h:82:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_generator_generate':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/generator/main_impl.h:233:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'key32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/generator/main_impl.h:234:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(key32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_generator_generate_blinded':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/generator/main_impl.h:240:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'key32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/generator/main_impl.h:241:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(key32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'blind32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/generator/main_impl.h:242:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(blind32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_pedersen_commitment_parse':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'commit' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:49:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(commit != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'input' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:50:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(input != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_pedersen_commitment_serialize':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'output' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:69:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(output != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'commit' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:70:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(commit != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_pedersen_commit':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'commit' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:90:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(commit != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'blind' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:91:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(blind != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'value_gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:92:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(value_gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'blind_gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:93:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(blind_gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_pedersen_blind_commit':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'commit' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:123:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(commit != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'blind' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:124:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(blind != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'value' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:125:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(value != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'value_gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:126:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(value_gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'blind_gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:127:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(blind_gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_pedersen_blind_sum':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'blind_out' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:189:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(blind_out != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'blinds' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:190:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(blinds != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_pedersen_commit_sum':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'commit_out' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:220:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(commit_out != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: In file included from depend/secp256k1-zkp/src/secp256k1.c:9:0:
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:16: warning: nonnull argument 'commits' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning: depend/secp256k1-zkp/src/util.h:42:22: note: in definition of macro 'EXPECT'
[INFO] [stderr] warning:  #define EXPECT(x,c) (x)
[INFO] [stderr] warning:                       ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:218:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(!pcnt || (commits != NULL));
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:16: warning: nonnull argument 'ncommits' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning: depend/secp256k1-zkp/src/util.h:42:22: note: in definition of macro 'EXPECT'
[INFO] [stderr] warning:  #define EXPECT(x,c) (x)
[INFO] [stderr] warning:                       ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:219:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(!ncnt || (ncommits != NULL));
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_pedersen_verify_tally':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:16: warning: nonnull argument 'pos' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning: depend/secp256k1-zkp/src/util.h:42:22: note: in definition of macro 'EXPECT'
[INFO] [stderr] warning:  #define EXPECT(x,c) (x)
[INFO] [stderr] warning:                       ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:247:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(!n_pos || (pos != NULL));
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:16: warning: nonnull argument 'neg' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning: depend/secp256k1-zkp/src/util.h:42:22: note: in definition of macro 'EXPECT'
[INFO] [stderr] warning:  #define EXPECT(x,c) (x)
[INFO] [stderr] warning:                       ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/commitment/main_impl.h:248:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(!n_neg || (neg != NULL));
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_rangeproof_info':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'exp' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:21:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(exp != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'mantissa' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:22:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(mantissa != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'min_value' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:23:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(min_value != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'max_value' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:24:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(max_value != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_rangeproof_rewind':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'nonce' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:44:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(nonce != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'min_value' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:41:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(min_value != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'max_value' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:42:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(max_value != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'commit' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:39:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(commit != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'proof' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:40:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(proof != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:46:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_rangeproof_verify':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'min_value' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:62:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(min_value != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'max_value' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:63:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(max_value != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'commit' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:60:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(commit != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'proof' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:61:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(proof != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:65:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_rangeproof_sign':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'proof' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:79:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(proof != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'plen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:80:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(plen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'commit' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:81:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(commit != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'blind' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:82:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(blind != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'nonce' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:83:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(nonce != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/rangeproof/main_impl.h:86:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_bulletproof_rangeproof_verify':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'scratch' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:90:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(scratch != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'gens' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:91:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(gens != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'commit' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:94:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(commit != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'value_gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:98:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(value_gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_bulletproof_rangeproof_verify_multi':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'scratch' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:126:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(scratch != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'gens' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:127:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(gens != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'proof' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:130:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(proof != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'commit' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:129:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(commit != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_bulletproof_rangeproof_rewind':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'value' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:169:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(value != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'blind' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:170:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(blind != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'proof' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:171:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(proof != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'commit' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:172:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(commit != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'value_gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:173:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(value_gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_bulletproof_rangeproof_prove':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'scratch' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:203:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(scratch != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'gens' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:204:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(gens != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'value' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:212:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(value != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'blind' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:213:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(blind != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'value_gen' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:214:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(value_gen != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'nonce' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/bulletproofs/main_impl.h:215:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(nonce != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_aggsig_context_create':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubkeys' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:112:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubkeys != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seed' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:113:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seed != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_aggsig_export_secnonce_single':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'secnonce32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:160:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(secnonce32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_aggsig_generate_nonce':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'aggctx' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:177:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(aggctx != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_aggsig_sign_single':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig64' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:220:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig64 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'msg32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:221:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(msg32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:222:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seed' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:223:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seed != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_aggsig_partial_sign':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'aggctx' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:304:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(aggctx != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'partial' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:305:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(partial != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'msghash32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:306:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(msghash32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:307:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_aggsig_combine_signatures':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'aggctx' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:355:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(aggctx != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig64' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:356:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig64 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'partial' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:357:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(partial != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_aggsig_add_signatures_single':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig64' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:403:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig64 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sigs' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:404:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sigs != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubnonce_total' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:406:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubnonce_total != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_aggsig_verify':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'scratch' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:462:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(scratch != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig64' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:463:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig64 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'msg32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:464:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(msg32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubkeys' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:465:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubkeys != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_aggsig_verify_single':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig64' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:543:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig64 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'msg32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:544:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(msg32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pubkey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/aggsig/main_impl.h:545:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pubkey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_schnorrsig_serialize':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'out64' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/schnorrsig/main_impl.h:17:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(out64 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/schnorrsig/main_impl.h:18:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_schnorrsig_parse':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/schnorrsig/main_impl.h:26:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'in64' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/schnorrsig/main_impl.h:27:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(in64 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_schnorrsig_sign':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/schnorrsig/main_impl.h:47:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'msg32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/schnorrsig/main_impl.h:48:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(msg32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'seckey' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/schnorrsig/main_impl.h:49:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(seckey != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_schnorrsig_verify':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'sig' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/schnorrsig/main_impl.h:136:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(sig != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'msg32' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/schnorrsig/main_impl.h:137:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(msg32 != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'pk' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/schnorrsig/main_impl.h:138:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(pk != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c: In function 'secp256k1_schnorrsig_verify_batch':
[INFO] [stderr] warning: depend/secp256k1-zkp/src/secp256k1.c:43:8: warning: nonnull argument 'scratch' compared to NULL [-Wnonnull-compare]
[INFO] [stderr] warning:      if (EXPECT(!(cond), 0)) { \
[INFO] [stderr] warning:         ^
[INFO] [stderr] warning: depend/secp256k1-zkp/src/modules/schnorrsig/main_impl.h:313:5: note: in expansion of macro 'ARG_CHECK'
[INFO] [stderr] warning:      ARG_CHECK(scratch != NULL);
[INFO] [stderr] warning:      ^~~~~~~~~
[INFO] [stderr]     Checking zeroize v0.9.3
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:485:21
[INFO] [stderr]     |
[INFO] [stderr] 485 |         f.write_str(error::Error::description(self))
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/lib.rs:485:21
[INFO] [stderr]     |
[INFO] [stderr] 485 |         f.write_str(error::Error::description(self))
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 10.18s
[INFO] running `"docker" "inspect" "803a3a8a09f98eed76f898ce68505365951f98459bee234f8bff936f8cd5e9ed"`
[INFO] running `"docker" "rm" "-f" "803a3a8a09f98eed76f898ce68505365951f98459bee234f8bff936f8cd5e9ed"`
[INFO] [stdout] 803a3a8a09f98eed76f898ce68505365951f98459bee234f8bff936f8cd5e9ed
