Build:
- 0
2026-06-16 12:07.49: New job: build cmdtui.0.3.0 (687371e5113c)
2026-06-16 12:07.49: Waiting for resource in pool day11-builds
2026-06-16 12:47.28: Got resource from pool day11-builds
2026-06-16 12:47.28: [profile full] build cmdtui.0.3.0
2026-06-16 12:47.28: build cmdtui.0.3.0 (687371e5113c)
=== DEPENDENCIES (9 transitive) ===
astring.0.8.5 156e7cc742dd
base-unix.base 839dc585f12d
fmt.0.11.0 fb25837707ac
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-config.2 669e0fcf9e4d
ocamlbuild.0.16.1 8f6c52e6fce8
ocamlfind.1.9.8 6025f4a8e98e
topkg.1.1.1 ab549298f3fc
=== 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-16 12:47.38: OK: build cmdtui.0.3.0 (runc: 2.6s, disk: 13KB)
2026-06-16 12:47.38: Job succeeded