Build:
- 0
2026-03-19 01:39.30: New job: build ocaml-lsp-server.1.18.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29561/head (36f2e912c5819748d4067a60d284c2e49b89301b)
on macos-homebrew-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/29561/head" && git reset --hard 36f2e912
git fetch origin master
git merge --no-edit f7cbf12b7b760ec9b3afd67503eef4c7b517e75e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
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 ocaml-lsp-server.1.18.0 1.18.0
RUN opam reinstall ocaml-lsp-server.1.18.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" != 'ocaml-lsp-server.1.18.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-03-19 01:39.30: Using cache hint "macos-homebrew-ocaml-4.14-ocaml-lsp-server.1.18.0-36f2e912c5819748d4067a60d284c2e49b89301b"
2026-03-19 01:39.30: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(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 ocaml-lsp-server.1.18.0 1.18.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ocaml-lsp-server.1.18.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\" != 'ocaml-lsp-server.1.18.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-03-19 01:39.30: Waiting for resource in pool OCluster
2026-03-19 01:39.32: Waiting for worker…
2026-03-19 01:53.27: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files: 38% (7061/18487)
Updating files: 39% (7210/18487)
Updating files: 40% (7395/18487)
Updating files: 41% (7580/18487)
Updating files: 42% (7765/18487)
Updating files: 43% (7950/18487)
Updating files: 44% (8135/18487)
Updating files: 45% (8320/18487)
Updating files: 46% (8505/18487)
Updating files: 47% (8689/18487)
Updating files: 48% (8874/18487)
Updating files: 49% (9059/18487)
Updating files: 50% (9244/18487)
Updating files: 51% (9429/18487)
Updating files: 52% (9614/18487)
Updating files: 53% (9799/18487)
Updating files: 54% (9983/18487)
Updating files: 55% (10168/18487)
Updating files: 56% (10353/18487)
Updating files: 57% (10538/18487)
Updating files: 58% (10723/18487)
Updating files: 59% (10908/18487)
Updating files: 60% (11093/18487)
Updating files: 61% (11278/18487)
Updating files: 62% (11462/18487)
Updating files: 63% (11647/18487)
Updating files: 64% (11832/18487)
Updating files: 65% (12017/18487)
Updating files: 65% (12167/18487)
Updating files: 66% (12202/18487)
Updating files: 67% (12387/18487)
Updating files: 68% (12572/18487)
Updating files: 69% (12757/18487)
Updating files: 70% (12941/18487)
Updating files: 71% (13126/18487)
Updating files: 72% (13311/18487)
Updating files: 73% (13496/18487)
Updating files: 74% (13681/18487)
Updating files: 75% (13866/18487)
Updating files: 76% (14051/18487)
Updating files: 77% (14235/18487)
Updating files: 78% (14420/18487)
Updating files: 79% (14605/18487)
Updating files: 80% (14790/18487)
Updating files: 81% (14975/18487)
Updating files: 82% (15160/18487)
Updating files: 83% (15345/18487)
Updating files: 84% (15530/18487)
Updating files: 85% (15714/18487)
Updating files: 86% (15899/18487)
Updating files: 87% (16084/18487)
Updating files: 88% (16269/18487)
Updating files: 89% (16454/18487)
Updating files: 90% (16639/18487)
Updating files: 91% (16824/18487)
Updating files: 92% (17009/18487)
Updating files: 93% (17193/18487)
Updating files: 94% (17378/18487)
Updating files: 95% (17563/18487)
Updating files: 96% (17748/18487)
Updating files: 97% (17933/18487)
Updating files: 98% (18118/18487)
Updating files: 99% (18303/18487)
Updating files: 100% (18487/18487)
Updating files: 100% (18487/18487), done.
HEAD is now at f7cbf12b7b Merge pull request #29560 from paulosuzart/release-starred_ml-0.0.9
Updating f7cbf12b7b..36f2e912c5
Fast-forward
packages/ocaml-lsp-server/ocaml-lsp-server.1.10.5/opam | 2 +-
packages/ocaml-lsp-server/ocaml-lsp-server.1.17.0/opam | 2 +-
packages/ocaml-lsp-server/ocaml-lsp-server.1.18.0/opam | 2 +-
packages/ocaml-lsp-server/ocaml-lsp-server.1.20.1-4.14/opam | 2 +-
packages/ocaml-lsp-server/ocaml-lsp-server.1.21.0-4.14/opam | 2 +-
packages/ocaml-lsp-server/ocaml-lsp-server.1.21.0/opam | 2 +-
packages/ocaml-lsp-server/ocaml-lsp-server.1.22.0/opam | 2 +-
packages/ocaml-lsp-server/ocaml-lsp-server.1.23.0/opam | 2 +-
packages/ocaml-lsp-server/ocaml-lsp-server.1.23.1/opam | 2 +-
packages/ocaml-lsp-server/ocaml-lsp-server.1.24.0/opam | 2 +-
packages/ocaml-lsp-server/ocaml-lsp-server.1.25.0/opam | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
(from macos-homebrew-ocaml-4.14)
2026-03-19 01:53.32 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-19 01:53.32 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" 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-03-19 01:53.33 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" 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=x86_64 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 11
# repositories 1 (version-controlled)
# pinned 0
# current-switch 4.14.2
# invariant ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-03-19 01:53.33 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" 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-03-19 01:53.33 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-19 01:53.35 ---> using "efe84d36b574adca3489e03606f26a9c155518ed7307f5bf33901f782481b919" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-19 01:53.36 ---> using "0ddbe51c2ec096afd20a2f2bfaa02a2ccba509d77c50fb9943f4b7e7e4c8a895" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:e4f27cef5f72bf7a99c748c0650fe3718fe661a56960dedaeec9c2c98de1d3bc
- #=#=#
0.3%
0.9%
1.3%
# 1.7%
# 2.3%
## 3.0%
-
## 3.5%
## 4.0%
### 4.6%
### 5.0%
### 5.2%
### 5.5%
#### 5.8%
#### 6.0%
#### 6.3%
#### 6.6%
-
##### 7.0%
##### 7.3%
##### 7.5%
##### 7.8%
##### 8.1%
###### 8.3%
###### 8.6%
###### 8.9%
###### 9.1%
###### 9.4%
###### 9.7%
-
####### 9.9%
####### 10.0%
####### 10.3%
####### 10.6%
####### 10.7%
####### 11.0%
######## 11.3%
######## 11.4%
######## 11.7%
######## 11.8%
-
######## 12.1%
######## 12.3%
######## 12.5%
######### 12.7%
######### 12.9%
######### 13.2%
######### 13.4%
######### 13.6%
######### 13.8%
########## 14.1%
########## 14.2%
-
########## 14.5%
########## 14.7%
########## 14.9%
########## 15.1%
########## 15.3%
########### 15.5%
########### 15.8%
########### 16.1%
########### 16.3%
########### 16.6%
-
############ 17.0%
############ 17.3%
############ 17.6%
############ 17.8%
############# 18.1%
############# 18.5%
############# 18.8%
############# 18.9%
############# 19.2%
############## 19.4%
############## 19.6%
-
############## 19.9%
############## 20.1%
############## 20.3%
############## 20.5%
############## 20.8%
############### 20.9%
############### 21.2%
############### 21.4%
############### 21.6%
############### 21.8%
############### 22.0%
-
################ 22.3%
################ 22.5%
################ 22.7%
################ 22.9%
################ 23.2%
################ 23.3%
################ 23.6%
################# 23.9%
################# 24.0%
################# 24.3%
################# 24.4%
-
################# 24.7%
################# 24.9%
################## 25.1%
################## 25.4%
################## 25.5%
################## 25.8%
################## 26.1%
################### 26.4%
################### 26.7%
################### 26.9%
-
################### 27.3%
################### 27.6%
#################### 27.9%
#################### 28.1%
#################### 28.4%
#################### 28.7%
#################### 28.8%
#################### 29.1%
##################### 29.4%
##################### 29.5%
##################### 29.8%
-
##################### 29.9%
##################### 30.2%
##################### 30.3%
###################### 30.6%
###################### 30.8%
###################### 31.1%
###################### 31.2%
###################### 31.5%
###################### 31.6%
###################### 31.9%
####################### 32.1%
-
####################### 32.3%
####################### 32.6%
####################### 32.8%
####################### 33.0%
####################### 33.2%
######################## 33.5%
######################## 33.8%
######################## 33.9%
######################## 34.2%
######################## 34.4%
######################### 34.8%
-
######################### 35.1%
######################### 35.4%
######################### 35.7%
######################### 35.9%
########################## 36.2%
########################## 36.5%
########################## 36.7%
########################## 37.2%
########################### 37.6%
########################### 38.0%
-
########################### 38.6%
############################ 39.0%
############################ 39.4%
############################ 39.8%
############################# 40.3%
############################# 40.7%
############################# 41.1%
############################# 41.5%
############################## 42.0%
############################## 42.3%
############################## 42.6%
-
############################## 43.0%
############################### 43.3%
############################### 43.5%
############################### 43.8%
############################### 44.1%
############################### 44.3%
################################ 45.0%
################################ 45.3%
################################ 45.7%
################################# 46.0%
-
################################# 46.2%
################################# 46.5%
################################# 46.8%
################################# 47.0%
################################## 47.3%
################################## 47.7%
################################## 47.9%
################################## 48.2%
################################## 48.5%
################################### 48.7%
################################### 49.0%
-
################################### 49.3%
################################### 49.7%
################################### 50.0%
#################################### 50.2%
#################################### 50.5%
#################################### 50.8%
#################################### 51.0%
#################################### 51.3%
##################################### 51.7%
##################################### 51.9%
-
##################################### 52.2%
##################################### 52.5%
###################################### 52.9%
###################################### 53.2%
###################################### 53.4%
###################################### 53.7%
###################################### 54.0%
####################################### 54.3%
####################################### 54.5%
####################################### 54.8%
####################################### 55.2%
-
####################################### 55.5%
######################################## 55.7%
######################################## 56.0%
######################################## 56.3%
######################################## 56.7%
######################################### 57.0%
######################################### 57.2%
######################################### 57.5%
######################################### 57.8%
######################################### 58.0%
########################################## 58.4%
-
########################################## 58.7%
########################################## 59.1%
########################################## 59.3%
########################################## 59.6%
########################################### 59.9%
########################################### 60.2%
########################################### 60.4%
########################################### 60.8%
########################################### 61.1%
############################################ 61.4%
-
############################################ 61.8%
############################################ 62.0%
############################################ 62.3%
############################################# 62.6%
############################################# 62.9%
############################################# 63.2%
############################################# 63.5%
############################################# 63.8%
############################################## 64.0%
############################################## 64.3%
############################################## 64.7%
-
############################################## 65.0%
############################################## 65.2%
############################################### 65.5%
############################################### 65.9%
############################################### 66.2%
############################################### 66.5%
################################################ 66.7%
################################################ 66.9%
################################################ 67.1%
################################################ 67.5%
################################################ 67.7%
-
################################################ 68.0%
################################################# 68.3%
################################################# 68.4%
################################################# 68.7%
################################################# 68.8%
################################################# 69.1%
################################################# 69.4%
################################################## 69.6%
################################################## 69.8%
################################################## 70.1%
################################################## 70.2%
-
################################################## 70.5%
################################################## 70.8%
################################################### 70.9%
################################################### 71.2%
################################################### 71.4%
################################################### 71.6%
################################################### 71.8%
################################################### 72.1%
#################################################### 72.4%
#################################################### 72.8%
-
#################################################### 73.2%
#################################################### 73.6%
##################################################### 74.0%
##################################################### 74.5%
##################################################### 74.9%
###################################################### 75.3%
###################################################### 75.7%
###################################################### 76.1%
####################################################### 76.5%
####################################################### 76.9%
####################################################### 77.2%
-
####################################################### 77.5%
####################################################### 77.7%
######################################################## 78.0%
######################################################## 78.3%
######################################################## 78.5%
######################################################## 78.8%
######################################################## 79.1%
######################################################### 79.4%
######################################################### 79.7%
######################################################### 80.0%
######################################################### 80.1%
-
######################################################### 80.4%
######################################################### 80.5%
########################################################## 80.8%
########################################################## 81.1%
########################################################## 81.2%
########################################################## 81.5%
########################################################## 81.7%
########################################################## 81.9%
########################################################### 82.1%
########################################################### 82.4%
########################################################### 82.5%
-
########################################################### 82.8%
########################################################### 82.9%
########################################################### 83.2%
############################################################ 83.5%
############################################################ 83.6%
############################################################ 83.9%
############################################################ 84.2%
############################################################ 84.4%
############################################################ 84.5%
############################################################# 84.8%
-
############################################################# 85.1%
############################################################# 85.2%
############################################################# 85.5%
############################################################# 85.7%
############################################################# 86.0%
############################################################## 86.3%
############################################################## 86.5%
############################################################## 86.8%
############################################################## 87.0%
############################################################## 87.2%
############################################################## 87.4%
-
############################################################### 87.6%
############################################################### 87.9%
############################################################### 88.0%
############################################################### 88.3%
############################################################### 88.4%
############################################################### 88.7%
################################################################ 89.0%
################################################################ 89.1%
################################################################ 89.4%
################################################################ 89.5%
################################################################ 89.8%
-
################################################################ 90.1%
################################################################ 90.2%
################################################################# 90.5%
################################################################# 90.6%
################################################################# 90.8%
################################################################# 91.1%
################################################################# 91.2%
################################################################# 91.5%
################################################################## 91.8%
################################################################## 91.9%
################################################################## 92.2%
-
################################################################## 92.3%
################################################################## 92.6%
################################################################## 92.8%
################################################################## 93.0%
################################################################### 93.3%
################################################################### 93.5%
################################################################### 93.7%
################################################################### 93.9%
################################################################### 94.2%
################################################################### 94.3%
#################################################################### 94.6%
-
#################################################################### 94.7%
#################################################################### 95.0%
#################################################################### 95.3%
#################################################################### 95.4%
#################################################################### 95.6%
##################################################################### 95.9%
##################################################################### 96.2%
##################################################################### 96.4%
##################################################################### 96.9%
##################################################################### 97.1%
###################################################################### 97.4%
-
###################################################################### 97.7%
###################################################################### 97.9%
###################################################################### 98.2%
###################################################################### 98.5%
####################################################################### 98.7%
####################################################################### 99.0%
####################################################################### 99.3%
####################################################################### 99.5%
####################################################################### 99.7%
####################################################################### 100.0%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.1.catalina.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-03-19 01:53.36 ---> using "94cd664d82eb32d7a7b8a1b0dc20a2bd2010285e47b1edee9addcfad50aa4329" from cache
/: (run (shell "opam pin add -k version -yn ocaml-lsp-server.1.18.0 1.18.0"))
ocaml-lsp-server is now pinned to version 1.18.0
2026-03-19 01:53.41 ---> saved as "6a57060e8689ea4ecbd5881d3ec56352e5f8a67d10476829c78d893031026217"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ocaml-lsp-server.1.18.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\" != 'ocaml-lsp-server.1.18.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-lsp-server.1.18.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 33 packages
- install astring 0.8.5 [required by ocaml-lsp-server]
- install base v0.16.4 [required by ocaml-lsp-server]
- install camlp-streams 5.0.1 [required by ocaml-lsp-server]
- install chrome-trace 3.21.1 [required by ocaml-lsp-server]
- install csexp 1.5.2 [required by ocaml-lsp-server]
- install dune 3.21.1 [required by ocaml-lsp-server]
- install dune-build-info 3.21.1 [required by ocaml-lsp-server]
- install dune-configurator 3.21.1 [required by base]
- install dune-rpc 3.21.1 [required by ocaml-lsp-server]
- install dyn 3.21.1 [required by ocaml-lsp-server]
- install fiber 3.7.0 [required by ocaml-lsp-server]
- install fs-io 3.21.1 [required by stdune]
- install jsonrpc 1.18.0 [required by ocaml-lsp-server]
- install lsp 1.18.0 [required by ocaml-lsp-server]
- install merlin-lib 4.16-414 [required by ocaml-lsp-server]
- install ocaml-lsp-server 1.18.0 (pinned)
- install ocamlbuild 0.16.1 [required by astring]
- install ocamlc-loc 3.21.1 [required by ocaml-lsp-server]
- install ocamlfind 1.9.8 [required by astring]
- install ocamlformat-rpc-lib 0.29.0 [required by ocaml-lsp-server]
- install ordering 3.21.1 [required by ocaml-lsp-server]
- install pp 2.0.0 [required by ocaml-lsp-server]
- install ppx_yojson_conv_lib v0.16.0 [required by ocaml-lsp-server]
- install re 1.14.0 [required by ocaml-lsp-server]
- install seq base [required by yojson]
- install sexplib0 v0.16.0 [required by base]
- install spawn v0.17.0 [required by ocaml-lsp-server]
- install stdune 3.21.1 [required by ocaml-lsp-server]
- install top-closure 3.21.1 [required by stdune]
- install topkg 1.1.1 [required by astring]
- install uutf 1.0.4 [required by lsp]
- install xdg 3.21.1 [required by ocaml-lsp-server]
- install yojson 2.2.2 [required by ocaml-lsp-server]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved chrome-trace.3.21.1, dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1, dune-rpc.3.21.1, dyn.3.21.1, fs-io.3.21.1, ocamlc-loc.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1, xdg.3.21.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved fiber.3.7.0 (cached)
-> retrieved jsonrpc.1.18.0, lsp.1.18.0, ocaml-lsp-server.1.18.0 (cached)
-> retrieved merlin-lib.4.16-414 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlformat-rpc-lib.0.29.0 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_yojson_conv_lib.v0.16.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved spawn.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed dune.3.21.1
-> installed jsonrpc.1.18.0
-> installed spawn.v0.17.0
-> installed ordering.3.21.1
-> installed sexplib0.v0.16.0
-> installed re.1.14.0
-> installed pp.2.0.0
-> installed top-closure.3.21.1
-> installed xdg.3.21.1
-> installed yojson.2.2.2
-> installed csexp.1.5.2
-> installed ppx_yojson_conv_lib.v0.16.0
-> installed camlp-streams.5.0.1
-> installed ocamlformat-rpc-lib.0.29.0
-> installed fs-io.3.21.1
-> installed dyn.3.21.1
-> installed chrome-trace.3.21.1
-> installed dune-configurator.3.21.1
-> installed dune-build-info.3.21.1
-> installed ocamlc-loc.3.21.1
-> installed lsp.1.18.0
-> installed stdune.3.21.1
-> installed base.v0.16.4
-> installed fiber.3.7.0
-> installed merlin-lib.4.16-414
-> installed dune-rpc.3.21.1
-> installed ocaml-lsp-server.1.18.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 01:56.24 ---> saved as "31a6dd9e62d78909fb5cc03569ba3f9c8a99ab58ecb515647ed7e50708d218b9"
Job succeeded
2026-03-19 01:56.43: Job succeeded