Build:
- 0
2026-06-24 11:05.43: New job: build sha.1.11 (c22d3a7e0da1) 2026-06-24 11:05.43: Waiting for resource in pool day11-builds 2026-06-24 11:12.45: Got resource from pool day11-builds 2026-06-24 11:12.45: [profile full] build sha.1.11 2026-06-24 11:12.45: build sha.1.11 (c22d3a7e0da1) === DEPENDENCIES (4 transitive) === ocaml.4.14.4 b047fb9251f4 ocaml-base-compiler.4.14.4 d3b7ccb2c6fb ocaml-config.2 2d9c209f5590 ocamlfind.1.9.8 214dd418ac02 === STDOUT === Processing: [default: loading data] [sha.1.11: dl] [sha.1.11: extract] -> retrieved sha.1.11 (https://opam.ocaml.org/cache) [sha: make] + /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/sha.1.11) - ocamlc -c -o sha1.cmi sha1.mli - ocamlc -ccopt "-Wall -O3 -funroll-loops" -c -o sha1.o sha1.c - mv sha1.o sha1.lib.o - ocamlc -ccopt "-Wall -O3 -funroll-loops" -c -o sha1_stubs.o sha1_stubs.c - sha1_stubs.c: In function 'stub_sha1_update_bigarray': - sha1_stubs.c:83:20: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead - 83 | unsigned char *data = Data_bigarray_val(buf); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - sha1_stubs.c:84:20: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead - 84 | size_t len = Bigarray_val(buf)->dim[0]; - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ - sha1_stubs.c: In function 'stub_sha1_file': - sha1_stubs.c:117:20: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] - 117 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha1_stubs.c:125:26: note: in expansion of macro 'strdupa' - 125 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha1_stubs.c:56:1: note: include '<string.h>' or provide a declaration of 'strcpy' - 55 | #include <caml/threads.h> - +++ |+#include <string.h> - 56 | - sha1_stubs.c:117:20: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] - 117 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha1_stubs.c:125:26: note: in expansion of macro 'strdupa' - 125 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha1_stubs.c:117:20: note: include '<string.h>' or provide a declaration of 'strcpy' - 117 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha1_stubs.c:125:26: note: in expansion of macro 'strdupa' - 125 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - In file included from /usr/include/stdlib.h:587, - from /home/opam/.opam/default/lib/ocaml/caml/misc.h:29, - from /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:23, - from sha1_stubs.c:49: - sha1_stubs.c:117:34: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] - 117 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha1_stubs.c:125:26: note: in expansion of macro 'strdupa' - 125 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha1_stubs.c:117:34: note: include '<string.h>' or provide a declaration of 'strlen' - 117 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha1_stubs.c:125:26: note: in expansion of macro 'strdupa' - 125 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha1_stubs.c:117:34: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] - 117 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha1_stubs.c:125:26: note: in expansion of macro 'strdupa' - 125 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha1_stubs.c:117:34: note: include '<string.h>' or provide a declaration of 'strlen' - 117 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha1_stubs.c:125:26: note: in expansion of macro 'strdupa' - 125 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha1_stubs.c:135:9: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] - 135 | memcpy((sha1_digest *)result, &digest, sizeof(sha1_digest)); - | ^~~~~~ - sha1_stubs.c:135:9: note: include '<string.h>' or provide a declaration of 'memcpy' - sha1_stubs.c:135:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] - sha1_stubs.c:135:9: note: include '<string.h>' or provide a declaration of 'memcpy' - sha1_stubs.c: In function 'stub_sha1_to_bin': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sha1_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sha1_stubs.c:146:45: note: in expansion of macro 'String_val' - 146 | sha1_to_bin((sha1_digest *) digest, String_val(result)); - | ^~~~~~~~~~ - In file included from sha1_stubs.c:22: - sha1.h:34:45: note: expected 'char *' but argument is of type 'const char *' - 34 | void sha1_to_bin(sha1_digest *digest, char *out); - | ~~~~~~^~~ - sha1_stubs.c: In function 'stub_sha1_to_hex': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sha1_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sha1_stubs.c:157:45: note: in expansion of macro 'String_val' - 157 | sha1_to_hex((sha1_digest *) digest, String_val(result)); - | ^~~~~~~~~~ - sha1.h:35:45: note: expected 'char *' but argument is of type 'const char *' - 35 | void sha1_to_hex(sha1_digest *digest, char *out); - | ~~~~~~^~~ - ocamlc -c -o sha1.cmo sha1.ml - File "sha1.ml", line 70, characters 15-31: - 70 | let readed = Pervasives.input chan buf 0 len in - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlmklib -o sha1 sha1.lib.o sha1_stubs.o sha1.cmo - ocamlopt -c -o sha1.cmx sha1.ml - File "sha1.ml", line 70, characters 15-31: - 70 | let readed = Pervasives.input chan buf 0 len in - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlmklib -o sha1 sha1.lib.o sha1_stubs.o sha1.cmx - ocamlc -c -o sha256.cmi sha256.mli - ocamlc -ccopt "-Wall -O3 -funroll-loops" -c -o sha256.o sha256.c - mv sha256.o sha256.lib.o - ocamlc -ccopt "-Wall -O3 -funroll-loops" -c -o sha256_stubs.o sha256_stubs.c - sha256_stubs.c: In function 'stub_sha256_update_bigarray': - sha256_stubs.c:82:20: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead - 82 | unsigned char *data = Data_bigarray_val(buf); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - sha256_stubs.c:83:20: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead - 83 | size_t len = Bigarray_val(buf)->dim[0]; - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ - sha256_stubs.c: In function 'stub_sha256_file': - sha256_stubs.c:115:20: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha256_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha256_stubs.c:56:1: note: include '<string.h>' or provide a declaration of 'strcpy' - 55 | #include <caml/threads.h> - +++ |+#include <string.h> - 56 | - sha256_stubs.c:115:20: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha256_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha256_stubs.c:115:20: note: include '<string.h>' or provide a declaration of 'strcpy' - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha256_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - In file included from /usr/include/stdlib.h:587, - from /home/opam/.opam/default/lib/ocaml/caml/misc.h:29, - from /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:23, - from sha256_stubs.c:49: - sha256_stubs.c:115:34: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha256_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha256_stubs.c:115:34: note: include '<string.h>' or provide a declaration of 'strlen' - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha256_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha256_stubs.c:115:34: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha256_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha256_stubs.c:115:34: note: include '<string.h>' or provide a declaration of 'strlen' - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha256_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha256_stubs.c:133:9: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] - 133 | memcpy((sha256_digest *)result, &digest, sizeof(sha256_digest)); - | ^~~~~~ - sha256_stubs.c:133:9: note: include '<string.h>' or provide a declaration of 'memcpy' - sha256_stubs.c:133:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] - sha256_stubs.c:133:9: note: include '<string.h>' or provide a declaration of 'memcpy' - sha256_stubs.c: In function 'stub_sha256_to_bin': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sha256_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sha256_stubs.c:144:49: note: in expansion of macro 'String_val' - 144 | sha256_to_bin((sha256_digest *) digest, String_val(result)); - | ^~~~~~~~~~ - In file included from sha256_stubs.c:22: - sha256.h:34:49: note: expected 'char *' but argument is of type 'const char *' - 34 | void sha256_to_bin(sha256_digest *digest, char *out); - | ~~~~~~^~~ - sha256_stubs.c: In function 'stub_sha256_to_hex': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sha256_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sha256_stubs.c:155:49: note: in expansion of macro 'String_val' - 155 | sha256_to_hex((sha256_digest *) digest, String_val(result)); - | ^~~~~~~~~~ - sha256.h:35:49: note: expected 'char *' but argument is of type 'const char *' - 35 | void sha256_to_hex(sha256_digest *digest, char *out); - | ~~~~~~^~~ - ocamlc -c -o sha256.cmo sha256.ml - File "sha256.ml", line 71, characters 15-31: - 71 | let readed = Pervasives.input chan buf 0 len in - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlmklib -o sha256 sha256.lib.o sha256_stubs.o sha256.cmo - ocamlopt -c -o sha256.cmx sha256.ml - File "sha256.ml", line 71, characters 15-31: - 71 | let readed = Pervasives.input chan buf 0 len in - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlmklib -o sha256 sha256.lib.o sha256_stubs.o sha256.cmx - ocamlc -c -o sha512.cmi sha512.mli - ocamlc -ccopt "-Wall -O3 -funroll-loops" -c -o sha512.o sha512.c - mv sha512.o sha512.lib.o - ocamlc -ccopt "-Wall -O3 -funroll-loops" -c -o sha512_stubs.o sha512_stubs.c - sha512_stubs.c: In function 'stub_sha512_update_bigarray': - sha512_stubs.c:82:20: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead - 82 | unsigned char *data = Data_bigarray_val(buf); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - sha512_stubs.c:83:20: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead - 83 | size_t len = Bigarray_val(buf)->dim[0]; - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ - sha512_stubs.c: In function 'stub_sha512_file': - sha512_stubs.c:115:20: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha512_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha512_stubs.c:56:1: note: include '<string.h>' or provide a declaration of 'strcpy' - 55 | #include <caml/threads.h> - +++ |+#include <string.h> - 56 | - sha512_stubs.c:115:20: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch] - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha512_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha512_stubs.c:115:20: note: include '<string.h>' or provide a declaration of 'strcpy' - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha512_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - In file included from /usr/include/stdlib.h:587, - from /home/opam/.opam/default/lib/ocaml/caml/misc.h:29, - from /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:23, - from sha512_stubs.c:49: - sha512_stubs.c:115:34: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha512_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha512_stubs.c:115:34: note: include '<string.h>' or provide a declaration of 'strlen' - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha512_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha512_stubs.c:115:34: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha512_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha512_stubs.c:115:34: note: include '<string.h>' or provide a declaration of 'strlen' - 115 | #define strdupa(s) strcpy(alloca(strlen(s)+1),s) - | ^~~~~~ - sha512_stubs.c:123:26: note: in expansion of macro 'strdupa' - 123 | char *name_dup = strdupa(String_val(name)); - | ^~~~~~~ - sha512_stubs.c:133:9: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] - 133 | memcpy((sha512_digest *)result, &digest, sizeof(sha512_digest)); - | ^~~~~~ - sha512_stubs.c:133:9: note: include '<string.h>' or provide a declaration of 'memcpy' - sha512_stubs.c:133:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] - sha512_stubs.c:133:9: note: include '<string.h>' or provide a declaration of 'memcpy' - sha512_stubs.c: In function 'stub_sha512_to_bin': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sha512_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sha512_stubs.c:144:49: note: in expansion of macro 'String_val' - 144 | sha512_to_bin((sha512_digest *) digest, String_val(result)); - | ^~~~~~~~~~ - In file included from sha512_stubs.c:22: - sha512.h:36:49: note: expected 'char *' but argument is of type 'const char *' - 36 | void sha512_to_bin(sha512_digest *digest, char *out); - | ~~~~~~^~~ - sha512_stubs.c: In function 'stub_sha512_to_hex': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sha512_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sha512_stubs.c:155:49: note: in expansion of macro 'String_val' - 155 | sha512_to_hex((sha512_digest *) digest, String_val(result)); - | ^~~~~~~~~~ - sha512.h:37:49: note: expected 'char *' but argument is of type 'const char *' - 37 | void sha512_to_hex(sha512_digest *digest, char *out); - | ~~~~~~^~~ - ocamlc -c -o sha512.cmo sha512.ml - File "sha512.ml", line 69, characters 15-31: - 69 | let readed = Pervasives.input chan buf 0 len in - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlmklib -o sha512 sha512.lib.o sha512_stubs.o sha512.cmo - ocamlopt -c -o sha512.cmx sha512.ml - File "sha512.ml", line 69, characters 15-31: - 69 | let readed = Pervasives.input chan buf 0 len in - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlmklib -o sha512 sha512.lib.o sha512_stubs.o sha512.cmx - ocamlmklib -o sha sha1.lib.o sha1_stubs.o sha1.cmo sha256.lib.o sha256_stubs.o sha256.cmo sha512.lib.o sha512_stubs.o sha512.cmo - ocamlmklib -o sha sha1.lib.o sha1_stubs.o sha1.cmx sha256.lib.o sha256_stubs.o sha256.cmx sha512.lib.o sha512_stubs.o sha512.cmx - rm sha1.o sha512.o sha256.o -> compiled sha.1.11 [sha: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/sha.1.11) - ocamlfind install sha META *.cmx sha1.cmi sha1.cma sha1.cmxa sha256.cmi sha256.cma sha256.cmxa sha512.cmi sha512.cma sha512.cmxa sha.cma sha.cmxa *.a *.so - Installed /home/opam/.opam/default/lib/sha/sha512.a - Installed /home/opam/.opam/default/lib/sha/sha256.a - Installed /home/opam/.opam/default/lib/sha/sha1.a - Installed /home/opam/.opam/default/lib/sha/sha.a - Installed /home/opam/.opam/default/lib/sha/libsha512.a - Installed /home/opam/.opam/default/lib/sha/libsha256.a - Installed /home/opam/.opam/default/lib/sha/libsha1.a - Installed /home/opam/.opam/default/lib/sha/libsha.a - Installed /home/opam/.opam/default/lib/sha/sha.cmxa - Installed /home/opam/.opam/default/lib/sha/sha.cma - Installed /home/opam/.opam/default/lib/sha/sha512.cmxa - Installed /home/opam/.opam/default/lib/sha/sha512.cma - Installed /home/opam/.opam/default/lib/sha/sha512.cmi - Installed /home/opam/.opam/default/lib/sha/sha256.cmxa - Installed /home/opam/.opam/default/lib/sha/sha256.cma - Installed /home/opam/.opam/default/lib/sha/sha256.cmi - Installed /home/opam/.opam/default/lib/sha/sha1.cmxa - Installed /home/opam/.opam/default/lib/sha/sha1.cma - Installed /home/opam/.opam/default/lib/sha/sha1.cmi - Installed /home/opam/.opam/default/lib/sha/sha512.cmx - Installed /home/opam/.opam/default/lib/sha/sha256.cmx - Installed /home/opam/.opam/default/lib/sha/sha1.cmx - Installed /home/opam/.opam/default/lib/stublibs/dllsha512.so - Installed /home/opam/.opam/default/lib/stublibs/dllsha512.so.owner - Installed /home/opam/.opam/default/lib/stublibs/dllsha256.so - Installed /home/opam/.opam/default/lib/stublibs/dllsha256.so.owner - Installed /home/opam/.opam/default/lib/stublibs/dllsha1.so - Installed /home/opam/.opam/default/lib/stublibs/dllsha1.so.owner - Installed /home/opam/.opam/default/lib/stublibs/dllsha.so - Installed /home/opam/.opam/default/lib/stublibs/dllsha.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf - Installed /home/opam/.opam/default/lib/sha/META -> installed sha.1.11 === STDERR === 2026-06-24 11:12.55: OK: build sha.1.11 (runc: 5.2s, disk: 27KB) 2026-06-24 11:12.55: Job succeeded