Build:
  1. 0
2026-06-16 18:09.49: New job: build hiredis.0.8 (3c1078f79905)
2026-06-16 18:09.49: Waiting for resource in pool day11-builds
2026-06-16 18:31.18: Got resource from pool day11-builds
2026-06-16 18:31.18: [profile full] build hiredis.0.8
2026-06-16 18:31.18: build hiredis.0.8 (3c1078f79905)
=== DEPENDENCIES (41 transitive) ===
  angstrom.0.16.1                                    a499461c2439
  astring.0.8.5                                      156e7cc742dd
  base.v0.14.4                                       b5a4d60a41d0
  base-bytes.base                                    70d0daec7841
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigstringaf.0.10.0                                 b0e2fb8e5d3b
  conduit.1.5.0                                      47974fd69d70
  conduit-lwt.1.5.0                                  515f5657ec5b
  conduit-lwt-unix.1.5.0                             b40881190497
  cppo.1.8.0                                         ea583d2d3bbb
  csexp.1.5.2                                        ec63db2dab31
  domain-name.0.5.0                                  0aa1d6a444a1
  dune.3.23.1                                        5402470d931c
  dune-configurator.3.23.1                           58f4a3f92083
  hiredis-value.0.8                                  f47b9f8387ff
  ipaddr.5.6.2                                       e5195985be25
  ipaddr-sexp.5.6.2                                  b85c46ef32b9
  jbuilder.1.0+beta20.2                              ab5ab9884b95
  logs.0.10.0                                        9a94a86bd72a
  lwt.6.1.2                                          4f8aa1aa7c72
  macaddr.5.6.2                                      59c28b8691a3
  num.1.6                                            480227ca99db
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-compiler-libs.v0.12.4                        d1dd1437b449
  ocaml-config.2                                     669e0fcf9e4d
  ocaml-syntax-shims.1.0.0                           8e1b0ec7f904
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
  ocplib-endian.1.2                                  4dbd3fe91c51
  parsexp.v0.14.2                                    e67fe595686c
  ppx_derivers.1.2.1                                 441538dbecd1
  ppx_sexp_conv.v0.14.3                              2876f2286cf8
  ppxlib.0.25.1                                      5958a77f7e28
  sexplib.v0.14.0                                    fc9ed9e96f00
  sexplib0.v0.14.0                                   63f6c559cebe
  stdlib-shims.0.3.0                                 e2dd0beb9112
  stringext.1.6.0                                    d29c9ca4a03c
  topkg.1.1.1                                        ab549298f3fc
  uri.4.4.0                                          a28bedf1b002
=== 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-16 18:31.35: OK: build hiredis.0.8 (runc: 4.6s, disk: 11KB)
2026-06-16 18:31.35: Job succeeded