Build:
  1. 1
  2. 0
2026-09-03 17:20.01: New job: build clim.0.3.0 (4d2e82f2f831)
2026-09-03 17:20.01: Waiting for resource in pool day11-builds
2026-09-03 17:47.03: Got resource from pool day11-builds
2026-09-03 17:47.03: [profile full] build clim.0.3.0
2026-09-03 17:47.03: build clim.0.3.0 (4d2e82f2f831)
=== DEPENDENCIES (8 transitive) ===
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  cmdliner.1.0.4                                     8c8a7e0b51c3
  compiler-cloning.enabled                           966a2e6839f0
  dune.3.24.2                                        ec704e062ad3
  ocaml.5.5.0                                        22ebd7932512
  ocaml-base-compiler.5.5.0                          db1659234e8a
  ocaml-compiler.5.5.0                               7f52fb26d939
=== 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-09-03 17:47.06: OK: build clim.0.3.0 (runc: 2.1s, disk: 9KB)
2026-09-03 17:47.06: Job succeeded