Build:
  1. 0
2026-06-16 13:51.24: New job: build zelus.2.2 (ec4939b0c537)
2026-06-16 13:51.24: Waiting for resource in pool day11-builds
2026-06-16 15:30.09: Got resource from pool day11-builds
2026-06-16 15:30.09: [profile full] build zelus.2.2
2026-06-16 15:30.09: build zelus.2.2 (ec4939b0c537)
=== DEPENDENCIES (12 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  dune.3.23.1                                        d50060dd2cab
  menhir.20260209                                    918bd21ac84f
  menhirCST.20260209                                 b2588cab386e
  menhirGLR.20260209                                 9f1a82c9daff
  menhirLib.20260209                                 521b8486c619
  menhirSdk.20260209                                 0f5231646c84
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
=== STDOUT ===
Processing: [default: loading data]
[zelus.2.2: dl]
[zelus.2.2: extract]
-> retrieved zelus.2.2  (https://opam.ocaml.org/cache)
[zelus: ./configure]
+ /home/opam/.opam/default/.opam-switch/build/zelus.2.2/./configure "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/zelus.2.2)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include: 
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
[zelus: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "zelus" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/zelus.2.2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I compiler/.zlcompilerlibs.objs/byte -I /home/opam/.opam/default/lib/menhirLib -no-alias-deps -o compiler/.zlcompilerlibs.objs/byte/match2condition.cmo -c -impl compiler/verif/match2condition.ml)
- File "compiler/verif/match2condition.ml", lines 137-153, characters 2-19:
- 137 | ..match desc with
- 138 |   | Elocal _ | Eglobal _ | Econst _ | Econstr0 _ | Elast _ -> e
- 139 |   | Eapp(app, e_arg, e_list) ->
- 140 |       { e with e_desc = Eapp(app, expression e_arg,
- 141 |                              List.map expression e_list) }
- ...
- 150 |   | Etuple(e_list) ->
- 151 |       { e with e_desc = Etuple(List.map expression e_list) }
- 152 |   | Econstr1 _ | Ematch _ | Eseq _ | Elet _ | Eperiod _ | Eblock _ | Epresent _
- 153 |     -> assert false
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Erecord_with (_, _)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I compiler/.zlcompilerlibs.objs/byte -I /home/opam/.opam/default/lib/menhirLib -no-alias-deps -o compiler/.zlcompilerlibs.objs/byte/zlus2lmm.cmo -c -impl compiler/verif/zlus2lmm.ml)
- File "compiler/verif/zlus2lmm.ml", lines 189-209, characters 2-53:
- 189 | ..match desc with
- 190 |   | Elocal(id) -> Llocal(id)
- 191 |   | Eglobal { lname = lid } -> Lglobal(lid)
- 192 |   | Econst(im) -> Lconst(immediate im)
- 193 |   | Econstr0(lid) -> Lconstr0(lid)
- ...
- 206 |   | Etypeconstraint(e, _) -> expression ck e
- 207 |   | Etuple(e_list) -> Ltuple(List.map (expression ck) e_list)
- 208 |   | Ematch _ | Eseq _ | Elet _
- 209 |   | Eperiod _ | Eblock _ | Epresent _ -> assert false
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Erecord_with (_, _)
- 
- File "compiler/verif/zlus2lmm.ml", line 298, characters 11-71:
- 298 | let kind = function | S | AS | A | AD -> A | D -> D | C -> assert false
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: P
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I compiler/.zlcompilerlibs.objs/byte -I compiler/.zlcompilerlibs.objs/native -I /home/opam/.opam/default/lib/menhirLib -cmi-file compiler/.zlcompilerlibs.objs/byte/match2condition.cmi -no-alias-deps -o compiler/.zlcompilerlibs.objs/native/match2condition.cmx -c -impl compiler/verif/match2condition.ml)
- File "compiler/verif/match2condition.ml", lines 137-153, characters 2-19:
- 137 | ..match desc with
- 138 |   | Elocal _ | Eglobal _ | Econst _ | Econstr0 _ | Elast _ -> e
- 139 |   | Eapp(app, e_arg, e_list) ->
- 140 |       { e with e_desc = Eapp(app, expression e_arg,
- 141 |                              List.map expression e_list) }
- ...
- 150 |   | Etuple(e_list) ->
- 151 |       { e with e_desc = Etuple(List.map expression e_list) }
- 152 |   | Econstr1 _ | Ematch _ | Eseq _ | Elet _ | Eperiod _ | Eblock _ | Epresent _
- 153 |     -> assert false
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Erecord_with (_, _)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I compiler/.zlcompilerlibs.objs/byte -I compiler/.zlcompilerlibs.objs/native -I /home/opam/.opam/default/lib/menhirLib -cmi-file compiler/.zlcompilerlibs.objs/byte/zlus2lmm.cmi -no-alias-deps -o compiler/.zlcompilerlibs.objs/native/zlus2lmm.cmx -c -impl compiler/verif/zlus2lmm.ml)
- File "compiler/verif/zlus2lmm.ml", lines 189-209, characters 2-53:
- 189 | ..match desc with
- 190 |   | Elocal(id) -> Llocal(id)
- 191 |   | Eglobal { lname = lid } -> Lglobal(lid)
- 192 |   | Econst(im) -> Lconst(immediate im)
- 193 |   | Econstr0(lid) -> Lconstr0(lid)
- ...
- 206 |   | Etypeconstraint(e, _) -> expression ck e
- 207 |   | Etuple(e_list) -> Ltuple(List.map (expression ck) e_list)
- 208 |   | Ematch _ | Eseq _ | Elet _
- 209 |   | Eperiod _ | Eblock _ | Epresent _ -> assert false
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: Erecord_with (_, _)
- 
- File "compiler/verif/zlus2lmm.ml", line 298, characters 11-71:
- 298 | let kind = function | S | AS | A | AD -> A | D -> D | C -> assert false
-                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
-   Here is an example of a case that is not matched: P
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/std/.zlstdlib.objs/byte -I /home/opam/.opam/default/lib/ocaml/unix -no-alias-deps -o lib/std/.zlstdlib.objs/byte/dump.cmo -c -impl lib/std/dump.ml)
- File "lib/std/dump.ml", line 296, characters 11-16:
- 296 |       let (x_469:unit) =
-                  ^^^^^
- Warning 26 [unused-var]: unused variable x_469.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/std/.zlstdlib.objs/byte -I lib/std/.zlstdlib.objs/native -I /home/opam/.opam/default/lib/ocaml/unix -cmi-file lib/std/.zlstdlib.objs/byte/dump.cmi -no-alias-deps -o lib/std/.zlstdlib.objs/native/dump.cmx -c -impl lib/std/dump.ml)
- File "lib/std/dump.ml", line 296, characters 11-16:
- 296 |       let (x_469:unit) =
-                  ^^^^^
- Warning 26 [unused-var]: unused variable x_469.
-> compiled  zelus.2.2
-> installed zelus.2.2

=== STDERR ===

2026-06-16 15:30.58: OK: build zelus.2.2 (runc: 17.6s, disk: 11KB)
2026-06-16 15:30.58: Job succeeded