(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 macos-homebrew-ocaml-5.4/arm64

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 macos-homebrew-ocaml-5.4
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/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 -k local --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 "\"macos-homebrew\""; 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 "macos-homebrew-ocaml-5.4-server-reason-react.0.5.0-349a37baa45c59815f2dc7b56e76ea0458925ba8"
2026-04-01 23:41.08: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -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 -k local --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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (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 \"\\\"macos-homebrew\\\"\"; 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-01 23:41.08: Waiting for worker…
2026-04-01 23:41.08: Got resource from pool OCluster
Building on m1-worker-02
Updating files:  64% (12039/18570)
Updating files:  65% (12071/18570)
Updating files:  66% (12257/18570)
Updating files:  67% (12442/18570)
Updating files:  68% (12628/18570)
Updating files:  69% (12814/18570)
Updating files:  70% (12999/18570)
Updating files:  71% (13185/18570)
Updating files:  72% (13371/18570)
Updating files:  73% (13557/18570)
Updating files:  74% (13742/18570)
Updating files:  75% (13928/18570)
Updating files:  76% (14114/18570)
Updating files:  77% (14299/18570)
Updating files:  78% (14485/18570)
Updating files:  79% (14671/18570)
Updating files:  80% (14856/18570)
Updating files:  81% (15042/18570)
Updating files:  82% (15228/18570)
Updating files:  83% (15414/18570)
Updating files:  84% (15599/18570)
Updating files:  85% (15785/18570)
Updating files:  86% (15971/18570)
Updating files:  87% (16156/18570)
Updating files:  88% (16342/18570)
Updating files:  89% (16528/18570)
Updating files:  90% (16713/18570)
Updating files:  91% (16899/18570)
Updating files:  92% (17085/18570)
Updating files:  93% (17271/18570)
Updating files:  94% (17456/18570)
Updating files:  95% (17642/18570)
Updating files:  96% (17828/18570)
Updating files:  97% (18013/18570)
Updating files:  98% (18199/18570)
Updating files:  99% (18385/18570)
Updating files: 100% (18570/18570)
Updating files: 100% (18570/18570), done.
HEAD is now at 97a25a4f7d [new release] server-reason-react (0.5.0)
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 macos-homebrew-ocaml-5.4)
2026-04-01 23:41.16 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-01 23:41.16 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" from cache

/: (run (network host)
        (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-04-01 23:41.16 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" from cache

/: (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=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 7
# repositories         1 (version-controlled)
# pinned               0
# current-switch       5.4.0
# invariant            ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-04-01 23:41.16 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2026-04-01 23:41.16 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2026-04-01 23:41.21 ---> saved as "8c52cc8a761039a42ea35ce9ee52a7a85c2a1a07b561e4f3365a47fff0597f59"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-01 23:41.31 ---> saved as "4df70d924c978da5eacf5b83f5c9b8d1be4556b455ba51a5ffd2c935366737f5"

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:f41c72b891c40623f9d5cd2135f58a1b8a5c014ae04149888289409316276c72
- #=#=#                                                                          

                                                                           0.6%
#                                                                          1.5%
#                                                                          2.3%
##                                                                         3.2%
##                                                                         4.0%
###                                                                        4.7%
###                                                                        5.5%
####                                                                       6.4%
#####                                                                      7.2%
- 
#####                                                                      8.0%
######                                                                     8.9%
######                                                                     9.6%
#######                                                                   10.4%
########                                                                  11.2%
########                                                                  12.1%
#########                                                                 12.9%
#########                                                                 13.6%
##########                                                                14.4%
###########                                                               15.3%
###########                                                               16.1%
############                                                              16.9%
- 
############                                                              17.6%
#############                                                             18.5%
#############                                                             19.3%
##############                                                            20.1%
###############                                                           20.9%
###############                                                           21.8%
################                                                          22.5%
################                                                          23.3%
#################                                                         24.1%
#################                                                         25.0%
##################                                                        25.8%
- 
###################                                                       26.5%
###################                                                       27.3%
####################                                                      28.2%
####################                                                      29.0%
#####################                                                     29.8%
#####################                                                     30.5%
######################                                                    31.4%
#######################                                                   32.2%
#######################                                                   33.0%
########################                                                  33.9%
########################                                                  34.7%
#########################                                                 35.4%
- 
##########################                                                36.2%
##########################                                                37.0%
###########################                                               37.9%
###########################                                               38.8%
############################                                              39.6%
#############################                                             40.3%
#############################                                             41.1%
##############################                                            42.0%
##############################                                            42.8%
###############################                                           43.6%
###############################                                           44.3%
- 
################################                                          45.2%
#################################                                         46.0%
#################################                                         46.8%
##################################                                        47.6%
##################################                                        48.5%
###################################                                       49.2%
####################################                                      50.0%
####################################                                      50.8%
#####################################                                     51.7%
#####################################                                     52.5%
######################################                                    53.2%
######################################                                    54.0%
- 
#######################################                                   54.9%
########################################                                  55.7%
########################################                                  56.5%
#########################################                                 57.2%
#########################################                                 58.1%
##########################################                                58.9%
##########################################                                59.7%
###########################################                               60.5%
############################################                              61.4%
############################################                              62.1%
#############################################                             62.9%
- 
#############################################                             63.7%
##############################################                            64.6%
###############################################                           65.4%
###############################################                           66.3%
################################################                          67.0%
################################################                          67.9%
#################################################                         68.9%
##################################################                        69.6%
##################################################                        70.4%
###################################################                       71.2%
###################################################                       72.1%
- 
####################################################                      72.8%
#####################################################                     73.6%
#####################################################                     74.4%
######################################################                    75.3%
######################################################                    76.1%
#######################################################                   76.8%
#######################################################                   77.6%
########################################################                  78.5%
#########################################################                 79.3%
#########################################################                 80.1%
##########################################################                80.8%
- 
##########################################################                81.8%
###########################################################               82.5%
###########################################################               83.3%
############################################################              84.1%
#############################################################             85.0%
#############################################################             85.8%
##############################################################            86.5%
##############################################################            87.3%
###############################################################           88.2%
################################################################          89.0%
################################################################          89.8%
#################################################################         90.5%
- 
#################################################################         91.4%
##################################################################        92.2%
##################################################################        93.0%
###################################################################       93.7%
####################################################################      94.5%
####################################################################      95.3%
#####################################################################     96.1%
#####################################################################     96.7%
######################################################################    97.4%
######################################################################    98.1%
#######################################################################   98.9%
- 
#######################################################################   99.6%
#######################################################################   99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_1.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2026-04-01 23:42.00 ---> saved as "c7433924a7a54cee7d24c085c1aea9c0bb3aad22836df2edee8c991493318cc9"

/: (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-01 23:42.01 ---> saved as "34f83661f754808eed66d11e90310e902734504faf1035c389d4f1ce58c5d58f"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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 \"\\\"macos-homebrew\\\"\"; 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-54       [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.17.0        [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 pkgconf

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

opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
  2. Display the recommended brew 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

+ /opt/homebrew/bin/brew "install" "gmp" "pkgconf"
- ==> Fetching downloads for: gmp and pkgconf
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.2KB
- ==> Running `brew cleanup pkgconf`...

<><> 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)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp.5
-> retrieved ctypes.0.24.0  (cached)
-> 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-54  (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.17.0  (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  (https://github.com/ml-in-barcelona/server-reason-react/releases/download/0.5.0/server-reason-react-0.5.0.tbz)
-> 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)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> retrieved zarith.1.14  (cached)
-> 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 csexp.1.5.2
-> installed menhirCST.20260209
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed fix.20250919
-> installed dune-build-info.3.22.0
-> installed cppo.1.8.0
-> installed ppx_derivers.1.2.1
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed merlin-extend.0.6.2
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.22.0
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed bigstringaf.0.10.0
-> installed integers.0.7.0
-> installed angstrom.0.16.1
-> installed yojson.3.0.0
-> 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-54
-> installed melange-fetch.0.2.0
-> installed reason-react.0.17.0
-> installed melange-json.2.0.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-01 23:44.08 ---> saved as "fd48d42e1532048cd3cf66860fd5f1788b6c7ce7c3fb194b2d7cb388e5efc5c4"
Job succeeded
2026-04-01 23:44.18: Job succeeded