Build:
- 0
2026-06-24 17:08.29: New job: build x509.0.9.0 (9bd65d7977ae) 2026-06-24 17:08.29: Waiting for resource in pool day11-builds 2026-06-24 17:58.54: Got resource from pool day11-builds 2026-06-24 17:58.54: [profile full] build x509.0.9.0 2026-06-24 17:58.54: build x509.0.9.0 (9bd65d7977ae) === DEPENDENCIES (47 transitive) === asn1-combinators.0.2.6 7a6f7c53ba50 astring.0.8.5 832f01f8db85 base.v0.17.3 ed5a486e7ebb base-bytes.base 4691f51dd9fd base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb bigarray-compat.1.1.0 59042aba4016 conf-gmp.5 be11edf77089 conf-pkg-config.5 d5de2c6a88f9 cppo.1.8.0 d14778abb4ad cpuid.0.1.2 963d05fe5ae4 csexp.1.5.2 daa725d901fe cstruct.6.0.1 cf33b53d2621 cstruct-lwt.6.0.1 a3dfffdb85ce domain-name.0.5.0 ab01bf1d7036 dune.3.23.1 dc7ac21ea3be dune-configurator.3.23.1 e27f781e405b fmt.0.11.0 d4e4a884e3b5 gmap.0.3.0 97d8a7f2c84a lwt.5.10.0 6423ea74dcf5 mirage-no-solo5.1 6e6264a26adc mirage-no-xen.1 0cb28042649f nocrypto.0.5.4-2 a741681769e3 num.1.6 3d665f14515a ocaml.5.4.1 71fed6f83b21 ocaml-base-compiler.5.4.1 4b8cbe74bda9 ocaml-compiler.5.4.1 df07189447bd ocaml-compiler-libs.v0.17.0 16db8c1cf256 ocaml-config.3 e4a06a221f09 ocaml_intrinsics_kernel.v0.17.2 878219626ba7 ocamlbuild.0.16.1 17067329c57b ocamlfind.1.9.8 567e34ecf540 ocb-stubblr.0.1.1-1 6500cd5ceb59 ocplib-endian.1.2 2cc2307f5555 parsexp.v0.17.0 4b0592ae8f3a ppx_derivers.1.2.1 9db920257470 ppx_deriving.6.1.1 1f243579d2c5 ppx_sexp_conv.v0.17.1 edcd83a14fc1 ppxlib.0.38.0 778175ab9125 ppxlib_jane.v0.17.4 05d65c2165fa ptime.1.2.0 1584ffe6ee73 rresult.0.7.0 974e7d5b3af3 sexplib.v0.17.0 900940f2d93a sexplib0.v0.17.0 bc4140a6824d stdlib-shims.0.3.0 d3f2d28ed00d topkg.1.1.1 6f52f98db34d zarith.1.14 442c15edac63 === STDOUT === Processing: [default: loading data] [x509.0.9.0: dl] [x509.0.9.0: extract] -> retrieved x509.0.9.0 (https://opam.ocaml.org/cache) [x509: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "x509" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/x509.0.9.0) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -bin-annot-occurrences -I lib/.x509.objs/byte -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -no-alias-deps -open X509__ -o lib/.x509.objs/byte/x509__Pem.cmo -c -impl lib/pem.ml) - File "lib/pem.ml", line 7, characters 13-16: - 7 | let l1 = len cs and l2 = len target in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 7, characters 29-32: - 7 | let l1 = len cs and l2 = len target in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 11, characters 13-16: - 11 | let l1 = len cs and l2 = len target in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 11, characters 29-32: - 11 | let l1 = len cs and l2 = len target in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 14, characters 16-19: - 14 | let null cs = len cs = 0 - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 26, characters 38-41: - 26 | `Begin (to_string @@ sub cs 11 (len cs - 16)) - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 28, characters 35-38: - 28 | `End (to_string @@ sub cs 9 (len cs - 14)) - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 73, characters 15-18: - 73 | | x when len x <= 64 -> List.rev (x :: acc) - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -bin-annot-occurrences -I lib/.x509.objs/byte -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -no-alias-deps -open X509__ -o lib/.x509.objs/byte/x509__Asn_grammars.cmo -c -impl lib/asn_grammars.ml) - File "lib/asn_grammars.ml", line 7, characters 5-16: - 7 | if Cstruct.len cs = 0 then Ok a else Error (`Parse "Leftover") - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -g -I lib/.x509.objs/byte -I lib/.x509.objs/native -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.x509.objs/byte/x509__Pem.cmi -no-alias-deps -open X509__ -o lib/.x509.objs/native/x509__Pem.cmx -c -impl lib/pem.ml) - File "lib/pem.ml", line 7, characters 13-16: - 7 | let l1 = len cs and l2 = len target in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 7, characters 29-32: - 7 | let l1 = len cs and l2 = len target in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 11, characters 13-16: - 11 | let l1 = len cs and l2 = len target in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 11, characters 29-32: - 11 | let l1 = len cs and l2 = len target in - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 14, characters 16-19: - 14 | let null cs = len cs = 0 - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 26, characters 38-41: - 26 | `Begin (to_string @@ sub cs 11 (len cs - 16)) - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 28, characters 35-38: - 28 | `End (to_string @@ sub cs 9 (len cs - 14)) - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/pem.ml", line 73, characters 15-18: - 73 | | x when len x <= 64 -> List.rev (x :: acc) - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -g -I lib/.x509.objs/byte -I lib/.x509.objs/native -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.x509.objs/byte/x509__Asn_grammars.cmi -no-alias-deps -open X509__ -o lib/.x509.objs/native/x509__Asn_grammars.cmx -c -impl lib/asn_grammars.ml) - File "lib/asn_grammars.ml", line 7, characters 5-16: - 7 | if Cstruct.len cs = 0 then Ok a else Error (`Parse "Leftover") - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -bin-annot-occurrences -I lib/.x509.objs/byte -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -no-alias-deps -open X509__ -o lib/.x509.objs/byte/x509__General_name.cmo -c -impl lib/general_name.ml) - File "lib/general_name.ml", line 35, characters 32-36: - 35 | let pp_strs = Fmt.(list ~sep:(unit "; ") string) in - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 39, characters 40-44: - 39 | Fmt.pf ppf "dns %a" Fmt.(list ~sep:(unit "; ") string) x - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 43, characters 22-26: - 43 | Fmt.(list ~sep:(unit "; ") Distinguished_name.pp) x - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 46, characters 22-26: - 46 | Fmt.(list ~sep:(unit "; ") - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 47, characters 27-31: - 47 | (pair ~sep:(unit ", ") - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 48, characters 33-37: - 48 | (option ~none:(unit "") string) string)) xs - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 50, characters 48-52: - 50 | | IP, x -> Fmt.pf ppf "ip %a" Fmt.(list ~sep:(unit ";") Cstruct.hexdump_pp) x - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 53, characters 22-26: - 53 | Fmt.(list ~sep:(unit ";") Asn.OID.pp) x - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -bin-annot-occurrences -I lib/.x509.objs/byte -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -no-alias-deps -open X509__ -o lib/.x509.objs/byte/x509__Extension.cmo -c -impl lib/extension.ml) - File "lib/extension.ml", line 58, characters 23-27: - 58 | Fmt.(option ~none:(unit "none") Cstruct.hexdump_pp) id - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 81, characters 56-60: - 81 | (General_name.pp_k k) base min Fmt.(option ~none:(unit "none") int) max - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 84, characters 20-24: - 84 | Fmt.(list ~sep:(unit ", ") pp_one) permitted - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 85, characters 20-24: - 85 | Fmt.(list ~sep:(unit ", ") pp_one) excluded - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 134, characters 23-27: - 134 | Fmt.(option ~none:(unit "none") pp_distribution_point_name) name - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 135, characters 23-27: - 135 | Fmt.(option ~none:(unit "none") (list ~sep:(unit ", ") pp_reason)) reasons - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 135, characters 48-52: - 135 | Fmt.(option ~none:(unit "none") (list ~sep:(unit ", ") pp_reason)) reasons - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 136, characters 23-27: - 136 | Fmt.(option ~none:(unit "none") General_name.pp) issuer - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 140, characters 23-27: - 140 | Fmt.(option ~none:(unit "none") pp_distribution_point_name) name - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 142, characters 23-27: - 142 | Fmt.(option ~none:(unit "no") (list ~sep:(unit ", ") pp_reason)) onlysome - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 142, characters 46-50: - 142 | Fmt.(option ~none:(unit "no") (list ~sep:(unit ", ") pp_reason)) onlysome - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 185, characters 22-26: - 185 | Fmt.(list ~sep:(unit ", ") pp_key_usage) ku - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 188, characters 22-26: - 188 | Fmt.(list ~sep:(unit ", ") pp_extended_key_usage) eku - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 191, characters 25-29: - 191 | Fmt.(option ~none:(unit "none") int) depth - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 203, characters 22-26: - 203 | Fmt.(list ~sep:(unit "; ") pp_distribution_point) points - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 209, characters 22-26: - 209 | Fmt.(list ~sep:(unit "; ") pp_distribution_point) points - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 219, characters 22-26: - 219 | Fmt.(list ~sep:(unit "; ") pp_policy) pols - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -g -I lib/.x509.objs/byte -I lib/.x509.objs/native -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.x509.objs/byte/x509__General_name.cmi -no-alias-deps -open X509__ -o lib/.x509.objs/native/x509__General_name.cmx -c -impl lib/general_name.ml) - File "lib/general_name.ml", line 35, characters 32-36: - 35 | let pp_strs = Fmt.(list ~sep:(unit "; ") string) in - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 39, characters 40-44: - 39 | Fmt.pf ppf "dns %a" Fmt.(list ~sep:(unit "; ") string) x - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 43, characters 22-26: - 43 | Fmt.(list ~sep:(unit "; ") Distinguished_name.pp) x - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 46, characters 22-26: - 46 | Fmt.(list ~sep:(unit "; ") - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 47, characters 27-31: - 47 | (pair ~sep:(unit ", ") - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 48, characters 33-37: - 48 | (option ~none:(unit "") string) string)) xs - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 50, characters 48-52: - 50 | | IP, x -> Fmt.pf ppf "ip %a" Fmt.(list ~sep:(unit ";") Cstruct.hexdump_pp) x - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/general_name.ml", line 53, characters 22-26: - 53 | Fmt.(list ~sep:(unit ";") Asn.OID.pp) x - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -bin-annot-occurrences -I lib/.x509.objs/byte -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -no-alias-deps -open X509__ -o lib/.x509.objs/byte/x509__Certificate.cmo -c -impl lib/certificate.ml) - File "lib/certificate.ml", line 180, characters 23-27: - 180 | Fmt.(option ~none:(unit "NONE") pp_sigalg) sigalg - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -bin-annot-occurrences -I lib/.x509.objs/byte -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -no-alias-deps -open X509__ -o lib/.x509.objs/byte/x509__Validation.cmo -c -impl lib/validation.ml) - File "lib/validation.ml", line 30, characters 15-26: - 30 | let siglen = Cstruct.len signature in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/validation.ml", line 34, characters 25-28: - 34 | Cstruct.(sub raw lenl (len raw - (siglen + lenl + 19 + off))) - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/validation.ml", line 177, characters 25-29: - 177 | Fmt.(option ~none:(unit "no timestamp provided") pp_pt) now - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/validation.ml", line 190, characters 25-29: - 190 | Fmt.(option ~none:(unit "no timestamp provided") pp_pt) now - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/validation.ml", line 193, characters 42-46: - 193 | Certificate.pp c Fmt.(option ~none:(unit "none") Domain_name.pp) n - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/validation.ml", line 218, characters 25-29: - 218 | Fmt.(option ~none:(unit "no timestamp provided") pp_pt) now - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -g -I lib/.x509.objs/byte -I lib/.x509.objs/native -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.x509.objs/byte/x509__Extension.cmi -no-alias-deps -open X509__ -o lib/.x509.objs/native/x509__Extension.cmx -c -impl lib/extension.ml) - File "lib/extension.ml", line 58, characters 23-27: - 58 | Fmt.(option ~none:(unit "none") Cstruct.hexdump_pp) id - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 81, characters 56-60: - 81 | (General_name.pp_k k) base min Fmt.(option ~none:(unit "none") int) max - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 84, characters 20-24: - 84 | Fmt.(list ~sep:(unit ", ") pp_one) permitted - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 85, characters 20-24: - 85 | Fmt.(list ~sep:(unit ", ") pp_one) excluded - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 134, characters 23-27: - 134 | Fmt.(option ~none:(unit "none") pp_distribution_point_name) name - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 135, characters 23-27: - 135 | Fmt.(option ~none:(unit "none") (list ~sep:(unit ", ") pp_reason)) reasons - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 135, characters 48-52: - 135 | Fmt.(option ~none:(unit "none") (list ~sep:(unit ", ") pp_reason)) reasons - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 136, characters 23-27: - 136 | Fmt.(option ~none:(unit "none") General_name.pp) issuer - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 140, characters 23-27: - 140 | Fmt.(option ~none:(unit "none") pp_distribution_point_name) name - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 142, characters 23-27: - 142 | Fmt.(option ~none:(unit "no") (list ~sep:(unit ", ") pp_reason)) onlysome - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 142, characters 46-50: - 142 | Fmt.(option ~none:(unit "no") (list ~sep:(unit ", ") pp_reason)) onlysome - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 185, characters 22-26: - 185 | Fmt.(list ~sep:(unit ", ") pp_key_usage) ku - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 188, characters 22-26: - 188 | Fmt.(list ~sep:(unit ", ") pp_extended_key_usage) eku - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 191, characters 25-29: - 191 | Fmt.(option ~none:(unit "none") int) depth - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 203, characters 22-26: - 203 | Fmt.(list ~sep:(unit "; ") pp_distribution_point) points - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 209, characters 22-26: - 209 | Fmt.(list ~sep:(unit "; ") pp_distribution_point) points - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/extension.ml", line 219, characters 22-26: - 219 | Fmt.(list ~sep:(unit "; ") pp_policy) pols - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -bin-annot-occurrences -I lib/.x509.objs/byte -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -no-alias-deps -open X509__ -o lib/.x509.objs/byte/x509__Crl.cmo -c -impl lib/crl.ml) - File "lib/crl.ml", line 144, characters 32-46: - 144 | let is_revoked (crls : t list) ?hash_whitelist ~issuer:super ~cert = - ^^^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -g -I lib/.x509.objs/byte -I lib/.x509.objs/native -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.x509.objs/byte/x509__Certificate.cmi -no-alias-deps -open X509__ -o lib/.x509.objs/native/x509__Certificate.cmx -c -impl lib/certificate.ml) - File "lib/certificate.ml", line 180, characters 23-27: - 180 | Fmt.(option ~none:(unit "NONE") pp_sigalg) sigalg - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -g -I lib/.x509.objs/byte -I lib/.x509.objs/native -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.x509.objs/byte/x509__Validation.cmi -no-alias-deps -open X509__ -o lib/.x509.objs/native/x509__Validation.cmx -c -impl lib/validation.ml) - File "lib/validation.ml", line 30, characters 15-26: - 30 | let siglen = Cstruct.len signature in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/validation.ml", line 34, characters 25-28: - 34 | Cstruct.(sub raw lenl (len raw - (siglen + lenl + 19 + off))) - ^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - - File "lib/validation.ml", line 177, characters 25-29: - 177 | Fmt.(option ~none:(unit "no timestamp provided") pp_pt) now - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/validation.ml", line 190, characters 25-29: - 190 | Fmt.(option ~none:(unit "no timestamp provided") pp_pt) now - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/validation.ml", line 193, characters 42-46: - 193 | Certificate.pp c Fmt.(option ~none:(unit "none") Domain_name.pp) n - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - - File "lib/validation.ml", line 218, characters 25-29: - 218 | Fmt.(option ~none:(unit "no timestamp provided") pp_pt) now - ^^^^ - Alert deprecated: Fmt.unit - use Fmt.any instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -g -I lib/.x509.objs/byte -I lib/.x509.objs/native -I lib/.x509.objs/public_cmi -I /home/opam/.opam/default/lib/asn1-combinators -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/domain-name -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/gmap -I /home/opam/.opam/default/lib/nocrypto -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/ptime -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/zarith -cmi-file lib/.x509.objs/byte/x509__Crl.cmi -no-alias-deps -open X509__ -o lib/.x509.objs/native/x509__Crl.cmx -c -impl lib/crl.ml) - File "lib/crl.ml", line 144, characters 32-46: - 144 | let is_revoked (crls : t list) ?hash_whitelist ~issuer:super ~cert = - ^^^^^^^^^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. -> compiled x509.0.9.0 -> installed x509.0.9.0 [WARNING] Opam package conf-pkg-config.5 depends on the following system package that can no longer be found: pkg-config === STDERR === 2026-06-24 17:59.21: OK: build x509.0.9.0 (runc: 6.1s, disk: 42KB) 2026-06-24 17:59.21: Job succeeded