(not at the head of any monitored branch or PR)
2026-03-19 16:28.51: New job: build jsonrpc.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 jsonrpc.1.26.0-5.5~preview 1.26.0-5.5~preview
RUN opam reinstall jsonrpc.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" != 'jsonrpc.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-jsonrpc.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 jsonrpc.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 jsonrpc.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\" != 'jsonrpc.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:32.27: Got resource from pool OCluster
Building on i7-worker-04
Updating files:  34% (6331/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:  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:  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:  63% (11765/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:  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:  92% (17174/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: 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:32.47 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

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

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

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-19 16:33.20 ---> 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.3%
                                                                           0.7%
- 
#                                                                          2.1%
##                                                                         3.3%
##                                                                         4.1%
###                                                                        4.9%
####                                                                       5.7%
####                                                                       6.6%
#####                                                                      7.4%
#####                                                                      8.3%
######                                                                     9.1%
#######                                                                    9.9%
#######                                                                   10.7%
- 
########                                                                  11.5%
########                                                                  12.4%
#########                                                                 13.2%
##########                                                                14.2%
##########                                                                15.0%
###########                                                               15.9%
############                                                              16.8%
############                                                              17.5%
#############                                                             18.3%
#############                                                             19.2%
- 
##############                                                            20.0%
##############                                                            20.8%
###############                                                           21.6%
################                                                          22.4%
################                                                          23.2%
#################                                                         24.0%
#################                                                         24.9%
##################                                                        25.7%
###################                                                       26.5%
###################                                                       27.4%
####################                                                      28.3%
- 
####################                                                      28.9%
#####################                                                     29.7%
#####################                                                     30.6%
######################                                                    31.4%
#######################                                                   32.3%
#######################                                                   33.1%
########################                                                  33.9%
########################                                                  34.7%
#########################                                                 35.5%
##########################                                                36.3%
##########################                                                37.1%
- 
###########################                                               38.0%
############################                                              38.9%
############################                                              39.6%
#############################                                             40.5%
#############################                                             41.3%
##############################                                            42.1%
##############################                                            42.9%
###############################                                           43.7%
################################                                          44.7%
################################                                          45.4%
#################################                                         46.2%
- 
#################################                                         47.0%
##################################                                        48.0%
###################################                                       48.8%
###################################                                       49.6%
####################################                                      50.4%
####################################                                      51.2%
#####################################                                     52.0%
######################################                                    52.8%
######################################                                    53.6%
#######################################                                   54.4%
#######################################                                   55.2%
- 
########################################                                  56.1%
########################################                                  56.9%
#########################################                                 57.8%
##########################################                                58.6%
##########################################                                59.4%
###########################################                               60.2%
###########################################                               61.1%
############################################                              61.9%
############################################                              62.4%
#############################################                             63.1%
##############################################                            63.9%
- 
##############################################                            64.7%
###############################################                           65.6%
###############################################                           66.4%
################################################                          67.2%
################################################                          68.1%
#################################################                         68.9%
##################################################                        69.7%
##################################################                        70.5%
###################################################                       71.3%
###################################################                       72.1%
####################################################                      72.9%
- 
####################################################                      73.5%
#####################################################                     74.4%
######################################################                    75.3%
######################################################                    76.1%
#######################################################                   76.9%
#######################################################                   77.7%
########################################################                  78.5%
#########################################################                 79.3%
#########################################################                 80.1%
##########################################################                80.9%
##########################################################                81.7%
- 
###########################################################               82.6%
###########################################################               83.3%
############################################################              84.1%
#############################################################             84.9%
#############################################################             85.7%
##############################################################            86.5%
##############################################################            87.3%
###############################################################           88.3%
################################################################          88.9%
################################################################          89.7%
#################################################################         90.5%
- 
#################################################################         91.4%
##################################################################        92.2%
##################################################################        92.9%
###################################################################       93.7%
###################################################################       94.3%
####################################################################      95.0%
####################################################################      95.8%
#####################################################################     96.6%
#####################################################################     97.0%
######################################################################    97.5%
######################################################################    97.9%
- 
######################################################################    98.3%
######################################################################    98.6%
#######################################################################   98.8%
#######################################################################   99.0%
#######################################################################   99.1%
#######################################################################   99.4%
#######################################################################   99.5%
#######################################################################   99.6%
#######################################################################   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:34.04 ---> saved as "e1b641dab5245fb8f487e8e7b6f015d3e4a11c39b71f4155199d33e7376fce7a"

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0  (cached)
-> retrieved jsonrpc.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 yojson.3.0.0  (cached)
-> installed dune.3.22.0
-> installed yojson.3.0.0
-> installed jsonrpc.1.26.0-5.5~preview
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 16:35.10 ---> saved as "221daef52013e414c3635adad31c5638a1b46d747c185dc93388599513bc0370"
Job succeeded
2026-03-19 16:35.32: Job succeeded