Build:
- 0
2026-06-24 15:20.05: New job: build archetype.0.1.12 (70312be019cd)
2026-06-24 15:20.05: Waiting for resource in pool day11-builds
2026-06-24 16:47.05: Got resource from pool day11-builds
2026-06-24 16:47.05: [profile full] build archetype.0.1.12
2026-06-24 16:47.05: build archetype.0.1.12 (70312be019cd)
=== DEPENDENCIES (25 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
cppo.1.8.0 707014c804a2
digestif.1.3.0 efc8f5a58de5
dune.3.23.1 e0b92eb669dd
eqaf.0.10 f808790422b4
menhir.20250912 03782818e11d
menhirCST.20250912 1390e08776e8
menhirLib.20250912 f7010c6d9e73
menhirSdk.20250912 e646c0dd8b60
num.1.6 b2d99af37bad
ocaml.5.2.1 ce2dc9fc0eff
ocaml-base-compiler.5.2.1 88ed4056afb0
ocaml-compiler-libs.v0.17.0 7a7a1fd4abf1
ocaml-config.3 2c9ee201ff82
ocamlfind.1.9.8 da71e236833e
ppx_derivers.1.2.1 d0a488220905
ppx_deriving.6.1.1 03ecfb63c120
ppx_deriving_yojson.3.10.0 2c59e955afbb
ppxlib.0.38.0 0eb6f5f388af
result.1.5 9de3a664312f
sexplib0.v0.17.0 3ad1d2c4d274
stdlib-shims.0.3.0 1912344dadaf
visitors.20260520 cebe4d9960d1
yojson.3.0.0 899688556efe
=== STDOUT ===
Processing: [default: loading data]
[archetype.0.1.12: dl]
[archetype.0.1.12: extract]
-> retrieved archetype.0.1.12 (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.12)
- (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 273-275, characters 6-47:
- 273 | ......{ f with
- 274 | node = prune_function_node f.node;
- 275 | 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.
- (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/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 273-275, characters 6-47:
- 273 | ......{ f with
- 274 | node = prune_function_node f.node;
- 275 | 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.
- (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.
-> compiled archetype.0.1.12
-> installed archetype.0.1.12
=== STDERR ===
2026-06-24 16:48.16: OK: build archetype.0.1.12 (runc: 52.7s, disk: 14KB)
2026-06-24 16:48.16: Job succeeded