Build:
  1. 0
2026-06-24 11:22.34: New job: build depgraph.0.1.0 (08b23169bc80)
2026-06-24 11:22.34: Waiting for resource in pool day11-builds
2026-06-24 12:09.49: Got resource from pool day11-builds
2026-06-24 12:09.50: [profile full] build depgraph.0.1.0
2026-06-24 12:09.50: build depgraph.0.1.0 (08b23169bc80)
=== DEPENDENCIES (10 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  cmdliner.1.3.0                                     7280d3fb1acd
  dune.3.23.1                                        848a72441e15
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlfind.1.9.8                                    214dd418ac02
  ocamlgraph.2.2.0                                   9a3a86466508
  omake.0.10.7                                       1e0add9ab712
=== 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.12 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.83 sec, 1/1 scans, 5/7 rules, 14/41 digests)
-> compiled  depgraph.0.1.0
-> installed depgraph.0.1.0

=== STDERR ===

2026-06-24 12:10.11: OK: build depgraph.0.1.0 (runc: 2.6s, disk: 7KB)
2026-06-24 12:10.11: Job succeeded