Build:
  1. 0
2026-06-24 11:22.08: New job: build sha.1.12 (8f1c46790795)
2026-06-24 11:22.08: Waiting for resource in pool day11-builds
2026-06-24 12:07.21: Got resource from pool day11-builds
2026-06-24 12:07.21: [profile full] build sha.1.12
2026-06-24 12:07.21: build sha.1.12 (8f1c46790795)
=== DEPENDENCIES (7 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  dune.1.11.4                                        306d9076d3e7
  jbuilder.transition                                430258ca512f
  ocaml.4.11.2                                       dc018a4b7397
  ocaml-base-compiler.4.11.2                         81f0dd8b8651
  ocaml-config.1                                     2489653e51e5
=== 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 .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
-       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
-       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);
-       |                                       ~~~~~~^~~
-     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/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
-     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 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);
-       |                                           ~~~~~~^~~
-       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);
-       |                                           ~~~~~~^~~
-> compiled  sha.1.12
-> installed sha.1.12

=== STDERR ===

2026-06-24 12:07.45: OK: build sha.1.12 (runc: 4.1s, disk: 13KB)
2026-06-24 12:07.45: Job succeeded