Build:
  1. 0
2026-06-24 14:06.18: New job: build ocamlformat.0.20.1 (3f0257d89f21)
2026-06-24 14:06.18: Waiting for resource in pool day11-builds
2026-06-24 16:25.06: Got resource from pool day11-builds
2026-06-24 16:25.06: [profile full] build ocamlformat.0.20.1
2026-06-24 16:25.06: build ocamlformat.0.20.1 (3f0257d89f21)
=== DEPENDENCIES (36 transitive) ===
  astring.0.8.5                                      4ebc2fc0ee9d
  base.v0.14.4                                       e3c1d0c6cf1f
  base-bytes.base                                    c40d17bc86b5
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  camlp-streams.5.0.1                                23dcca9733d3
  cmdliner.1.3.0                                     7280d3fb1acd
  csexp.1.5.1                                        3b8b439aa630
  dune.2.9.3                                         b31e72bc915d
  dune-build-info.2.9.3                              caf3be34764e
  dune-configurator.2.9.3                            325687bc43ee
  either.1.0.0                                       593776797f07
  fix.20250919                                       d5aae144c335
  fpath.0.7.3                                        eb0f576d915f
  menhir.20260209                                    a577c21a71cf
  menhirCST.20260209                                 43b747f03210
  menhirGLR.20260209                                 6eb118eece0b
  menhirLib.20260209                                 15362e66aa33
  menhirSdk.20260209                                 5b7c8c9d382f
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocaml-version.3.5.0                                61182e89e2ee
  ocamlbuild.0.16.1                                  7e0d6aadb209
  ocamlfind.1.9.8                                    214dd418ac02
  ocp-indent.1.8.1                                   0f823b541706
  odoc-parser.1.0.1                                  af504f537f09
  re.1.12.0                                          27e6b88254ca
  result.1.5                                         bd06eaf5b0dd
  seq.base                                           0160fc3002c2
  sexplib0.v0.14.0                                   5dc1f2ab67c2
  stdio.v0.14.0                                      a66cabd553a0
  topkg.1.1.1                                        511e1a1958da
  uucp.17.0.0                                        e8fc1f53b026
  uuseg.17.0.0                                       ce8d69fb1d84
  uutf.1.0.4                                         6722c3fe4bcc
=== STDOUT ===
Processing: [default: loading data]
[ocamlformat.0.20.1: dl]
[ocamlformat.0.20.1: extract]
-> retrieved ocamlformat.0.20.1  (https://opam.ocaml.org/cache)
[ocamlformat: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ocamlformat" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocamlformat.0.20.1)
-       ocamlc vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte/ocamlformat_stdlib__Cmdliner_ext.{cmi,cmti}
- File "vendor/ocamlformat-stdlib/cmdliner_ext.mli", line 9, characters 12-21:
- 9 | val parse : Term.info -> (unit -> 'a Term.ret) -> 'a Term.result
-                 ^^^^^^^^^
- Alert deprecated: Term.info
- Use Cmd.info instead.
-       ocamlc vendor/parse-wyc/menhir-recover/.main.eobjs/byte/dune__exe__Synthesis.{cmi,cmo,cmt}
- File "vendor/parse-wyc/menhir-recover/synthesis.ml", line 194, characters 15-29:
- 194 |               (Lr1.reductions st)
-                      ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
-     ocamlopt vendor/parse-wyc/menhir-recover/.main.eobjs/native/dune__exe__Synthesis.{cmx,o}
- File "vendor/parse-wyc/menhir-recover/synthesis.ml", line 194, characters 15-29:
- 194 |               (Lr1.reductions st)
-                      ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
-       ocamlc vendor/parse-wyc/menhir-recover/.main.eobjs/byte/dune__exe__Main.{cmi,cmo,cmt}
- File "vendor/parse-wyc/menhir-recover/main.ml", line 47, characters 11-25:
- 47 |           (Lr1.reductions st));
-                 ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
-     ocamlopt vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native/ocamlformat_stdlib__Cmdliner_ext.{cmx,o}
- File "vendor/ocamlformat-stdlib/cmdliner_ext.ml", line 28, characters 2-11:
- 28 |   Term.eval (Term.(ret (const validate $ tuple !args)), info)
-        ^^^^^^^^^
- Alert deprecated: Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
-     ocamlopt vendor/parse-wyc/menhir-recover/.main.eobjs/native/dune__exe__Main.{cmx,o}
- File "vendor/parse-wyc/menhir-recover/main.ml", line 47, characters 11-25:
- 47 |           (Lr1.reductions st));
-                 ^^^^^^^^^^^^^^
- Alert deprecated: G.Lr1.reductions
- Please use [get_reductions]
-     ocamlopt lib/.ocamlformat_lib.objs/native/ocamlformat_lib__Conf.{cmx,o}
- File "lib/Conf.ml", line 178, characters 2-11:
- 178 |   Term.info "ocamlformat" ~version:Version.current ~doc ~man
-         ^^^^^^^^^
- Alert deprecated: Ocamlformat_stdlib.Cmdliner.Term.info
- Use Cmd.info instead.
- File "lib/Conf.ml", line 1196, characters 12-23:
- 1196 |   let env = Arg.env_var "OCAMLFORMAT" in
-                    ^^^^^^^^^^^
- Alert deprecated: Ocamlformat_stdlib.Cmdliner.Arg.env_var
- Use Cmd.Env.info instead.
-> compiled  ocamlformat.0.20.1
-> installed ocamlformat.0.20.1

=== STDERR ===

2026-06-24 16:25.58: OK: build ocamlformat.0.20.1 (runc: 40.7s, disk: 13KB)
2026-06-24 16:25.58: Job succeeded