Build:
  1. 0
2026-06-24 12:00.30: New job: build cmdtui.0.3.0 (872bb4363244)
2026-06-24 12:00.30: Waiting for resource in pool day11-builds
2026-06-24 13:17.32: Got resource from pool day11-builds
2026-06-24 13:17.32: [profile full] build cmdtui.0.3.0
2026-06-24 13:17.32: build cmdtui.0.3.0 (872bb4363244)
=== DEPENDENCIES (9 transitive) ===
  astring.0.8.5                                      4ebc2fc0ee9d
  base-unix.base                                     7d1428be9ddb
  fmt.0.11.0                                         2830e55b9a03
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlbuild.0.16.1                                  7e0d6aadb209
  ocamlfind.1.9.8                                    214dd418ac02
  topkg.1.1.1                                        511e1a1958da
=== STDOUT ===
Processing: [default: loading data]
[cmdtui.0.3.0: dl]
[cmdtui.0.3.0: extract]
-> retrieved cmdtui.0.3.0  (https://opam.ocaml.org/cache)
[cmdtui: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" "--tests" "false" "--with-lambda-term" "false" "--with-cmdliner" "false" "--with-logs" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/cmdtui.0.3.0)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package astring -modules src/cmdtui.ml > src/cmdtui.ml.depends
- + ocamlfind ocamldep -package astring -modules src/cmdtui.mli > src/cmdtui.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -principal -strict-sequence -w A-44 -warn-error SU -package astring -I src -o src/cmdtui.cmi src/cmdtui.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -principal -strict-sequence -w A-44 -warn-error SU -package astring -I src -o src/cmdtui.cmi src/cmdtui.mli
- File "_none_", line 1:
- Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters,
- like 'SU', is deprecated.
- Use the equivalent signed form: +S+U.
- Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix.
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -principal -strict-sequence -w A-44 -warn-error SU -package astring -I src -o src/cmdtui.cmx src/cmdtui.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -short-paths -principal -strict-sequence -w A-44 -warn-error SU -package astring -I src -o src/cmdtui.cmx src/cmdtui.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters,
- like 'SU', is deprecated.
- Use the equivalent signed form: +S+U.
- Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix.
- File "src/cmdtui.ml", line 16, characters 21-25:
- 16 | let const v l = l, { desc = None; choices_gen = None }, fun () -> v
-                           ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 30, characters 14-18:
- 30 | | [] -> [], { desc; choices_gen = choices }, fun () -> invalid_arg "too few arguments"
-                    ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 32, characters 10-14:
- 32 |     tl, { desc; choices_gen = choices }, fun () -> convert hd
-                ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 47, characters 19-37:
- 47 |     List.sort_uniq Pervasives.compare
-                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/cmdtui.ml", line 57, characters 12-16:
- 57 |       [], { desc = None; choices_gen = Some choices }, fun () -> invalid_arg "too few arguments"
-                  ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 63, characters 14-18:
- 63 |         tl, { desc = None; choices_gen = Some choices }, fun () -> failwith (Printf.sprintf "Unknown command %S" hd)
-                    ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 77, characters 10-14:
- 77 |   | [], { desc; choices_gen = None }, _ ->
-                ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 79, characters 10-14:
- 79 |   | [], { desc; choices_gen = Some choices }, _ ->
-                ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- + ocamlfind ocamlopt -a -package astring -I src src/cmdtui.cmx -o src/cmdtui.cmxa
- + ocamlfind ocamlopt -shared -linkall -package astring -I src src/cmdtui.cmxa -o src/cmdtui.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -principal -strict-sequence -w A-44 -warn-error SU -package astring -I src -o src/cmdtui.cmo src/cmdtui.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -short-paths -principal -strict-sequence -w A-44 -warn-error SU -package astring -I src -o src/cmdtui.cmo src/cmdtui.ml
- File "_none_", line 1:
- Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters,
- like 'SU', is deprecated.
- Use the equivalent signed form: +S+U.
- Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix.
- File "src/cmdtui.ml", line 16, characters 21-25:
- 16 | let const v l = l, { desc = None; choices_gen = None }, fun () -> v
-                           ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 30, characters 14-18:
- 30 | | [] -> [], { desc; choices_gen = choices }, fun () -> invalid_arg "too few arguments"
-                    ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 32, characters 10-14:
- 32 |     tl, { desc; choices_gen = choices }, fun () -> convert hd
-                ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 47, characters 19-37:
- 47 |     List.sort_uniq Pervasives.compare
-                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/cmdtui.ml", line 57, characters 12-16:
- 57 |       [], { desc = None; choices_gen = Some choices }, fun () -> invalid_arg "too few arguments"
-                  ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 63, characters 14-18:
- 63 |         tl, { desc = None; choices_gen = Some choices }, fun () -> failwith (Printf.sprintf "Unknown command %S" hd)
-                    ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 77, characters 10-14:
- 77 |   | [], { desc; choices_gen = None }, _ ->
-                ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- File "src/cmdtui.ml", line 79, characters 10-14:
- 79 |   | [], { desc; choices_gen = Some choices }, _ ->
-                ^^^^
- Warning 42 [disambiguated-name]: this use of desc relies on type-directed disambiguation,
- it will not compile with OCaml 4.00 or earlier.
- + ocamlfind ocamlc -a -package astring -I src src/cmdtui.cmo -o src/cmdtui.cma
- # No parallelism done
-> compiled  cmdtui.0.3.0
-> installed cmdtui.0.3.0

=== STDERR ===

2026-06-24 13:17.42: OK: build cmdtui.0.3.0 (runc: 2.6s, disk: 13KB)
2026-06-24 13:17.42: Job succeeded