Build:
- 0
2026-06-24 11:10.44: New job: build clim.0.3.0 (29b98e2b3fc1)
2026-06-24 11:10.44: Waiting for resource in pool day11-builds
2026-06-24 11:38.18: Got resource from pool day11-builds
2026-06-24 11:38.18: [profile full] build clim.0.3.0
2026-06-24 11:38.18: build clim.0.3.0 (29b98e2b3fc1)
=== DEPENDENCIES (8 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
cmdliner.1.0.4 8ad5611fa044
compiler-cloning.enabled 439a1fc77aa6
dune.3.23.1 a59dd9b14fe3
ocaml.5.5.0 383268832c4b
ocaml-base-compiler.5.5.0 522c248944c8
ocaml-compiler.5.5.0 eb1a8babf54c
=== 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-24 11:38.30: OK: build clim.0.3.0 (runc: 1.6s, disk: 9KB)
2026-06-24 11:38.30: Job succeeded