Build:
  1. 0
2026-07-14 17:03.19: New job: build sha.1.11 (764dd3e9041f)
2026-07-14 17:03.19: Waiting for resource in pool day11-builds
2026-07-14 17:13.28: Got resource from pool day11-builds
2026-07-14 17:13.28: [profile full] build sha.1.11
2026-07-14 17:13.28: build sha.1.11 (764dd3e9041f)
=== DEPENDENCIES (4 transitive) ===
  ocaml.4.14.4                                       ff640eef2ca4
  ocaml-base-compiler.4.14.4                         0ab775b44d12
  ocaml-config.2                                     3a0479a5d208
  ocamlfind.1.9.8                                    7160dd70cf9c
=== 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: error: 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:706,
-                  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: error: 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: error: 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);
-       |                                       ~~~~~~^~~
- make: *** [Makefile:94: sha1_stubs.o] Error 2
[ERROR] The compilation of sha.1.11 failed at "make".
build failed... 

=== STDERR ===

2026-07-14 17:13.38: FAILED: build sha.1.11
2026-07-14 17:13.38: Job failed: build failed: sha.1.11