Build:
  1. 0
2026-06-16 11:46.10: New job: build cryptohash.0.1.2 (4a818b27cf36)
2026-06-16 11:46.10: Waiting for resource in pool day11-builds
2026-06-16 12:08.06: Got resource from pool day11-builds
2026-06-16 12:08.06: [profile full] build cryptohash.0.1.2
2026-06-16 12:08.06: build cryptohash.0.1.2 (4a818b27cf36)
=== DEPENDENCIES (7 transitive) ===
  base-bigarray.base                                 dfc2a7e726c3
  base-bytes.base                                    70d0daec7841
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlfind.1.9.8                                    6025f4a8e98e
  omake.0.10.7                                       c714f346b9c3
=== STDOUT ===
Processing: [default: loading data]
[cryptohash.0.1.2: dl]
[cryptohash.0.1.2: extract]
-> retrieved cryptohash.0.1.2  (https://opam.ocaml.org/cache)
[cryptohash: omake lib]
+ /home/opam/.opam/default/bin/omake "lib" (CWD=/home/opam/.opam/default/.opam-switch/build/cryptohash.0.1.2)
- *** omake: reading OMakefiles
- --- Checking for ocamlfind... (found /home/opam/.opam/default/bin/ocamlfind)
- --- Checking for ocamlc.opt... (found /home/opam/.opam/default/bin/ocamlc.opt)
- --- Checking for ocamlopt.opt... (found /home/opam/.opam/default/bin/ocamlopt.opt)
- --- Checking for ocamldep.opt... (found /home/opam/.opam/default/bin/ocamldep.opt)
- --- Checking for ocamllex.opt... (found /home/opam/.opam/default/bin/ocamllex.opt)
- --- Checking whether ocamlc understands the "z" warnings... (yes)
- --- Checking whether ocamlopt can create cmxs plugins... (yes)
- File OMakeIncludes: line 44, characters 1-17:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- File OMakeIncludes: line 51, characters 1-17:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- File OMakeIncludes: line 81, characters 1-18:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- File OMakeIncludes: line 246, characters 1-17:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- File OMakeIncludes: line 259, characters 1-17:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- --- Checking for ocamlfind... (found /home/opam/.opam/default/bin/ocamlfind)
- /home/opam/.opam/default/lib/ocaml
- File src/OMakefile: line 69, characters 1-20:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- File src/OMakefile: line 82, characters 1-26:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- File src/OMakefile: line 120, characters 1-26:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- File src/OMakefile: line 144, characters 2-23:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- File src/OMakefile: line 155, characters 4-24:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- File src/OMakefile: line 408, characters 3-15:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- *** omake: finished reading OMakefiles (0.28 sec)
- --- Checking if ocamldep understands -modules... (yes)
- - build src config.h
- + ./configure CC='gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64'
- checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64
- checking whether the C compiler works... - build src cryptohash_ripemd160.o
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_ripemd160.cmx -c cryptohash_ripemd160.ml
- File "cryptohash_ripemd160.ml", lines 34-36, characters 0-54:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_ripemd160_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_ripemd160.ml", lines 38-40, characters 0-54:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_ripemd160_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_ripemd160.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_ripemd160.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_ripemd160.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_ripemd160.cmo -c cryptohash_ripemd160.ml
- File "cryptohash_ripemd160.ml", lines 34-36, characters 0-54:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_ripemd160_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_ripemd160.ml", lines 38-40, characters 0-54:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_ripemd160_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_ripemd160.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_ripemd160.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_ripemd128.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_ripemd128.cmo -c cryptohash_ripemd128.ml
- File "cryptohash_ripemd128.ml", lines 34-36, characters 0-54:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_ripemd128_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_ripemd128.ml", lines 38-40, characters 0-54:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_ripemd128_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_ripemd128.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_ripemd128.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_ripemd128.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_ripemd128.cmx -c cryptohash_ripemd128.ml
- File "cryptohash_ripemd128.ml", lines 34-36, characters 0-54:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_ripemd128_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_ripemd128.ml", lines 38-40, characters 0-54:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_ripemd128_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_ripemd128.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_ripemd128.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_whirlpool.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_whirlpool.cmo -c cryptohash_whirlpool.ml
- File "cryptohash_whirlpool.ml", lines 34-36, characters 0-54:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_whirlpool_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_whirlpool.ml", lines 38-40, characters 0-54:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_whirlpool_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_whirlpool.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_whirlpool.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_whirlpool.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_whirlpool.cmx -c cryptohash_whirlpool.ml
- File "cryptohash_whirlpool.ml", lines 34-36, characters 0-54:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_whirlpool_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_whirlpool.ml", lines 38-40, characters 0-54:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_whirlpool_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_whirlpool.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_whirlpool.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_md5.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_md5.cmo -c cryptohash_md5.ml
- File "cryptohash_md5.ml", lines 34-36, characters 0-48:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_md5_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md5.ml", lines 38-40, characters 0-48:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_md5_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md5.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_md5.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_md5.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_md5.cmx -c cryptohash_md5.ml
- File "cryptohash_md5.ml", lines 34-36, characters 0-48:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_md5_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md5.ml", lines 38-40, characters 0-48:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_md5_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md5.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_md5.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_md2.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_md2.cmo -c cryptohash_md2.ml
- File "cryptohash_md2.ml", lines 34-36, characters 0-48:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_md2_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md2.ml", lines 38-40, characters 0-48:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_md2_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md2.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_md2.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_md2.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_md2.cmx -c cryptohash_md2.ml
- File "cryptohash_md2.ml", lines 34-36, characters 0-48:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_md2_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md2.ml", lines 38-40, characters 0-48:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_md2_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md2.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_md2.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_md4.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_md4.cmo -c cryptohash_md4.ml
- File "cryptohash_md4.ml", lines 34-36, characters 0-48:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_md4_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md4.ml", lines 38-40, characters 0-48:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_md4_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src cryptohash_tiger.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_tiger.cmo -c cryptohash_tiger.ml
- File "cryptohash_tiger.ml", lines 34-36, characters 0-50:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_tiger_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_tiger.ml", lines 38-40, characters 0-50:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_tiger_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_tiger.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_tiger.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha512.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_sha512.cmo -c cryptohash_sha512.ml
- File "cryptohash_sha512.ml", lines 34-36, characters 0-51:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha512_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md4.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_md4.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_tiger.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_tiger.cmx -c cryptohash_tiger.ml
- File "cryptohash_tiger.ml", lines 34-36, characters 0-50:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_tiger_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_tiger.ml", lines 38-40, characters 0-50:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_tiger_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_tiger.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_tiger.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha512.o
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_sha512.cmx -c cryptohash_sha512.ml
- File "cryptohash_sha512.ml", lines 34-36, characters 0-51:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha512_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha512.ml", lines 38-40, characters 0-51:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha512_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha512.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha512.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha224.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_sha224.cmo -c cryptohash_sha224.ml
- File "cryptohash_sha224.ml", lines 34-36, characters 0-51:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha224_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha224.ml", lines 38-40, characters 0-51:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha224_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha224.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha224.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha224.o
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_sha224.cmx -c cryptohash_sha224.ml
- File "cryptohash_sha224.ml", lines 34-36, characters 0-51:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha224_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha224.ml", lines 38-40, characters 0-51:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha224_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha224.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... File "cryptohash_sha512.ml", lines 38-40, characters 0-51:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha512_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha512.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha512.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha384.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_sha384.cmx -c cryptohash_sha384.ml
- File "cryptohash_sha384.ml", lines 34-36, characters 0-51:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha384_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha384.ml", lines 38-40, characters 0-51:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha384_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha384.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha384.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_tiger2.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_tiger2.cmo -c cryptohash_tiger2.ml
- File "cryptohash_tiger2.ml", lines 34-36, characters 0-51:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_tiger2_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_tiger2.ml", lines 38-40, characters 0-51:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_tiger2_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_tiger2.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_tiger2.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_tiger2.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_tiger2.cmx -c cryptohash_tiger2.ml
- File "cryptohash_tiger2.ml", lines 34-36, characters 0-51:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_tiger2_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_tiger2.ml", lines 38-40, characters 0-51:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_tiger2_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_tiger2.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_tiger2.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha384.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_sha384.cmo -c cryptohash_sha384.ml
- File "cryptohash_sha384.ml", lines 34-36, characters 0-51:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha384_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha384.ml", lines 38-40, characters 0-51:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha384_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha384.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha384.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha3_512.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_sha3_512.cmo -c cryptohash_sha3_512.ml
- File "cryptohash_sha3_512.ml", lines 34-36, characters 0-53:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha3_512_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_512.ml", lines 38-40, characters 0-53:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha3_512_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_512.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha3_512.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha3_512.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_sha3_512.cmx -c cryptohash_sha3_512.ml
- File "cryptohash_sha3_512.ml", lines 34-36, characters 0-53:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha3_512_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src cryptohash_sha3_256.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_sha3_256.cmo -c cryptohash_sha3_256.ml
- File "cryptohash_sha3_256.ml", lines 34-36, characters 0-53:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha3_256_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_256.ml", lines 38-40, characters 0-53:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha3_256_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src cryptohash_md4.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_md4.cmx -c cryptohash_md4.ml
- File "cryptohash_md4.ml", lines 34-36, characters 0-48:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_md4_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md4.ml", lines 38-40, characters 0-48:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_md4_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_md4.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha224.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- 
- File "cryptohash_sha3_512.ml", lines 38-40, characters 0-53:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha3_512_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_512.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha3_512.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- File "cryptohash_sha3_256.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha3_256.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha3_256.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_sha3_256.cmx -c cryptohash_sha3_256.ml
- File "cryptohash_sha3_256.ml", lines 34-36, characters 0-53:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha3_256_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_256.ml", lines 38-40, characters 0-53:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha3_256_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_256.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha3_256.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha3_224.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_sha3_224.cmo -c cryptohash_sha3_224.ml
- File "cryptohash_sha3_224.ml", lines 34-36, characters 0-53:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha3_224_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_224.ml", lines 38-40, characters 0-53:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha3_224_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_224.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- - build src cryptohash_sha3_224.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_sha3_224.cmx -c cryptohash_sha3_224.ml
- File "cryptohash_sha3_224.ml", lines 34-36, characters 0-53:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha3_224_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_224.ml", lines 38-40, characters 0-53:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha3_224_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_224.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_md4.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- checking whether we are cross compiling... File "cryptohash_sha3_224.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- File "cryptohash_sha3_224.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha3_384.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_sha3_384.cmo -c cryptohash_sha3_384.ml
- File "cryptohash_sha3_384.ml", lines 34-36, characters 0-53:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha3_384_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_384.ml", lines 38-40, characters 0-53:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha3_384_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_384.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha3_384.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- - build src cryptohash_sha1.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_sha1.cmo -c cryptohash_sha1.ml
- File "cryptohash_sha1.ml", lines 34-36, characters 0-49:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha1_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src cryptohash_sha256.cmo
- + ocamlfind ocamlc -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -g -I . -o cryptohash_sha256.cmo -c cryptohash_sha256.ml
- File "cryptohash_sha256.ml", lines 34-36, characters 0-51:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha256_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha256.ml", lines 38-40, characters 0-51:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha256_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src cryptohash_sha3_384.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_sha3_384.cmx -c cryptohash_sha3_384.ml
- File "cryptohash_sha3_384.ml", lines 34-36, characters 0-53:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha3_384_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha3_384.ml", lines 38-40, characters 0-53:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha3_384_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha1.ml", lines 38-40, characters 0-49:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha1_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src cryptohash_sha1.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_sha1.cmx -c cryptohash_sha1.ml
- File "cryptohash_sha1.ml", lines 34-36, characters 0-49:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha1_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha1.ml", lines 38-40, characters 0-49:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha1_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src cryptohash_sha256.cmx
- + ocamlfind ocamlopt -package bytes,bigarray -warn-error +1..46-3-4 -g -bin-annot -safe-string -I . -o cryptohash_sha256.cmx -c cryptohash_sha256.ml
- File "cryptohash_sha256.ml", lines 34-36, characters 0-51:
- 34 | external unsafe_update_substring:
- 35 |   ctx -> string -> int -> int -> unit =
- 36 |   "cryptohash_ml_sha256_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha1.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha256.ml", lines 38-40, characters 0-51:
- 38 | external unsafe_update_subbytes:
- 39 |   ctx -> Bytes.t -> int -> int -> unit =
- 40 |   "cryptohash_ml_sha256_update_substring" "noalloc"
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "cryptohash_sha256.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha3_384.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha1.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha256.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- File "cryptohash_sha1.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- File "cryptohash_sha1.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- File "cryptohash_sha3_384.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- File "cryptohash_sha256.ml", line 142, characters 16-32:
- 142 |         read := Pervasives.input chan buf 0 blocksize;
-                       ^^^^^^^^^^^^^^^^
- 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
- File "cryptohash_sha256.ml", line 151, characters 16-32:
- 151 |         let r = Pervasives.input chan buf 0 n 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
- no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 accepts -g... yes
- checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
- checking how to run the C preprocessor... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking minix/config.h usability... 
- no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking errno.h usability... yes
- checking errno.h presence... yes
- checking for errno.h... yes
- checking for ssize_t... yes
- checking whether byte ordering is bigendian... no
- configure: creating ./config.status
- config.status: creating config.h
- --- Checking for OCaml library location... (/home/opam/.opam/default/lib/ocaml)
- - build src c_md2.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/home/opam/.opam/default/lib/ocaml -Wno-unused-function -O3 -I. -c -o c_md2.o c_md2.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from c_md2.c:46:
- cinc_md2.inc: In function 'cryptohash_ml_md2_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_md2_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_md2.inc:109:30: note: in expansion of macro 'String_val'
-   109 |    sph_md2_close(H_CTX(octx),String_val(ret));
-       |                              ^~~~~~~~~~
- In file included from c_md2.c:54:
- sph_md2.c:185:31: note: expected 'void *' but argument is of type 'const char *'
-   185 | sph_md2_close(void *cc, void *dst)
-       |                         ~~~~~~^~~
- In file included from c_md2.c:105:
- cinc_md2.inc: In function 'cryptohash_ml_md2_to_hex':
- cinc_md2.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_md2.inc: In function 'cryptohash_ml_md2_file_fast':
- cinc_md2.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_md2.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,16);
-       |           ^~~~~~~~~~
- In file included from c_md2.c:35:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_md2.inc: In function 'cryptohash_ml_md2_update_subbuffer':
- cinc_md2.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- - build src c_md4.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/home/opam/.opam/default/lib/ocaml -Wno-unused-function -O3 -I. -c -o c_md4.o c_md4.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from c_md4.c:46:
- cinc_md4.inc: In function 'cryptohash_ml_md4_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_md4_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_md4.inc:109:30: note: in expansion of macro 'String_val'
-   109 |    sph_md4_close(H_CTX(octx),String_val(ret));
-       |                              ^~~~~~~~~~
- In file included from c_md4.c:54:
- sph_md4.c:163:31: note: expected 'void *' but argument is of type 'const char *'
-   163 | sph_md4_close(void *cc, void *dst)
-       |                         ~~~~~~^~~
- In file included from c_md4.c:105:
- cinc_md4.inc: In function 'cryptohash_ml_md4_to_hex':
- cinc_md4.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_md4.inc: In function 'cryptohash_ml_md4_file_fast':
- cinc_md4.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_md4.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,16);
-       |           ^~~~~~~~~~
- In file included from c_md4.c:35:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_md4.inc: In function 'cryptohash_ml_md4_update_subbuffer':
- cinc_md4.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- - build src c_sha2big.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/home/opam/.opam/default/lib/ocaml -Wno-unused-function -O3 -I. -c -o c_sha2big.o c_sha2big.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from c_sha2big.c:46:
- cinc_sha384.inc: In function 'cryptohash_ml_sha384_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_sha384_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha384.inc:109:33: note: in expansion of macro 'String_val'
-   109 |    sph_sha384_close(H_CTX(octx),String_val(ret));
-       |                                 ^~~~~~~~~~
- In file included from c_sha2big.c:54:
- sph_sha2big.c:208:34: note: expected 'void *' but argument is of type 'const char *'
-   208 | sph_sha384_close(void *cc, void *dst)
-       |                            ~~~~~~^~~
- In file included from c_sha2big.c:105:
- cinc_sha384.inc: In function 'cryptohash_ml_sha384_to_hex':
- cinc_sha384.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_sha384.inc: In function 'cryptohash_ml_sha384_file_fast':
- cinc_sha384.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha384.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,48);
-       |           ^~~~~~~~~~
- In file included from c_sha2big.c:35:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_sha384.inc: In function 'cryptohash_ml_sha384_update_subbuffer':
- cinc_sha384.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- cinc_sha512.inc: In function 'cryptohash_ml_sha512_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_sha512_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha512.inc:109:33: note: in expansion of macro 'String_val'
-   109 |    sph_sha512_close(H_CTX(octx),String_val(ret));
-       |                                 ^~~~~~~~~~
- sph_sha2big.c:224:34: note: expected 'void *' but argument is of type 'const char *'
-   224 | sph_sha512_close(void *cc, void *dst)
-       |                            ~~~~~~^~~
- In file included from c_sha2big.c:106:
- cinc_sha512.inc: In function 'cryptohash_ml_sha512_to_hex':
- cinc_sha512.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_sha512.inc: In function 'cryptohash_ml_sha512_file_fast':
- cinc_sha512.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha512.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,64);
-       |           ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_sha512.inc: In function 'cryptohash_ml_sha512_update_subbuffer':
- cinc_sha512.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- - build src c_sha1.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/home/opam/.opam/default/lib/ocaml -Wno-unused-function -O3 -I. -c -o c_sha1.o c_sha1.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from c_sha1.c:46:
- cinc_sha1.inc: In function 'cryptohash_ml_sha1_finalize':
- - build src c_sha3.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/home/opam/.opam/default/lib/ocaml -Wno-unused-function -O3 -I. -c -o c_sha3.o c_sha3.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from c_sha3.c:46:
- cinc_sha3_224.inc: In function 'cryptohash_ml_sha3_224_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_keccak224_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha3_224.inc:109:36: note: in expansion of macro 'String_val'
-   109 |    sph_keccak224_close(H_CTX(octx),String_val(ret));
-       |                                    ^~~~~~~~~~
- In file included from c_sha3.c:54:
- sph_keccak.c:1728:37: note: expected 'void *' but argument is of type 'const char *'
-  1728 | sph_keccak224_close(void *cc, void *dst)
-       |                               ~~~~~~^~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_sha1_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha1.inc:109:31: note: in expansion of macro 'String_val'
-   109 |    sph_sha1_close(H_CTX(octx),String_val(ret));
-       |                               ^~~~~~~~~~
- In file included from c_sha1.c:54:
- sph_sha1.c:357:32: note: expected 'void *' but argument is of type 'const char *'
-   357 | sph_sha1_close(void *cc, void *dst)
-       |                          ~~~~~~^~~
- In file included from c_sha3.c:105:
- cinc_sha3_224.inc: In function 'cryptohash_ml_sha3_224_to_hex':
- cinc_sha3_224.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- In file included from c_sha1.c:105:
- cinc_sha1.inc: In function 'cryptohash_ml_sha1_to_hex':
- cinc_sha1.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_sha1.inc: In function 'cryptohash_ml_sha1_file_fast':
- cinc_sha3_224.inc: In function 'cryptohash_ml_sha3_224_file_fast':
- cinc_sha3_224.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha3_224.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,28);
-       |           ^~~~~~~~~~
- In file included from c_sha3.c:35:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_sha3_224.inc: In function 'cryptohash_ml_sha3_224_update_subbuffer':
- cinc_sha3_224.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- cinc_sha1.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha1.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,20);
-       |           ^~~~~~~~~~
- In file included from c_sha1.c:35:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_sha1.inc: In function 'cryptohash_ml_sha1_update_subbuffer':
- cinc_sha1.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- cinc_sha3_256.inc: In function 'cryptohash_ml_sha3_256_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_keccak256_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha3_256.inc:109:36: note: in expansion of macro 'String_val'
-   109 |    sph_keccak256_close(H_CTX(octx),String_val(ret));
-       |                                    ^~~~~~~~~~
- sph_keccak.c:1756:37: note: expected 'void *' but argument is of type 'const char *'
-  1756 | sph_keccak256_close(void *cc, void *dst)
-       |                               ~~~~~~^~~
- In file included from c_sha3.c:106:
- cinc_sha3_256.inc: In function 'cryptohash_ml_sha3_256_to_hex':
- cinc_sha3_256.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_sha3_256.inc: In function 'cryptohash_ml_sha3_256_file_fast':
- cinc_sha3_256.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha3_256.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,32);
-       |           ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_sha3_256.inc: In function 'cryptohash_ml_sha3_256_update_subbuffer':
- cinc_sha3_256.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- cinc_sha3_384.inc: In function 'cryptohash_ml_sha3_384_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_keccak384_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha3_384.inc:109:36: note: in expansion of macro 'String_val'
-   109 |    sph_keccak384_close(H_CTX(octx),String_val(ret));
-       |                                    ^~~~~~~~~~
- sph_keccak.c:1784:37: note: expected 'void *' but argument is of type 'const char *'
-  1784 | sph_keccak384_close(void *cc, void *dst)
-       |                               ~~~~~~^~~
- In file included from c_sha3.c:107:
- cinc_sha3_384.inc: In function 'cryptohash_ml_sha3_384_to_hex':
- cinc_sha3_384.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_sha3_384.inc: In function 'cryptohash_ml_sha3_384_file_fast':
- cinc_sha3_384.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha3_384.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,48);
-       |           ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_sha3_384.inc: In function 'cryptohash_ml_sha3_384_update_subbuffer':
- cinc_sha3_384.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- - build src c_md5.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/home/opam/.opam/default/lib/ocaml -Wno-unused-function -O3 -I. -c -o c_md5.o c_md5.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from c_md5.c:46:
- cinc_md5.inc: In function 'cryptohash_ml_md5_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_md5_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_md5.inc:109:30: note: in expansion of macro 'String_val'
-   109 |    sph_md5_close(H_CTX(octx),String_val(ret));
-       |                              ^~~~~~~~~~
- In file included from c_md5.c:54:
- sph_md5.c:184:31: note: expected 'void *' but argument is of type 'const char *'
-   184 | sph_md5_close(void *cc, void *dst)
-       |                         ~~~~~~^~~
- cinc_sha3_512.inc: In function 'cryptohash_ml_sha3_512_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_keccak512_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha3_512.inc:109:36: note: in expansion of macro 'String_val'
-   109 |    sph_keccak512_close(H_CTX(octx),String_val(ret));
-       |                                    ^~~~~~~~~~
- sph_keccak.c:1812:37: note: expected 'void *' but argument is of type 'const char *'
-  1812 | sph_keccak512_close(void *cc, void *dst)
-       |                               ~~~~~~^~~
- In file included from c_md5.c:105:
- cinc_md5.inc: In function 'cryptohash_ml_md5_to_hex':
- cinc_md5.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- In file included from c_sha3.c:108:
- cinc_sha3_512.inc: In function 'cryptohash_ml_sha3_512_to_hex':
- cinc_sha3_512.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- - build src c_whirlpool.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/home/opam/.opam/default/lib/ocaml -Wno-unused-function -O3 -I. -c -o c_whirlpool.o c_whirlpool.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from c_whirlpool.c:46:
- cinc_whirlpool.inc: In function 'cryptohash_ml_whirlpool_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_whirlpool_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_whirlpool.inc:109:36: note: in expansion of macro 'String_val'
-   109 |    sph_whirlpool_close(H_CTX(octx),String_val(ret));
-       |                                    ^~~~~~~~~~
- In file included from c_whirlpool.c:54:
- sph_whirlpool.c:3460:40: note: expected 'void *' but argument is of type 'const char *'
-  3460 | sph_ ## name ## _close(void *cc, void *dst) \
-       |                                  ~~~~~~^~~
- sph_whirlpool.c:3472:1: note: in expansion of macro 'MAKE_CLOSE'
-  3472 | MAKE_CLOSE(whirlpool)
-       | ^~~~~~~~~~
- cinc_md5.inc: In function 'cryptohash_ml_md5_file_fast':
- cinc_md5.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_md5.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,16);
-       |           ^~~~~~~~~~
- In file included from c_md5.c:35:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_sha3_512.inc: In function 'cryptohash_ml_sha3_512_file_fast':
- cinc_sha3_512.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha3_512.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,64);
-       |           ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_sha3_512.inc: In function 'cryptohash_ml_sha3_512_update_subbuffer':
- cinc_sha3_512.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- In file included from c_whirlpool.c:105:
- cinc_whirlpool.inc: In function 'cryptohash_ml_whirlpool_to_hex':
- cinc_whirlpool.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_md5.inc: In function 'cryptohash_ml_md5_update_subbuffer':
- cinc_md5.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- cinc_whirlpool.inc: In function 'cryptohash_ml_whirlpool_file_fast':
- cinc_whirlpool.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_whirlpool.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,64);
-       |           ^~~~~~~~~~
- In file included from c_whirlpool.c:35:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_whirlpool.inc: In function 'cryptohash_ml_whirlpool_update_subbuffer':
- cinc_whirlpool.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- - build src c_sha2small.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/home/opam/.opam/default/lib/ocaml -Wno-unused-function -O3 -I. -c -o c_sha2small.o c_sha2small.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from c_sha2small.c:46:
- cinc_sha224.inc: In function 'cryptohash_ml_sha224_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_sha224_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha224.inc:109:33: note: in expansion of macro 'String_val'
-   109 |    sph_sha224_close(H_CTX(octx),String_val(ret));
-       |                                 ^~~~~~~~~~
- In file included from c_sha2small.c:54:
- sph_sha2.c:653:34: note: expected 'void *' but argument is of type 'const char *'
-   653 | sph_sha224_close(void *cc, void *dst)
-       |                            ~~~~~~^~~
- In file included from c_sha2small.c:105:
- cinc_sha224.inc: In function 'cryptohash_ml_sha224_to_hex':
- cinc_sha224.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_sha224.inc: In function 'cryptohash_ml_sha224_file_fast':
- cinc_sha224.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha224.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,28);
-       |           ^~~~~~~~~~
- In file included from c_sha2small.c:35:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_sha224.inc: In function 'cryptohash_ml_sha224_update_subbuffer':
- cinc_sha224.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- cinc_sha256.inc: In function 'cryptohash_ml_sha256_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_sha256_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha256.inc:109:33: note: in expansion of macro 'String_val'
-   109 |    sph_sha256_close(H_CTX(octx),String_val(ret));
-       |                                 ^~~~~~~~~~
- sph_sha2.c:669:34: note: expected 'void *' but argument is of type 'const char *'
-   669 | sph_sha256_close(void *cc, void *dst)
-       |                            ~~~~~~^~~
- In file included from c_sha2small.c:106:
- cinc_sha256.inc: In function 'cryptohash_ml_sha256_to_hex':
- cinc_sha256.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_sha256.inc: In function 'cryptohash_ml_sha256_file_fast':
- cinc_sha256.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_sha256.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,32);
-       |           ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_sha256.inc: In function 'cryptohash_ml_sha256_update_subbuffer':
- cinc_sha256.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- - build src c_tiger.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/home/opam/.opam/default/lib/ocaml -Wno-unused-function -O3 -I. -c -o c_tiger.o c_tiger.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from c_tiger.c:46:
- cinc_tiger.inc: In function 'cryptohash_ml_tiger_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_tiger_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_tiger.inc:109:32: note: in expansion of macro 'String_val'
-   109 |    sph_tiger_close(H_CTX(octx),String_val(ret));
-       |                                ^~~~~~~~~~
- In file included from c_tiger.c:54:
- sph_tiger.c:668:33: note: expected 'void *' but argument is of type 'const char *'
-   668 | sph_tiger_close(void *cc, void *dst)
-       |                           ~~~~~~^~~
- In file included from c_tiger.c:105:
- cinc_tiger.inc: In function 'cryptohash_ml_tiger_to_hex':
- cinc_tiger.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_tiger.inc: In function 'cryptohash_ml_tiger_file_fast':
- cinc_tiger.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_tiger.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,24);
-       |           ^~~~~~~~~~
- In file included from c_tiger.c:35:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_tiger.inc: In function 'cryptohash_ml_tiger_update_subbuffer':
- cinc_tiger.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- cinc_tiger2.inc: In function 'cryptohash_ml_tiger2_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_tiger2_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_tiger2.inc:109:33: note: in expansion of macro 'String_val'
-   109 |    sph_tiger2_close(H_CTX(octx),String_val(ret));
-       |                                 ^~~~~~~~~~
- sph_tiger.c:691:34: note: expected 'void *' but argument is of type 'const char *'
-   691 | sph_tiger2_close(void *cc, void *dst)
-       |                            ~~~~~~^~~
- In file included from c_tiger.c:106:
- cinc_tiger2.inc: In function 'cryptohash_ml_tiger2_to_hex':
- cinc_tiger2.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_tiger2.inc: In function 'cryptohash_ml_tiger2_file_fast':
- cinc_tiger2.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_tiger2.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,24);
-       |           ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_tiger2.inc: In function 'cryptohash_ml_tiger2_update_subbuffer':
- cinc_tiger2.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- - build src c_ripemd128.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/home/opam/.opam/default/lib/ocaml -Wno-unused-function -O3 -I. -c -o c_ripemd128.o c_ripemd128.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from c_ripemd128.c:46:
- cinc_ripemd128.inc: In function 'cryptohash_ml_ripemd128_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_ripemd128_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_ripemd128.inc:109:36: note: in expansion of macro 'String_val'
-   109 |    sph_ripemd128_close(H_CTX(octx),String_val(ret));
-       |                                    ^~~~~~~~~~
- In file included from c_ripemd128.c:54:
- sph_ripemd.c:527:37: note: expected 'void *' but argument is of type 'const char *'
-   527 | sph_ripemd128_close(void *cc, void *dst)
-       |                               ~~~~~~^~~
- In file included from c_ripemd128.c:105:
- cinc_ripemd128.inc: In function 'cryptohash_ml_ripemd128_to_hex':
- cinc_ripemd128.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_ripemd128.inc: In function 'cryptohash_ml_ripemd128_file_fast':
- cinc_ripemd128.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_ripemd128.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,16);
-       |           ^~~~~~~~~~
- In file included from c_ripemd128.c:35:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_ripemd128.inc: In function 'cryptohash_ml_ripemd128_update_subbuffer':
- cinc_ripemd128.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- - build src c_ripemd160.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/home/opam/.opam/default/lib/ocaml -Wno-unused-function -O3 -I. -c -o c_ripemd160.o c_ripemd160.c
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from c_ripemd160.c:46:
- cinc_ripemd160.inc: In function 'cryptohash_ml_ripemd160_finalize':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'sph_ripemd160_close' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_ripemd160.inc:109:36: note: in expansion of macro 'String_val'
-   109 |    sph_ripemd160_close(H_CTX(octx),String_val(ret));
-       |                                    ^~~~~~~~~~
- In file included from c_ripemd160.c:54:
- sph_ripemd.c:820:37: note: expected 'void *' but argument is of type 'const char *'
-   820 | sph_ripemd160_close(void *cc, void *dst)
-       |                               ~~~~~~^~~
- In file included from c_ripemd160.c:105:
- cinc_ripemd160.inc: In function 'cryptohash_ml_ripemd160_to_hex':
- cinc_ripemd160.inc:142:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |    buf=String_val(ret);
-       |       ^
- cinc_ripemd160.inc: In function 'cryptohash_ml_ripemd160_file_fast':
- cinc_ripemd160.inc:204:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   204 |       name_dup=String_val(ret);
-       |               ^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_ripemd160.inc:212:11: note: in expansion of macro 'String_val'
-   212 |    memcpy(String_val(ret),digest,20);
-       |           ^~~~~~~~~~
- In file included from c_ripemd160.c:35:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- cinc_ripemd160.inc: In function 'cryptohash_ml_ripemd160_update_subbuffer':
- cinc_ripemd160.inc:225:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   225 |    const void * buf = (char *)Data_bigarray_val(data) + Long_val(offset);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~          
- md_helper.c: In function 'ripemd128_short':
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:154:25: note: in expansion of macro 'RFUN'
-   154 |                         RFUN(sc->buf, SPH_VAL);
-       |                         ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:154:25: note: in expansion of macro 'RFUN'
-   154 |                         RFUN(sc->buf, SPH_VAL);
-       |                         ^~~~
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- md_helper.c: In function 'sph_ripemd128':
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:206:17: note: in expansion of macro 'RFUN'
-   206 |                 RFUN(data, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:206:17: note: in expansion of macro 'RFUN'
-   206 |                 RFUN(data, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- md_helper.c: In function 'ripemd128_addbits_and_close':
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:266:17: note: in expansion of macro 'RFUN'
-   266 |                 RFUN(sc->buf, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:266:17: note: in expansion of macro 'RFUN'
-   266 |                 RFUN(sc->buf, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:322:9: note: in expansion of macro 'RFUN'
-   322 |         RFUN(sc->buf, SPH_VAL);
-       |         ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:322:9: note: in expansion of macro 'RFUN'
-   322 |         RFUN(sc->buf, SPH_VAL);
-       |         ^~~~
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- In function 'ripemd128_addbits_and_close',
-     inlined from 'ripemd128_close' at md_helper.c:345:2,
-     inlined from 'sph_ripemd128_close' at sph_ripemd.c:529:2:
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:266:17: note: in expansion of macro 'RFUN'
-   266 |                 RFUN(sc->buf, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:266:17: note: in expansion of macro 'RFUN'
-   266 |                 RFUN(sc->buf, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c: In function 'sph_ripemd128_close':
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- In function 'ripemd128_addbits_and_close',
-     inlined from 'ripemd128_close' at md_helper.c:345:2,
-     inlined from 'sph_ripemd128_close' at sph_ripemd.c:529:2:
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:322:9: note: in expansion of macro 'RFUN'
-   322 |         RFUN(sc->buf, SPH_VAL);
-       |         ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:322:9: note: in expansion of macro 'RFUN'
-   322 |         RFUN(sc->buf, SPH_VAL);
-       |         ^~~~
- sph_ripemd.c: In function 'sph_ripemd128_close':
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- In function 'ripemd128_addbits_and_close',
-     inlined from 'ripemd128_close' at md_helper.c:345:2,
-     inlined from 'sph_ripemd128_close' at sph_ripemd.c:529:2:
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:266:17: note: in expansion of macro 'RFUN'
-   266 |                 RFUN(sc->buf, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:266:17: note: in expansion of macro 'RFUN'
-   266 |                 RFUN(sc->buf, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c: In function 'sph_ripemd128_close':
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- In function 'ripemd128_addbits_and_close',
-     inlined from 'ripemd128_close' at md_helper.c:345:2,
-     inlined from 'sph_ripemd128_close' at sph_ripemd.c:529:2:
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:322:9: note: in expansion of macro 'RFUN'
-   322 |         RFUN(sc->buf, SPH_VAL);
-       |         ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:322:9: note: in expansion of macro 'RFUN'
-   322 |         RFUN(sc->buf, SPH_VAL);
-       |         ^~~~
- sph_ripemd.c: In function 'sph_ripemd128_close':
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- In function 'ripemd128_short',
-     inlined from 'sph_ripemd128' at md_helper.c:181:3:
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:154:25: note: in expansion of macro 'RFUN'
-   154 |                         RFUN(sc->buf, SPH_VAL);
-       |                         ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:154:25: note: in expansion of macro 'RFUN'
-   154 |                         RFUN(sc->buf, SPH_VAL);
-       |                         ^~~~
- sph_ripemd.c: In function 'sph_ripemd128':
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- In function 'ripemd128_short',
-     inlined from 'sph_ripemd128' at md_helper.c:194:3:
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:154:25: note: in expansion of macro 'RFUN'
-   154 |                         RFUN(sc->buf, SPH_VAL);
-       |                         ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:154:25: note: in expansion of macro 'RFUN'
-   154 |                         RFUN(sc->buf, SPH_VAL);
-       |                         ^~~~
- sph_ripemd.c: In function 'sph_ripemd128':
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:206:17: note: in expansion of macro 'RFUN'
-   206 |                 RFUN(data, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:206:17: note: in expansion of macro 'RFUN'
-   206 |                 RFUN(data, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- In function 'ripemd128_short',
-     inlined from 'sph_ripemd128' at md_helper.c:181:3:
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:154:25: note: in expansion of macro 'RFUN'
-   154 |                         RFUN(sc->buf, SPH_VAL);
-       |                         ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:154:25: note: in expansion of macro 'RFUN'
-   154 |                         RFUN(sc->buf, SPH_VAL);
-       |                         ^~~~
- sph_ripemd.c: In function 'sph_ripemd128':
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- In function 'ripemd128_short',
-     inlined from 'sph_ripemd128' at md_helper.c:194:3:
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:154:25: note: in expansion of macro 'RFUN'
-   154 |                         RFUN(sc->buf, SPH_VAL);
-       |                         ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:154:25: note: in expansion of macro 'RFUN'
-   154 |                         RFUN(sc->buf, SPH_VAL);
-       |                         ^~~~
- sph_ripemd.c: In function 'sph_ripemd128':
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- sph_ripemd.c:517:16: warning: 'ripemd128_round' accessing 20 bytes in a region of size 16 [-Wstringop-overflow=]
-   517 | #define RFUN   ripemd128_round
- md_helper.c:206:17: note: in expansion of macro 'RFUN'
-   206 |                 RFUN(data, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c:517:16: note: referencing argument 2 of type 'sph_u32[5]' {aka 'unsigned int[5]'}
-   517 | #define RFUN   ripemd128_round
- md_helper.c:206:17: note: in expansion of macro 'RFUN'
-   206 |                 RFUN(data, SPH_VAL);
-       |                 ^~~~
- sph_ripemd.c:482:1: note: in a call to function 'ripemd128_round'
-   482 | ripemd128_round(const unsigned char *data, sph_u32 r[5])
-       | ^~~~~~~~~~~~~~~
- In function 'sph_md2',
-     inlined from 'cryptohash_ml_md2_update_subbuffer' at cinc_md2.inc:236:6:
- sph_md2.c:164:17: warning: 'memcpy' writing between 65536 and 4294967294 bytes into a region of size 39 overflows the destination [-Wstringop-overflow=]
-   164 |                 memcpy(mc->u.X + 16 + current, data, clen);
-       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- cinc_md2.inc: In function 'cryptohash_ml_md2_update_subbuffer':
- cinc_md2.inc:232:22: note: at offset [49, 88] into destination object 'sctx' of size 88
-   232 |      sph_md2_context sctx;
-       |                      ^~~~
- *** omake: done (10.91 sec, 51/51 scans, 188/234 rules, 290/346 digests)
-> compiled  cryptohash.0.1.2
[cryptohash: omake install]
+ /home/opam/.opam/default/bin/omake "install" (CWD=/home/opam/.opam/default/.opam-switch/build/cryptohash.0.1.2)
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.03 sec)
- - build src <install>
- + ocamlfind remove cryptohash || Shell.true()
- ocamlfind: [WARNING] No such file: /home/opam/.opam/default/lib/cryptohash/META
- - build src <install>
- + ocamlfind install cryptohash META cryptohash_md2.a cryptohash_md2.cma cryptohash_md2.cmi cryptohash_md2.cmx cryptohash_md2.cmxa cryptohash_md2.cmxs cryptohash_md2.mli cryptohash_md4.a cryptohash_md4.cma cryptohash_md4.cmi cryptohash_md4.cmx cryptohash_md4.cmxa cryptohash_md4.cmxs cryptohash_md4.mli cryptohash_md5.a cryptohash_md5.cma cryptohash_md5.cmi cryptohash_md5.cmx cryptohash_md5.cmxa cryptohash_md5.cmxs cryptohash_md5.mli cryptohash_ripemd128.a cryptohash_ripemd128.cma cryptohash_ripemd128.cmi cryptohash_ripemd128.cmx cryptohash_ripemd128.cmxa cryptohash_ripemd128.cmxs cryptohash_ripemd128.mli cryptohash_ripemd160.a cryptohash_ripemd160.cma cryptohash_ripemd160.cmi cryptohash_ripemd160.cmx cryptohash_ripemd160.cmxa cryptohash_ripemd160.cmxs cryptohash_ripemd160.mli cryptohash_sha1.a cryptohash_sha1.cma cryptohash_sha1.cmi cryptohash_sha1.cmx cryptohash_sha1.cmxa cryptohash_sha1.cmxs cryptohash_sha1.mli cryptohash_sha224.cmi cryptohash_sha224.cmx cryptohash_sha224.mli cryptohash_sha256.cmi cryptohash_sha256.cmx cryptohash_sha256.mli cryptohash_sha2big.a cryptohash_sha2big.cma cryptohash_sha2big.cmxa cryptohash_sha2big.cmxs cryptohash_sha2small.a cryptohash_sha2small.cma cryptohash_sha2small.cmxa cryptohash_sha2small.cmxs cryptohash_sha3.a cryptohash_sha3.cma cryptohash_sha3.cmxa cryptohash_sha3.cmxs cryptohash_sha384.cmi cryptohash_sha384.cmx cryptohash_sha384.mli cryptohash_sha3_224.cmi cryptohash_sha3_224.cmx cryptohash_sha3_224.mli cryptohash_sha3_256.cmi cryptohash_sha3_256.cmx cryptohash_sha3_256.mli cryptohash_sha3_384.cmi cryptohash_sha3_384.cmx cryptohash_sha3_384.mli cryptohash_sha3_512.cmi cryptohash_sha3_512.cmx cryptohash_sha3_512.mli cryptohash_sha512.cmi cryptohash_sha512.cmx cryptohash_sha512.mli cryptohash_tiger.a cryptohash_tiger.cma cryptohash_tiger.cmi cryptohash_tiger.cmx cryptohash_tiger.cmxa cryptohash_tiger.cmxs cryptohash_tiger.mli cryptohash_tiger2.cmi cryptohash_tiger2.cmx cryptohash_tiger2.mli cryptohash_whirlpool.a cryptohash_whirlpool.cma cryptohash_whirlpool.cmi cryptohash_whirlpool.cmx cryptohash_whirlpool.cmxa cryptohash_whirlpool.cmxs cryptohash_whirlpool.mli dllcryptohash_md2.so dllcryptohash_md4.so dllcryptohash_md5.so dllcryptohash_ripemd128.so dllcryptohash_ripemd160.so dllcryptohash_sha1.so dllcryptohash_sha2big.so dllcryptohash_sha2small.so dllcryptohash_sha3.so dllcryptohash_tiger.so dllcryptohash_whirlpool.so libcryptohash_md2.a libcryptohash_md4.a libcryptohash_md5.a libcryptohash_ripemd128.a libcryptohash_ripemd160.a libcryptohash_sha1.a libcryptohash_sha2big.a libcryptohash_sha2small.a libcryptohash_sha3.a libcryptohash_tiger.a libcryptohash_whirlpool.a sha1.a sha1.cma sha1.cmi sha1.cmx sha1.cmxa sha1.cmxs sha1.mli sha256.a sha256.cma sha256.cmi sha256.cmx sha256.cmxa sha256.cmxs sha256.mli sha512.a sha512.cma sha512.cmi sha512.cmx sha512.cmxa sha512.cmxs sha512.mli -optional cryptohash_md2.cmti cryptohash_md4.cmti cryptohash_md5.cmti cryptohash_ripemd128.cmti cryptohash_ripemd160.cmti cryptohash_sha1.cmti cryptohash_sha224.cmti cryptohash_sha256.cmti cryptohash_sha384.cmti cryptohash_sha3_224.cmti cryptohash_sha3_256.cmti cryptohash_sha3_384.cmti cryptohash_sha3_512.cmti cryptohash_sha512.cmti cryptohash_tiger.cmti cryptohash_tiger2.cmti cryptohash_whirlpool.cmti sha1.cmti sha256.cmti sha512.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/sha512.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/sha256.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/sha1.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_whirlpool.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger2.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha512.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_512.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_384.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_256.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_224.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha384.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha256.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha224.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha1.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd160.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd128.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md5.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md4.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md2.cmti
- Installed /home/opam/.opam/default/lib/cryptohash/sha512.mli
- Installed /home/opam/.opam/default/lib/cryptohash/sha512.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/sha512.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/sha512.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/sha512.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/sha512.cma
- Installed /home/opam/.opam/default/lib/cryptohash/sha512.a
- Installed /home/opam/.opam/default/lib/cryptohash/sha256.mli
- Installed /home/opam/.opam/default/lib/cryptohash/sha256.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/sha256.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/sha256.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/sha256.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/sha256.cma
- Installed /home/opam/.opam/default/lib/cryptohash/sha256.a
- Installed /home/opam/.opam/default/lib/cryptohash/sha1.mli
- Installed /home/opam/.opam/default/lib/cryptohash/sha1.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/sha1.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/sha1.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/sha1.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/sha1.cma
- Installed /home/opam/.opam/default/lib/cryptohash/sha1.a
- Installed /home/opam/.opam/default/lib/cryptohash/libcryptohash_whirlpool.a
- Installed /home/opam/.opam/default/lib/cryptohash/libcryptohash_tiger.a
- Installed /home/opam/.opam/default/lib/cryptohash/libcryptohash_sha3.a
- Installed /home/opam/.opam/default/lib/cryptohash/libcryptohash_sha2small.a
- Installed /home/opam/.opam/default/lib/cryptohash/libcryptohash_sha2big.a
- Installed /home/opam/.opam/default/lib/cryptohash/libcryptohash_sha1.a
- Installed /home/opam/.opam/default/lib/cryptohash/libcryptohash_ripemd160.a
- Installed /home/opam/.opam/default/lib/cryptohash/libcryptohash_ripemd128.a
- Installed /home/opam/.opam/default/lib/cryptohash/libcryptohash_md5.a
- Installed /home/opam/.opam/default/lib/cryptohash/libcryptohash_md4.a
- Installed /home/opam/.opam/default/lib/cryptohash/libcryptohash_md2.a
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_whirlpool.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_whirlpool.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_whirlpool.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_whirlpool.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_whirlpool.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_whirlpool.cma
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_whirlpool.a
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger2.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger2.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger2.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger.cma
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_tiger.a
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha512.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha512.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha512.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_512.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_512.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_512.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_384.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_384.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_384.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_256.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_256.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_256.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_224.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_224.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3_224.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha384.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha384.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha384.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3.cma
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha3.a
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha2small.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha2small.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha2small.cma
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha2small.a
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha2big.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha2big.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha2big.cma
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha2big.a
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha256.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha256.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha256.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha224.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha224.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha224.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha1.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha1.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha1.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha1.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha1.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha1.cma
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_sha1.a
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd160.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd160.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd160.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd160.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd160.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd160.cma
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd160.a
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd128.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd128.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd128.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd128.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd128.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd128.cma
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_ripemd128.a
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md5.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md5.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md5.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md5.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md5.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md5.cma
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md5.a
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md4.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md4.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md4.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md4.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md4.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md4.cma
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md4.a
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md2.mli
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md2.cmxs
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md2.cmxa
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md2.cmx
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md2.cmi
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md2.cma
- Installed /home/opam/.opam/default/lib/cryptohash/cryptohash_md2.a
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_whirlpool.so
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_whirlpool.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_tiger.so
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_tiger.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_sha3.so
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_sha3.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_sha2small.so
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_sha2small.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_sha2big.so
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_sha2big.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_sha1.so
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_sha1.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_ripemd160.so
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_ripemd160.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_ripemd128.so
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_ripemd128.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_md5.so
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_md5.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_md4.so
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_md4.so.owner
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_md2.so
- Installed /home/opam/.opam/default/lib/stublibs/dllcryptohash_md2.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/default/lib/cryptohash/META
- *** omake: done (0.23 sec, 0/51 scans, 18/252 rules, 17/89 digests)
-> installed cryptohash.0.1.2

=== STDERR ===

2026-06-16 12:08.31: OK: build cryptohash.0.1.2 (runc: 13.1s, disk: 129KB)
2026-06-16 12:08.31: Job succeeded