Build:
- 0
2026-09-03 20:15.40: New job: build archetype.0.1.8 (e411fdbfa679)
2026-09-03 20:15.40: Waiting for resource in pool day11-builds
2026-09-03 22:08.11: Got resource from pool day11-builds
2026-09-03 22:08.11: [profile full] build archetype.0.1.8
2026-09-03 22:08.11: build archetype.0.1.8 (e411fdbfa679)
=== DEPENDENCIES (24 transitive) ===
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
cppo.1.8.0 9ddefe83b866
digestif.1.3.1 0626181c6ad4
dune.3.24.2 cf844c114f1a
eqaf.0.10 1fce10103d5a
menhir.20250912 7045e56f5351
menhirCST.20250912 43508ab96018
menhirLib.20250912 e2f0601a09f7
menhirSdk.20250912 8bc71c725b68
num.1.6 594caeb3af0f
ocaml.5.2.1 d8399d6b6c43
ocaml-base-compiler.5.2.1 a53cb1b6356d
ocaml-compiler-libs.v0.17.0 51278a3ba75b
ocaml-config.3 1c357e4d2066
ocamlfind.1.9.8 e3f08a6b7b86
ppx_derivers.1.2.1 5901b77c2ce2
ppx_deriving.5.2.1 7687b8888c67
ppx_deriving_yojson.3.9.1 f3a87c262c87
ppxlib.0.35.0 bde3037460b3
result.1.5 79cec5ab74cd
sexplib0.v0.17.0 3bebf8f2981b
stdlib-shims.0.3.0 5eae1233e520
yojson.3.0.0 1fd761cacc8f
=== STDOUT ===
Processing: [default: loading data]
[archetype.0.1.8: dl]
[archetype.0.1.8: extract]
-> retrieved archetype.0.1.8 (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.8)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -rectypes -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/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 681-691, characters 4-5:
- 681 | ....{ spec with
- 682 | predicates = spec.predicates @ v.predicates;
- 683 | definitions = spec.definitions @ v.definitions;
- 684 | lemmas = spec.lemmas @ v.lemmas;
- 685 | theorems = spec.theorems @ v.theorems;
- ...
- 688 | effects = spec.effects @ v.effects;
- 689 | postconditions = spec.postconditions @ v.postconditions;
- 690 | loc = Location.merge spec.loc v.loc;
- 691 | }
- 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 727, characters 4-66:
- 727 | { 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 -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/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 681-691, characters 4-5:
- 681 | ....{ spec with
- 682 | predicates = spec.predicates @ v.predicates;
- 683 | definitions = spec.definitions @ v.definitions;
- 684 | lemmas = spec.lemmas @ v.lemmas;
- 685 | theorems = spec.theorems @ v.theorems;
- ...
- 688 | effects = spec.effects @ v.effects;
- 689 | postconditions = spec.postconditions @ v.postconditions;
- 690 | loc = Location.merge spec.loc v.loc;
- 691 | }
- 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 727, characters 4-66:
- 727 | { 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 -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/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 248-250, characters 6-47:
- 248 | ......{ f with
- 249 | node = prune_function_node f.node;
- 250 | 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 -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/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 248-250, characters 6-47:
- 248 | ......{ f with
- 249 | node = prune_function_node f.node;
- 250 | 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.
-> compiled archetype.0.1.8
-> installed archetype.0.1.8
=== STDERR ===
2026-09-03 22:08.58: OK: build archetype.0.1.8 (runc: 34.1s, disk: 13KB)
2026-09-03 22:08.58: Job succeeded