Build:
  1. 0
2026-06-16 14:28.08: New job: build mdx.1.10.1 (2cc59c09c569)
2026-06-16 14:28.08: Waiting for resource in pool day11-builds
2026-06-16 16:10.35: Got resource from pool day11-builds
2026-06-16 16:10.35: [profile full] build mdx.1.10.1
2026-06-16 16:10.35: build mdx.1.10.1 (2cc59c09c569)
=== DEPENDENCIES (23 transitive) ===
  astring.0.8.5                                      ee1f3bf95dc8
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cmdliner.1.3.0                                     3cfffa4dddff
  cppo.1.8.0                                         6bcfef17dfc1
  csexp.1.5.1                                        fa0f9702e7e7
  dune.2.9.3                                         27660b29177f
  fmt.0.11.0                                         2b06b64d850d
  fpath.0.7.3                                        0a6805d7891d
  logs.0.8.0                                         618689c42b3e
  ocaml.4.13.1                                       374ce8822fbe
  ocaml-base-compiler.4.13.1                         3060c22370ce
  ocaml-config.2                                     7e2bf3da2a6e
  ocaml-version.3.5.0                                f6a92ca476c4
  ocamlbuild.0.16.1                                  92efc231a261
  ocamlfind.1.9.8                                    07c0f7045661
  odoc.1.5.3                                         38b9d6ca4e9e
  re.1.12.0                                          262ddd16686a
  result.1.5                                         9c629e3718c0
  seq.base                                           bf7c50d4ed64
  topkg.1.1.1                                        9e62ca7deaa9
  tyxml.4.6.0                                        3e95196f54da
  uutf.1.0.4                                         a35b1f731e72
=== STDOUT ===
Processing: [default: loading data]
[mdx.1.10.1: dl]
[mdx.1.10.1: extract]
-> retrieved mdx.1.10.1  (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.1)
-       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__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 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/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/.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 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__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__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__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.
-     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.
-       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__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.1" ~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.1
-> installed mdx.1.10.1

=== STDERR ===

2026-06-16 16:11.29: OK: build mdx.1.10.1 (runc: 8.6s, disk: 17KB)
2026-06-16 16:11.29: Job succeeded