Build:
- 0
2026-06-16 11:34.25: New job: build sha.1.12 (7821c513a2e5)
2026-06-16 11:34.25: Waiting for resource in pool day11-builds
2026-06-16 11:43.01: Got resource from pool day11-builds
2026-06-16 11:43.01: [profile full] build sha.1.12
2026-06-16 11:43.01: build sha.1.12 (7821c513a2e5)
=== DEPENDENCIES (4 transitive) ===
jbuilder.1.0+beta20.2 ab5ab9884b95
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-config.2 669e0fcf9e4d
=== STDOUT ===
Processing: [default: loading data]
[sha.1.12: dl]
[sha.1.12: extract]
-> retrieved sha.1.12 (https://opam.ocaml.org/cache)
[sha: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "sha" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/sha.1.12)
- ocamlc sha1_stubs.o
- sha1_stubs.c: In function 'stub_sha1_update_bigarray':
- sha1_stubs.c:92:20: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
- 92 | unsigned char *data = Data_bigarray_val(buf);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sha1_stubs.c:93:20: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
- 93 | size_t len = Bigarray_val(buf)->dim[0];
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from sha1_stubs.c:57:
- 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:157:45: note: in expansion of macro 'String_val'
- 157 | sha1_to_bin((sha1_digest *) digest, String_val(result));
- | ^~~~~~~~~~
- In file included from sha1_stubs.c:30:
- 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:168:45: note: in expansion of macro 'String_val'
- 168 | 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 sha256_stubs.o
- sha256_stubs.c: In function 'stub_sha256_update_bigarray':
- sha256_stubs.c:91:20: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
- 91 | unsigned char *data = Data_bigarray_val(buf);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sha256_stubs.c:92:20: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
- 92 | size_t len = Bigarray_val(buf)->dim[0];
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from sha256_stubs.c:57:
- 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:155:49: note: in expansion of macro 'String_val'
- 155 | sha256_to_bin((sha256_digest *) digest, String_val(result));
- | ^~~~~~~~~~
- In file included from sha256_stubs.c:30:
- 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:166:49: note: in expansion of macro 'String_val'
- 166 | 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 .sha.objs/sha256.{cmo,cmt}
- File "sha256.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
- ocamlc .sha.objs/sha512.{cmo,cmt}
- 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
- ocamlc .sha.objs/sha1.{cmo,cmt}
- File "sha1.ml", line 65, characters 15-31:
- 65 | 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
- ocamlopt .sha.objs/sha1.{cmx,o}
- File "sha1.ml", line 65, characters 15-31:
- 65 | 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
- ocamlopt .sha.objs/sha512.{cmx,o}
- 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
- ocamlc sha512_stubs.o
- sha512_stubs.c: In function 'stub_sha512_update_bigarray':
- sha512_stubs.c:91:20: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
- 91 | unsigned char *data = Data_bigarray_val(buf);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sha512_stubs.c:92:20: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
- 92 | size_t len = Bigarray_val(buf)->dim[0];
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from sha512_stubs.c:57:
- 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:155:49: note: in expansion of macro 'String_val'
- 155 | sha512_to_bin((sha512_digest *) digest, String_val(result));
- | ^~~~~~~~~~
- In file included from sha512_stubs.c:30:
- 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:166:49: note: in expansion of macro 'String_val'
- 166 | 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);
- | ~~~~~~^~~
- ocamlopt .sha.objs/sha256.{cmx,o}
- File "sha256.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
-> compiled sha.1.12
-> installed sha.1.12
=== STDERR ===
2026-06-16 11:43.06: OK: build sha.1.12 (runc: 2.6s, disk: 13KB)
2026-06-16 11:43.06: Job succeeded