← Back to PR #29095

Build Log: secp256k1.0.5.0

Status: SUCCESS

Log Output

Processing: [default: loading data] [secp256k1.0.5.0: http] [secp256k1.0.5.0: extract] -> retrieved secp256k1.0.5.0 (https://github.com/dakk/secp256k1-ml/archive/refs/tags/v0.5.0.tar.gz) [secp256k1: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "secp256k1" "-j" "255" (CWD=/home/opam/.opam/default/.opam-switch/build/secp256k1.0.5.0) - (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -g -I /home/opam/.opam/default/lib/ocaml -o secp256k1_wrap.o -c secp256k1_wrap.c) - secp256k1_wrap.c: In function 'caml_secp256k1_xonly_pubkey_cmp': - secp256k1_wrap.c:253:3: warning: argument 1 null where non-null expected [-Wnonnull] - 253 | secp256k1_xonly_pubkey_serialize(NULL, buf_a, Caml_ba_data_val(v_a)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - In file included from secp256k1_wrap.c:5: - /usr/include/secp256k1_extrakeys.h:64:19: note: in a call to function 'secp256k1_xonly_pubkey_serialize' declared 'nonnull' - 64 | SECP256K1_API int secp256k1_xonly_pubkey_serialize( - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - secp256k1_wrap.c:254:3: warning: argument 1 null where non-null expected [-Wnonnull] - 254 | secp256k1_xonly_pubkey_serialize(NULL, buf_b, Caml_ba_data_val(v_b)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - In file included from secp256k1_wrap.c:5: - /usr/include/secp256k1_extrakeys.h:64:19: note: in a call to function 'secp256k1_xonly_pubkey_serialize' declared 'nonnull' - 64 | SECP256K1_API int secp256k1_xonly_pubkey_serialize( - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - In file included from secp256k1_wrap.c:8: - secp256k1_wrap.c: In function 'caml_secp256k1_schnorrsig_sign32': - secp256k1_wrap.c:306:19: warning: implicit declaration of function 'secp256k1_schnorrsig_sign32'; did you mean 'secp256k1_schnorrsig_sign'? [-Wimplicit-function-declaration] - 306 | return Val_bool(secp256k1_schnorrsig_sign32(Context_val(v_ctx), - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:75:47: note: in definition of macro 'Val_long' - 75 | #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) - | ^ - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:387:21: note: in expansion of macro 'Val_int' - 387 | #define Val_bool(x) Val_int((x) != 0) - | ^~~~~~~ - secp256k1_wrap.c:306:10: note: in expansion of macro 'Val_bool' - 306 | return Val_bool(secp256k1_schnorrsig_sign32(Context_val(v_ctx), - | ^~~~~~~~ -> compiled secp256k1.0.5.0 -> installed secp256k1.0.5.0

Dependency Graph

Loading graph...
View raw DOT format
digraph opam { "base.v0.16.4" -> {"dune.3.20.2" "dune-configurator.3.20.2" "ocaml.4.14.2" "sexplib0.v0.16.0"} "csexp.1.5.2" -> {"dune.3.20.2" "ocaml.4.14.2"} "dune.3.20.2" -> {"base-threads.base" "base-unix.base" "ocaml.4.14.2"} "dune-configurator.3.20.2" -> {"base-unix.base" "csexp.1.5.2" "dune.3.20.2" "ocaml.4.14.2"} "ocaml.4.14.2" -> {"ocaml-base-compiler.4.14.2" "ocaml-config.2"} "ocaml-config.2" -> "ocaml-base-compiler.4.14.2"; "secp256k1.0.5.0" -> {"base.v0.16.4" "base-bigarray.base" "conf-secp256k1.2" "dune.3.20.2" "dune-configurator.3.20.2" "ocaml.4.14.2" "stdio.v0.16.0"} "sexplib0.v0.16.0" -> {"dune.3.20.2" "ocaml.4.14.2"} "stdio.v0.16.0" -> {"base.v0.16.4" "dune.3.20.2" "ocaml.4.14.2"} }