Build:
- 0
2026-06-16 11:35.00: New job: build sha.1.13 (9f1206e1fb10) 2026-06-16 11:35.00: Waiting for resource in pool day11-builds 2026-06-16 11:49.55: Got resource from pool day11-builds 2026-06-16 11:49.55: [profile full] build sha.1.13 2026-06-16 11:49.55: build sha.1.13 (9f1206e1fb10) === DEPENDENCIES (6 transitive) === base-threads.base b7164ff76afe base-unix.base 839dc585f12d dune.3.23.1 5402470d931c ocaml.4.14.4 cb826ea44eb2 ocaml-base-compiler.4.14.4 d2f775f983d7 ocaml-config.2 669e0fcf9e4d === STDOUT === Processing: [default: loading data] [sha.1.13: dl] [sha.1.13: extract] -> retrieved sha.1.13 (https://opam.ocaml.org/cache) [sha: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "sha" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/sha.1.13) - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -warn-error -3 -g -I .sha.objs/byte -I .sha.objs/native -intf-suffix .ml -no-alias-deps -o .sha.objs/native/sha512.cmx -c -impl 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 - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -warn-error -3 -g -bin-annot -I .sha.objs/byte -intf-suffix .ml -no-alias-deps -o .sha.objs/byte/sha512.cmo -c -impl 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 - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -warn-error -3 -g -bin-annot -I .sha.objs/byte -intf-suffix .ml -no-alias-deps -o .sha.objs/byte/sha256.cmo -c -impl sha256.ml) - 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 - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -warn-error -3 -g -I .sha.objs/byte -I .sha.objs/native -intf-suffix .ml -no-alias-deps -o .sha.objs/native/sha256.cmx -c -impl sha256.ml) - 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 - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -warn-error -3 -g -bin-annot -I .sha.objs/byte -intf-suffix .ml -no-alias-deps -o .sha.objs/byte/sha1.cmo -c -impl sha1.ml) - 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 - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -warn-error -3 -g -I .sha.objs/byte -I .sha.objs/native -intf-suffix .ml -no-alias-deps -o .sha.objs/native/sha1.cmx -c -impl sha1.ml) - 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 - (cd _build/default && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -O3 -funroll-loops -g -I /home/opam/.opam/default/lib/ocaml -o sha1_stubs.o -c sha1_stubs.c) - 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:268:52: note: expected 'char *' but argument is of type 'const char *' - 268 | static 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:282:52: note: expected 'char *' but argument is of type 'const char *' - 282 | static void sha1_to_hex(sha1_digest *digest, char *out) - | ~~~~~~^~~ - (cd _build/default && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -O3 -funroll-loops -g -I /home/opam/.opam/default/lib/ocaml -o sha256_stubs.o -c sha256_stubs.c) - 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:215:56: note: expected 'char *' but argument is of type 'const char *' - 215 | static 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:227:56: note: expected 'char *' but argument is of type 'const char *' - 227 | static void sha256_to_hex(sha256_digest *digest, char *out) - | ~~~~~~^~~ - (cd _build/default && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -O3 -funroll-loops -g -I /home/opam/.opam/default/lib/ocaml -o sha512_stubs.o -c sha512_stubs.c) - 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:237:56: note: expected 'char *' but argument is of type 'const char *' - 237 | static 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:250:56: note: expected 'char *' but argument is of type 'const char *' - 250 | static void sha512_to_hex(sha512_digest *digest, char *out) - | ~~~~~~^~~ -> compiled sha.1.13 -> installed sha.1.13 === STDERR === 2026-06-16 11:50.02: OK: build sha.1.13 (runc: 3.6s, disk: 15KB) 2026-06-16 11:50.02: Job succeeded