- github
- ocaml
- opam-repository
- a540e3
- macos,macos-homebrew-ocaml-5.4-amd64,ocaml-lsp-server.1.26.0-5.5~preview
(not at the head of any monitored branch or PR)
2026-03-19 16:28.51: New job: build ocaml-lsp-server.1.26.0-5.5~preview, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29565/head (a540e38baa7b2d1d7e6218b3bc3eb48112a04ff2)
on macos-homebrew-ocaml-5.4/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/29565/head" && git reset --hard a540e38b
git fetch origin master
git merge --no-edit 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef
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 ocaml-lsp-server.1.26.0-5.5~preview 1.26.0-5.5~preview
RUN opam reinstall ocaml-lsp-server.1.26.0-5.5~preview; \
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.26.0-5.5~preview' && 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 16:28.51: Using cache hint "macos-homebrew-ocaml-5.4-ocaml-lsp-server.1.26.0-5.5~preview-a540e38baa7b2d1d7e6218b3bc3eb48112a04ff2"
2026-03-19 16:28.51: 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 ocaml-lsp-server.1.26.0-5.5~preview 1.26.0-5.5~preview"))
(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.26.0-5.5~preview;\
\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.26.0-5.5~preview' && 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 16:28.51: Waiting for resource in pool OCluster
2026-03-19 16:28.52: Waiting for worker…
2026-03-19 16:29.48: Got resource from pool OCluster
Building on i7-worker-01
Updating files: 1% (267/18511)
Updating files: 2% (371/18511)
Updating files: 3% (556/18511)
Updating files: 4% (741/18511)
Updating files: 5% (926/18511)
Updating files: 6% (1111/18511)
Updating files: 6% (1179/18511)
Updating files: 7% (1296/18511)
Updating files: 8% (1481/18511)
Updating files: 9% (1666/18511)
Updating files: 10% (1852/18511)
Updating files: 11% (2037/18511)
Updating files: 12% (2222/18511)
Updating files: 13% (2407/18511)
Updating files: 14% (2592/18511)
Updating files: 15% (2777/18511)
Updating files: 16% (2962/18511)
Updating files: 17% (3147/18511)
Updating files: 18% (3332/18511)
Updating files: 19% (3518/18511)
Updating files: 20% (3703/18511)
Updating files: 21% (3888/18511)
Updating files: 22% (4073/18511)
Updating files: 23% (4258/18511)
Updating files: 23% (4292/18511)
Updating files: 24% (4443/18511)
Updating files: 25% (4628/18511)
Updating files: 26% (4813/18511)
Updating files: 27% (4998/18511)
Updating files: 28% (5184/18511)
Updating files: 29% (5369/18511)
Updating files: 30% (5554/18511)
Updating files: 31% (5739/18511)
Updating files: 32% (5924/18511)
Updating files: 33% (6109/18511)
Updating files: 34% (6294/18511)
Updating files: 35% (6479/18511)
Updating files: 36% (6664/18511)
Updating files: 37% (6850/18511)
Updating files: 38% (7035/18511)
Updating files: 39% (7220/18511)
Updating files: 40% (7405/18511)
Updating files: 41% (7590/18511)
Updating files: 41% (7652/18511)
Updating files: 42% (7775/18511)
Updating files: 43% (7960/18511)
Updating files: 44% (8145/18511)
Updating files: 45% (8330/18511)
Updating files: 46% (8516/18511)
Updating files: 47% (8701/18511)
Updating files: 48% (8886/18511)
Updating files: 49% (9071/18511)
Updating files: 50% (9256/18511)
Updating files: 51% (9441/18511)
Updating files: 52% (9626/18511)
Updating files: 53% (9811/18511)
Updating files: 54% (9996/18511)
Updating files: 55% (10182/18511)
Updating files: 56% (10367/18511)
Updating files: 57% (10552/18511)
Updating files: 58% (10737/18511)
Updating files: 58% (10896/18511)
Updating files: 59% (10922/18511)
Updating files: 60% (11107/18511)
Updating files: 61% (11292/18511)
Updating files: 62% (11477/18511)
Updating files: 63% (11662/18511)
Updating files: 64% (11848/18511)
Updating files: 65% (12033/18511)
Updating files: 66% (12218/18511)
Updating files: 67% (12403/18511)
Updating files: 68% (12588/18511)
Updating files: 69% (12773/18511)
Updating files: 70% (12958/18511)
Updating files: 71% (13143/18511)
Updating files: 72% (13328/18511)
Updating files: 73% (13514/18511)
Updating files: 74% (13699/18511)
Updating files: 75% (13884/18511)
Updating files: 76% (14069/18511)
Updating files: 77% (14254/18511)
Updating files: 77% (14328/18511)
Updating files: 78% (14439/18511)
Updating files: 79% (14624/18511)
Updating files: 80% (14809/18511)
Updating files: 81% (14994/18511)
Updating files: 82% (15180/18511)
Updating files: 83% (15365/18511)
Updating files: 84% (15550/18511)
Updating files: 85% (15735/18511)
Updating files: 86% (15920/18511)
Updating files: 87% (16105/18511)
Updating files: 88% (16290/18511)
Updating files: 89% (16475/18511)
Updating files: 90% (16660/18511)
Updating files: 91% (16846/18511)
Updating files: 92% (17031/18511)
Updating files: 93% (17216/18511)
Updating files: 94% (17401/18511)
Updating files: 95% (17586/18511)
Updating files: 96% (17771/18511)
Updating files: 97% (17956/18511)
Updating files: 98% (18141/18511)
Updating files: 99% (18326/18511)
Updating files: 99% (18426/18511)
Updating files: 100% (18511/18511)
Updating files: 100% (18511/18511), done.
HEAD is now at 6910facf56 [new release] Ortac 0.8.0
HEAD is now at 9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0
Updating 9f189ca4f9..a540e38baa
Fast-forward
packages/jsonrpc/jsonrpc.1.26.0-5.5~preview/opam | 51 +++++++++++++++
packages/lsp/lsp.1.26.0-5.5~preview/opam | 61 +++++++++++++++++
.../ocaml-lsp-server.1.26.0-5.5~preview/opam | 76 ++++++++++++++++++++++
3 files changed, 188 insertions(+)
create mode 100644 packages/jsonrpc/jsonrpc.1.26.0-5.5~preview/opam
create mode 100644 packages/lsp/lsp.1.26.0-5.5~preview/opam
create mode 100644 packages/ocaml-lsp-server/ocaml-lsp-server.1.26.0-5.5~preview/opam
(from macos-homebrew-ocaml-5.4)
2026-03-19 16:30.15 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-19 16:30.15 ---> 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-03-19 16:30.15 ---> 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=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 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-03-19 16:30.15 ---> 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-03-19 16:30.16 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-19 16:30.30 ---> saved as "83e2685943ab8747ee3ab8275d764621c29a94d81f8b0c5de5fe5176a2df6bd3"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-19 16:30.53 ---> saved as "1940dde8b12787c58488dee3f3350117b814b35c064bcb87d9435f99ee20ff8d"
/: (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.1%
0.3%
0.6%
1.2%
-
# 1.4%
# 1.7%
# 2.0%
# 2.2%
# 2.5%
# 2.6%
## 2.9%
## 3.0%
## 3.3%
## 3.6%
-
## 3.7%
## 3.8%
## 4.1%
### 4.3%
### 4.4%
### 4.5%
### 4.8%
### 4.9%
### 5.2%
### 5.3%
-
### 5.5%
#### 5.7%
#### 5.9%
#### 6.0%
#### 6.3%
#### 6.4%
#### 6.5%
#### 6.8%
##### 7.0%
##### 7.2%
-
##### 7.4%
##### 7.6%
##### 7.8%
##### 8.0%
##### 8.2%
###### 8.4%
###### 8.6%
###### 8.7%
###### 9.0%
###### 9.1%
-
###### 9.4%
###### 9.5%
####### 9.8%
####### 10.1%
####### 10.2%
####### 10.5%
####### 10.7%
####### 10.9%
####### 11.0%
######## 11.3%
-
######## 11.4%
######## 11.7%
######## 11.8%
######## 12.1%
######## 12.2%
######## 12.3%
######### 12.6%
######### 12.8%
######### 13.0%
######### 13.2%
-
######### 13.4%
######### 13.6%
######### 13.8%
########## 14.0%
########## 14.2%
########## 14.4%
########## 14.5%
########## 14.8%
########## 14.9%
########## 15.0%
-
########### 15.3%
########### 15.4%
########### 15.6%
########### 15.9%
########### 16.0%
########### 16.1%
########### 16.4%
########### 16.5%
############ 16.8%
############ 16.9%
############ 17.2%
-
############ 17.3%
############ 17.5%
############ 17.7%
############ 17.9%
############ 18.0%
############# 18.3%
############# 18.4%
############# 18.5%
############# 18.8%
############# 19.0%
-
############# 19.1%
############# 19.4%
############## 19.5%
############## 19.6%
############## 19.9%
############## 20.0%
############## 20.3%
############## 20.4%
############## 20.7%
############### 20.8%
-
############### 21.1%
############### 21.2%
############### 21.5%
############### 21.7%
############### 21.9%
############### 22.1%
############### 22.2%
################ 22.5%
################ 22.7%
-
################ 22.9%
################ 23.1%
################ 23.4%
################ 23.5%
################# 23.8%
################# 24.1%
################# 24.2%
################# 24.5%
################# 24.8%
################# 24.9%
################## 25.2%
-
################## 25.4%
################## 25.6%
################## 25.8%
################## 26.1%
################## 26.2%
################### 26.5%
################### 26.8%
################### 26.9%
################### 27.2%
################### 27.5%
-
################### 27.6%
#################### 27.9%
#################### 28.1%
#################### 28.3%
#################### 28.5%
#################### 28.8%
#################### 28.9%
##################### 29.2%
##################### 29.3%
##################### 29.6%
##################### 29.9%
-
##################### 30.0%
##################### 30.3%
##################### 30.6%
###################### 30.7%
###################### 31.0%
###################### 31.1%
###################### 31.4%
###################### 31.6%
###################### 31.9%
####################### 32.0%
####################### 32.3%
-
####################### 32.6%
####################### 32.7%
####################### 33.0%
####################### 33.1%
######################## 33.4%
######################## 33.5%
######################## 33.8%
######################## 34.1%
######################## 34.2%
######################## 34.5%
######################## 34.6%
-
######################### 34.9%
######################### 35.0%
######################### 35.3%
######################### 35.5%
######################### 35.7%
######################### 35.9%
########################## 36.2%
########################## 36.5%
########################## 36.6%
########################## 36.9%
-
########################## 37.0%
########################## 37.3%
########################### 37.6%
########################### 37.7%
########################### 38.0%
########################### 38.1%
########################### 38.4%
########################### 38.6%
############################ 38.9%
############################ 39.0%
############################ 39.3%
-
############################ 39.6%
############################ 39.7%
############################ 40.0%
############################ 40.3%
############################# 40.4%
############################# 40.7%
############################# 40.8%
############################# 41.1%
############################# 41.3%
############################# 41.6%
-
############################## 41.7%
############################## 42.0%
############################## 42.2%
############################## 42.4%
############################## 42.7%
############################## 42.8%
############################### 43.1%
############################### 43.4%
############################### 43.5%
############################### 43.8%
############################### 44.0%
-
############################### 44.2%
############################### 44.4%
################################ 44.7%
################################ 44.8%
################################ 45.1%
################################ 45.3%
################################ 45.5%
################################ 45.8%
################################# 45.9%
################################# 46.2%
-
################################# 46.3%
################################# 46.6%
################################# 46.9%
################################# 47.1%
################################## 47.3%
################################## 47.5%
################################## 47.8%
################################## 47.9%
################################## 48.2%
################################## 48.5%
################################### 48.6%
-
################################### 48.9%
################################### 49.2%
################################### 49.3%
################################### 49.6%
################################### 49.8%
################################### 50.0%
#################################### 50.2%
#################################### 50.5%
#################################### 50.6%
#################################### 50.9%
-
#################################### 51.2%
#################################### 51.3%
##################################### 51.6%
##################################### 51.9%
##################################### 52.0%
##################################### 52.3%
##################################### 52.5%
##################################### 52.7%
###################################### 52.9%
###################################### 53.2%
###################################### 53.3%
-
###################################### 53.6%
###################################### 53.9%
###################################### 54.2%
####################################### 54.3%
####################################### 54.6%
####################################### 54.7%
####################################### 55.0%
####################################### 55.2%
####################################### 55.4%
######################################## 55.6%
######################################## 55.8%
-
######################################## 56.0%
######################################## 56.3%
######################################## 56.4%
######################################## 56.7%
######################################### 57.0%
######################################### 57.1%
######################################### 57.4%
######################################### 57.7%
######################################### 57.8%
######################################### 58.1%
-
########################################## 58.3%
########################################## 58.5%
########################################## 58.7%
########################################## 59.0%
########################################## 59.3%
########################################## 59.4%
########################################## 59.7%
########################################### 59.8%
########################################### 60.1%
########################################### 60.4%
########################################### 60.5%
-
########################################### 60.8%
########################################### 61.0%
############################################ 61.3%
############################################ 61.4%
############################################ 61.7%
############################################ 61.8%
############################################ 62.1%
############################################ 62.2%
############################################# 62.5%
############################################# 62.8%
-
############################################# 62.9%
############################################# 63.2%
############################################# 63.5%
############################################# 63.6%
############################################# 63.9%
############################################## 64.0%
############################################## 64.3%
############################################## 64.5%
############################################## 64.8%
############################################## 64.9%
############################################## 65.2%
-
############################################### 65.5%
############################################### 65.6%
############################################### 65.9%
############################################### 66.0%
############################################### 66.3%
############################################### 66.4%
################################################ 66.7%
################################################ 67.0%
################################################ 67.1%
################################################ 67.4%
-
################################################ 67.6%
################################################ 67.8%
################################################ 68.0%
################################################# 68.3%
################################################# 68.4%
################################################# 68.7%
################################################# 69.0%
################################################# 69.3%
################################################# 69.4%
################################################## 69.7%
################################################## 69.9%
-
################################################## 70.1%
################################################## 70.3%
################################################## 70.5%
################################################## 70.7%
################################################### 71.0%
################################################### 71.1%
################################################### 71.4%
################################################### 71.7%
################################################### 72.0%
################################################### 72.1%
-
#################################################### 72.4%
#################################################### 72.6%
#################################################### 72.8%
#################################################### 73.0%
#################################################### 73.3%
#################################################### 73.4%
##################################################### 73.7%
##################################################### 73.8%
##################################################### 74.1%
##################################################### 74.4%
##################################################### 74.7%
-
##################################################### 74.8%
###################################################### 75.1%
###################################################### 75.3%
###################################################### 75.5%
###################################################### 75.7%
###################################################### 76.0%
###################################################### 76.1%
####################################################### 76.4%
####################################################### 76.7%
####################################################### 76.8%
-
####################################################### 77.1%
####################################################### 77.3%
####################################################### 77.5%
####################################################### 77.8%
######################################################## 78.0%
######################################################## 78.2%
######################################################## 78.3%
######################################################## 78.6%
######################################################## 78.8%
######################################################## 79.0%
######################################################### 79.2%
-
######################################################### 79.4%
######################################################### 79.5%
######################################################### 79.8%
######################################################### 79.9%
######################################################### 80.0%
######################################################### 80.3%
######################################################### 80.5%
########################################################## 80.6%
########################################################## 80.7%
########################################################## 81.0%
-
########################################################## 81.1%
########################################################## 81.3%
########################################################## 81.4%
########################################################## 81.7%
########################################################## 81.8%
########################################################### 82.1%
########################################################### 82.2%
########################################################### 82.5%
########################################################### 82.6%
########################################################### 82.7%
-
########################################################### 83.0%
########################################################### 83.1%
############################################################ 83.4%
############################################################ 83.6%
############################################################ 83.8%
############################################################ 84.0%
############################################################ 84.2%
############################################################ 84.4%
############################################################ 84.5%
############################################################# 84.8%
-
############################################################# 85.0%
############################################################# 85.2%
############################################################# 85.3%
############################################################# 85.6%
############################################################# 85.7%
############################################################# 85.8%
############################################################## 86.1%
############################################################## 86.3%
############################################################## 86.4%
############################################################## 86.7%
############################################################## 86.8%
-
############################################################## 87.1%
############################################################## 87.2%
############################################################## 87.3%
############################################################## 87.5%
############################################################### 87.7%
############################################################### 87.9%
############################################################### 88.1%
############################################################### 88.3%
############################################################### 88.5%
############################################################### 88.7%
-
############################################################### 88.8%
################################################################ 89.1%
################################################################ 89.2%
################################################################ 89.5%
################################################################ 89.6%
################################################################ 89.9%
################################################################ 90.0%
################################################################ 90.2%
################################################################# 90.4%
################################################################# 90.6%
-
################################################################# 90.7%
################################################################# 91.0%
################################################################# 91.1%
################################################################# 91.2%
################################################################# 91.4%
################################################################# 91.6%
################################################################## 91.8%
################################################################## 92.1%
################################################################## 92.2%
################################################################## 92.3%
-
################################################################## 92.6%
################################################################## 92.7%
################################################################## 93.0%
################################################################### 93.1%
################################################################### 93.4%
################################################################### 93.5%
################################################################### 93.8%
################################################################### 93.9%
################################################################### 94.2%
################################################################### 94.3%
-
#################################################################### 94.5%
#################################################################### 94.7%
#################################################################### 94.9%
#################################################################### 95.0%
#################################################################### 95.3%
#################################################################### 95.4%
#################################################################### 95.6%
#################################################################### 95.8%
##################################################################### 96.0%
##################################################################### 96.1%
-
##################################################################### 96.2%
##################################################################### 96.5%
##################################################################### 96.6%
##################################################################### 96.8%
##################################################################### 97.0%
##################################################################### 97.2%
###################################################################### 97.3%
###################################################################### 97.6%
###################################################################### 97.7%
###################################################################### 97.8%
-
###################################################################### 98.1%
###################################################################### 98.3%
###################################################################### 98.5%
####################################################################### 98.7%
####################################################################### 98.9%
####################################################################### 99.1%
####################################################################### 99.3%
####################################################################### 99.5%
####################################################################### 99.7%
####################################################################### 99.9%
######################################################################## 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 16:32.46 ---> saved as "e1b641dab5245fb8f487e8e7b6f015d3e4a11c39b71f4155199d33e7376fce7a"
/: (run (shell "opam pin add -k version -yn ocaml-lsp-server.1.26.0-5.5~preview 1.26.0-5.5~preview"))
ocaml-lsp-server is now pinned to version 1.26.0-5.5~preview
2026-03-19 16:32.48 ---> saved as "5499a891daefc319076e79d1d740003b148da2f32912e92c753dd56bdcdd506e"
/: (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.26.0-5.5~preview;\
\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.26.0-5.5~preview' && 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.26.0-5.5~preview is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml-base-compiler:
- (invariant) -> ocaml-base-compiler = 5.4.0
- ocaml-lsp-server >= 1.26.0-5.5~preview -> ocaml >= 5.5 -> ocaml-base-compiler >= 5.5.0~
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.0
- ocaml-lsp-server >= 1.26.0-5.5~preview -> ocaml >= 5.5 -> ocaml-variants < 5.6.1~
* Missing dependency:
- ocaml-lsp-server >= 1.26.0-5.5~preview -> ocaml >= 5.5 -> ocaml-variants < 5.6.1~ -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- ocaml-lsp-server >= 1.26.0-5.5~preview -> ocaml >= 5.5 -> ocaml-variants < 5.6.1~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ocaml-lsp-server.1.26.0-5.5~preview;
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.26.0-5.5~preview' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2026-03-19 16:33.28: Job failed: Failed: Build failed
2026-03-19 16:33.28: Log analysis:
2026-03-19 16:33.28: >>>
No solution found, exiting
(score = 100)
2026-03-19 16:33.28: [SKIP] Package not available