Build:
- 0
2026-06-24 16:53.29: New job: build x509.0.9.0 (6a3eb532e7d6)
2026-06-24 16:53.29: Waiting for resource in pool day11-builds
2026-06-24 17:40.12: Got resource from pool day11-builds
2026-06-24 17:40.12: [profile full] build x509.0.9.0
2026-06-24 17:40.12: build x509.0.9.0 (6a3eb532e7d6)
=== DEPENDENCIES (45 transitive) ===
asn1-combinators.0.2.5 8e2638b803b0
astring.0.8.5 a26592bf0052
base.v0.13.2 8fb64073d002
base-bytes.base 3e1ba44cda89
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bigarray-compat.1.1.0 b6c74729d8ce
conf-gmp.5 be11edf77089
conf-pkg-config.5 d5de2c6a88f9
cppo.1.6.9 66078b6b9a3c
cpuid.0.1.2 c9ea9eaf5d57
cstruct.5.1.1 d4b8efea46c7
cstruct-lwt.5.1.1 28afd97ec0bb
domain-name.0.5.0 ddfa85999c18
dune.1.11.4 306d9076d3e7
dune-configurator.1.0.0 5ee2dda44891
fmt.0.11.0 8e5f3bbb88f3
gmap.0.3.0 e955589963ac
lwt.5.7.0 fb99ce3a8461
mirage-no-solo5.1 a98a77e49427
mirage-no-xen.1 b28ee867b674
nocrypto.0.5.4-2 c2fc2fa2c8ec
num.1.6 75f83edda7ae
ocaml.4.11.2 dc018a4b7397
ocaml-base-compiler.4.11.2 81f0dd8b8651
ocaml-compiler-libs.v0.12.3 a38bf71903cc
ocaml-config.1 2489653e51e5
ocaml-migrate-parsetree.1.8.0 6536861c4b6c
ocamlbuild.0.16.1 c852f758aecf
ocamlfind.1.9.8 c048fc0ddff1
ocb-stubblr.0.1.1-1 4d86a4d8e1a7
ocplib-endian.1.2 fa751d8e9c07
parsexp.v0.13.0 dd87768feda5
ppx_derivers.1.2.1 8cf29306a108
ppx_deriving.5.1 332077b72994
ppx_sexp_conv.v0.13.0 93bf9cd904a3
ppxlib.0.15.0 d0c9cb1d6d98
ptime.0.8.5 88614ed24178
result.1.5 01de9c2c17e6
rresult.0.7.0 3397572171d6
sexplib.v0.13.0 d248e79f5e14
sexplib0.v0.13.0 db4180d7755e
stdlib-shims.0.3.0 ba79146f6770
topkg.1.1.1 1dae331d8019
zarith.1.14 5f1143c5312d
=== 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)
- ocamlc lib/.x509.objs/byte/x509__General_name.{cmi,cmo,cmt}
- 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.
- ocamlc lib/.x509.objs/byte/x509__Extension.{cmi,cmo,cmt}
- 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.
- ocamlopt lib/.x509.objs/native/x509__General_name.{cmx,o}
- 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.
- ocamlc lib/.x509.objs/byte/x509__Certificate.{cmi,cmo,cmt}
- 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.
- ocamlc lib/.x509.objs/byte/x509__Validation.{cmi,cmo,cmt}
- 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.
- ocamlopt lib/.x509.objs/native/x509__Extension.{cmx,o}
- 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.
- ocamlopt lib/.x509.objs/native/x509__Certificate.{cmx,o}
- 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.
- ocamlopt lib/.x509.objs/native/x509__Validation.{cmx,o}
- 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.
-> 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:40.25: OK: build x509.0.9.0 (runc: 6.1s, disk: 24KB)
2026-06-24 17:40.25: Job succeeded