Build:
  1. 0
2026-06-16 13:48.20: New job: build zmq.5.1.1 (d7dd4ab4b44f)
2026-06-16 13:48.20: Waiting for resource in pool day11-builds
2026-06-16 15:24.13: Got resource from pool day11-builds
2026-06-16 15:24.13: [profile full] build zmq.5.1.1
2026-06-16 15:24.13: build zmq.5.1.1 (d7dd4ab4b44f)
=== DEPENDENCIES (12 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-pkg-config.5                                  64c6b37d622b
  conf-zmq.0.1                                       97a5bda52bbb
  csexp.1.5.2                                        e2491a88a8e9
  dune.3.23.1                                        d50060dd2cab
  dune-configurator.3.23.1                           83dd42d9abe2
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
  stdint.0.7.2                                       c8f123c8c716
=== STDOUT ===
Processing: [default: loading data]
[zmq.5.1.1: dl]
[zmq.5.1.1: extract]
-> retrieved zmq.5.1.1  (https://opam.ocaml.org/cache)
[zmq: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "zmq" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/zmq.5.1.1)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I zmq-deferred/src/.zmq_deferred.objs/byte -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/stdint -I zmq/src/.zmq.objs/byte -cmi-file zmq-deferred/src/.zmq_deferred.objs/byte/zmq_deferred__Socket.cmi -no-alias-deps -open Zmq_deferred -o zmq-deferred/src/.zmq_deferred.objs/byte/zmq_deferred__Socket.cmo -c -impl zmq-deferred/src/socket.ml)
- File "zmq-deferred/src/socket.ml", line 58, characters 12-27:
- 58 |             Queue.pop queue |> ignore
-                  ^^^^^^^^^^^^^^^
- Warning 5 [ignored-partial-application]: this function application is partial,
-   maybe some arguments are missing.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I zmq-deferred/src/.zmq_deferred.objs/byte -I zmq-deferred/src/.zmq_deferred.objs/native -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/stdint -I zmq/src/.zmq.objs/byte -I zmq/src/.zmq.objs/native -cmi-file zmq-deferred/src/.zmq_deferred.objs/byte/zmq_deferred__Socket.cmi -no-alias-deps -open Zmq_deferred -o zmq-deferred/src/.zmq_deferred.objs/native/zmq_deferred__Socket.cmx -c -impl zmq-deferred/src/socket.ml)
- File "zmq-deferred/src/socket.ml", line 58, characters 12-27:
- 58 |             Queue.pop queue |> ignore
-                  ^^^^^^^^^^^^^^^
- Warning 5 [ignored-partial-application]: this function application is partial,
-   maybe some arguments are missing.
- (cd _build/default/zmq/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -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:366:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   366 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- caml_zmq_stubs.c:222:26: note: in expansion of macro 'String_val'
-   222 |     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:366:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   366 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:476:13: note: in expansion of macro 'String_val'
-   476 |     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:366:24: warning: passing argument 1 of 'zmq_z85_encode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   366 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:800:24: note: in expansion of macro 'String_val'
-   800 |     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:366:24: warning: passing argument 1 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   366 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:828:36: note: in expansion of macro 'String_val'
-   828 |     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:366:24: warning: passing argument 2 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   366 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:828:56: note: in expansion of macro 'String_val'
-   828 |     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.1
-> installed zmq.5.1.1
[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 15:24.44: OK: build zmq.5.1.1 (runc: 4.1s, disk: 11KB)
2026-06-16 15:24.44: Job succeeded