Build:
- 0
2026-06-20 15:54.13: New job: build clim.0.3.0 (9bccd8cc8887)
2026-06-20 15:54.13: Waiting for resource in pool day11-builds
2026-06-20 16:04.59: Got resource from pool day11-builds
2026-06-20 16:04.59: [profile full] build clim.0.3.0
2026-06-20 16:04.59: build clim.0.3.0 (9bccd8cc8887)
=== DEPENDENCIES (8 transitive) ===
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
cmdliner.1.0.4 68226f96a9bc
compiler-cloning.enabled 0d2606125f88
dune.3.23.1 dbfeecb5ca10
ocaml.5.5.0 1b4132bddf48
ocaml-base-compiler.5.5.0 1901c3a760c1
ocaml-compiler.5.5.0 5f593a0b4a8c
=== STDOUT ===
Processing: [default: loading data]
[clim.0.3.0: dl]
[clim.0.3.0: extract]
-> retrieved clim.0.3.0 (https://opam.ocaml.org/cache)
[clim: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "clim" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/clim.0.3.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.clim.objs/byte -I /home/opam/.opam/default/lib/cmdliner -cmi-file lib/.clim.objs/byte/clim.cmi -no-alias-deps -o lib/.clim.objs/byte/clim.cmo -c -impl lib/clim.ml)
- File "lib/clim.ml", line 40, characters 2-46:
- 40 | function Spec (d, a) -> Arg (d, Arg.value a)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Arg (_, _)
-
- File "lib/clim.ml", line 48, characters 2-50:
- 48 | function Spec (d, a) -> Arg (d, Arg.non_empty a)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Arg (_, _)
-
- File "lib/clim.ml", line 51, characters 2-74:
- 51 | function Spec (d, a) -> Arg (List.nth d (List.length d - 1), Arg.last a)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Arg (_, _)
-
- File "lib/clim.ml", line 63, characters 62-74:
- 63 | let register : cfg -> ('b, final) arg -> unit -> 'b = fun cfg (Arg (d, t)) ->
- ^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Spec (_, _)
-
- File "lib/clim.ml", line 141, characters 65-77:
- 141 | method arg : 'a. ('a, final) arg -> ('a -> unit) -> unit = fun (Arg (_, t)) k ->
- ^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Spec (_, _)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.clim.objs/byte -I lib/.clim.objs/native -I /home/opam/.opam/default/lib/cmdliner -cmi-file lib/.clim.objs/byte/clim.cmi -no-alias-deps -o lib/.clim.objs/native/clim.cmx -c -impl lib/clim.ml)
- File "lib/clim.ml", line 40, characters 2-46:
- 40 | function Spec (d, a) -> Arg (d, Arg.value a)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Arg (_, _)
-
- File "lib/clim.ml", line 48, characters 2-50:
- 48 | function Spec (d, a) -> Arg (d, Arg.non_empty a)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Arg (_, _)
-
- File "lib/clim.ml", line 51, characters 2-74:
- 51 | function Spec (d, a) -> Arg (List.nth d (List.length d - 1), Arg.last a)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Arg (_, _)
-
- File "lib/clim.ml", line 63, characters 62-74:
- 63 | let register : cfg -> ('b, final) arg -> unit -> 'b = fun cfg (Arg (d, t)) ->
- ^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Spec (_, _)
-
- File "lib/clim.ml", line 141, characters 65-77:
- 141 | method arg : 'a. ('a, final) arg -> ('a -> unit) -> unit = fun (Arg (_, t)) k ->
- ^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched: Spec (_, _)
-> compiled clim.0.3.0
-> installed clim.0.3.0
=== STDERR ===
2026-06-20 16:05.11: OK: build clim.0.3.0 (runc: 2.2s, disk: 9KB)
2026-06-20 16:05.11: Job succeeded