Build:
  1. 0
2026-06-24 15:48.01: New job: build ometrics.0.1.1 (068589c0a28e)
2026-06-24 15:48.01: Waiting for resource in pool day11-builds
2026-06-24 16:51.07: Got resource from pool day11-builds
2026-06-24 16:51.07: [profile full] build ometrics.0.1.1
2026-06-24 16:51.07: build ometrics.0.1.1 (068589c0a28e)
=== DEPENDENCIES (17 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  cmdliner.1.3.0                                     e9d453bfc20a
  csexp.1.5.2                                        cbff46c78e23
  dot-merlin-reader.4.7.1                            d5965a801b91
  dune.3.23.1                                        ec34fe9ebf2c
  menhir.20211012                                    3e5bbfc7aef3
  menhirLib.20211012                                 5ac655eb6dac
  menhirSdk.20211012                                 256d1d87f38d
  ocaml.4.12.1                                       dee35ad2ab01
  ocaml-base-compiler.4.12.1                         16a69ab1424d
  ocaml-config.2                                     e77f021f2144
  ocaml-secondary-compiler.4.14.2                    fb63d435ed9e
  ocamlfind.1.9.6                                    8d8d9a490c0f
  ocamlfind-secondary.1.9.6                          e7e9f5a4b1a5
  result.1.5                                         b2f02c331fa8
  yojson.3.0.0                                       9255a8519b65
=== STDOUT ===
Processing: [default: loading data]
[ometrics.0.1.1: dl]
[ometrics.0.1.1: extract]
-> retrieved ometrics.0.1.1  (https://opam.ocaml.org/cache)
[ometrics: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ometrics" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/ometrics.0.1.1)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I bin/.main.eobjs/byte -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/csexp -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/yojson -I lib/.ometrics.objs/byte -I vendor/merlin/src/analysis/.merlin_analysis.objs/byte -I vendor/merlin/src/config/.config.objs/byte -I vendor/merlin/src/dot-merlin/dot-protocol/.merlin_dot_protocol.objs/byte -I vendor/merlin/src/extend/.merlin_extend.objs/byte -I vendor/merlin/src/frontend/.query_protocol.objs/byte -I vendor/merlin/src/kernel/.merlin_kernel.objs/byte -I vendor/merlin/src/ocaml/merlin_specific/.merlin_specific.objs/byte -I vendor/merlin/src/ocaml/parsing/.parsing.objs/byte -I vendor/merlin/src/ocaml/preprocess/.preprocess.objs/byte -I vendor/merlin/src/ocaml/typing/.typing.objs/byte -I vendor/merlin/src/ocaml/utils/.utils.objs/byte -I vendor/merlin/src/platform/.os_ipc.objs/byte -I vendor/merlin/src/utils/.merlin_utils.objs/byte -no-alias-deps -o bin/.main.eobjs/byte/dune__exe__Main.cmo -c -impl bin/main.ml)
- File "bin/main.ml", line 56, characters 16-34:
- 56 |     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 64, characters 6-15:
- 64 |       Term.info "check" ~version ~doc ~exits )
-            ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/main.ml", line 67, characters 16-34:
- 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/main.ml", line 80, characters 6-15:
- 80 |       Term.info "check-clone" ~version ~doc ~exits )
-            ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/main.ml", line 86, characters 14-32:
- 86 |   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 87, characters 46-55:
- 87 |   (Term.(ret (const (`Help (`Pager, None)))), Term.info name ~version ~exits)
-                                                    ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/main.ml", line 90, characters 15-19:
- 90 | let () = Term.(exit @@ eval_choice default cmds)
-                     ^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "bin/main.ml", line 90, characters 23-34:
- 90 | let () = Term.(exit @@ eval_choice default cmds)
-                             ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I /home/opam/.opam/default/lib/cmdliner -I /home/opam/.opam/default/lib/csexp -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/yojson -I lib/.ometrics.objs/byte -I lib/.ometrics.objs/native -I vendor/merlin/src/analysis/.merlin_analysis.objs/byte -I vendor/merlin/src/analysis/.merlin_analysis.objs/native -I vendor/merlin/src/config/.config.objs/byte -I vendor/merlin/src/config/.config.objs/native -I vendor/merlin/src/dot-merlin/dot-protocol/.merlin_dot_protocol.objs/byte -I vendor/merlin/src/dot-merlin/dot-protocol/.merlin_dot_protocol.objs/native -I vendor/merlin/src/extend/.merlin_extend.objs/byte -I vendor/merlin/src/extend/.merlin_extend.objs/native -I vendor/merlin/src/frontend/.query_protocol.objs/byte -I vendor/merlin/src/frontend/.query_protocol.objs/native -I vendor/merlin/src/kernel/.merlin_kernel.objs/byte -I vendor/merlin/src/kernel/.merlin_kernel.objs/native -I vendor/merlin/src/ocaml/merlin_specific/.merlin_specific.objs/byte -I vendor/merlin/src/ocaml/merlin_specific/.merlin_specific.objs/native -I vendor/merlin/src/ocaml/parsing/.parsing.objs/byte -I vendor/merlin/src/ocaml/parsing/.parsing.objs/native -I vendor/merlin/src/ocaml/preprocess/.preprocess.objs/byte -I vendor/merlin/src/ocaml/preprocess/.preprocess.objs/native -I vendor/merlin/src/ocaml/typing/.typing.objs/byte -I vendor/merlin/src/ocaml/typing/.typing.objs/native -I vendor/merlin/src/ocaml/utils/.utils.objs/byte -I vendor/merlin/src/ocaml/utils/.utils.objs/native -I vendor/merlin/src/platform/.os_ipc.objs/byte -I vendor/merlin/src/platform/.os_ipc.objs/native -I vendor/merlin/src/utils/.merlin_utils.objs/byte -I vendor/merlin/src/utils/.merlin_utils.objs/native -intf-suffix .ml -no-alias-deps -o bin/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/main.ml)
- File "bin/main.ml", line 56, characters 16-34:
- 56 |     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 64, characters 6-15:
- 64 |       Term.info "check" ~version ~doc ~exits )
-            ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/main.ml", line 67, characters 16-34:
- 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/main.ml", line 80, characters 6-15:
- 80 |       Term.info "check-clone" ~version ~doc ~exits )
-            ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/main.ml", line 86, characters 14-32:
- 86 |   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 87, characters 46-55:
- 87 |   (Term.(ret (const (`Help (`Pager, None)))), Term.info name ~version ~exits)
-                                                    ^^^^^^^^^
- Alert deprecated: Cmdliner.Term.info
- Use Cmd.info instead.
- File "bin/main.ml", line 90, characters 15-19:
- 90 | let () = Term.(exit @@ eval_choice default cmds)
-                     ^^^^
- Alert deprecated: Cmdliner.Term.exit
- Use Stdlib.exit and Cmd.eval instead.
- File "bin/main.ml", line 90, characters 23-34:
- 90 | let () = Term.(exit @@ eval_choice default cmds)
-                             ^^^^^^^^^^^
- Alert deprecated: Cmdliner.Term.eval_choice
- Use Cmd.group and one of Cmd.eval* instead.
-> compiled  ometrics.0.1.1
-> installed ometrics.0.1.1

=== STDERR ===

2026-06-24 16:52.01: OK: build ometrics.0.1.1 (runc: 35.7s, disk: 13KB)
2026-06-24 16:52.01: Job succeeded