Build:
  1. 0
2026-06-16 14:27.23: New job: build archetype.1.0.0 (a64ed3b22b60)
2026-06-16 14:27.23: Waiting for resource in pool day11-builds
2026-06-16 16:09.33: Got resource from pool day11-builds
2026-06-16 16:09.33: [profile full] build archetype.1.0.0
2026-06-16 16:09.33: build archetype.1.0.0 (a64ed3b22b60)
=== DEPENDENCIES (25 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cppo.1.8.0                                         79f99f6f8888
  digestif.1.3.0                                     4d01c0ad1396
  dune.3.12.2                                        77e753f46f4f
  eqaf.0.10                                          4aec57965782
  menhir.20250912                                    18f9ae0740f9
  menhirCST.20250912                                 5e1ff6b91646
  menhirLib.20250912                                 9a6930cc3f62
  menhirSdk.20250912                                 25755faaf462
  num.1.6                                            f281926e2d11
  ocaml.5.2.1                                        b36a3a003df3
  ocaml-base-compiler.5.2.1                          91ea68ae8779
  ocaml-compiler-libs.v0.17.0                        fc1d3848ab0a
  ocaml-config.3                                     291db63d419b
  ocamlfind.1.9.8                                    30fe322203e6
  ppx_derivers.1.2.1                                 107cc3ddc44b
  ppx_deriving.6.1.1                                 9d226078d3cc
  ppx_deriving_yojson.3.10.0                         e53c678c1089
  ppxlib.0.38.0                                      b339b29c89d7
  result.1.5                                         03aec233a1db
  sexplib0.v0.17.0                                   ac365294fd9b
  stdlib-shims.0.3.0                                 e32f90bed390
  visitors.20260520                                  7145ca5a1145
  yojson.3.0.0                                       7a95fb4a812a
=== STDOUT ===
Processing: [default: loading data]
[archetype.1.0.0: dl]
[archetype.1.0.0: extract]
-> retrieved archetype.1.0.0  (https://opam.ocaml.org/cache)
[archetype: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "archetype" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/archetype.1.0.0)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -rectypes -w -30 -w -7 -w -17 -g -bin-annot -I src/.archetype.objs/byte -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/eqaf -I /home/opam/.opam/default/lib/menhirLib -I /home/opam/.opam/default/lib/num -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/visitors/runtime -I /home/opam/.opam/default/lib/yojson -no-alias-deps -open Archetype -o src/.archetype.objs/byte/archetype__Typing.cmo -c -impl src/typing.pp.ml)
- File "src/typing.ml", line 80, characters 19-27:
- 80 |   let compatible ?(autoview = false) ~(from_ : M.ptyp) ~(to_ : M.ptyp) =
-                         ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -rectypes -w -30 -w -7 -w -17 -g -bin-annot -I src/.archetype.objs/byte -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/eqaf -I /home/opam/.opam/default/lib/menhirLib -I /home/opam/.opam/default/lib/num -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/visitors/runtime -I /home/opam/.opam/default/lib/yojson -no-alias-deps -open Archetype -o src/.archetype.objs/byte/archetype__Gen_model.cmo -c -impl src/gen_model.pp.ml)
- File "src/gen_model.ml", lines 806-816, characters 4-5:
- 806 | ....{ spec with
- 807 |       predicates     = spec.predicates @ v.predicates;
- 808 |       definitions    = spec.definitions @ v.definitions;
- 809 |       lemmas         = spec.lemmas @ v.lemmas;
- 810 |       theorems       = spec.theorems @ v.theorems;
- ...
- 813 |       effects        = spec.effects @ v.effects;
- 814 |       postconditions = spec.postconditions @ v.postconditions;
- 815 |       loc            = Location.merge spec.loc v.loc;
- 816 |     }
- Warning 23 [useless-record-with]: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- 
- File "src/gen_model.ml", line 852, characters 4-66:
- 852 |     { sec with items = sec.items @ new_s.items; loc = new_s.loc; }
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 23 [useless-record-with]: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -rectypes -w -30 -w -7 -w -17 -g -bin-annot -I src/.archetype.objs/byte -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/eqaf -I /home/opam/.opam/default/lib/menhirLib -I /home/opam/.opam/default/lib/num -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/visitors/runtime -I /home/opam/.opam/default/lib/yojson -no-alias-deps -open Archetype -o src/.archetype.objs/byte/archetype__Gen_transform.cmo -c -impl src/gen_transform.pp.ml)
- File "src/gen_transform.ml", lines 681-683, characters 6-47:
- 681 | ......{ f with
- 682 |         node = prune_function_node f.node;
- 683 |         spec = Option.map prune_specs f.spec; }
- Warning 23 [useless-record-with]: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- 
- File "src/gen_transform.ml", lines 1312-1325, characters 8-9:
- 1312 | ........{f with
- 1313 |          node = (
- 1314 |            let process_fs (fs : function_struct) =
- 1315 |              {fs with
- 1316 |               args = fs.args |> List.map (fun (id, t, dv) -> (id, process_type t, Option.map process_mterm dv));
- ...
- 1322 |            | Entry fs           -> Entry (process_fs fs)
- 1323 |          );
- 1324 |          spec = Option.map process_specification f.spec;
- 1325 |         }..
- Warning 23 [useless-record-with]: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- 
- File "src/gen_transform.ml", lines 2633-2635, characters 4-54:
- 2633 | ....{ f__ with
- 2634 |       node = for_function_node f__.node;
- 2635 |       spec = Option.map remove_shadow_effect f__.spec}
- Warning 23 [useless-record-with]: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -rectypes -w -30 -w -7 -w -17 -g -I src/.archetype.objs/byte -I src/.archetype.objs/native -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/eqaf -I /home/opam/.opam/default/lib/menhirLib -I /home/opam/.opam/default/lib/num -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/visitors/runtime -I /home/opam/.opam/default/lib/yojson -intf-suffix .ml -no-alias-deps -open Archetype -o src/.archetype.objs/native/archetype__Typing.cmx -c -impl src/typing.pp.ml)
- File "src/typing.ml", line 80, characters 19-27:
- 80 |   let compatible ?(autoview = false) ~(from_ : M.ptyp) ~(to_ : M.ptyp) =
-                         ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -rectypes -w -30 -w -7 -w -17 -g -I src/.archetype.objs/byte -I src/.archetype.objs/native -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/eqaf -I /home/opam/.opam/default/lib/menhirLib -I /home/opam/.opam/default/lib/num -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/visitors/runtime -I /home/opam/.opam/default/lib/yojson -intf-suffix .ml -no-alias-deps -open Archetype -o src/.archetype.objs/native/archetype__Gen_model.cmx -c -impl src/gen_model.pp.ml)
- File "src/gen_model.ml", lines 806-816, characters 4-5:
- 806 | ....{ spec with
- 807 |       predicates     = spec.predicates @ v.predicates;
- 808 |       definitions    = spec.definitions @ v.definitions;
- 809 |       lemmas         = spec.lemmas @ v.lemmas;
- 810 |       theorems       = spec.theorems @ v.theorems;
- ...
- 813 |       effects        = spec.effects @ v.effects;
- 814 |       postconditions = spec.postconditions @ v.postconditions;
- 815 |       loc            = Location.merge spec.loc v.loc;
- 816 |     }
- Warning 23 [useless-record-with]: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- 
- File "src/gen_model.ml", line 852, characters 4-66:
- 852 |     { sec with items = sec.items @ new_s.items; loc = new_s.loc; }
-           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 23 [useless-record-with]: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -rectypes -w -30 -w -7 -w -17 -g -I src/.archetype.objs/byte -I src/.archetype.objs/native -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/eqaf -I /home/opam/.opam/default/lib/menhirLib -I /home/opam/.opam/default/lib/num -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/ppx_deriving -I /home/opam/.opam/default/lib/ppx_deriving/runtime -I /home/opam/.opam/default/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/default/lib/result -I /home/opam/.opam/default/lib/visitors/runtime -I /home/opam/.opam/default/lib/yojson -intf-suffix .ml -no-alias-deps -open Archetype -o src/.archetype.objs/native/archetype__Gen_transform.cmx -c -impl src/gen_transform.pp.ml)
- File "src/gen_transform.ml", lines 681-683, characters 6-47:
- 681 | ......{ f with
- 682 |         node = prune_function_node f.node;
- 683 |         spec = Option.map prune_specs f.spec; }
- Warning 23 [useless-record-with]: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- 
- File "src/gen_transform.ml", lines 1312-1325, characters 8-9:
- 1312 | ........{f with
- 1313 |          node = (
- 1314 |            let process_fs (fs : function_struct) =
- 1315 |              {fs with
- 1316 |               args = fs.args |> List.map (fun (id, t, dv) -> (id, process_type t, Option.map process_mterm dv));
- ...
- 1322 |            | Entry fs           -> Entry (process_fs fs)
- 1323 |          );
- 1324 |          spec = Option.map process_specification f.spec;
- 1325 |         }..
- Warning 23 [useless-record-with]: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
- 
- File "src/gen_transform.ml", lines 2633-2635, characters 4-54:
- 2633 | ....{ f__ with
- 2634 |       node = for_function_node f__.node;
- 2635 |       spec = Option.map remove_shadow_effect f__.spec}
- Warning 23 [useless-record-with]: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
-> compiled  archetype.1.0.0
-> installed archetype.1.0.0

=== STDERR ===

2026-06-16 16:10.35: OK: build archetype.1.0.0 (runc: 46.7s, disk: 17KB)
2026-06-16 16:10.35: Job succeeded