Build:
- 0
2026-06-24 17:29.30: New job: build archetype.1.4.2 (fd045e3d20f1)
2026-06-24 17:29.30: Waiting for resource in pool day11-builds
2026-06-24 18:15.53: Got resource from pool day11-builds
2026-06-24 18:15.53: [profile full] build archetype.1.4.2
2026-06-24 18:15.53: build archetype.1.4.2 (fd045e3d20f1)
=== DEPENDENCIES (47 transitive) ===
alcotest.1.9.1 ca2b7c422828
angstrom.0.16.1 2ee0c7faf419
astring.0.8.5 adc40e55c5b0
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bigstringaf.0.10.0 d4213464df7f
cmdliner.2.1.1 4540f3e99a11
cppo.1.8.0 707014c804a2
csexp.1.5.2 92433c319244
cstruct.6.2.0 1fb871578e6b
dune.3.23.1 e0b92eb669dd
dune-configurator.3.23.1 d25b45a29f0e
fmt.0.11.0 aec5f8f39c83
gen.1.1 9fbb9c324ec8
hex.1.5.0 79b4ce8e1527
js_of_ocaml.6.4.0 d141bf8f4845
js_of_ocaml-compiler.6.4.0 1b79e9c0de0d
js_of_ocaml-ppx.6.4.0 7e6d5b703666
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
ocaml-syntax-shims.1.0.0 b5398f79328d
ocamlbuild.0.16.1 b87f420842f9
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
re.1.14.0 9f0be5f7bbf9
result.1.5 9de3a664312f
sedlex.3.7 3da3b0222069
seq.base 9fa294648038
sexplib0.v0.17.0 3ad1d2c4d274
stdlib-shims.0.3.0 1912344dadaf
stringext.1.6.0 3d7973825b37
topkg.1.1.1 e4a5a4aca5f9
uri.4.4.0 55b7268d766f
uutf.1.0.4 36ee502e1a85
visitors.20260520 cebe4d9960d1
xmlm.1.4.0 5c6898b8378f
yojson.3.0.0 899688556efe
=== STDOUT ===
Processing: [default: loading data]
[archetype.1.4.2: dl]
[archetype.1.4.2: extract]
-> retrieved archetype.1.4.2 (https://opam.ocaml.org/cache)
[archetype: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "archetype" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/archetype.1.4.2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -rectypes -w -20 -w -30 -w -7 -w -17 -g -bin-annot -bin-annot-occurrences -I src/.archetype.objs/byte -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -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/ocaml/unix -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/xmlm -I /home/opam/.opam/default/lib/yojson -no-alias-deps -open Archetype -o src/.archetype.objs/byte/archetype__Model.cmo -c -impl src/model.pp.ml)
- File "src/model.ml", line 2026, characters 4-28:
- 2026 | { fun_ with node = node}
- ^^^^^^^^^^^^^^^^^^^^^^^^
- 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 -20 -w -30 -w -7 -w -17 -g -bin-annot -bin-annot-occurrences -I src/.archetype.objs/byte -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -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/ocaml/unix -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/xmlm -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 1432-1446, characters 8-9:
- 1432 | ........{f with
- 1433 | node = (
- 1434 | let process_fs (fs : function_struct) =
- 1435 | {fs with
- 1436 | args = fs.args |> List.map (fun (id, t, dv) -> (id, process_type t, Option.map process_mterm dv));
- ...
- 1443 | | View (fs, ret, vv) -> View (process_fs fs, process_type ret, vv)
- 1444 | | Entry fs -> Entry (process_fs fs)
- 1445 | );
- 1446 | }.
- 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 1935-1937, characters 4-5:
- 1935 | ....{ f__ with
- 1936 | node = nnode;
- 1937 | }......
- 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 3951-3953, characters 4-5:
- 3951 | ....{ f__ with
- 3952 | node = for_function_node f__.node;
- 3953 | }
- 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 4223-4225, characters 4-5:
- 4223 | ....{ f__ with
- 4224 | node = for_function_node f__.node;
- 4225 | }
- 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 -20 -w -30 -w -7 -w -17 -g -bin-annot -bin-annot-occurrences -I src/.archetype.objs/byte -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -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/ocaml/unix -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/xmlm -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 426, characters 37-43:
- 426 | let distance ?(autoview = false) ?(for_eq = false) ~(from_ : A.ptyp) ~(to_ : A.ptyp) =
- ^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-
- File "src/typing.ml", line 426, characters 17-25:
- 426 | let distance ?(autoview = false) ?(for_eq = false) ~(from_ : A.ptyp) ~(to_ : A.ptyp) =
- ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-
- File "src/typing.ml", line 475, characters 28-34:
- 475 | let compatible ?autoview ?for_eq ~(from_ : A.ptyp) ~(to_ : A.ptyp) =
- ^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-
- File "src/typing.ml", line 475, characters 18-26:
- 475 | let compatible ?autoview ?for_eq ~(from_ : A.ptyp) ~(to_ : A.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 -20 -g -bin-annot -bin-annot-occurrences -I src/.api.eobjs/byte -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/js_of_ocaml -I /home/opam/.opam/default/lib/js_of_ocaml-compiler/runtime -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/ocaml/unix -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/xmlm -I /home/opam/.opam/default/lib/yojson -I src/.archetype.objs/byte -no-alias-deps -o src/.api.eobjs/byte/dune__exe__Api.cmo -c -impl src/api.pp.ml)
- File "src/api.ml", line 104, characters 32-50:
- 104 | match Js.Opt.to_option (Js.js_error_of_exn exn) with
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Js_of_ocaml.Js.js_error_of_exn
- [since 4.0] Use [Js_error.of_exn] instead.
-
- File "src/api.ml", line 106, characters 22-39:
- 106 | | Some err -> Js.raise_js_error err
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: Js_of_ocaml.Js.raise_js_error
- [since 4.0] Use [Js_error.raise_] instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -rectypes -w -20 -w -30 -w -7 -w -17 -g -I src/.archetype.objs/byte -I src/.archetype.objs/native -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -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/ocaml/unix -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/xmlm -I /home/opam/.opam/default/lib/yojson -cmi-file src/.archetype.objs/byte/archetype__Model.cmi -no-alias-deps -open Archetype -o src/.archetype.objs/native/archetype__Model.cmx -c -impl src/model.pp.ml)
- File "src/model.ml", line 2026, characters 4-28:
- 2026 | { fun_ with node = node}
- ^^^^^^^^^^^^^^^^^^^^^^^^
- 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 -20 -w -30 -w -7 -w -17 -g -I src/.archetype.objs/byte -I src/.archetype.objs/native -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -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/ocaml/unix -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/xmlm -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 1432-1446, characters 8-9:
- 1432 | ........{f with
- 1433 | node = (
- 1434 | let process_fs (fs : function_struct) =
- 1435 | {fs with
- 1436 | args = fs.args |> List.map (fun (id, t, dv) -> (id, process_type t, Option.map process_mterm dv));
- ...
- 1443 | | View (fs, ret, vv) -> View (process_fs fs, process_type ret, vv)
- 1444 | | Entry fs -> Entry (process_fs fs)
- 1445 | );
- 1446 | }.
- 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 1935-1937, characters 4-5:
- 1935 | ....{ f__ with
- 1936 | node = nnode;
- 1937 | }......
- 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 3951-3953, characters 4-5:
- 3951 | ....{ f__ with
- 3952 | node = for_function_node f__.node;
- 3953 | }
- 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 4223-4225, characters 4-5:
- 4223 | ....{ f__ with
- 4224 | node = for_function_node f__.node;
- 4225 | }
- 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 -20 -w -30 -w -7 -w -17 -g -I src/.archetype.objs/byte -I src/.archetype.objs/native -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -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/ocaml/unix -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/xmlm -I /home/opam/.opam/default/lib/yojson -cmi-file src/.archetype.objs/byte/archetype__Typing.cmi -no-alias-deps -open Archetype -o src/.archetype.objs/native/archetype__Typing.cmx -c -impl src/typing.pp.ml)
- File "src/typing.ml", line 426, characters 37-43:
- 426 | let distance ?(autoview = false) ?(for_eq = false) ~(from_ : A.ptyp) ~(to_ : A.ptyp) =
- ^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-
- File "src/typing.ml", line 426, characters 17-25:
- 426 | let distance ?(autoview = false) ?(for_eq = false) ~(from_ : A.ptyp) ~(to_ : A.ptyp) =
- ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-
- File "src/typing.ml", line 475, characters 28-34:
- 475 | let compatible ?autoview ?for_eq ~(from_ : A.ptyp) ~(to_ : A.ptyp) =
- ^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-
- File "src/typing.ml", line 475, characters 18-26:
- 475 | let compatible ?autoview ?for_eq ~(from_ : A.ptyp) ~(to_ : A.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 -20 -g -I src/.api.eobjs/byte -I src/.api.eobjs/native -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/hex -I /home/opam/.opam/default/lib/js_of_ocaml -I /home/opam/.opam/default/lib/js_of_ocaml-compiler/runtime -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/ocaml/unix -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/xmlm -I /home/opam/.opam/default/lib/yojson -I src/.archetype.objs/byte -I src/.archetype.objs/native -cmi-file src/.api.eobjs/byte/dune__exe__Api.cmi -no-alias-deps -o src/.api.eobjs/native/dune__exe__Api.cmx -c -impl src/api.pp.ml)
- File "src/api.ml", line 104, characters 32-50:
- 104 | match Js.Opt.to_option (Js.js_error_of_exn exn) with
- ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Js_of_ocaml.Js.js_error_of_exn
- [since 4.0] Use [Js_error.of_exn] instead.
-
- File "src/api.ml", line 106, characters 22-39:
- 106 | | Some err -> Js.raise_js_error err
- ^^^^^^^^^^^^^^^^^
- Alert deprecated: Js_of_ocaml.Js.raise_js_error
- [since 4.0] Use [Js_error.raise_] instead.
-> compiled archetype.1.4.2
-> installed archetype.1.4.2
=== STDERR ===
2026-06-24 18:18.43: OK: build archetype.1.4.2 (runc: 116.7s, disk: 24KB)
2026-06-24 18:18.43: Job succeeded