Build:
  1. 0
2026-06-16 11:51.29: New job: build omod.0.0.3 (41c33c475ef0)
2026-06-16 11:51.29: Waiting for resource in pool day11-builds
2026-06-16 12:15.16: Got resource from pool day11-builds
2026-06-16 12:15.16: [profile full] build omod.0.0.3
2026-06-16 12:15.16: build omod.0.0.3 (41c33c475ef0)
=== DEPENDENCIES (7 transitive) ===
  cmdliner.2.1.1                                     028a21e51b66
  ocaml.5.1.1                                        14b304529104
  ocaml-base-compiler.5.1.1                          6a7356cc38e6
  ocaml-config.3                                     902a985e27d4
  ocamlbuild.0.16.1                                  3e6caa8dafb4
  ocamlfind.1.9.8                                    1a45b3c21c31
  topkg.1.1.1                                        84b90bd0f255
=== STDOUT ===
Processing: [default: loading data]
[omod.0.0.3: dl]
[omod.0.0.3: extract]
-> retrieved omod.0.0.3  (https://opam.ocaml.org/cache)
[omod: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--dev-pkg" "false" "--lib-dir" "/home/opam/.opam/default/lib" (CWD=/home/opam/.opam/default/.opam-switch/build/omod.0.0.3)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package compiler-libs.toplevel -modules src/omod.ml > src/omod.ml.depends
- + ocamlfind ocamldep -package compiler-libs.toplevel -modules src/omod.mli > src/omod.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/omod.cmi src/omod.mli
- + ocamlfind ocamldep -package compiler-libs.toplevel -modules src/omod_top.ml > src/omod_top.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/omod_top.cmo src/omod_top.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/omod_top.cmo src/omod_top.ml
- File "src/omod_top.ml", line 9, characters 28-51:
- 9 |   let is_utop = Hashtbl.mem Toploop.directive_table "utop_help" in
-                                 ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/omod.cmx src/omod.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/omod_top.cmx src/omod_top.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/omod_top.cmx src/omod_top.ml
- File "src/omod_top.ml", line 9, characters 28-51:
- 9 |   let is_utop = Hashtbl.mem Toploop.directive_table "utop_help" in
-                                 ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- + ocamlfind ocamlopt -a -package compiler-libs.toplevel -I src src/omod.cmx src/omod_top.cmx -o src/omod.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.toplevel -I src -I test -o src/omod.cmo src/omod.ml
- + ocamlfind ocamldep -package compiler-libs.common -modules src/omod_ocamlc.ml > src/omod_ocamlc.ml.depends
- + ocamlfind ocamldep -package compiler-libs.common -modules src/omod_ocamlc.mli > src/omod_ocamlc.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -I src -I test -o src/omod_ocamlc.cmi src/omod_ocamlc.mli
- + ocamlfind ocamldep -package 'compiler-libs.common unix' -modules src/omod_support.ml > src/omod_support.ml.depends
- + ocamlfind ocamldep -package 'compiler-libs.common unix' -modules src/omod_support.mli > src/omod_support.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'compiler-libs.common unix' -I src -I test -o src/omod_support.cmi src/omod_support.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package compiler-libs.common -I src -I test -o src/omod_ocamlc.cmx src/omod_ocamlc.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'compiler-libs.common unix' -I src -I test -o src/omod_support.cmx src/omod_support.ml
- + ocamlfind ocamlopt -a -package 'compiler-libs.common unix' -I src src/omod_ocamlc.cmx src/omod_support.cmx -o src/omod_support.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package compiler-libs.common -I src -I test -o src/omod_ocamlc.cmo src/omod_ocamlc.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'compiler-libs.common unix' -I src -I test -o src/omod_support.cmo src/omod_support.ml
- + ocamlfind ocamldep -package 'cmdliner compiler-libs.common unix' -modules src/omod_bin.ml > src/omod_bin.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package 'cmdliner compiler-libs.common unix' -I src -I test -o src/omod_bin.cmo src/omod_bin.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package 'cmdliner compiler-libs.common unix' -I src -I test -o src/omod_bin.cmx src/omod_bin.ml
- + ocamlfind ocamlopt -shared -linkall -package compiler-libs.toplevel -I src src/omod.cmxa -o src/omod.cmxs
- + ocamlfind ocamlc -a -package compiler-libs.toplevel -I src src/omod.cmo src/omod_top.cmo -o src/omod.cma
- + ocamlfind ocamlopt -shared -linkall -package 'compiler-libs.common unix' -I src src/omod_support.cmxa -o src/omod_support.cmxs
- + ocamlfind ocamlc -a -package 'compiler-libs.common unix' -I src src/omod_ocamlc.cmo src/omod_support.cmo -o src/omod_support.cma
- + ocamlfind ocamlopt -linkpkg -g -package 'cmdliner compiler-libs.common unix' -I src src/omod.cmx src/omod_ocamlc.cmx src/omod_support.cmx src/omod_bin.cmx -o src/omod_bin.native
- # Parallel statistics: { count(total): 2(24), max: 5, min: 2, average(total): 3.500(1.208) }
-> compiled  omod.0.0.3
[omod: install]
+ /usr/bin/install "-d" "/home/opam/.opam/default/lib/ocaml/" (CWD=/home/opam/.opam/default/.opam-switch/build/omod.0.0.3)
[omod: install]
+ /usr/bin/install "src/omod.top" "src/omod.nattop" "/home/opam/.opam/default/lib/ocaml/" (CWD=/home/opam/.opam/default/.opam-switch/build/omod.0.0.3)
-> installed omod.0.0.3

=== STDERR ===

2026-06-16 12:15.32: OK: build omod.0.0.3 (runc: 6.1s, disk: 10KB)
2026-06-16 12:15.32: Job succeeded