Build:
  1. 0
2026-09-03 17:32.20: New job: build depgraph.0.1.0 (ab8bce533b37)
2026-09-03 17:32.20: Waiting for resource in pool day11-builds
2026-09-03 18:34.10: Got resource from pool day11-builds
2026-09-03 18:34.10: [profile full] build depgraph.0.1.0
2026-09-03 18:34.10: build depgraph.0.1.0 (ab8bce533b37)
=== DEPENDENCIES (10 transitive) ===
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  cmdliner.1.3.0                                     50421b7f7592
  dune.3.24.2                                        bf83cdf0a904
  ocaml.4.14.4                                       c7d6265b51fe
  ocaml-base-compiler.4.14.4                         7a409b6ffbef
  ocaml-config.2                                     85edea6ac168
  ocamlfind.1.9.8                                    3cae95bed0a0
  ocamlgraph.2.2.0                                   ea246a21ca19
  omake.0.10.7                                       74337784436f
=== STDOUT ===
Processing: [default: loading data]
[depgraph.0.1.0: dl]
[depgraph.0.1.0: extract]
-> retrieved depgraph.0.1.0  (https://opam.ocaml.org/cache)
[depgraph: omake]
+ /home/opam/.opam/default/bin/omake  (CWD=/home/opam/.opam/default/.opam-switch/build/depgraph.0.1.0)
- *** omake: reading OMakefiles
- --- Checking for ocamlfind... (found /home/opam/.opam/default/bin/ocamlfind)
- --- Checking for ocamlc.opt... (found /home/opam/.opam/default/bin/ocamlc.opt)
- --- Checking for ocamlopt.opt... (found /home/opam/.opam/default/bin/ocamlopt.opt)
- --- Checking for ocamldep.opt... (found /home/opam/.opam/default/bin/ocamldep.opt)
- --- Checking for ocamllex.opt... (found /home/opam/.opam/default/bin/ocamllex.opt)
- --- Checking whether ocamlc understands the "z" warnings... (yes)
- --- Checking whether ocamlopt can create cmxs plugins... (yes)
- *** omake: finished reading OMakefiles (0.13 sec)
- --- Checking if ocamldep understands -modules... (yes)
- - build src depgraph.o
- + ocamlfind ocamlopt -package cmdliner,ocamlgraph,str -g -bin-annot -thread -I . -o depgraph.cmx -c depgraph.ml
- File "depgraph.ml", line 80, characters 5-22:
- 80 |   |> String.capitalize
-           ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii/StringLabels.capitalize_ascii instead.
- File "depgraph.ml", line 195, characters 17-21:
- 195 | let term = Term.(pure run $ dir $ use_cmi $ ignore_f)
-                        ^^^^
- Alert deprecated: Cmdliner.Term.pure
- Use Term.const instead.
- File "depgraph.ml", line 207, characters 2-11:
- 207 |   Term.info ~man "depgraph"
-         ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "depgraph.ml", line 210, characters 8-17:
- 210 |   match Term.eval (term, info) with
-               ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval
- Use Cmd.v and one of Cmd.eval* instead.
- *** omake: done (0.84 sec, 1/1 scans, 5/7 rules, 14/41 digests)
-> compiled  depgraph.0.1.0
-> installed depgraph.0.1.0

=== STDERR ===

2026-09-03 18:34.26: OK: build depgraph.0.1.0 (runc: 2.6s, disk: 7KB)
2026-09-03 18:34.26: Job succeeded