Build:
  1. 0
2026-06-16 12:01.25: New job: build zmq.5.1.5 (24741bad1e6b)
2026-06-16 12:01.25: Waiting for resource in pool day11-builds
2026-06-16 12:45.24: Got resource from pool day11-builds
2026-06-16 12:45.24: [profile full] build zmq.5.1.5
2026-06-16 12:45.24: build zmq.5.1.5 (24741bad1e6b)
=== DEPENDENCIES (11 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-pkg-config.5                                  64c6b37d622b
  conf-zmq.0.1                                       97a5bda52bbb
  csexp.1.5.2                                        8db572c4e843
  dune.3.23.1                                        7aa7b6307691
  dune-configurator.3.23.1                           a269fa41101b
  ocaml.5.0.0                                        4e3432802b74
  ocaml-base-compiler.5.0.0                          7f40a02edec0
  ocaml-config.3                                     a4e7663ae3be
  stdint.0.7.2                                       495f1e213abe
=== STDOUT ===
Processing: [default: loading data]
[zmq.5.1.5: dl]
[zmq.5.1.5: extract]
-> retrieved zmq.5.1.5  (https://opam.ocaml.org/cache)
[zmq: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "zmq" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/zmq.5.1.5)
- (cd _build/default/zmq/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -isystem /usr/include/mit-krb5 -I/usr/include/pgm-5.3 -I/usr/include/libxml2 -Wall -Wextra -O2 -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/stdint -o caml_zmq_stubs.o -c caml_zmq_stubs.c)
- In file included from caml_zmq_stubs.c:12:
- caml_zmq_stubs.c: In function 'caml_zmq_set_string_option':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:307:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   307 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- caml_zmq_stubs.c:226:26: note: in expansion of macro 'String_val'
-   226 |     char *option_value = String_val(socket_option);
-       |                          ^~~~~~~~~~
- caml_zmq_stubs.c: In function 'caml_zmq_recv':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:307:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   307 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:480:13: note: in expansion of macro 'String_val'
-   480 |     memcpy (String_val(message), zmq_msg_data (&msg), size);
-       |             ^~~~~~~~~~
- In file included from caml_zmq_stubs.c:7:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- caml_zmq_stubs.c: In function 'caml_z85_encode':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:307:24: warning: passing argument 1 of 'zmq_z85_encode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   307 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:804:24: note: in expansion of macro 'String_val'
-   804 |     if (zmq_z85_encode(String_val(result), (uint8_t*) String_val(source), length) == NULL)
-       |                        ^~~~~~~~~~
- In file included from caml_zmq_stubs.c:32:
- /usr/include/zmq.h:570:23: note: expected 'char *' but argument is of type 'const char *'
-   570 | zmq_z85_encode (char *dest_, const uint8_t *data_, size_t size_);
-       |                 ~~~~~~^~~~~
- caml_zmq_stubs.c: In function 'caml_curve_keypair':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:307:24: warning: passing argument 1 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   307 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:832:36: note: in expansion of macro 'String_val'
-   832 |     int result = zmq_curve_keypair(String_val(public), String_val(secret));
-       |                                    ^~~~~~~~~~
- /usr/include/zmq.h:577:41: note: expected 'char *' but argument is of type 'const char *'
-   577 | ZMQ_EXPORT int zmq_curve_keypair (char *z85_public_key_, char *z85_secret_key_);
-       |                                   ~~~~~~^~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:307:24: warning: passing argument 2 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   307 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:832:56: note: in expansion of macro 'String_val'
-   832 |     int result = zmq_curve_keypair(String_val(public), String_val(secret));
-       |                                                        ^~~~~~~~~~
- /usr/include/zmq.h:577:64: note: expected 'char *' but argument is of type 'const char *'
-   577 | ZMQ_EXPORT int zmq_curve_keypair (char *z85_public_key_, char *z85_secret_key_);
-       |                                                          ~~~~~~^~~~~~~~~~~~~~~
-> compiled  zmq.5.1.5
-> installed zmq.5.1.5
[WARNING] Opam package conf-zmq.0.1 depends on the following system package that can no longer be found: libzmq3-dev

=== STDERR ===

2026-06-16 12:45.40: OK: build zmq.5.1.5 (runc: 3.6s, disk: 10KB)
2026-06-16 12:45.40: Job succeeded