Build:
- 0
2026-09-03 22:56.18: New job: build x509.0.9.0 (43e265d49b10)
2026-09-03 22:56.18: Waiting for resource in pool day11-builds
2026-09-03 23:45.44: Got resource from pool day11-builds
2026-09-03 23:45.44: [profile full] build x509.0.9.0
2026-09-03 23:45.45: build x509.0.9.0 (43e265d49b10)
=== DEPENDENCIES (45 transitive) ===
asn1-combinators.0.2.5 2f7e5ac58ed5
astring.0.8.5 821941aaa7a9
base.v0.13.2 286d74e924a3
base-bytes.base f1ce9672d75a
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
bigarray-compat.1.1.0 183bcc25c954
conf-gmp.5 eac5259e412f
conf-pkg-config.5 74f50f3cfe72
cppo.1.6.9 8643b8614b47
cpuid.0.1.2 6c012fb720f2
cstruct.5.1.1 ed7ad59498ee
cstruct-lwt.5.1.1 d3b90cae9b10
domain-name.0.5.0 18481620ee4f
dune.1.11.4 0641013d1466
dune-configurator.1.0.0 12a29ea72b02
fmt.0.11.0 e7ab0b41a39b
gmap.0.3.0 eb02f598bfaf
lwt.5.7.0 3227e7e12592
mirage-no-solo5.1 9c2eb4cd08cf
mirage-no-xen.1 dc85de738483
nocrypto.0.5.4-2 20da288477a7
num.1.6 2234dcccc6b4
ocaml.4.11.2 9044b53bfe17
ocaml-base-compiler.4.11.2 d1ed934bdaf0
ocaml-compiler-libs.v0.12.3 c181f62a290b
ocaml-config.1 51b78fd13520
ocaml-migrate-parsetree.1.8.0 1b1f5b795996
ocamlbuild.0.16.1 3440315de9e6
ocamlfind.1.9.8 67e30f343c55
ocb-stubblr.0.1.1-1 1acf699b81a8
ocplib-endian.1.2 f550389bb73b
parsexp.v0.13.0 8042788ebb37
ppx_derivers.1.2.1 b4549c390102
ppx_deriving.5.1 368ee8ba7483
ppx_sexp_conv.v0.13.0 49859864b243
ppxlib.0.15.0 6c5fd8b4a404
ptime.0.8.5 768ac9763de9
result.1.5 5ba297ba5e79
rresult.0.7.0 a7226fb0fa35
sexplib.v0.13.0 bb50369f2489
sexplib0.v0.13.0 a8e503987400
stdlib-shims.0.3.0 535173d3b2c5
topkg.1.1.1 a4210ea8e9ab
zarith.1.14 8f45e1cc602f
=== 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.
- 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__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.
- 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-09-03 23:46.03: OK: build x509.0.9.0 (runc: 7.1s, disk: 24KB)
2026-09-03 23:46.03: Job succeeded