Build:
  1. 0
2026-06-16 11:57.02: New job: build sha.1.12 (fe865cbe2799)
2026-06-16 11:57.02: Waiting for resource in pool day11-builds
2026-06-16 12:39.03: Got resource from pool day11-builds
2026-06-16 12:39.03: [profile full] build sha.1.12
2026-06-16 12:39.03: build sha.1.12 (fe865cbe2799)
=== DEPENDENCIES (7 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  dune.1.11.4                                        29dd7ef124f2
  jbuilder.transition                                a162452409e0
  ocaml.4.11.2                                       82527a3d9959
  ocaml-base-compiler.4.11.2                         853adb80bee7
  ocaml-config.1                                     73dc523c3cc6
=== 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)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-       ocamlc sha1_stubs.o
- 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:265:24: warning: passing argument 2 of 'sha1_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #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:265:24: warning: passing argument 2 of 'sha1_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #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 .sha.objs/byte/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
-       ocamlc .sha.objs/byte/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
-     ocamlopt .sha.objs/native/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
-       ocamlc .sha.objs/byte/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
-     ocamlopt .sha.objs/native/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/native/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
- 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:265:24: warning: passing argument 2 of 'sha512_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #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:265:24: warning: passing argument 2 of 'sha512_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #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);
-       |                                           ~~~~~~^~~
-       ocamlc sha256_stubs.o
- 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:265:24: warning: passing argument 2 of 'sha256_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #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:265:24: warning: passing argument 2 of 'sha256_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #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);
-       |                                           ~~~~~~^~~
-> compiled  sha.1.12
-> installed sha.1.12

=== STDERR ===

2026-06-16 12:39.24: OK: build sha.1.12 (runc: 2.6s, disk: 13KB)
2026-06-16 12:39.24: Job succeeded