Build:
  1. 0
2026-06-26 10:31.59: New job: build server-reason-react.0.3.0 (18b546a96865)
2026-06-26 10:31.59: Waiting for resource in pool day11-builds
2026-06-26 11:18.41: Got resource from pool day11-builds
2026-06-26 11:18.41: [profile full] build server-reason-react.0.3.0
2026-06-26 11:18.41: build server-reason-react.0.3.0 (18b546a96865)
=== DEPENDENCIES (41 transitive) ===
  angstrom.0.16.1                                    11c793ba24a8
  base-bytes.base                                    b1e4ea0d0665
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigstringaf.0.10.0                                 a4abf4d59a91
  cmdliner.2.1.1                                     f8fcac25252a
  cppo.1.8.0                                         e33aa9aae66d
  csexp.1.5.2                                        0ced60b1f74a
  ctypes.0.24.0                                      840d5a6705c9
  dune.3.23.1                                        9d721df3a13a
  dune-build-info.3.23.1                             31a544cdb0a5
  dune-configurator.3.23.1                           1ab906eeab63
  fix.20250919                                       e9e5fe94fea2
  integers.0.8.0                                     8fd3523bef72
  lwt.5.10.0                                         94d9f7cde22d
  lwt_ppx.5.9.1                                      cb9c5070b290
  melange.5.1.0-53                                   5414604b1dbc
  menhir.20260209                                    05da01205928
  menhirCST.20260209                                 10afe0461689
  menhirGLR.20260209                                 7b22500e7305
  menhirLib.20260209                                 0f58e6c70ac8
  menhirSdk.20260209                                 caf07569aba6
  merlin-extend.0.6.2                                7561fae64d1e
  ocaml.5.3.0                                        ec34d524d97d
  ocaml-base-compiler.5.3.0                          1841888fe75b
  ocaml-compiler.5.3.0                               f295fe609c87
  ocaml-compiler-libs.v0.17.0                        ae1038bc23cf
  ocaml-config.3                                     a52eea84eedb
  ocaml-syntax-shims.1.0.0                           32df0930c8b9
  ocamlfind.1.9.8                                    558092066ff0
  ocplib-endian.1.2                                  06bcf13b55e5
  ppx_derivers.1.2.1                                 fe71b19cf412
  ppxlib.0.35.0                                      c1fcf64e4dff
  promise.1.1.2                                      a6d72f945c2a
  quickjs.0.1.1                                      f6e251d81d0f
  reason.3.15.0                                      414ae6dc7e09
  result.1.5                                         3b36b5342c52
  sexplib0.v0.17.0                                   a15b0f614c90
  stdlib-shims.0.3.0                                 c94355dec213
  stringext.1.6.0                                    c1fdb1453e0b
  uri.4.4.0                                          117d5d7c4ccf
=== STDOUT ===
Processing: [default: loading data]
[server-reason-react.0.3.0: dl]
[server-reason-react.0.3.0: extract]
-> retrieved server-reason-react.0.3.0  (https://opam.ocaml.org/cache)
[server-reason-react: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "server-reason-react" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/server-reason-react.0.3.0)
- File "dune-project", line 63, characters 2-29:
- 63 |   (melange-webapi :with-test)
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Duplicate dependency on package (melange-webapi :with-test) in
- 'depends' field. If you want to specify multiple constraints, combine them
- using (and ...).
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (duplicate_deps disabled))
- (cd _build/.sandbox/f1407331032482dc75bdec389df03a03/default && /home/opam/.opam/default/bin/melc -w -40 -g -bin-annot -bin-annot-occurrences -I packages/promise/js/.promise_js.objs/melange -I /home/opam/.opam/default/lib/melange/belt/melange -I /home/opam/.opam/default/lib/melange/js/melange -intf-suffix .ml --bs-stop-after-cmj --bs-package-output . --bs-module-name promise --bs-package-name server-reason-react.promise-js -no-alias-deps -o packages/promise/js/.promise_js.objs/melange/promise.cmj -c -impl packages/promise/js/promise.re.pp.ml)
- File "packages/promise/js/promise.re", line 312, characters 42-50:
- 312 | let allOk2 = (p1, p2) => unsafeAllOkArray((p1, p2));
-                                                 ^^^^^^^^
- Warning 20 [ignored-extra-argument]: this argument will not be used by the function.
- 
- File "packages/promise/js/promise.re", line 314, characters 46-58:
- 314 | let allOk3 = (p1, p2, p3) => unsafeAllOkArray((p1, p2, p3));
-                                                     ^^^^^^^^^^^^
- Warning 20 [ignored-extra-argument]: this argument will not be used by the function.
- 
- File "packages/promise/js/promise.re", line 316, characters 50-66:
- 316 | let allOk4 = (p1, p2, p3, p4) => unsafeAllOkArray((p1, p2, p3, p4));
-                                                         ^^^^^^^^^^^^^^^^
- Warning 20 [ignored-extra-argument]: this argument will not be used by the function.
- 
- File "packages/promise/js/promise.re", line 318, characters 54-74:
- 318 | let allOk5 = (p1, p2, p3, p4, p5) => unsafeAllOkArray((p1, p2, p3, p4, p5));
-                                                             ^^^^^^^^^^^^^^^^^^^^
- Warning 20 [ignored-extra-argument]: this argument will not be used by the function.
- 
- File "packages/promise/js/promise.re", line 321, characters 19-43:
- 321 |   unsafeAllOkArray((p1, p2, p3, p4, p5, p6));
-                          ^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 20 [ignored-extra-argument]: this argument will not be used by the function.
-> compiled  server-reason-react.0.3.0
-> installed server-reason-react.0.3.0

=== STDERR ===

2026-06-26 11:19.27: OK: build server-reason-react.0.3.0 (runc: 35.7s, disk: 13KB)
2026-06-26 11:19.27: Job succeeded