Build:
- 0
2026-06-20 17:00.30: New job: build zelus.2.2 (fa654cf44e8b)
2026-06-20 17:00.30: Waiting for resource in pool day11-builds
2026-06-20 18:32.04: Got resource from pool day11-builds
2026-06-20 18:32.04: [profile full] build zelus.2.2
2026-06-20 18:32.04: build zelus.2.2 (fa654cf44e8b)
=== DEPENDENCIES (12 transitive) ===
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
compiler-cloning.enabled 0d2606125f88
dune.3.23.1 dbfeecb5ca10
menhir.20260209 5f76d1d3722e
menhirCST.20260209 b9f719ef3696
menhirGLR.20260209 e70329f7f267
menhirLib.20260209 c73d74bf4444
menhirSdk.20260209 d70f00a72002
ocaml.5.5.0 1b4132bddf48
ocaml-base-compiler.5.5.0 1901c3a760c1
ocaml-compiler.5.5.0 5f593a0b4a8c
=== 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 "/home/opam/.opam/default/.opam-switch/build/zelus.2.2/./configure", 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-20 18:32.29: OK: build zelus.2.2 (runc: 16.6s, disk: 12KB)
2026-06-20 18:32.29: Job succeeded