Build:
- 0
2026-09-04 00:56.33: New job: build hiredis.0.7.1 (c88f98c7dcca)
2026-09-04 00:56.33: Waiting for resource in pool day11-builds
2026-09-04 01:10.40: Got resource from pool day11-builds
2026-09-04 01:10.40: [profile full] build hiredis.0.7.1
2026-09-04 01:10.40: build hiredis.0.7.1 (c88f98c7dcca)
=== DEPENDENCIES (39 transitive) ===
angstrom.0.16.1 e7a677ecbad7
astring.0.8.5 632949034a64
base.v0.14.4 7bd00261ca7a
base-bytes.base 68d84c459288
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
bigstringaf.0.10.0 81ac91c311f3
conduit.1.5.0 bf461b2aba41
conduit-lwt.1.5.0 2e39a2152244
conduit-lwt-unix.1.5.0 b2a048237a40
cppo.1.8.0 8b34f9718c9c
csexp.1.5.2 c758d7657e5b
domain-name.0.5.0 aaeb4247c345
dune.3.24.2 bf83cdf0a904
dune-configurator.3.24.2 23afe5cb4d3b
ipaddr.5.6.2 c55087347bc3
ipaddr-sexp.5.6.2 f3f9c2e05d72
logs.0.10.0 f363508872ea
lwt.6.1.2 3072189ea5c2
macaddr.5.6.2 dfa0f2923007
num.1.6 fe036226102b
ocaml.4.14.4 c7d6265b51fe
ocaml-base-compiler.4.14.4 7a409b6ffbef
ocaml-compiler-libs.v0.12.4 0a923ba812db
ocaml-config.2 85edea6ac168
ocaml-syntax-shims.1.0.0 dd7617b68ec9
ocamlbuild.0.16.1 5ae5ab4d19bf
ocamlfind.1.9.8 3cae95bed0a0
ocplib-endian.1.2 a626410be6a1
parsexp.v0.14.2 e741fd02465a
ppx_derivers.1.2.1 e8685a77fc9e
ppx_sexp_conv.v0.14.3 ec0d643e5d49
ppxlib.0.25.1 006cd915a58e
sexplib.v0.14.0 24889833504f
sexplib0.v0.14.0 bb28911f34a4
stdlib-shims.0.3.0 484c72a128b6
stringext.1.6.0 9520d67485ad
topkg.1.1.1 f1122af0988e
uri.4.4.0 7c67c85f3177
=== STDOUT ===
Processing: [default: loading data]
[hiredis.0.7.1: dl]
[hiredis.0.7.1: extract]
-> retrieved hiredis.0.7.1 (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.7.1)
- + 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 'lwt unix' -c src/hiredis/async.c
- + ocamlfind ocamlc -g -package 'lwt unix' -c src/hiredis/dict.c
- + ocamlfind ocamlc -g -package 'lwt unix' -c src/hiredis/hiredis.c
- + ocamlfind ocamlc -g -package 'lwt unix' -c src/hiredis/net.c
- + mv dict.o src/hiredis/dict.o
- + ocamlfind ocamlc -g -package 'lwt unix' -c src/hiredis/read.c
- + mv net.o src/hiredis/net.o
- + ocamlfind ocamlc -g -package 'lwt unix' -c src/hiredis/sds.c
- + mv read.o src/hiredis/read.o
- + ocamlfind ocamlc -g -package 'lwt unix' -c src/hiredis_stubs.c
- + mv async.o src/hiredis/async.o
- + mv hiredis.o src/hiredis/hiredis.o
- + ocamlfind ocamlc -g -package 'lwt unix' -c src/hiredis_stubs.c
- 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:42:16: note: in expansion of macro 'String_val'
- 42 | 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: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))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- src/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,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- 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: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,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- + mv hiredis_stubs.o src/hiredis_stubs.o
- + 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 'lwt unix' -modules src/hiredis.ml > src/hiredis.ml.depends
- + ocamlfind ocamldep -package 'lwt unix' -modules src/hiredis.mli > src/hiredis.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'lwt unix' -I src -o src/hiredis.cmi src/hiredis.mli
- + ocamlfind ocamldep -package 'lwt unix' -modules src/hiredis_client.ml > src/hiredis_client.ml.depends
- + ocamlfind ocamldep -package 'lwt unix' -modules src/c.ml > src/c.ml.depends
- + ocamlfind ocamldep -package 'lwt unix' -modules src/hiredis_value.ml > src/hiredis_value.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'lwt unix' -I src -o src/c.cmo src/c.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'lwt unix' -I src -o src/hiredis_value.cmo src/hiredis_value.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'lwt unix' -I src -o src/hiredis_client.cmo src/hiredis_client.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'lwt unix' -I src -o src/c.cmx src/c.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'lwt unix' -I src -o src/hiredis_value.cmx src/hiredis_value.ml
- + ocamlfind ocamldep -package 'lwt unix' -modules src/hiredis_shell.ml > src/hiredis_shell.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'lwt unix' -I src -o src/hiredis_shell.cmo src/hiredis_shell.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'lwt unix' -I src -o src/hiredis_client.cmx src/hiredis_client.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'lwt unix' -I src -o src/hiredis_shell.cmx src/hiredis_shell.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'lwt unix' -I src -o src/hiredis.cmx src/hiredis.ml
- + ocamlfind ocamlopt -a -I src -cclib -lhiredis_stubs -cclib -lpthread -package 'lwt unix' -I src src/c.cmx src/hiredis_value.cmx src/hiredis_client.cmx src/hiredis_shell.cmx src/hiredis.cmx -o src/hiredis.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'lwt unix' -I src -o src/hiredis.cmo src/hiredis.ml
- + ocamlfind ocamlopt -shared -linkall -I src -cclib -lhiredis_stubs -cclib -lpthread -package '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 'lwt unix' -I src src/c.cmo src/hiredis_value.cmo src/hiredis_client.cmo src/hiredis_shell.cmo src/hiredis.cmo -o src/hiredis.cma
- # Parallel statistics: { count(total): 3(21), max: 7, min: 2, average(total): 3.667(1.381) }
-> compiled hiredis.0.7.1
-> installed hiredis.0.7.1
=== STDERR ===
2026-09-04 01:10.48: OK: build hiredis.0.7.1 (runc: 5.1s, disk: 16KB)
2026-09-04 01:10.48: Job succeeded