Build:
  1. 0
2026-06-16 17:13.29: New job: build server-reason-react.0.3.0 (5dc6dc0ff9de)
2026-06-16 17:13.29: Waiting for resource in pool day11-builds
2026-06-16 17:59.34: Got resource from pool day11-builds
2026-06-16 17:59.34: [profile full] build server-reason-react.0.3.0
2026-06-16 17:59.34: build server-reason-react.0.3.0 (5dc6dc0ff9de)
=== DEPENDENCIES (41 transitive) ===
  angstrom.0.16.1                                    6bbb0142027e
  base-bytes.base                                    fe093162f383
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigstringaf.0.10.0                                 d6f325ac37f8
  cmdliner.2.1.1                                     31028e9aa5d7
  cppo.1.8.0                                         419078d7d6b0
  csexp.1.5.2                                        1637d117a8bb
  ctypes.0.24.0                                      553bd54f7ce5
  dune.3.23.1                                        433683e90514
  dune-build-info.3.23.1                             966a40e50244
  dune-configurator.3.23.1                           d169faaa676d
  fix.20250919                                       e6a79c795d59
  integers.0.8.0                                     2c05f4dc9a9b
  lwt.5.10.0                                         d913884b008b
  lwt_ppx.5.9.1                                      6e99866b8b3d
  melange.5.1.0-53                                   af7aedf54fd6
  menhir.20260209                                    db1e576d09fc
  menhirCST.20260209                                 5ae1ce0e3cc9
  menhirGLR.20260209                                 a21348cfb497
  menhirLib.20260209                                 643af17924e0
  menhirSdk.20260209                                 3c82faacb8b3
  merlin-extend.0.6.2                                af5edfb4dfba
  ocaml.5.3.0                                        f3f5cb82ec5e
  ocaml-base-compiler.5.3.0                          3282792848d7
  ocaml-compiler.5.3.0                               ec781058d2f3
  ocaml-compiler-libs.v0.17.0                        8c25585cc677
  ocaml-config.3                                     0df636be409d
  ocaml-syntax-shims.1.0.0                           1a614cb8950f
  ocamlfind.1.9.8                                    814b8d0197a7
  ocplib-endian.1.2                                  3fcd35c84ea1
  ppx_derivers.1.2.1                                 ff9d4bfc129e
  ppxlib.0.35.0                                      2ca0651b3ecc
  promise.1.1.2                                      7d6c7bff9c9a
  quickjs.0.1.1                                      cc74ff83afcf
  reason.3.15.0                                      843e78339b78
  result.1.5                                         858d801cd20c
  sexplib0.v0.17.0                                   56e363170312
  stdlib-shims.0.3.0                                 f49bc9dde33b
  stringext.1.6.0                                    cfeda177f3fa
  uri.4.4.0                                          ae16f99b74d1
=== 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-16 18:00.20: OK: build server-reason-react.0.3.0 (runc: 36.7s, disk: 12KB)
2026-06-16 18:00.20: Job succeeded