Build:
  1. 1
  2. 0
2026-09-03 21:41.22: New job: build ocamlformat.0.20.1 (5d7b0fc1cfcf)
2026-09-03 21:41.22: Waiting for resource in pool day11-builds
2026-09-03 22:40.56: Got resource from pool day11-builds
2026-09-03 22:40.56: [profile full] build ocamlformat.0.20.1
2026-09-03 22:40.56: build ocamlformat.0.20.1 (5d7b0fc1cfcf)
=== DEPENDENCIES (36 transitive) ===
  astring.0.8.5                                      632949034a64
  base.v0.14.4                                       79bf05ee2230
  base-bytes.base                                    68d84c459288
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  camlp-streams.5.0.1                                cab5728c7226
  cmdliner.1.3.0                                     50421b7f7592
  csexp.1.5.1                                        ae51a7546d3e
  dune.2.9.3                                         7191b8072f51
  dune-build-info.2.9.3                              391d00812a70
  dune-configurator.2.9.3                            528bb22b0c70
  either.1.0.0                                       a96f054df9af
  fix.20250919                                       9cf509b2aff9
  fpath.0.7.3                                        94c0602f02cc
  menhir.20260209                                    7129ec4d777b
  menhirCST.20260209                                 fde6e9a5d458
  menhirGLR.20260209                                 e695e6b48890
  menhirLib.20260209                                 aec0f4634b16
  menhirSdk.20260209                                 5e4d7ba3810b
  ocaml.4.14.4                                       c7d6265b51fe
  ocaml-base-compiler.4.14.4                         7a409b6ffbef
  ocaml-config.2                                     85edea6ac168
  ocaml-version.3.5.0                                3c3b9a9f940d
  ocamlbuild.0.16.1                                  5ae5ab4d19bf
  ocamlfind.1.9.8                                    3cae95bed0a0
  ocp-indent.1.8.1                                   d5a868d4209e
  odoc-parser.1.0.1                                  a1919c68370e
  re.1.12.0                                          09e2a6bd63d7
  result.1.5                                         832dbb2f8453
  seq.base                                           1957e27deb9b
  sexplib0.v0.14.0                                   d9d4a90d957a
  stdio.v0.14.0                                      740c7131ef50
  topkg.1.1.1                                        f1122af0988e
  uucp.17.0.0                                        9b4df18e7688
  uuseg.17.0.0                                       228958c30b6e
  uutf.1.0.4                                         c96782dc9eaa
=== 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]
-       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/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]
-     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-09-03 22:41.36: OK: build ocamlformat.0.20.1 (runc: 30.6s, disk: 13KB)
2026-09-03 22:41.36: Job succeeded