(for PR #28928)

2025-11-19 22:28.02: New job: build opam-repository.2.5.0~rc1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28928/head (8320df5ef052bc20dca41e97f1833c3d3ab518ce)
                              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/28928/head" && git reset --hard 8320df5e
git fetch origin master
git merge --no-edit 87196fafe7f6488827fc23a7037de5c7e34867da
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 opam-repository.2.5.0~rc1 2.5.0~rc1
RUN opam reinstall opam-repository.2.5.0~rc1; \
    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" != 'opam-repository.2.5.0~rc1' && 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 .

2025-11-19 22:28.02: Using cache hint "macos-homebrew-ocaml-4.14-opam-repository.2.5.0~rc1-8320df5ef052bc20dca41e97f1833c3d3ab518ce"
2025-11-19 22:28.02: 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 opam-repository.2.5.0~rc1 2.5.0~rc1"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall opam-repository.2.5.0~rc1;\
             \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\" != 'opam-repository.2.5.0~rc1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-19 22:28.02: Waiting for resource in pool OCluster
2025-11-19 22:28.04: Waiting for worker…
2025-11-19 22:34.20: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
Updating files:  61% (11596/18789)
Updating files:  62% (11650/18789)
Updating files:  63% (11838/18789)
Updating files:  64% (12025/18789)
Updating files:  65% (12213/18789)
Updating files:  66% (12401/18789)
Updating files:  67% (12589/18789)
Updating files:  68% (12777/18789)
Updating files:  69% (12965/18789)
Updating files:  70% (13153/18789)
Updating files:  71% (13341/18789)
Updating files:  72% (13529/18789)
Updating files:  73% (13716/18789)
Updating files:  74% (13904/18789)
Updating files:  75% (14092/18789)
Updating files:  76% (14280/18789)
Updating files:  77% (14468/18789)
Updating files:  78% (14656/18789)
Updating files:  79% (14844/18789)
Updating files:  80% (15032/18789)
Updating files:  81% (15220/18789)
Updating files:  82% (15407/18789)
Updating files:  83% (15595/18789)
Updating files:  84% (15783/18789)
Updating files:  85% (15971/18789)
Updating files:  86% (16159/18789)
Updating files:  87% (16347/18789)
Updating files:  88% (16535/18789)
Updating files:  89% (16723/18789)
Updating files:  90% (16911/18789)
Updating files:  91% (17098/18789)
Updating files:  92% (17286/18789)
Updating files:  93% (17474/18789)
Updating files:  94% (17662/18789)
Updating files:  95% (17850/18789)
Updating files:  96% (18038/18789)
Updating files:  97% (18226/18789)
Updating files:  98% (18414/18789)
Updating files:  99% (18602/18789)
Updating files: 100% (18789/18789)
Updating files: 100% (18789/18789), done.
HEAD is now at 87196fafe7 Merge pull request #28927 from dinosaure/release-lun-v0.0.2
Updating 87196fafe7..8320df5ef0
Fast-forward
 packages/opam-client/opam-client.2.5.0~rc1/opam    | 49 +++++++++++++++++++
 packages/opam-core/opam-core.2.5.0~rc1/opam        | 57 ++++++++++++++++++++++
 packages/opam-devel/opam-devel.2.5.0~rc1/opam      | 51 +++++++++++++++++++
 packages/opam-format/opam-format.2.5.0~rc1/opam    | 42 ++++++++++++++++
 .../opam-installer/opam-installer.2.5.0~rc1/opam   | 43 ++++++++++++++++
 .../opam-repository/opam-repository.2.5.0~rc1/opam | 42 ++++++++++++++++
 packages/opam-solver/opam-solver.2.5.0~rc1/opam    | 50 +++++++++++++++++++
 packages/opam-state/opam-state.2.5.0~rc1/opam      | 44 +++++++++++++++++
 8 files changed, 378 insertions(+)
 create mode 100644 packages/opam-client/opam-client.2.5.0~rc1/opam
 create mode 100644 packages/opam-core/opam-core.2.5.0~rc1/opam
 create mode 100644 packages/opam-devel/opam-devel.2.5.0~rc1/opam
 create mode 100644 packages/opam-format/opam-format.2.5.0~rc1/opam
 create mode 100644 packages/opam-installer/opam-installer.2.5.0~rc1/opam
 create mode 100644 packages/opam-repository/opam-repository.2.5.0~rc1/opam
 create mode 100644 packages/opam-solver/opam-solver.2.5.0~rc1/opam
 create mode 100644 packages/opam-state/opam-state.2.5.0~rc1/opam

(from macos-homebrew-ocaml-4.14)
2025-11-19 22:34.23 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-11-19 22:34.23 ---> 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
2025-11-19 22:34.23 ---> 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.4.1
# 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
2025-11-19 22:34.23 ---> 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/"))
2025-11-19 22:34.24 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2025-11-19 22:34.28 ---> saved as "446ad23a81485f36681075d8b87be458ec8deb5416abd5ee374593a82af3277c"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-11-19 22:34.38 ---> saved as "776f21992c90d5d304b621b2cad80b0497d4e1f7b8889020db883ccd4c68cb3a"

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

                                                                           0.7%
#                                                                          1.6%
#                                                                          2.5%
##                                                                         3.3%
##                                                                         4.1%
###                                                                        5.1%
####                                                                       5.9%
####                                                                       6.8%
#####                                                                      7.5%
- 
#####                                                                      8.3%
######                                                                     9.1%
#######                                                                   10.0%
#######                                                                   10.8%
########                                                                  11.7%
#########                                                                 12.5%
#########                                                                 13.5%
##########                                                                14.3%
##########                                                                15.1%
###########                                                               15.9%
############                                                              16.8%
- 
############                                                              17.6%
#############                                                             18.5%
#############                                                             19.3%
##############                                                            20.2%
###############                                                           21.0%
###############                                                           21.8%
################                                                          22.6%
################                                                          23.5%
#################                                                         24.3%
##################                                                        25.3%
##################                                                        26.1%
- 
###################                                                       26.9%
###################                                                       27.7%
####################                                                      28.6%
#####################                                                     29.4%
#####################                                                     30.2%
######################                                                    31.2%
#######################                                                   32.0%
#######################                                                   32.9%
########################                                                  33.7%
########################                                                  34.5%
#########################                                                 35.4%
- 
##########################                                                36.3%
##########################                                                37.1%
###########################                                               37.8%
###########################                                               38.6%
############################                                              39.3%
############################                                              40.0%
#############################                                             40.8%
##############################                                            41.8%
##############################                                            42.5%
##############################                                            42.9%
###############################                                           43.3%
- 
###############################                                           43.8%
###############################                                           44.2%
################################                                          44.6%
################################                                          45.1%
################################                                          45.5%
#################################                                         45.9%
#################################                                         46.3%
#################################                                         46.9%
##################################                                        47.3%
##################################                                        47.7%
##################################                                        48.1%
- 
###################################                                       48.6%
###################################                                       49.0%
###################################                                       49.4%
###################################                                       49.8%
####################################                                      50.3%
####################################                                      50.7%
####################################                                      51.1%
#####################################                                     51.5%
#####################################                                     52.1%
#####################################                                     52.5%
######################################                                    52.9%
- 
######################################                                    53.3%
######################################                                    53.8%
#######################################                                   54.2%
#######################################                                   54.6%
#######################################                                   55.0%
#######################################                                   55.4%
########################################                                  55.9%
########################################                                  56.3%
########################################                                  56.8%
#########################################                                 57.6%
##########################################                                58.4%
- 
##########################################                                59.2%
###########################################                               60.0%
###########################################                               60.4%
###########################################                               60.9%
############################################                              61.3%
############################################                              61.8%
############################################                              62.2%
#############################################                             62.6%
#############################################                             63.0%
#############################################                             63.6%
##############################################                            64.0%
- 
##############################################                            64.4%
##############################################                            64.8%
###############################################                           65.3%
###############################################                           65.7%
###############################################                           66.1%
###############################################                           66.6%
################################################                          67.0%
################################################                          67.5%
################################################                          67.9%
#################################################                         68.4%
- 
#################################################                         68.8%
#################################################                         69.2%
##################################################                        69.6%
##################################################                        70.0%
##################################################                        70.4%
##################################################                        70.8%
###################################################                       71.2%
###################################################                       71.7%
###################################################                       72.1%
####################################################                      72.7%
####################################################                      73.1%
- 
####################################################                      73.5%
#####################################################                     74.0%
#####################################################                     74.4%
#####################################################                     74.8%
######################################################                    75.2%
######################################################                    75.6%
######################################################                    76.2%
#######################################################                   76.5%
#######################################################                   76.9%
#######################################################                   77.3%
########################################################                  77.9%
- 
########################################################                  78.3%
########################################################                  78.7%
########################################################                  79.1%
#########################################################                 79.5%
#########################################################                 79.9%
#########################################################                 80.4%
##########################################################                81.0%
##########################################################                81.3%
##########################################################                81.8%
###########################################################               82.2%
###########################################################               82.7%
- 
###########################################################               83.2%
############################################################              83.6%
############################################################              84.2%
############################################################              84.6%
#############################################################             85.0%
#############################################################             85.4%
#############################################################             85.9%
##############################################################            86.3%
##############################################################            86.7%
##############################################################            87.2%
###############################################################           87.6%
- 
###############################################################           88.1%
###############################################################           88.5%
################################################################          88.9%
################################################################          89.3%
################################################################          89.7%
################################################################          90.2%
#################################################################         90.6%
#################################################################         91.0%
#################################################################         91.5%
##################################################################        91.9%
##################################################################        92.4%
- 
##################################################################        92.8%
###################################################################       93.2%
###################################################################       93.7%
###################################################################       94.1%
####################################################################      94.5%
####################################################################      94.9%
####################################################################      95.3%
#####################################################################     95.9%
#####################################################################     96.3%
#####################################################################     96.7%
#####################################################################     97.1%
- 
######################################################################    97.6%
######################################################################    98.0%
######################################################################    98.4%
#######################################################################   98.8%
#######################################################################   99.2%
#######################################################################   99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.7.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.
2025-11-19 22:35.09 ---> saved as "d71cf131633f2aab633ef03ba44ca9029399da60ef6ce9255fe192af7f174c94"

/: (run (shell "opam pin add -k version -yn opam-repository.2.5.0~rc1 2.5.0~rc1"))
opam-repository is now pinned to version 2.5.0~rc1
2025-11-19 22:35.10 ---> saved as "800c3bfa5644fbc1146b8a228cf966a325f8a6be3b2a1139c499c129ae8ab2bd"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall opam-repository.2.5.0~rc1;\
               \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\" != 'opam-repository.2.5.0~rc1' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
opam-repository.2.5.0~rc1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 20 packages
  - install dune             3.20.2             [required by opam-repository]
  - install jsonm            1.0.2              [required by opam-core]
  - install menhir           20250912           [required by opam-file-format]
  - install menhirCST        20250912           [required by menhir]
  - install menhirLib        20250912           [required by menhir]
  - install menhirSdk        20250912           [required by menhir]
  - install ocamlbuild       0.16.1             [required by jsonm]
  - install ocamlfind        1.9.8              [required by jsonm]
  - install ocamlgraph       2.2.0              [required by opam-core]
  - install opam-core        2.5.0~rc1          [required by opam-format]
  - install opam-file-format 2.2.0              [required by opam-format]
  - install opam-format      2.5.0~rc1          [required by opam-repository]
  - install opam-repository  2.5.0~rc1 (pinned)
  - install patch            3.1.0              [required by opam-repository]
  - install re               1.14.0             [required by opam-format]
  - install sha              1.15.4             [required by opam-core]
  - install stdlib-shims     0.3.0              [required by sha]
  - install swhid_core       0.1                [required by opam-core]
  - install topkg            1.1.1              [required by jsonm]
  - install uutf             1.0.4              [required by opam-core]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.2  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved opam-core.2.5.0~rc1, opam-format.2.5.0~rc1, opam-repository.2.5.0~rc1  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> retrieved patch.3.1.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed jsonm.1.0.2
-> installed dune.3.20.2
-> installed menhirCST.20250912
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed patch.3.1.0
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed sha.1.15.4
-> installed re.1.14.0
-> installed ocamlgraph.2.2.0
-> installed opam-core.2.5.0~rc1
-> installed menhir.20250912
-> installed opam-file-format.2.2.0
-> installed opam-format.2.5.0~rc1
-> installed opam-repository.2.5.0~rc1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-19 22:36.04 ---> saved as "f2ce796c24287c5d2ebead180005331e60e5162c1e1e1a4f7a27d9e0c89f7431"
Job succeeded
2025-11-19 22:36.11: Job succeeded