Build:
- 0
2026-06-24 15:59.28: New job: build mdx.1.10.0 (78cc9d4947bf)
2026-06-24 15:59.28: Waiting for resource in pool day11-builds
2026-06-24 16:55.15: Got resource from pool day11-builds
2026-06-24 16:55.15: [profile full] build mdx.1.10.0
2026-06-24 16:55.15: build mdx.1.10.0 (78cc9d4947bf)
=== DEPENDENCIES (23 transitive) ===
astring.0.8.5 a730652896a2
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
cmdliner.1.3.0 e9d453bfc20a
cppo.1.8.0 216785dacf31
csexp.1.5.1 33b9ed7c0a98
dune.2.9.3 f86544dfcbd0
fmt.0.11.0 c07ba04c0c6f
fpath.0.7.3 4643719029a9
logs.0.8.0 d6eb1905d30c
ocaml.4.12.1 dee35ad2ab01
ocaml-base-compiler.4.12.1 16a69ab1424d
ocaml-config.2 e77f021f2144
ocaml-version.3.5.0 242b88ea1b9f
ocamlbuild.0.16.1 2ce5a99932fe
ocamlfind.1.9.8 f66c61fccf46
odoc.1.5.3 9f79ffb156f6
re.1.12.0 c0b7c9059bc7
result.1.5 92c90cd12385
seq.base 67d9aec3c6ca
topkg.1.1.1 aa3cc6caa0fe
tyxml.4.6.0 b43e2bc60941
uutf.1.0.4 c576c893c0a6
=== STDOUT ===
Processing: [default: loading data]
[mdx.1.10.0: dl]
[mdx.1.10.0: extract]
-> retrieved mdx.1.10.0 (https://opam.ocaml.org/cache)
[mdx: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "mdx" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/mdx.1.10.0)
- ocamlc lib/.mdx.objs/byte/mdx__Misc.{cmi,cmo,cmt}
- File "lib/misc.ml", line 32, characters 34-38:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- File "lib/misc.ml", line 58, characters 2-11:
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- ocamlopt lib/.mdx.objs/native/mdx__Misc.{cmx,o}
- File "lib/misc.ml", line 32, characters 34-38:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- File "lib/misc.ml", line 58, characters 2-11:
- Alert deprecated: Fmt.kstrf
- use Fmt.kstr instead.
- ocamlc lib/.mdx.objs/byte/mdx__Document.{cmo,cmt}
- File "lib/document.ml", line 33, characters 36-40:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- ocamlc lib/.mdx.objs/byte/mdx__Block.{cmo,cmt}
- File "lib/block.ml", line 134, characters 18-22:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- File "lib/block.ml", line 166, characters 42-46:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- File "lib/block.ml", line 170, characters 57-61:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- ocamlc bin/.cli.objs/byte/cli.{cmo,cmt}
- File "bin/cli.ml", line 8, characters 12-23:
- 8 | let env = Arg.env_var ~doc "MDX_RUN_NON_DETERMINISTIC" in
- ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Arg.env_var
- Use Cmd.Env.info instead.
- ocamlopt lib/.mdx.objs/native/mdx__Block.{cmx,o}
- File "lib/block.ml", line 134, characters 18-22:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- File "lib/block.ml", line 166, characters 42-46:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- File "lib/block.ml", line 170, characters 57-61:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- ocamlopt lib/.mdx.objs/native/mdx__Document.{cmx,o}
- File "lib/document.ml", line 33, characters 36-40:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- ocamlc lib/test/.mdx_test.objs/byte/mdx_test.{cmo,cmt}
- File "lib/test/mdx_test.ml", line 131, characters 20-24:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- File "lib/test/mdx_test.ml", line 133, characters 20-24:
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- ocamlc bin/test/.main.eobjs/byte/dune__exe__Main.{cmo,cmt}
- File "bin/test/main.ml", line 77, characters 14-32:
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
- File "bin/test/main.ml", line 81, characters 6-10:
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/test/main.ml", line 85, characters 4-13:
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/test/main.ml", line 87, characters 20-31:
- Alert deprecated: Cmdliner.Term.exit_status
- Use Stdlib.exit and Cmd.eval' instead.
- File "bin/test/main.ml", line 87, characters 35-39:
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- ocamlopt bin/.cli.objs/native/cli.{cmx,o}
- File "bin/cli.ml", line 8, characters 12-23:
- 8 | let env = Arg.env_var ~doc "MDX_RUN_NON_DETERMINISTIC" in
- ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Arg.env_var
- Use Cmd.Env.info instead.
- ocamlc bin/.main.eobjs/byte/dune__exe__Deps.{cmi,cmti}
- File "bin/deps.mli", line 19, characters 23-32:
- 19 | val cmd : int Term.t * Term.info
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- ocamlc bin/.main.eobjs/byte/dune__exe__Pp.{cmi,cmti}
- File "bin/pp.mli", line 19, characters 23-32:
- 19 | val cmd : int Term.t * Term.info
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- ocamlc bin/.main.eobjs/byte/dune__exe__Rule.{cmi,cmti}
- File "bin/rule.mli", line 19, characters 23-32:
- 19 | val cmd : int Term.t * Term.info
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- ocamlc bin/.main.eobjs/byte/dune__exe__Test.{cmi,cmti}
- File "bin/test.mli", line 19, characters 23-32:
- 19 | val cmd : int Term.t * Term.info
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- ocamlc bin/.main.eobjs/byte/dune__exe__Dune_gen.{cmi,cmti}
- File "bin/dune_gen.mli", line 19, characters 23-32:
- 19 | val cmd : int Term.t * Term.info
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- ocamlopt bin/.main.eobjs/native/dune__exe__Pp.{cmx,o}
- File "bin/pp.ml", line 49, characters 47-51:
- 49 | let pp_lines = Fmt.(list ~sep:(unit "\n") string) in
- ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- File "bin/pp.ml", line 67, characters 14-32:
- 67 | let exits = Term.default_exits in
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
- File "bin/pp.ml", line 68, characters 10-14:
- 68 | ( Term.(pure run $ Cli.setup $ Cli.file $ Cli.section),
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/pp.ml", line 69, characters 4-13:
- 69 | Term.info "pp" ~doc ~exits )
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- ocamlopt bin/.main.eobjs/native/dune__exe__Deps.{cmx,o}
- File "bin/deps.ml", line 42, characters 9-13:
- 42 | (Term.(pure run $ Cli.setup $ Cli.syntax $ Cli.file), Term.info "deps" ~doc)
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/deps.ml", line 42, characters 56-65:
- 42 | (Term.(pure run $ Cli.setup $ Cli.syntax $ Cli.file), Term.info "deps" ~doc)
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- ocamlopt bin/.main.eobjs/native/dune__exe__Test.{cmx,o}
- File "bin/test.ml", line 50, characters 23-32:
- 50 | let cmd : int Term.t * Term.info =
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/test.ml", line 50, characters 23-32:
- 50 | let cmd : int Term.t * Term.info =
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/test.ml", line 53, characters 6-10:
- 53 | pure run $ Cli.setup $ Cli.non_deterministic $ Cli.silent_eval
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/test.ml", line 57, characters 4-13:
- 57 | Term.info "test" ~doc )
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- ocamlopt bin/.main.eobjs/native/dune__exe__Dune_gen.{cmx,o}
- File "bin/dune_gen.ml", line 60, characters 10-14:
- 60 | ( Term.(pure run $ Cli.setup $ Cli.prelude $ Cli.directories),
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/dune_gen.ml", line 61, characters 4-13:
- 61 | Term.info "dune-gen" ~doc )
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- ocamlopt bin/.main.eobjs/native/dune__exe__Rule.{cmx,o}
- File "bin/rule.ml", line 43, characters 53-57:
- 43 | Fmt.pf fmt " (locks @[%a@])\n" Fmt.(list ~sep:(unit "@\n") string) locks
- ^^^^
- Alert deprecated: Fmt.unit
- use Fmt.any instead.
- File "bin/rule.ml", line 275, characters 6-10:
- 275 | pure run $ Cli.setup $ Cli.file $ Cli.section $ Cli.syntax $ Cli.prelude
- ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "bin/rule.ml", line 277, characters 4-13:
- 277 | Term.info "rule" ~doc )
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- ocamlopt bin/.main.eobjs/native/dune__exe__Main.{cmx,o}
- File "bin/main.ml", line 25, characters 14-32:
- 25 | let exits = Term.default_exits in
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.default_exits
- Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
- File "bin/main.ml", line 28, characters 4-13:
- 28 | Term.info "ocaml-mdx" ~version:"1.10.0" ~doc ~exits ~man )
- ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/main.ml", line 30, characters 20-31:
- 30 | let main () = Term.(exit_status @@ eval_choice main cmds)
- ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.exit_status
- Use Stdlib.exit and Cmd.eval' instead.
- File "bin/main.ml", line 30, characters 35-46:
- 30 | let main () = Term.(exit_status @@ eval_choice main cmds)
- ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
-> compiled mdx.1.10.0
-> installed mdx.1.10.0
=== STDERR ===
2026-06-24 16:55.43: OK: build mdx.1.10.0 (runc: 7.6s, disk: 17KB)
2026-06-24 16:55.43: Job succeeded