(not at the head of any monitored branch or PR)
2026-04-10 17:24.15: New job: build ordering.3.22.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29704/head (3e0c395e7b1393a792367f8edca3654dac71e6fd)
                              on macos-homebrew-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29704/head" && git reset --hard 3e0c395e
git fetch origin master
git merge --no-edit 9d8ceab8e9f49f5671cf459997c8a47cf0e675ca
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 ordering.3.22.2 3.22.2
RUN opam reinstall ordering.3.22.2; \
    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" != 'ordering.3.22.2' && 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-04-10 17:24.15: Using cache hint "macos-homebrew-ocaml-4.14-ordering.3.22.2-3e0c395e7b1393a792367f8edca3654dac71e6fd"
2026-04-10 17:24.15: 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 ordering.3.22.2 3.22.2"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall ordering.3.22.2;\
             \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\" != 'ordering.3.22.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-10 17:24.15: Waiting for resource in pool OCluster
2026-04-10 17:24.20: Waiting for worker…
2026-04-10 17:46.01: Got resource from pool OCluster
Building on i7-worker-02
Updating files:  30% (5702/18672)
Updating files:  31% (5789/18672)
Updating files:  32% (5976/18672)
Updating files:  33% (6162/18672)
Updating files:  34% (6349/18672)
Updating files:  35% (6536/18672)
Updating files:  36% (6722/18672)
Updating files:  37% (6909/18672)
Updating files:  38% (7096/18672)
Updating files:  39% (7283/18672)
Updating files:  40% (7469/18672)
Updating files:  41% (7656/18672)
Updating files:  42% (7843/18672)
Updating files:  43% (8029/18672)
Updating files:  44% (8216/18672)
Updating files:  45% (8403/18672)
Updating files:  46% (8590/18672)
Updating files:  47% (8776/18672)
Updating files:  48% (8963/18672)
Updating files:  49% (9150/18672)
Updating files:  50% (9336/18672)
Updating files:  51% (9523/18672)
Updating files:  52% (9710/18672)
Updating files:  53% (9897/18672)
Updating files:  53% (10059/18672)
Updating files:  54% (10083/18672)
Updating files:  55% (10270/18672)
Updating files:  56% (10457/18672)
Updating files:  57% (10644/18672)
Updating files:  58% (10830/18672)
Updating files:  59% (11017/18672)
Updating files:  60% (11204/18672)
Updating files:  61% (11390/18672)
Updating files:  62% (11577/18672)
Updating files:  63% (11764/18672)
Updating files:  64% (11951/18672)
Updating files:  65% (12137/18672)
Updating files:  66% (12324/18672)
Updating files:  67% (12511/18672)
Updating files:  68% (12697/18672)
Updating files:  69% (12884/18672)
Updating files:  70% (13071/18672)
Updating files:  71% (13258/18672)
Updating files:  72% (13444/18672)
Updating files:  73% (13631/18672)
Updating files:  74% (13818/18672)
Updating files:  75% (14004/18672)
Updating files:  76% (14191/18672)
Updating files:  77% (14378/18672)
Updating files:  78% (14565/18672)
Updating files:  79% (14751/18672)
Updating files:  79% (14881/18672)
Updating files:  80% (14938/18672)
Updating files:  81% (15125/18672)
Updating files:  82% (15312/18672)
Updating files:  83% (15498/18672)
Updating files:  84% (15685/18672)
Updating files:  85% (15872/18672)
Updating files:  86% (16058/18672)
Updating files:  87% (16245/18672)
Updating files:  88% (16432/18672)
Updating files:  89% (16619/18672)
Updating files:  90% (16805/18672)
Updating files:  91% (16992/18672)
Updating files:  92% (17179/18672)
Updating files:  93% (17365/18672)
Updating files:  94% (17552/18672)
Updating files:  95% (17739/18672)
Updating files:  96% (17926/18672)
Updating files:  97% (18112/18672)
Updating files:  98% (18299/18672)
Updating files:  99% (18486/18672)
Updating files: 100% (18672/18672)
Updating files: 100% (18672/18672), done.
HEAD is now at c91dd76f35 Merge commit '6b2464946e569e2d90f4b72ef1fe7f0196f077a4'
HEAD is now at 9d8ceab8e9 Merge pull request #29697 from filipeom/opam-publish-smtml.0.25.0
Updating 9d8ceab8e9..3e0c395e7b
Fast-forward
 packages/chrome-trace/chrome-trace.3.22.2/opam     | 39 +++++++++++
 .../dune-action-plugin.3.22.2/opam                 | 52 +++++++++++++++
 .../dune-action-trace.3.22.2/opam                  | 39 +++++++++++
 .../dune-build-info/dune-build-info.3.22.2/opam    | 45 +++++++++++++
 .../dune-configurator.3.22.2/opam                  | 49 ++++++++++++++
 packages/dune-glob/dune-glob.3.22.2/opam           | 42 ++++++++++++
 .../dune-private-libs.3.22.2/opam                  | 50 +++++++++++++++
 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam     | 41 ++++++++++++
 packages/dune-rpc/dune-rpc.3.22.2/opam             | 44 +++++++++++++
 packages/dune-site/dune-site.3.22.2/opam           | 37 +++++++++++
 packages/dune/dune.3.22.2/opam                     | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.22.2/opam                       | 40 ++++++++++++
 packages/fs-io/fs-io.3.22.2/opam                   | 39 +++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.22.2/opam         | 43 +++++++++++++
 packages/ordering/ordering.3.22.2/opam             | 38 +++++++++++
 packages/stdune/stdune.3.22.2/opam                 | 46 +++++++++++++
 packages/top-closure/top-closure.3.22.2/opam       | 38 +++++++++++
 packages/xdg/xdg.3.22.2/opam                       | 39 +++++++++++
 18 files changed, 796 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.22.2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.2/opam
 create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.22.2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.22.2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.22.2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.22.2/opam
 create mode 100644 packages/dune-site/dune-site.3.22.2/opam
 create mode 100644 packages/dune/dune.3.22.2/opam
 create mode 100644 packages/dyn/dyn.3.22.2/opam
 create mode 100644 packages/fs-io/fs-io.3.22.2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.2/opam
 create mode 100644 packages/ordering/ordering.3.22.2/opam
 create mode 100644 packages/stdune/stdune.3.22.2/opam
 create mode 100644 packages/top-closure/top-closure.3.22.2/opam
 create mode 100644 packages/xdg/xdg.3.22.2/opam

(from macos-homebrew-ocaml-4.14)
2026-04-10 17:46.15 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-10 17:46.19 ---> 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-04-10 17:46.19 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache

/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 11
# repositories         1 (version-controlled)
# pinned               0
# current-switch       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-04-10 17:46.20 ---> 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-04-10 17:46.20 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-04-10 17:46.31 ---> saved as "ba8b1a08968c6accb29ce0f356ca4984b30dd83740efb4d69ff008981e4320b1"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-10 17:46.52 ---> saved as "1ca112c502461419818e0f9535bfa362ab6f25d13dbf993f5a306bd05b14c697"

/: (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:7c7830166a509857669c544dcba7a0d08ca656a3da073c68826ca0a5b1b56b12
- #=#=#                                                                          

                                                                           0.7%
#                                                                          1.7%
#                                                                          2.5%
##                                                                         4.0%
###                                                                        4.8%
- 
###                                                                        5.5%
####                                                                       6.5%
#####                                                                      7.3%
#####                                                                      8.1%
######                                                                     8.9%
#######                                                                    9.8%
#######                                                                   10.6%
########                                                                  11.4%
########                                                                  12.2%
#########                                                                 13.1%
##########                                                                13.9%
- 
##########                                                                14.7%
###########                                                               15.5%
###########                                                               16.5%
############                                                              17.3%
#############                                                             18.1%
#############                                                             18.9%
##############                                                            19.8%
##############                                                            20.6%
###############                                                           21.4%
################                                                          22.3%
################                                                          23.1%
- 
#################                                                         23.9%
#################                                                         24.7%
##################                                                        25.5%
###################                                                       26.4%
###################                                                       27.2%
####################                                                      28.0%
####################                                                      29.0%
#####################                                                     29.8%
######################                                                    30.6%
######################                                                    31.4%
#######################                                                   32.2%
#######################                                                   33.1%
- 
########################                                                  33.9%
########################                                                  34.7%
#########################                                                 35.6%
##########################                                                36.4%
##########################                                                37.2%
###########################                                               38.0%
############################                                              39.0%
############################                                              39.8%
#############################                                             40.5%
#############################                                             41.3%
##############################                                            42.3%
- 
###############################                                           43.1%
###############################                                           43.9%
################################                                          44.8%
################################                                          45.6%
#################################                                         46.4%
#################################                                         47.2%
##################################                                        48.1%
###################################                                       48.9%
###################################                                       49.7%
####################################                                      50.7%
#####################################                                     51.5%
- 
#####################################                                     52.3%
######################################                                    53.1%
######################################                                    54.0%
#######################################                                   54.8%
########################################                                  55.6%
########################################                                  56.4%
#########################################                                 57.3%
#########################################                                 58.1%
##########################################                                58.9%
###########################################                               59.8%
###########################################                               60.6%
- 
############################################                              61.4%
############################################                              62.2%
#############################################                             63.2%
##############################################                            64.1%
##############################################                            64.9%
###############################################                           65.7%
###############################################                           66.6%
################################################                          67.4%
#################################################                         68.2%
#################################################                         69.2%
##################################################                        70.0%
- 
##################################################                        70.8%
###################################################                       71.7%
####################################################                      72.5%
####################################################                      73.3%
#####################################################                     74.1%
#####################################################                     74.9%
######################################################                    75.8%
#######################################################                   76.6%
#######################################################                   77.4%
########################################################                  78.3%
########################################################                  79.1%
#########################################################                 79.9%
- 
##########################################################                80.7%
##########################################################                81.5%
###########################################################               82.5%
###########################################################               83.3%
############################################################              84.1%
#############################################################             85.0%
#############################################################             85.8%
##############################################################            86.7%
###############################################################           87.5%
###############################################################           88.3%
################################################################          89.1%
- 
################################################################          90.1%
#################################################################         90.9%
#################################################################         91.7%
##################################################################        92.5%
###################################################################       93.4%
###################################################################       94.2%
####################################################################      95.0%
####################################################################      95.8%
#####################################################################     96.8%
######################################################################    97.6%
######################################################################    98.4%
- 
#######################################################################   99.2%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_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-04-10 17:47.27 ---> saved as "c114ed61ddd5bdd3f02c912f69b174100eaa7bc194720baf396ab19c6e3b9388"

/: (run (shell "opam pin add -k version -yn ordering.3.22.2 3.22.2"))
ordering is now pinned to version 3.22.2
2026-04-10 17:47.30 ---> saved as "7788e81e31129f24fc0c2aacbc732d0a28ee3845e04014218e2a23fb95e01742"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall ordering.3.22.2;\
               \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\" != 'ordering.3.22.2' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
ordering.3.22.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install dune     3.22.2          [required by ordering]
  - install ordering 3.22.2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.2, ordering.3.22.2  (https://github.com/ocaml/dune/releases/download/3.22.2/dune-3.22.2.tbz)
-> installed dune.3.22.2
-> installed ordering.3.22.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 17:48.39 ---> saved as "6c3d001d45127e8ec5bb25db1faf3b6065a73977e9c9ef157922d8c8add39529"
Job succeeded
2026-04-10 17:49.07: Job succeeded