Build:
- 0
2026-06-16 18:09.49: New job: build hiredis.0.4 (4e92c414db7b)
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.4
2026-06-16 18:31.18: build hiredis.0.4 (4e92c414db7b)
=== DEPENDENCIES (39 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
ipaddr.5.6.2 e5195985be25
ipaddr-sexp.5.6.2 b85c46ef32b9
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.4: dl]
[hiredis.0.4: extract]
-> retrieved hiredis.0.4 (https://opam.ocaml.org/cache)
[hiredis: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "./pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/hiredis.0.4)
- + ocamlfind ocamlc -config
- + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + ocamlfind ocamlc -config
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/async.c
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/dict.c
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/hiredis.c
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/net.c
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/net.c
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + mv net.o src/hiredis/net.o
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/read.c
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/dict.c
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + mv dict.o src/hiredis/dict.o
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/sds.c
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/hiredis.c
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + mv hiredis.o src/hiredis/hiredis.o
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis_stubs.c
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/read.c
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + mv read.o src/hiredis/read.o
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/async.c
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + mv async.o src/hiredis/async.o
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis_stubs.c
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- In file included from src/hiredis_stubs.c:3:
- src/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))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- src/hiredis_stubs.c:40:16: note: in expansion of macro 'String_val'
- 40 | memcpy(String_val(s), reply->str, reply->len);
- | ^~~~~~~~~~
- In file included from src/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))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- src/hiredis_stubs.c:45:16: note: in expansion of macro 'String_val'
- 45 | 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))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- src/hiredis_stubs.c:50:16: note: in expansion of macro 'String_val'
- 50 | 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,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- 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))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- src/hiredis_stubs.c:265:12: note: in expansion of macro 'String_val'
- 265 | 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,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- + mv hiredis_stubs.o src/hiredis_stubs.o
- + ocamlfind ocamlc -g -package conduit-lwt-unix -c src/hiredis/sds.c
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + mv sds.o src/hiredis/sds.o
- + ocamlfind ocamlmklib -o src/hiredis_stubs -g src/hiredis/async.o src/hiredis/dict.o src/hiredis/hiredis.o src/hiredis/net.o src/hiredis/read.o src/hiredis/sds.o src/hiredis_stubs.o
- + ocamlfind ocamldep -package conduit-lwt-unix -modules src/hiredis.ml > src/hiredis.ml.depends
- + ocamlfind ocamldep -package conduit-lwt-unix -modules src/hiredis.mli > src/hiredis.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis.cmi src/hiredis.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis.cmi src/hiredis.mli
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamldep -package conduit-lwt-unix -modules src/hiredis_client.ml > src/hiredis_client.ml.depends
- + ocamlfind ocamldep -package conduit-lwt-unix -modules src/c.ml > src/c.ml.depends
- + ocamlfind ocamldep -package conduit-lwt-unix -modules src/hiredis_value.ml > src/hiredis_value.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/c.cmo src/c.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/c.cmo src/c.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_value.cmo src/hiredis_value.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_value.cmo src/hiredis_value.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_client.cmo src/hiredis_client.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_client.cmo src/hiredis_client.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/c.cmx src/c.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/c.cmx src/c.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_value.cmx src/hiredis_value.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_value.cmx src/hiredis_value.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamldep -package conduit-lwt-unix -modules src/hiredis_server.ml > src/hiredis_server.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_server.cmo src/hiredis_server.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_server.cmo src/hiredis_server.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- File "src/hiredis_server.ml", line 66, characters 18-32:
- 66 | (fun _ -> Lwt_unix.yield ())
- ^^^^^^^^^^^^^^
- Alert deprecated: Lwt_unix.yield
- Use Lwt.pause instead
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_client.cmx src/hiredis_client.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_client.cmx src/hiredis_client.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamldep -package conduit-lwt-unix -modules src/hiredis_shell.ml > src/hiredis_shell.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_shell.cmo src/hiredis_shell.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_shell.cmo src/hiredis_shell.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_server.cmx src/hiredis_server.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_shell.cmx src/hiredis_shell.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_shell.cmx src/hiredis_shell.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis_server.cmx src/hiredis_server.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- File "src/hiredis_server.ml", line 66, characters 18-32:
- 66 | (fun _ -> Lwt_unix.yield ())
- ^^^^^^^^^^^^^^
- Alert deprecated: Lwt_unix.yield
- Use Lwt.pause instead
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis.cmx src/hiredis.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis.cmx src/hiredis.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamlopt -a -I src -cclib -lhiredis_stubs -cclib -lpthread -package conduit-lwt-unix -I src src/c.cmx src/hiredis_value.cmx src/hiredis_client.cmx src/hiredis_server.cmx src/hiredis_shell.cmx src/hiredis.cmx -o src/hiredis.cmxa
- + ocamlfind ocamlopt -a -I src -cclib -lhiredis_stubs -cclib -lpthread -package conduit-lwt-unix -I src src/c.cmx src/hiredis_value.cmx src/hiredis_client.cmx src/hiredis_server.cmx src/hiredis_shell.cmx src/hiredis.cmx -o src/hiredis.cmxa
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis.cmo src/hiredis.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package conduit-lwt-unix -I src -o src/hiredis.cmo src/hiredis.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamlopt -shared -linkall -I src -cclib -lhiredis_stubs -cclib -lpthread -package conduit-lwt-unix -I src src/hiredis.cmxa -o src/hiredis.cmxs
- + ocamlfind ocamlc -a -custom -I src -dllib -lhiredis_stubs -cclib -lpthread -cclib -lhiredis_stubs -cclib -lpthread -package conduit-lwt-unix -I src src/c.cmo src/hiredis_value.cmo src/hiredis_client.cmo src/hiredis_server.cmo src/hiredis_shell.cmo src/hiredis.cmo -o src/hiredis.cma
- + ocamlfind ocamlc -a -custom -I src -dllib -lhiredis_stubs -cclib -lpthread -cclib -lhiredis_stubs -cclib -lpthread -package conduit-lwt-unix -I src src/c.cmo src/hiredis_value.cmo src/hiredis_client.cmo src/hiredis_server.cmo src/hiredis_shell.cmo src/hiredis.cmo -o src/hiredis.cma
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- + ocamlfind ocamlopt -shared -linkall -I src -cclib -lhiredis_stubs -cclib -lpthread -package conduit-lwt-unix -I src src/hiredis.cmxa -o src/hiredis.cmxs
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- # Parallel statistics: { count(total): 3(24), max: 7, min: 2, average(total): 3.667(1.333) }
-> compiled hiredis.0.4
-> installed hiredis.0.4
=== STDERR ===
2026-06-16 18:31.35: OK: build hiredis.0.4 (runc: 5.3s, disk: 21KB)
2026-06-16 18:31.35: Job succeeded