(not at the head of any monitored branch or PR)
2026-04-01 23:41.08: New job: build server-reason-react.0.5.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29631/head (349a37baa45c59815f2dc7b56e76ea0458925ba8)
                              on fedora-42-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29631/head" && git reset --hard 349a37ba
git fetch origin master
git merge --no-edit 4b07b3403ca6031c1a5af00d48d6aa90de102e54
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn server-reason-react.0.5.0 0.5.0
RUN opam reinstall server-reason-react.0.5.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'server-reason-react.0.5.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-01 23:41.08: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810-server-reason-react.0.5.0-349a37baa45c59815f2dc7b56e76ea0458925ba8"
2026-04-01 23:41.08: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn server-reason-react.0.5.0 0.5.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall server-reason-react.0.5.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'server-reason-react.0.5.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-01 23:41.08: Waiting for resource in pool OCluster
2026-04-02 04:01.30: Waiting for worker…
2026-04-02 04:04.28: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 4b07b3403c Merge pull request #29556 from samoht/release-alcobar-v0.3
Updating 4b07b3403c..349a37baa4
Fast-forward
 .../server-reason-react.0.5.0/opam                 | 62 ++++++++++++++++++++++
 1 file changed, 62 insertions(+)
 create mode 100644 packages/server-reason-react/server-reason-react.0.5.0/opam

(from ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810' locally
docker.io/ocaml/opam@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810: Pulling from ocaml/opam
bcbfb8588268: Pulling fs layer
177e1f254839: Pulling fs layer
655adffc1f8a: Pulling fs layer
bcbfb8588268: Waiting
d6ed8efb8316: Pulling fs layer
1a6c35db77da: Pulling fs layer
177e1f254839: Waiting
79d5bc1da842: Pulling fs layer
655adffc1f8a: Waiting
1a6c35db77da: Waiting
2190dc5cbef5: Pulling fs layer
79d5bc1da842: Waiting
ce330abd384f: Pulling fs layer
67bc7d8e66df: Pulling fs layer
24527802ed75: Pulling fs layer
2190dc5cbef5: Waiting
ce330abd384f: Waiting
67bc7d8e66df: Waiting
520c28f8516b: Pulling fs layer
6a6b2b2d7ec6: Pulling fs layer
520c28f8516b: Waiting
72f13160e8f8: Pulling fs layer
24527802ed75: Waiting
9670083e7cc5: Pulling fs layer
6a6b2b2d7ec6: Waiting
72f13160e8f8: Waiting
c29dc6590a62: Pulling fs layer
9670083e7cc5: Waiting
15ab2cb50fb4: Pulling fs layer
c29dc6590a62: Waiting
f118a3f7dabd: Pulling fs layer
a7328888141e: Pulling fs layer
d75e61fee8b9: Pulling fs layer
f118a3f7dabd: Waiting
a7328888141e: Waiting
e7949c901465: Pulling fs layer
d75e61fee8b9: Waiting
4f4fb700ef54: Pulling fs layer
b21d69666f8c: Pulling fs layer
4f4fb700ef54: Waiting
e7949c901465: Waiting
70dc372f8604: Pulling fs layer
b21d69666f8c: Waiting
7146a2be46d6: Pulling fs layer
09661dac5cd7: Pulling fs layer
70dc372f8604: Waiting
7146a2be46d6: Waiting
99f18d0cfa67: Pulling fs layer
09661dac5cd7: Waiting
e354f9d35980: Pulling fs layer
7a8154ed763e: Pulling fs layer
99f18d0cfa67: Waiting
e354f9d35980: Waiting
bda029a65dcb: Pulling fs layer
7a8154ed763e: Waiting
d433bc6e6776: Pulling fs layer
bda029a65dcb: Waiting
1f2da96e7761: Pulling fs layer
74994bea8077: Pulling fs layer
d433bc6e6776: Waiting
1f2da96e7761: Waiting
bcca2b9caea1: Pulling fs layer
d38dc009427f: Pulling fs layer
74994bea8077: Waiting
bcca2b9caea1: Waiting
8b994e343c24: Pulling fs layer
3ae1b5004e99: Pulling fs layer
8b994e343c24: Waiting
1ea09864b795: Pulling fs layer
3ae1b5004e99: Waiting
e798746be216: Pulling fs layer
1ea09864b795: Waiting
e31216579b0a: Pulling fs layer
e798746be216: Waiting
421cab9e5f5b: Pulling fs layer
e31216579b0a: Waiting
d4400110fd0d: Pulling fs layer
2560d9bd6dd2: Pulling fs layer
b0d47e6fe935: Pulling fs layer
c19ac7a5f3ab: Pulling fs layer
2560d9bd6dd2: Waiting
d4400110fd0d: Waiting
421cab9e5f5b: Waiting
b0d47e6fe935: Waiting
c19ac7a5f3ab: Waiting
177e1f254839: Verifying Checksum
177e1f254839: Download complete
bcbfb8588268: Verifying Checksum
bcbfb8588268: Download complete
655adffc1f8a: Verifying Checksum
655adffc1f8a: Download complete
1a6c35db77da: Verifying Checksum
1a6c35db77da: Download complete
79d5bc1da842: Verifying Checksum
79d5bc1da842: Download complete
bcbfb8588268: Pull complete
177e1f254839: Pull complete
2190dc5cbef5: Download complete
ce330abd384f: Verifying Checksum
ce330abd384f: Download complete
d6ed8efb8316: Verifying Checksum
d6ed8efb8316: Download complete
67bc7d8e66df: Verifying Checksum
67bc7d8e66df: Download complete
520c28f8516b: Verifying Checksum
520c28f8516b: Download complete
24527802ed75: Verifying Checksum
24527802ed75: Download complete
6a6b2b2d7ec6: Verifying Checksum
6a6b2b2d7ec6: Download complete
655adffc1f8a: Pull complete
72f13160e8f8: Verifying Checksum
72f13160e8f8: Download complete
9670083e7cc5: Verifying Checksum
9670083e7cc5: Download complete
c29dc6590a62: Verifying Checksum
c29dc6590a62: Download complete
15ab2cb50fb4: Verifying Checksum
15ab2cb50fb4: Download complete
f118a3f7dabd: Verifying Checksum
f118a3f7dabd: Download complete
a7328888141e: Download complete
d75e61fee8b9: Verifying Checksum
d75e61fee8b9: Download complete
e7949c901465: Download complete
b21d69666f8c: Verifying Checksum
b21d69666f8c: Download complete
70dc372f8604: Verifying Checksum
70dc372f8604: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7146a2be46d6: Verifying Checksum
7146a2be46d6: Download complete
09661dac5cd7: Verifying Checksum
09661dac5cd7: Download complete
99f18d0cfa67: Download complete
7a8154ed763e: Verifying Checksum
7a8154ed763e: Download complete
e354f9d35980: Verifying Checksum
e354f9d35980: Download complete
bda029a65dcb: Download complete
d433bc6e6776: Verifying Checksum
d433bc6e6776: Download complete
1f2da96e7761: Verifying Checksum
1f2da96e7761: Download complete
74994bea8077: Download complete
bcca2b9caea1: Verifying Checksum
bcca2b9caea1: Download complete
8b994e343c24: Verifying Checksum
8b994e343c24: Download complete
1ea09864b795: Verifying Checksum
1ea09864b795: Download complete
e798746be216: Download complete
e31216579b0a: Verifying Checksum
e31216579b0a: Download complete
d38dc009427f: Verifying Checksum
d38dc009427f: Download complete
d6ed8efb8316: Pull complete
d4400110fd0d: Verifying Checksum
d4400110fd0d: Download complete
3ae1b5004e99: Verifying Checksum
3ae1b5004e99: Download complete
b0d47e6fe935: Download complete
1a6c35db77da: Pull complete
421cab9e5f5b: Verifying Checksum
2560d9bd6dd2: Download complete
79d5bc1da842: Pull complete
c19ac7a5f3ab: Verifying Checksum
c19ac7a5f3ab: Download complete
2190dc5cbef5: Pull complete
ce330abd384f: Pull complete
67bc7d8e66df: Pull complete
24527802ed75: Pull complete
520c28f8516b: Pull complete
6a6b2b2d7ec6: Pull complete
72f13160e8f8: Pull complete
9670083e7cc5: Pull complete
c29dc6590a62: Pull complete
15ab2cb50fb4: Pull complete
f118a3f7dabd: Pull complete
a7328888141e: Pull complete
d75e61fee8b9: Pull complete
e7949c901465: Pull complete
4f4fb700ef54: Pull complete
b21d69666f8c: Pull complete
70dc372f8604: Pull complete
7146a2be46d6: Pull complete
09661dac5cd7: Pull complete
99f18d0cfa67: Pull complete
e354f9d35980: Pull complete
7a8154ed763e: Pull complete
bda029a65dcb: Pull complete
d433bc6e6776: Pull complete
1f2da96e7761: Pull complete
74994bea8077: Pull complete
bcca2b9caea1: Pull complete
d38dc009427f: Pull complete
8b994e343c24: Pull complete
3ae1b5004e99: Pull complete
1ea09864b795: Pull complete
e798746be216: Pull complete
e31216579b0a: Pull complete
421cab9e5f5b: Pull complete
d4400110fd0d: Pull complete
2560d9bd6dd2: Pull complete
b0d47e6fe935: Pull complete
c19ac7a5f3ab: Pull complete
Digest: sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810
Status: Downloaded newer image for ocaml/opam@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810
2026-04-02 04:05.17 ---> saved as "ac57600c6456bfde68a4690ee1d8d3c81a036404063cf1ba91bc1e5681d7650f"

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-02 04:05.17 ---> saved as "231fe02d63b9b8cbab50e134ae0012120d129b88e1be00776c4170744e33f6f8"

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-02 04:05.42 ---> saved as "f9b76f2bcbc692d3daaf78afc65dd2bb6274a431a200ff3b85f56f5668aef452"

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=42
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-04-02 04:05.43 ---> saved as "c2dea958d335690208a67016669d838ff72e66873c86df67146fc289b9690c58"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-02 04:06.06 ---> saved as "c1493e039c982d8ac60fd6ecb6efe07ae262a744c0fcbb17597f667afe2b4cdc"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-02 04:06.25 ---> saved as "61d4ea6105d723b35f52bdadc37ba0efedef5943179790f1bd11d602cd55b5e2"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-02 04:06.45 ---> saved as "2e1c27db08d7886f77d10f847f923b8b85fbddb416c323341473d541125feadf"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  55.2 KiB/s |   7.0 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-02 04:06.49 ---> saved as "924e6b84ab53c863567325c826fc8fdf6423d48c4cfa0fccbfdd2a65c7d0e52f"

/home/opam: (run (shell "opam pin add -k version -yn server-reason-react.0.5.0 0.5.0"))
server-reason-react is now pinned to version 0.5.0
2026-04-02 04:06.50 ---> saved as "d23e1259a4fa9a78824a01bf033889da5fafd6f23098e700f7eb9225ce10690d"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall server-reason-react.0.5.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'server-reason-react.0.5.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
server-reason-react.0.5.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 48 packages
  - install angstrom            0.16.1         [required by uri]
  - install base-bytes          base           [required by ocplib-endian]
  - install bigstringaf         0.10.0         [required by angstrom]
  - install cmdliner            2.1.0          [required by uucp, melange, uutf]
  - install conf-gmp            5              [required by zarith]
  - install conf-pkg-config     4              [required by zarith]
  - install cppo                1.8.0          [required by lwt, melange]
  - install csexp               1.5.2          [required by dune-configurator]
  - install ctypes              0.24.0         [required by quickjs]
  - install dune                3.22.0         [required by server-reason-react]
  - install dune-build-info     3.22.0         [required by melange]
  - install dune-configurator   3.22.0         [required by lwt]
  - install fix                 20250919       [required by reason]
  - install integers            0.7.0          [required by server-reason-react]
  - install lwt                 6.1.1          [required by server-reason-react]
  - install lwt_ppx             6.1.0          [required by server-reason-react]
  - install melange             6.0.1-414      [required by server-reason-react]
  - install melange-fetch       0.2.0          [required by server-reason-react]
  - install melange-json        2.0.0          [required by server-reason-react]
  - install melange-json-native 2.0.0          [required by server-reason-react]
  - install melange-webapi      0.22.0         [required by server-reason-react]
  - install menhir              20260209       [required by melange]
  - install menhirCST           20260209       [required by menhir]
  - install menhirGLR           20260209       [required by menhir]
  - install menhirLib           20260209       [required by menhir]
  - install menhirSdk           20260209       [required by menhir]
  - install merlin-extend       0.6.2          [required by reason]
  - install ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install ocaml-syntax-shims  1.0.0          [required by angstrom]
  - install ocamlbuild          0.16.1         [required by uucp, uutf]
  - install ocamlfind           1.9.8          [required by uutf, uucp, zarith]
  - install ocplib-endian       1.2            [required by lwt]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppxlib              0.38.0         [required by server-reason-react]
  - install quickjs             0.4.2          [required by server-reason-react]
  - install reason              3.17.3         [required by server-reason-react]
  - install reason-react        0.17.0         [required by server-reason-react]
  - install reason-react-ppx    0.17.0         [required by reason-react]
  - install server-reason-react 0.5.0 (pinned)
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by integers]
  - install stringext           1.6.0          [required by uri]
  - install topkg               1.1.1          [required by uucp, uutf]
  - install uri                 4.4.0          [required by server-reason-react]
  - install uucp                17.0.0         [required by server-reason-react]
  - install uutf                1.0.4          [required by server-reason-react]
  - install yojson              3.0.0          [required by server-reason-react]
  - install zarith              1.14           [required by server-reason-react]

The following system packages will first need to be installed:
    gmp-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/sbin/sudo "yum" "install" "-y" "gmp-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package    Arch   Version        Repository      Size
- Installing:
-  gmp-devel x86_64 1:6.3.0-4.fc42 fedora     352.3 KiB
- Installing dependencies:
-  gmp-c++   x86_64 1:6.3.0-4.fc42 fedora      27.6 KiB
- 
- Transaction Summary:
-  Installing:         2 packages
- 
- Total size of inbound packages is 193 KiB. Need to download 193 KiB.
- After this operation, 380 KiB extra will be used (install 380 KiB, remove 0 B).
- [1/2] gmp-c++-1:6.3.0-4.fc42.x86_64     100% | 393.5 KiB/s |  18.5 KiB |  00m00s
- [2/2] gmp-devel-1:6.3.0-4.fc42.x86_64   100% |   1.8 MiB/s | 174.4 KiB |  00m00s
- --------------------------------------------------------------------------------
- [2/2] Total                             100% | 588.1 KiB/s | 192.9 KiB |  00m00s
- Running transaction
- [1/4] Verify package files              100% |   2.0 KiB/s |   2.0   B |  00m00s
- [2/4] Prepare transaction               100% |  52.0   B/s |   2.0   B |  00m00s
- [3/4] Installing gmp-c++-1:6.3.0-4.fc42 100% |  13.9 MiB/s |  28.5 KiB |  00m00s
- [4/4] Installing gmp-devel-1:6.3.0-4.fc 100% |   7.9 MiB/s | 354.1 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.3.0-4.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved dune.3.22.0, dune-build-info.3.22.0, dune-configurator.3.22.0  (cached)
-> retrieved fix.20250919  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved lwt_ppx.6.1.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved melange.6.0.1-414  (cached)
-> retrieved melange-fetch.0.2.0  (cached)
-> retrieved melange-json.2.0.0, melange-json-native.2.0.0  (cached)
-> retrieved melange-webapi.0.22.0  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved merlin-extend.0.6.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved quickjs.0.4.2  (cached)
-> retrieved reason.3.17.3  (cached)
-> retrieved reason-react.0.17.0, reason-react-ppx.0.17.0  (cached)
-> retrieved server-reason-react.0.5.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.22.0
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed dune-build-info.3.22.0
-> installed fix.20250919
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed merlin-extend.0.6.2
-> installed ocplib-endian.1.2
-> installed integers.0.7.0
-> installed dune-configurator.3.22.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed lwt.6.1.1
-> installed ctypes.0.24.0
-> installed menhir.20260209
-> installed quickjs.0.4.2
-> installed uucp.17.0.0
-> installed ppxlib.0.38.0
-> installed lwt_ppx.6.1.0
-> installed melange-json-native.2.0.0
-> installed reason.3.17.3
-> installed reason-react-ppx.0.17.0
-> installed melange.6.0.1-414
-> installed melange-fetch.0.2.0
-> installed melange-json.2.0.0
-> installed reason-react.0.17.0
-> installed melange-webapi.0.22.0
-> installed server-reason-react.0.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-02 04:08.21 ---> saved as "1f0c7348ba1c3ca66378991d624bba7b2e682cb7ea9f12fb4797f99c1f123bf0"
Job succeeded
2026-04-02 04:08.28: Job succeeded