Build:
  1. 0
2026-06-24 18:29.13: New job: build hiredis.0.8 (1b41cbfaed6f)
2026-06-24 18:29.13: Waiting for resource in pool day11-builds
2026-06-24 18:56.58: Got resource from pool day11-builds
2026-06-24 18:56.58: [profile full] build hiredis.0.8
2026-06-24 18:56.58: build hiredis.0.8 (1b41cbfaed6f)
=== DEPENDENCIES (41 transitive) ===
  angstrom.0.16.1                                    b3c0b2c22161
  astring.0.8.5                                      4ebc2fc0ee9d
  base.v0.14.4                                       937960646323
  base-bytes.base                                    c40d17bc86b5
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigstringaf.0.10.0                                 2670f46d1cef
  conduit.1.5.0                                      396d35106c05
  conduit-lwt.1.5.0                                  9e62a1252caf
  conduit-lwt-unix.1.5.0                             8e2a5bc5d3ba
  cppo.1.8.0                                         5f3f70cae95b
  csexp.1.5.2                                        610c78f17734
  domain-name.0.5.0                                  6f01944aa0ef
  dune.3.23.1                                        848a72441e15
  dune-configurator.3.23.1                           bc97ce98d8a9
  hiredis-value.0.8                                  17b66eaa576f
  ipaddr.5.6.2                                       56bad830d33a
  ipaddr-sexp.5.6.2                                  6fc146cfb07b
  jbuilder.1.0+beta20.2                              4f461261c648
  logs.0.10.0                                        d5622efb8b7e
  lwt.6.1.2                                          d46d0c4f757d
  macaddr.5.6.2                                      b62a4db7f76e
  num.1.6                                            110cee7a7e2e
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-compiler-libs.v0.12.4                        2aecf989b0b2
  ocaml-config.2                                     2d9c209f5590
  ocaml-syntax-shims.1.0.0                           ac7d70c1c23c
  ocamlbuild.0.16.1                                  7e0d6aadb209
  ocamlfind.1.9.8                                    214dd418ac02
  ocplib-endian.1.2                                  380dd426e898
  parsexp.v0.14.2                                    64be31f916bc
  ppx_derivers.1.2.1                                 9245877bc46e
  ppx_sexp_conv.v0.14.3                              46c48c54eeef
  ppxlib.0.25.1                                      d883cca984de
  sexplib.v0.14.0                                    038a27c7e8de
  sexplib0.v0.14.0                                   75fd723bc5ba
  stdlib-shims.0.3.0                                 de5202e23add
  stringext.1.6.0                                    9dbcca0df50a
  topkg.1.1.1                                        511e1a1958da
  uri.4.4.0                                          ae40a4374ff7
=== STDOUT ===
Processing: [default: loading data]
[hiredis.0.8: extract]
-> retrieved hiredis.0.8  (cached)
[hiredis: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "hiredis" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/hiredis.0.8)
-       ocamlc src/hiredis_stubs.o
- In file included from hiredis_stubs.c:3:
- hiredis_stubs.c: In function 'convert_reply':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- hiredis_stubs.c:42:16: note: in expansion of macro 'String_val'
-    42 |         memcpy(String_val(s), reply->str, reply->len);
-       |                ^~~~~~~~~~
- In file included from hiredis_stubs.c:12:
- /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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- hiredis_stubs.c:47:16: note: in expansion of macro 'String_val'
-    47 |         memcpy(String_val(s), reply->str, reply->len);
-       |                ^~~~~~~~~~
- /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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- hiredis_stubs.c:55:20: note: in expansion of macro 'String_val'
-    55 |             memcpy(String_val(s), reply->str, reply->len);
-       |                    ^~~~~~~~~~
- /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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- hiredis_stubs.c: In function 'redis_format_command':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- hiredis_stubs.c:280:12: note: in expansion of macro 'String_val'
-   280 |     memcpy(String_val(s), dst, len);
-       |            ^~~~~~~~~~
- /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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
-> compiled  hiredis.0.8
-> installed hiredis.0.8

=== STDERR ===

2026-06-24 18:57.23: OK: build hiredis.0.8 (runc: 3.6s, disk: 12KB)
2026-06-24 18:57.23: Job succeeded