(not at the head of any monitored branch or PR)
2026-03-02 18:35.32: New job: build dune-rpc.3.22.0~alpha0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29497/head (118a690db616b1df5c53d5fa00eb70791a80ae2c)
                              on macos-homebrew-ocaml-4.14/arm64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29497/head" && git reset --hard 118a690d
git fetch origin master
git merge --no-edit a7b8d1036328cf727af175b657f3d2b732b4d868
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 dune-rpc.3.22.0~alpha0 3.22.0~alpha0
RUN opam reinstall dune-rpc.3.22.0~alpha0; \
    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" != 'dune-rpc.3.22.0~alpha0' && 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-02 18:35.32: Using cache hint "macos-homebrew-ocaml-4.14-dune-rpc.3.22.0~alpha0-118a690db616b1df5c53d5fa00eb70791a80ae2c"
2026-03-02 18:35.32: 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 dune-rpc.3.22.0~alpha0 3.22.0~alpha0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall dune-rpc.3.22.0~alpha0;\
             \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\" != 'dune-rpc.3.22.0~alpha0' && 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-02 18:35.32: Waiting for resource in pool OCluster
2026-03-02 18:35.35: Waiting for worker…
2026-03-02 18:48.58: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
Updating files:  68% (12551/18363)
Updating files:  69% (12671/18363)
Updating files:  70% (12855/18363)
Updating files:  71% (13038/18363)
Updating files:  72% (13222/18363)
Updating files:  73% (13405/18363)
Updating files:  74% (13589/18363)
Updating files:  75% (13773/18363)
Updating files:  76% (13956/18363)
Updating files:  77% (14140/18363)
Updating files:  78% (14324/18363)
Updating files:  79% (14507/18363)
Updating files:  80% (14691/18363)
Updating files:  81% (14875/18363)
Updating files:  82% (15058/18363)
Updating files:  83% (15242/18363)
Updating files:  84% (15425/18363)
Updating files:  85% (15609/18363)
Updating files:  86% (15793/18363)
Updating files:  87% (15976/18363)
Updating files:  88% (16160/18363)
Updating files:  89% (16344/18363)
Updating files:  90% (16527/18363)
Updating files:  91% (16711/18363)
Updating files:  92% (16894/18363)
Updating files:  93% (17078/18363)
Updating files:  94% (17262/18363)
Updating files:  95% (17445/18363)
Updating files:  96% (17629/18363)
Updating files:  97% (17813/18363)
Updating files:  98% (17996/18363)
Updating files:  99% (18180/18363)
Updating files: 100% (18363/18363)
Updating files: 100% (18363/18363), done.
HEAD is now at a7b8d10363 Merge pull request #29489 from anuragsoni/opam-publish-kqueue.0.7.0
Updating a7b8d10363..118a690db6
Fast-forward
 .../chrome-trace/chrome-trace.3.22.0~alpha0/opam   | 39 +++++++++++
 .../dune-action-plugin.3.22.0~alpha0/opam          | 52 +++++++++++++++
 .../dune-action-trace.3.22.0~alpha0/opam           | 40 ++++++++++++
 .../dune-build-info.3.22.0~alpha0/opam             | 45 +++++++++++++
 .../dune-configurator.3.22.0~alpha0/opam           | 49 ++++++++++++++
 packages/dune-glob/dune-glob.3.22.0~alpha0/opam    | 42 ++++++++++++
 .../dune-private-libs.3.22.0~alpha0/opam           | 50 +++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam   | 41 ++++++++++++
 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam      | 44 +++++++++++++
 packages/dune-site/dune-site.3.22.0~alpha0/opam    | 37 +++++++++++
 packages/dune/dune.3.22.0~alpha0/opam              | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.22.0~alpha0/opam                | 40 ++++++++++++
 packages/fs-io/fs-io.3.22.0~alpha0/opam            | 39 +++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam  | 43 +++++++++++++
 packages/ordering/ordering.3.22.0~alpha0/opam      | 38 +++++++++++
 packages/stdune/stdune.3.22.0~alpha0/opam          | 46 +++++++++++++
 .../top-closure/top-closure.3.22.0~alpha0/opam     | 38 +++++++++++
 packages/xdg/xdg.3.22.0~alpha0/opam                | 39 +++++++++++
 18 files changed, 797 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha0/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha0/opam
 create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha0/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha0/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha0/opam
 create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha0/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha0/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam
 create mode 100644 packages/dune-site/dune-site.3.22.0~alpha0/opam
 create mode 100644 packages/dune/dune.3.22.0~alpha0/opam
 create mode 100644 packages/dyn/dyn.3.22.0~alpha0/opam
 create mode 100644 packages/fs-io/fs-io.3.22.0~alpha0/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam
 create mode 100644 packages/ordering/ordering.3.22.0~alpha0/opam
 create mode 100644 packages/stdune/stdune.3.22.0~alpha0/opam
 create mode 100644 packages/top-closure/top-closure.3.22.0~alpha0/opam
 create mode 100644 packages/xdg/xdg.3.22.0~alpha0/opam

(from macos-homebrew-ocaml-4.14)
2026-03-02 18:49.00 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-02 18:49.00 ---> 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-02 18:49.01 ---> 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=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 7
# repositories         1 (version-controlled)
# pinned               0
# current-switch       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-02 18:49.01 ---> 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-02 18:49.01 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-03-02 18:49.02 ---> using "cf5ddf6c78f02cd916f03e48ccaacf3448878854f346fa6f401f282388166e68" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-02 18:49.02 ---> using "87e4bc3de39787216dd2d9075275ac985aa44ce9998f15f7d06e1bdabd0f4175" from cache

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

                                                                           0.7%
#                                                                          1.5%
#                                                                          2.4%
##                                                                         3.2%
##                                                                         4.0%
###                                                                        4.8%
- 
####                                                                       5.7%
####                                                                       6.5%
#####                                                                      7.3%
#####                                                                      8.3%
######                                                                     9.1%
#######                                                                    9.9%
#######                                                                   10.8%
########                                                                  11.6%
#########                                                                 12.5%
#########                                                                 13.3%
##########                                                                14.1%
- 
##########                                                                14.9%
###########                                                               15.8%
###########                                                               16.7%
############                                                              17.5%
#############                                                             18.3%
#############                                                             19.1%
##############                                                            20.1%
###############                                                           20.9%
###############                                                           21.7%
################                                                          22.5%
################                                                          23.4%
- 
#################                                                         24.2%
##################                                                        25.0%
##################                                                        25.8%
###################                                                       26.8%
###################                                                       27.6%
####################                                                      28.5%
#####################                                                     29.3%
#####################                                                     30.2%
######################                                                    31.0%
######################                                                    31.8%
#######################                                                   32.8%
- 
########################                                                  33.5%
########################                                                  34.3%
#########################                                                 35.2%
##########################                                                36.1%
##########################                                                36.9%
###########################                                               37.7%
###########################                                               38.6%
############################                                              39.5%
############################                                              40.3%
#############################                                             41.1%
##############################                     
-                        41.9%
- 
##############################                                            42.8%
###############################                                           43.6%
###############################                                           44.4%
################################                                          45.3%
#################################                                         46.3%
#################################                                         47.1%
##################################                                        47.9%
###################################                                       48.7%
###################################                                       49.6%
####################################                                      50.4%
- 
####################################                                      51.2%
#####################################                                     52.2%
######################################                                    53.0%
######################################                                    53.8%
#######################################                                   54.6%
#######################################                                   55.4%
########################################                                  56.3%
#########################################                                 57.1%
#########################################                                 58.1%
##########################################                                58.9%
##########################################                                59.7%
###########################################                               60.6%
- 
############################################                              61.4%
############################################                              62.2%
#############################################                             63.0%
##############################################                            63.9%
##############################################                            64.7%
###############################################                           65.5%
###############################################                           66.3%
################################################                          67.3%
#################################################                         68.2%
#################################################                         69.0%
##################################################                        69.8%
- 
##################################################                        70.8%
###################################################                       71.6%
####################################################                      72.5%
####################################################                      73.3%
#####################################################                     74.1%
#####################################################                     74.9%
######################################################                    75.7%
#######################################################                   76.6%
#######################################################                   77.4%
########################################################                  78.2%
#########################################################                 79.2%
- 
#########################################################                 80.0%
##########################################################                80.8%
##########################################################                81.7%
###########################################################               82.6%
############################################################              83.4%
############################################################              84.2%
#############################################################             85.1%
#############################################################             86.0%
##############################################################            86.8%
###############################################################           87.6%
###############################################################           88.4%
################################################################          89.4%
- 
################################################################          90.2%
#################################################################         91.0%
##################################################################        91.8%
##################################################################        92.7%
###################################################################       93.5%
###################################################################       94.3%
####################################################################      95.2%
#####################################################################     96.2%
#####################################################################     97.0%
######################################################################    97.8%
- 
#######################################################################   98.7%
#######################################################################   99.5%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2026-03-02 18:49.02 ---> using "e811483cb2bcddb63c2153fa0b0fdf0699443005f43301622ab16bf7dc622f55" from cache

/: (run (shell "opam pin add -k version -yn dune-rpc.3.22.0~alpha0 3.22.0~alpha0"))
dune-rpc is now pinned to version 3.22.0~alpha0
2026-03-02 18:49.03 ---> saved as "dfc66173f28810e57e3d80781e757663f3ab9538a7101d75cfc904e5e2f3fe51"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall dune-rpc.3.22.0~alpha0;\
               \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\" != 'dune-rpc.3.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
dune-rpc.3.22.0~alpha0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
  - install csexp       1.5.2                  [required by dune-rpc]
  - install dune        3.22.0~alpha0          [required by dune-rpc]
  - install dune-rpc    3.22.0~alpha0 (pinned)
  - install dyn         3.22.0~alpha0          [required by dune-rpc]
  - install fs-io       3.22.0~alpha0          [required by stdune]
  - install ocamlc-loc  3.22.0~alpha0          [required by dune-rpc]
  - install ordering    3.22.0~alpha0          [required by dune-rpc]
  - install pp          2.0.0                  [required by dune-rpc]
  - install stdune      3.22.0~alpha0          [required by dune-rpc]
  - install top-closure 3.22.0~alpha0          [required by stdune]
  - install xdg         3.22.0~alpha0          [required by dune-rpc]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.22.0~alpha0, dune-rpc.3.22.0~alpha0, dyn.3.22.0~alpha0, fs-io.3.22.0~alpha0, ocamlc-loc.3.22.0~alpha0, ordering.3.22.0~alpha0, stdune.3.22.0~alpha0, top-closure.3.22.0~alpha0, xdg.3.22.0~alpha0  (cached)
-> retrieved pp.2.0.0  (cached)
-> installed dune.3.22.0~alpha0
-> installed top-closure.3.22.0~alpha0
-> installed pp.2.0.0
-> installed ordering.3.22.0~alpha0
-> installed xdg.3.22.0~alpha0
-> installed fs-io.3.22.0~alpha0
-> installed csexp.1.5.2
-> installed dyn.3.22.0~alpha0
-> installed ocamlc-loc.3.22.0~alpha0
-> installed stdune.3.22.0~alpha0
-> installed dune-rpc.3.22.0~alpha0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-02 18:50.03 ---> saved as "994e7e5c8a72cfd5dc95a421f401cd09555ca930c51573fa3498fd3fd548271d"
Job succeeded
2026-03-02 18:50.11: Job succeeded