Build:
- 0
2026-06-16 14:25.20: New job: build archetype.0.1.13 (ff1a659a0248)
2026-06-16 14:25.20: Waiting for resource in pool day11-builds
2026-06-16 16:07.44: Got resource from pool day11-builds
2026-06-16 16:07.44: [profile full] build archetype.0.1.13
2026-06-16 16:07.44: build archetype.0.1.13 (ff1a659a0248)
=== DEPENDENCIES (25 transitive) ===
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
cppo.1.8.0 f4ca627a9449
digestif.1.3.0 c205da04466d
dune.3.23.1 9174d78a1f0e
eqaf.0.10 de006d08f3d4
menhir.20250912 e9eea01e0f46
menhirCST.20250912 0b8c5632270c
menhirLib.20250912 5bac2d48d63d
menhirSdk.20250912 64a1dd59c65f
num.1.6 f281926e2d11
ocaml.5.2.1 b36a3a003df3
ocaml-base-compiler.5.2.1 91ea68ae8779
ocaml-compiler-libs.v0.17.0 eb36f3cabdba
ocaml-config.3 291db63d419b
ocamlfind.1.9.8 30fe322203e6
ppx_derivers.1.2.1 561ac31bcf9d
ppx_deriving.6.1.1 bfe2369827bb
ppx_deriving_yojson.3.10.0 c2b7b52d3606
ppxlib.0.38.0 773154516421
result.1.5 74d20bf63a65
sexplib0.v0.17.0 6988405006f1
stdlib-shims.0.3.0 358b380ce61e
visitors.20260520 5805fb7333b7
yojson.3.0.0 8aed31b56577
=== STDOUT ===
Processing: [default: loading data]
[archetype.0.1.13: dl]
[archetype.0.1.13: extract]
-> retrieved archetype.0.1.13 (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.0.1.13)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -rectypes -w -30 -w -7 -w -17 -g -bin-annot -bin-annot-occurrences -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 668-678, characters 4-5:
- 668 | ....{ spec with
- 669 | predicates = spec.predicates @ v.predicates;
- 670 | definitions = spec.definitions @ v.definitions;
- 671 | lemmas = spec.lemmas @ v.lemmas;
- 672 | theorems = spec.theorems @ v.theorems;
- ...
- 675 | effects = spec.effects @ v.effects;
- 676 | postconditions = spec.postconditions @ v.postconditions;
- 677 | loc = Location.merge spec.loc v.loc;
- 678 | }
- 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 714, characters 4-66:
- 714 | { 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 -bin-annot-occurrences -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 487-489, characters 6-47:
- 487 | ......{ f with
- 488 | node = prune_function_node f.node;
- 489 | 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 956-969, characters 8-9:
- 956 | ........{f with
- 957 | node = (
- 958 | let process_fs (fs : function_struct) =
- 959 | {fs with
- 960 | args = fs.args |> List.map (fun (id, t, dv) -> (id, process_type t, Option.map process_mterm dv));
- ...
- 966 | | Entry fs -> Entry (process_fs fs)
- 967 | );
- 968 | spec = Option.map process_specification f.spec;
- 969 | }..
- 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 -cmi-file src/.archetype.objs/byte/archetype__Gen_model.cmi -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 668-678, characters 4-5:
- 668 | ....{ spec with
- 669 | predicates = spec.predicates @ v.predicates;
- 670 | definitions = spec.definitions @ v.definitions;
- 671 | lemmas = spec.lemmas @ v.lemmas;
- 672 | theorems = spec.theorems @ v.theorems;
- ...
- 675 | effects = spec.effects @ v.effects;
- 676 | postconditions = spec.postconditions @ v.postconditions;
- 677 | loc = Location.merge spec.loc v.loc;
- 678 | }
- 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 714, characters 4-66:
- 714 | { 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 -cmi-file src/.archetype.objs/byte/archetype__Gen_transform.cmi -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 487-489, characters 6-47:
- 487 | ......{ f with
- 488 | node = prune_function_node f.node;
- 489 | 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 956-969, characters 8-9:
- 956 | ........{f with
- 957 | node = (
- 958 | let process_fs (fs : function_struct) =
- 959 | {fs with
- 960 | args = fs.args |> List.map (fun (id, t, dv) -> (id, process_type t, Option.map process_mterm dv));
- ...
- 966 | | Entry fs -> Entry (process_fs fs)
- 967 | );
- 968 | spec = Option.map process_specification f.spec;
- 969 | }..
- Warning 23 [useless-record-with]: all the fields are explicitly listed in this record:
- the 'with' clause is useless.
-> compiled archetype.0.1.13
-> installed archetype.0.1.13
=== STDERR ===
2026-06-16 16:09.06: OK: build archetype.0.1.13 (runc: 36.7s, disk: 14KB)
2026-06-16 16:09.06: Job succeeded