(not at the head of any monitored branch or PR)
2026-03-19 16:28.51: New job: build lsp.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 lsp.1.26.0-5.5~preview 1.26.0-5.5~preview
RUN opam reinstall lsp.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" != 'lsp.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-lsp.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 lsp.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 lsp.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\" != 'lsp.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:31.31: Got resource from pool OCluster
Building on i7-worker-02
Updating files:  36% (6675/18508)
Updating files:  37% (6848/18508)
Updating files:  38% (7034/18508)
Updating files:  39% (7219/18508)
Updating files:  40% (7404/18508)
Updating files:  41% (7589/18508)
Updating files:  42% (7774/18508)
Updating files:  43% (7959/18508)
Updating files:  44% (8144/18508)
Updating files:  45% (8329/18508)
Updating files:  46% (8514/18508)
Updating files:  47% (8699/18508)
Updating files:  48% (8884/18508)
Updating files:  49% (9069/18508)
Updating files:  50% (9254/18508)
Updating files:  51% (9440/18508)
Updating files:  52% (9625/18508)
Updating files:  53% (9810/18508)
Updating files:  54% (9995/18508)
Updating files:  55% (10180/18508)
Updating files:  56% (10365/18508)
Updating files:  57% (10550/18508)
Updating files:  58% (10735/18508)
Updating files:  59% (10920/18508)
Updating files:  60% (11105/18508)
Updating files:  61% (11290/18508)
Updating files:  62% (11475/18508)
Updating files:  63% (11661/18508)
Updating files:  63% (11754/18508)
Updating files:  64% (11846/18508)
Updating files:  65% (12031/18508)
Updating files:  66% (12216/18508)
Updating files:  67% (12401/18508)
Updating files:  68% (12586/18508)
Updating files:  69% (12771/18508)
Updating files:  70% (12956/18508)
Updating files:  71% (13141/18508)
Updating files:  72% (13326/18508)
Updating files:  73% (13511/18508)
Updating files:  74% (13696/18508)
Updating files:  75% (13881/18508)
Updating files:  76% (14067/18508)
Updating files:  77% (14252/18508)
Updating files:  78% (14437/18508)
Updating files:  79% (14622/18508)
Updating files:  80% (14807/18508)
Updating files:  81% (14992/18508)
Updating files:  82% (15177/18508)
Updating files:  83% (15362/18508)
Updating files:  84% (15547/18508)
Updating files:  85% (15732/18508)
Updating files:  86% (15917/18508)
Updating files:  87% (16102/18508)
Updating files:  88% (16288/18508)
Updating files:  89% (16473/18508)
Updating files:  90% (16658/18508)
Updating files:  91% (16843/18508)
Updating files:  92% (17028/18508)
Updating files:  92% (17104/18508)
Updating files:  93% (17213/18508)
Updating files:  94% (17398/18508)
Updating files:  95% (17583/18508)
Updating files:  96% (17768/18508)
Updating files:  97% (17953/18508)
Updating files:  98% (18138/18508)
Updating files:  99% (18323/18508)
Updating files: 100% (18508/18508)
Updating files: 100% (18508/18508), done.
HEAD is now at e94bde7e55 [new release] lsp (3 packages) (1.26.0-5.5~preview)
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:31.53 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-19 16:31.54 ---> 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:31.54 ---> 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:31.54 ---> 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:31.55 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2026-03-19 16:32.05 ---> saved as "83e2685943ab8747ee3ab8275d764621c29a94d81f8b0c5de5fe5176a2df6bd3"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-19 16:32.25 ---> 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.7%
- 
#                                                                          1.5%
#                                                                          2.4%
##                                                                         3.2%
##                                                                         4.0%
###                                                                        4.8%
####                                                                       5.7%
####                                                                       6.6%
#####                                                                      7.5%
#####                                                                      8.3%
######                                                                     9.1%
#######                                                                    9.9%
- 
#######                                                                   10.8%
########                                                                  11.6%
########                                                                  12.4%
#########                                                                 13.3%
##########                                                                14.2%
##########                                                                15.0%
###########                                                               15.8%
############                                                              16.7%
############                                                              17.5%
#############                                                             18.3%
#############                                                             19.1%
##############                                                            20.1%
- 
###############                                                           20.9%
###############                                                           21.7%
################                                                          22.5%
################                                                          23.4%
#################                                                         24.2%
##################                                                        25.2%
##################                                                        26.0%
###################                                                       26.8%
###################                                                       27.6%
####################                                                      28.5%
#####################                                                     29.3%
- 
#####################                                                     30.2%
######################                                                    31.1%
######################                                                    31.9%
#######################                                                   32.7%
########################                                                  33.6%
########################                                                  34.4%
#########################                                                 35.2%
#########################                                                 36.0%
##########################                                                37.0%
###########################                                               37.9%
###########################                                               38.7%
- 
############################                                              39.5%
#############################                                             40.4%
#############################                                             41.3%
##############################                                            42.1%
##############################                                            43.0%
###############################                                           43.8%
################################                                          44.6%
################################                                          45.5%
#################################                                         46.5%
##################################                                        47.3%
##################################                                        48.1%
- 
###################################                                       49.0%
###################################                                       49.8%
####################################                                      50.6%
#####################################                                     51.6%
#####################################                                     52.4%
######################################                                    53.2%
######################################                                    54.0%
#######################################                                   54.9%
########################################                                  55.7%
########################################                                  56.8%
#########################################                                 57.6%
- 
##########################################                                58.4%
##########################################                                59.2%
###########################################                               60.1%
###########################################                               61.1%
############################################                              61.9%
#############################################                             62.8%
#############################################                             63.6%
##############################################                            64.4%
###############################################                           65.3%
###############################################                           66.1%
################################################                          66.9%
- 
################################################                          67.9%
#################################################                         68.7%
##################################################                        69.5%
##################################################                        70.3%
###################################################                       71.1%
###################################################                       71.9%
####################################################                      72.6%
####################################################                      73.4%
#####################################################                     74.2%
#####################################################                     75.0%
######################################################                    75.4%
- 
######################################################                    75.8%
######################################################                    76.2%
#######################################################                   76.7%
#######################################################                   77.1%
#######################################################                   77.5%
########################################################                  77.9%
########################################################                  78.3%
########################################################                  78.7%
#########################################################                 79.3%
#########################################################                 79.7%
#########################################################                 80.1%
- 
#########################################################                 80.5%
##########################################################                81.0%
##########################################################                81.4%
##########################################################                81.8%
###########################################################               82.2%
###########################################################               82.7%
###########################################################               83.1%
############################################################              83.5%
############################################################              83.9%
############################################################              84.3%
#############################################################             84.9%
- 
#############################################################             85.3%
#############################################################             85.7%
#############################################################             86.1%
##############################################################            86.6%
##############################################################            87.0%
##############################################################            87.4%
###############################################################           87.8%
###############################################################           88.3%
###############################################################           88.7%
################################################################          89.1%
################################################################          89.5%
- 
################################################################          89.9%
################################################################          90.3%
#################################################################         90.8%
#################################################################         91.2%
#################################################################         91.6%
##################################################################        92.0%
##################################################################        92.4%
##################################################################        92.9%
###################################################################       93.3%
###################################################################       93.7%
###################################################################       94.1%
- 
####################################################################      94.5%
####################################################################      95.0%
####################################################################      95.5%
#####################################################################     95.9%
#####################################################################     96.3%
#####################################################################     96.7%
#####################################################################     97.1%
######################################################################    97.6%
######################################################################    98.0%
######################################################################    98.6%
#######################################################################   99.0%
- 
#######################################################################   99.4%
#######################################################################   99.8%
######################################################################## 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:33.13 ---> saved as "e1b641dab5245fb8f487e8e7b6f015d3e4a11c39b71f4155199d33e7376fce7a"

/: (run (shell "opam pin add -k version -yn lsp.1.26.0-5.5~preview 1.26.0-5.5~preview"))
lsp is now pinned to version 1.26.0-5.5~preview
2026-03-19 16:33.16 ---> saved as "d6cfbe944d131951299a6c97e78f4d080f322cbf8383277819cf68c9663b3a29"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall lsp.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\" != 'lsp.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"))
lsp.1.26.0-5.5~preview is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
  - install dune                3.22.0                      [required by lsp]
  - install jsonrpc             1.26.0-5.5~preview          [required by lsp]
  - install lsp                 1.26.0-5.5~preview (pinned)
  - install ocamlbuild          0.16.1                      [required by uutf]
  - install ocamlfind           1.9.8                       [required by uutf]
  - install ppx_yojson_conv_lib v0.17.0                     [required by lsp]
  - install topkg               1.1.1                       [required by uutf]
  - install uutf                1.0.4                       [required by lsp]
  - install yojson              3.0.0                       [required by lsp]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0  (cached)
-> retrieved jsonrpc.1.26.0-5.5~preview, lsp.1.26.0-5.5~preview  (https://github.com/ocaml/ocaml-lsp/releases/download/1.26.0-5.5_preview/lsp-1.26.0-5.5.preview.tbz)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_yojson_conv_lib.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.22.0
-> installed yojson.3.0.0
-> installed jsonrpc.1.26.0-5.5~preview
-> installed ppx_yojson_conv_lib.v0.17.0
-> installed lsp.1.26.0-5.5~preview
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 16:34.28 ---> saved as "23f83636ce96cea380b80c7d8c8bec2daf41a94ccc06ae75734211cb2cb444ba"
Job succeeded
2026-03-19 16:34.40: Job succeeded