Build:
  1. 0
2026-06-24 17:47.01: New job: build archetype.1.5.3 (92212a971e15)
2026-06-24 17:47.01: Waiting for resource in pool day11-builds
2026-06-24 18:34.30: Got resource from pool day11-builds
2026-06-24 18:34.30: [profile full] build archetype.1.5.3
2026-06-24 18:34.30: build archetype.1.5.3 (92212a971e15)
=== DEPENDENCIES (48 transitive) ===
  alcotest.1.9.1                                     7ad1b9373310
  angstrom.0.16.1                                    7b5a7290f9a4
  astring.0.8.5                                      868f52a07c05
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigstringaf.0.10.0                                 ace38f08babf
  cmdliner.2.1.1                                     814ed16c6662
  compiler-cloning.enabled                           439a1fc77aa6
  cppo.1.8.0                                         deac69f17b6b
  csexp.1.5.2                                        977b865a51b4
  cstruct.6.2.0                                      b59dd78de8f1
  dune.3.23.1                                        a59dd9b14fe3
  dune-configurator.3.23.1                           8cec6bb1116c
  fmt.0.11.0                                         b05421079724
  gen.1.1                                            c6b3c20b34bd
  hex.1.5.0                                          9b17db8295ec
  js_of_ocaml.6.4.0                                  b7f564300e01
  js_of_ocaml-compiler.6.4.0                         606a75a37c8e
  js_of_ocaml-ppx.6.4.0                              e6e317463e3c
  menhir.20250912                                    1aadfcc15894
  menhirCST.20250912                                 fffb96f2d0ee
  menhirLib.20250912                                 56d822e8fe13
  menhirSdk.20250912                                 70cefb6a0a30
  num.1.6                                            efd5a307a10f
  ocaml.5.5.0                                        383268832c4b
  ocaml-base-compiler.5.5.0                          522c248944c8
  ocaml-compiler.5.5.0                               eb1a8babf54c
  ocaml-compiler-libs.v0.17.0                        d66bf6efa323
  ocaml-syntax-shims.1.0.0                           57f31ba6c740
  ocamlbuild.0.16.1                                  e57f00093c6a
  ocamlfind.1.9.8                                    b506a15fcd6c
  ppx_derivers.1.2.1                                 82026aa8af61
  ppx_deriving.6.1.1                                 250b28880637
  ppx_deriving_yojson.3.10.0                         a8b0db18fc82
  ppxlib.0.38.0                                      2aa2dfbf252b
  re.1.14.0                                          5e7365192893
  result.1.5                                         dc628609a9da
  sedlex.3.7                                         5acdff9515ff
  seq.base                                           8e8202906505
  sexplib0.v0.17.0                                   166f8102230b
  stdlib-shims.0.3.0                                 e7f8a4f187fa
  stringext.1.6.0                                    c75f5fd1c52d
  topkg.1.1.1                                        ac206dbbd2b6
  uri.4.4.0                                          e5d7d6eb8245
  uutf.1.0.4                                         0442b0945283
  visitors.20260520                                  a99c77881cf6
  xmlm.1.4.0                                         f39019100435
  yojson.3.0.0                                       e1da5f5d4d16
=== STDOUT ===
Processing: [default: loading data]
[archetype.1.5.3: dl]
[archetype.1.5.3: extract]
-> retrieved archetype.1.5.3  (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.5.3)
- (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 467, characters 28-34:
- 467 |   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 467, characters 18-26:
- 467 |   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 107, characters 32-50:
- 107 |         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 109, characters 22-39:
- 109 |         | 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__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 467, characters 28-34:
- 467 |   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 467, characters 18-26:
- 467 |   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 107, characters 32-50:
- 107 |         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 109, characters 22-39:
- 109 |         | 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.5.3
-> installed archetype.1.5.3

=== STDERR ===

2026-06-24 18:36.09: OK: build archetype.1.5.3 (runc: 91.2s, disk: 18KB)
2026-06-24 18:36.09: Job succeeded