(for PR #29952)

2026-05-25 04:39.58: New job: build contract.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29952/head (6bd94e649fd37e846e43afa12ad324faba41e969)
                              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/29952/head" && git reset --hard 6bd94e64
git fetch origin master
git merge --no-edit 856df280428c158a5bb0b3afce1bec956b10ae6f
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 contract.0.1.0 0.1.0
RUN opam reinstall contract.0.1.0; \
    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" != 'contract.0.1.0' && 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-05-25 04:39.58: Using cache hint "macos-homebrew-ocaml-4.14-contract.0.1.0-6bd94e649fd37e846e43afa12ad324faba41e969"
2026-05-25 04:39.58: 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 contract.0.1.0 0.1.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall contract.0.1.0;\
             \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\" != 'contract.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-25 04:39.58: Waiting for resource in pool OCluster
2026-05-25 04:39.58: Waiting for worker…
2026-05-25 04:39.58: Got resource from pool OCluster
Building on m1-worker-03
Updating files:  60% (10876/17975)
Updating files:  61% (10965/17975)
Updating files:  62% (11145/17975)
Updating files:  63% (11325/17975)
Updating files:  64% (11504/17975)
Updating files:  65% (11684/17975)
Updating files:  66% (11864/17975)
Updating files:  67% (12044/17975)
Updating files:  68% (12223/17975)
Updating files:  69% (12403/17975)
Updating files:  70% (12583/17975)
Updating files:  71% (12763/17975)
Updating files:  72% (12942/17975)
Updating files:  73% (13122/17975)
Updating files:  74% (13302/17975)
Updating files:  75% (13482/17975)
Updating files:  76% (13661/17975)
Updating files:  77% (13841/17975)
Updating files:  78% (14021/17975)
Updating files:  79% (14201/17975)
Updating files:  80% (14380/17975)
Updating files:  81% (14560/17975)
Updating files:  82% (14740/17975)
Updating files:  83% (14920/17975)
Updating files:  84% (15099/17975)
Updating files:  85% (15279/17975)
Updating files:  86% (15459/17975)
Updating files:  87% (15639/17975)
Updating files:  88% (15818/17975)
Updating files:  89% (15998/17975)
Updating files:  90% (16178/17975)
Updating files:  91% (16358/17975)
Updating files:  92% (16537/17975)
Updating files:  93% (16717/17975)
Updating files:  94% (16897/17975)
Updating files:  95% (17077/17975)
Updating files:  96% (17256/17975)
Updating files:  97% (17436/17975)
Updating files:  98% (17616/17975)
Updating files:  99% (17796/17975)
Updating files: 100% (17975/17975)
Updating files: 100% (17975/17975), done.
HEAD is now at aceb7feac2 Merge commit '699c568442d9080169b06a0acf74464211d7c52c'
HEAD is now at 856df28042 Merge pull request #29946 from hannesm/release-mirage-net-solo5-v0.8.1
Updating 856df28042..6bd94e649f
Fast-forward
 packages/contract/contract.0.1.0/opam | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 packages/contract/contract.0.1.0/opam

(from macos-homebrew-ocaml-4.14)
2026-05-25 04:40.16 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-25 04:40.16 ---> 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-05-25 04:40.16 ---> 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.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
2026-05-25 04:40.16 ---> 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-05-25 04:40.16 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-05-25 04:40.21 ---> saved as "d3360feccbd9bf9e2ef621b57693e02ca228ba4b59162799369c1f74f0c646cf"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-05-25 04:40.30 ---> saved as "680b6cb1d017000fb381e8f95c8748dec059facc18e7b9d21d124df6dbb0cb8e"

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

                                                                           0.2%
                                                                           0.2%
                                                                           0.5%
                                                                           0.6%
                                                                           1.4%
#                                                                          1.7%
- 
#                                                                          2.0%
#                                                                          2.3%
#                                                                          2.6%
#                                                                          2.7%
##                                                                         3.0%
##                                                                         3.2%
##                                                                         3.4%
##                                                                         3.6%
##                                                                         3.9%
##                                                                         4.0%
- 
###                                                                        4.3%
###                                                                        4.5%
###                                                                        4.8%
###                                                                        4.9%
###                                                                        5.2%
###                                                                        5.3%
####                                                                       5.6%
####                                                                       5.8%
####                                                                       6.0%
####                                                                       6.2%
####                                                                       6.5%
- 
####                                                                       6.6%
####                                                                       6.9%
#####                                                                      7.1%
#####                                                                      7.2%
#####                                                                      7.6%
#####                                                                      7.7%
#####                                                                      8.0%
#####                                                                      8.2%
######                                                                     8.3%
######                                                                     8.6%
######                                                                     8.7%
- 
######                                                                     9.0%
######                                                                     9.2%
######                                                                     9.4%
######                                                                     9.6%
#######                                                                    9.8%
#######                                                                   10.0%
#######                                                                   10.3%
#######                                                                   10.5%
#######                                                                   10.7%
#######                                                                   10.9%
#######                                                                   11.0%
- 
########                                                                  11.3%
########                                                                  11.6%
########                                                                  11.7%
########                                                                  12.0%
########                                                                  12.2%
########                                                                  12.3%
#########                                                                 12.6%
#########                                                                 12.7%
#########                                                                 12.9%
#########                                                                 13.2%
#########                                                                 13.3%
- 
#########                                                                 13.6%
#########                                                                 13.8%
##########                                                                14.0%
##########                                                                14.2%
##########                                                                14.4%
##########                                                                14.6%
##########                                                                14.9%
##########                                                                15.0%
##########                                                                15.3%
###########                                                               15.5%
- 
###########                                                               15.7%
###########                                                               15.9%
###########                                                               16.2%
###########                                                               16.3%
###########                                                               16.6%
############                                                              16.8%
############                                                              16.9%
############                                                              17.2%
############                                                              17.3%
############                                                              17.6%
############                                                              17.8%
- 
#############                                                             18.1%
#############                                                             18.2%
#############                                                             18.5%
#############                                                             18.6%
#############                                                             18.9%
#############                                                             19.1%
#############                                                             19.3%
##############                                                            19.5%
##############                                                            19.8%
##############                                                            19.9%
- 
##############                                                            20.2%
##############                                                            20.4%
##############                                                            20.7%
###############                                                           20.9%
###############                                                           21.3%
###############                                                           21.5%
###############                                                           21.8%
###############                                                           22.0%
###############                                                           22.2%
################                                                          22.4%
################                                                          22.6%
- 
################                                                          22.8%
################                                                          23.0%
################                                                          23.2%
################                                                          23.5%
################                                                          23.6%
#################                                                         23.9%
#################                                                         24.1%
#################                                                         24.2%
#################                                                         24.5%
#################                                                         24.6%
#################                                                         24.9%
- 
##################                                                        25.1%
##################                                                        25.3%
##################                                                        25.5%
##################                                                        25.8%
##################                                                        26.0%
##################                                                        26.1%
###################                                                       26.4%
###################                                                       26.5%
###################                                                       26.8%
###################                                                       26.9%
###################                                                       27.2%
- 
###################                                                       27.4%
###################                                                       27.7%
####################                                                      27.8%
####################                                                      28.1%
####################                                                      28.3%
####################                                                      28.5%
####################                                                      28.7%
####################                                                      29.0%
####################                                                      29.1%
#####################                                                     29.4%
- 
#####################                                                     29.6%
#####################                                                     29.7%
#####################                                                     30.0%
#####################                                                     30.3%
#####################                                                     30.4%
######################                                                    30.6%
######################                                                    30.9%
######################                                                    31.0%
######################                                                    31.3%
######################                                                    31.5%
######################                                                    31.6%
- 
######################                                                    31.9%
#######################                                                   32.0%
#######################                                                   32.3%
#######################                                                   32.5%
#######################                                                   32.7%
#######################                                                   32.9%
#######################                                                   33.2%
#######################                                                   33.3%
########################                                                  33.6%
########################                                                  33.7%
########################                                                  34.0%
- 
########################                                                  34.2%
########################                                                  34.4%
########################                                                  34.6%
#########################                                                 34.7%
#########################                                                 35.0%
#########################                                                 35.3%
#########################                                                 35.4%
#########################                                                 35.6%
#########################                                                 35.8%
#########################                                                 36.0%
##########################                                                36.3%
- 
##########################                                                36.4%
##########################                                                36.7%
##########################                                                36.9%
##########################                                                37.0%
##########################                                                37.3%
###########################                                               37.5%
###########################                                               37.7%
###########################                                               37.9%
###########################                                               38.1%
###########################                                               38.3%
###########################                                               38.6%
- 
###########################                                               38.7%
############################                                              39.0%
############################                                              39.1%
############################                                              39.3%
############################                                              39.6%
############################                                              39.7%
############################                                              40.0%
############################                                              40.2%
#############################                                             40.5%
#############################                                             40.8%
#############################                                             41.0%
- 
#############################                                             41.4%
#############################                                             41.6%
##############################                                            41.9%
##############################                                            42.1%
##############################                                            42.4%
##############################                                            42.8%
##############################                                            43.0%
###############################                                           43.3%
###############################                                           43.6%
###############################                                           43.8%
- 
###############################                                           44.1%
###############################                                           44.3%
################################                                          44.5%
################################                                          44.7%
################################                                          45.0%
################################                                          45.1%
################################                                          45.4%
################################                                          45.5%
################################                                          45.8%
#################################                                         46.0%
#################################                                         46.2%
- 
#################################                                         46.4%
#################################                                         46.6%
#################################                                         46.9%
#################################                                         47.0%
##################################                                        47.3%
##################################                                        47.5%
##################################                                        47.7%
##################################                                        47.9%
##################################                                        48.2%
##################################                                        48.3%
##################################                                        48.6%
- 
###################################                                       48.7%
###################################                                       48.9%
###################################                                       49.2%
###################################                                       49.3%
###################################                                       49.6%
###################################                                       49.7%
###################################                                       50.0%
####################################                                      50.2%
####################################                                      50.4%
####################################                                      50.6%
####################################                                      50.9%
- 
####################################                                      51.1%
####################################                                      51.3%
#####################################                                     51.5%
#####################################                                     51.7%
#####################################                                     51.9%
#####################################                                     52.1%
#####################################                                     52.3%
#####################################                                     52.5%
#####################################                                     52.8%
######################################                                    52.9%
######################################                                    53.2%
- 
######################################                                    53.3%
######################################                                    53.5%
######################################                                    53.8%
######################################                                    54.1%
#######################################                                   54.2%
#######################################                                   54.5%
#######################################                                   54.6%
#######################################                                   54.8%
#######################################                                   55.0%
#######################################                                   55.2%
#######################################                                   55.5%
- 
########################################                                  55.6%
########################################                                  55.9%
########################################                                  56.1%
########################################                                  56.3%
########################################                                  56.5%
########################################                                  56.7%
#########################################                                 57.0%
#########################################                                 57.1%
#########################################                                 57.4%
#########################################                                 57.6%
- 
#########################################                                 57.8%
#########################################                                 58.0%
#########################################                                 58.2%
##########################################                                58.4%
##########################################                                58.7%
##########################################                                58.8%
##########################################                                59.1%
##########################################                                59.2%
##########################################                                59.4%
##########################################                                59.7%
###########################################                               59.8%
- 
###########################################                               60.1%
###########################################                               60.2%
###########################################                               60.5%
###########################################                               60.7%
###########################################                               60.9%
############################################                              61.1%
############################################                              61.3%
############################################                              61.6%
############################################                              61.7%
############################################                              62.0%
############################################                              62.2%
- 
############################################                              62.4%
#############################################                             62.6%
#############################################                             62.8%
#############################################                             63.0%
#############################################                             63.3%
#############################################                             63.4%
#############################################                             63.7%
#############################################                             63.8%
##############################################                            64.0%
##############################################                            64.3%
##############################################                            64.4%
- 
##############################################                            64.7%
##############################################                            65.1%
###############################################                           65.3%
###############################################                           65.6%
###############################################                           65.9%
###############################################                           66.2%
###############################################                           66.5%
################################################                          66.7%
################################################                          67.0%
################################################                          67.2%
- 
################################################                          67.6%
################################################                          67.8%
#################################################                         68.2%
#################################################                         68.4%
#################################################                         68.7%
#################################################                         69.1%
#################################################                         69.3%
##################################################                        69.6%
##################################################                        69.8%
##################################################                        70.0%
##################################################                        70.2%
- 
##################################################                        70.4%
##################################################                        70.6%
###################################################                       70.9%
###################################################                       71.0%
###################################################                       71.3%
###################################################                       71.4%
###################################################                       71.6%
###################################################                       71.9%
###################################################                       72.0%
####################################################                      72.3%
####################################################                      72.5%
- 
####################################################                      72.6%
####################################################                      72.9%
####################################################                      73.2%
####################################################                      73.3%
####################################################                      73.5%
#####################################################                     73.7%
#####################################################                     73.9%
#####################################################                     74.2%
#####################################################                     74.3%
#####################################################                     74.6%
- 
#####################################################                     74.8%
#####################################################                     75.0%
######################################################                    75.2%
######################################################                    75.5%
######################################################                    75.6%
######################################################                    75.9%
######################################################                    76.0%
######################################################                    76.3%
#######################################################                   76.5%
#######################################################                   76.6%
#######################################################                   76.9%
- 
#######################################################                   77.1%
#######################################################                   77.2%
#######################################################                   77.5%
#######################################################                   77.8%
########################################################                  77.9%
########################################################                  78.1%
########################################################                  78.4%
########################################################                  78.5%
########################################################                  78.8%
########################################################                  78.9%
- 
#########################################################                 79.2%
#########################################################                 79.4%
#########################################################                 79.6%
#########################################################                 79.8%
#########################################################                 80.0%
#########################################################                 80.2%
#########################################################                 80.3%
##########################################################                80.6%
##########################################################                80.9%
##########################################################                81.0%
##########################################################                81.2%
- 
##########################################################                81.4%
##########################################################                81.6%
##########################################################                81.8%
###########################################################               82.1%
###########################################################               82.2%
###########################################################               82.5%
###########################################################               82.8%
###########################################################               83.0%
###########################################################               83.1%
############################################################              83.4%
############################################################              83.6%
- 
############################################################              83.8%
############################################################              83.9%
############################################################              84.2%
############################################################              84.3%
############################################################              84.6%
#############################################################             84.8%
#############################################################             85.1%
#############################################################             85.4%
#############################################################             85.5%
#############################################################             85.8%
#############################################################             85.9%
- 
##############################################################            86.1%
##############################################################            86.3%
##############################################################            86.5%
##############################################################            86.8%
##############################################################            86.9%
##############################################################            87.2%
##############################################################            87.3%
###############################################################           87.6%
###############################################################           87.8%
###############################################################           88.0%
###############################################################           88.2%
- 
###############################################################           88.4%
###############################################################           88.7%
###############################################################           88.8%
################################################################          89.1%
################################################################          89.3%
################################################################          89.5%
################################################################          89.7%
################################################################          90.0%
################################################################          90.1%
#################################################################         90.4%
- 
#################################################################         90.6%
#################################################################         90.9%
#################################################################         91.0%
#################################################################         91.3%
#################################################################         91.4%
#################################################################         91.6%
##################################################################        91.9%
##################################################################        92.0%
##################################################################        92.3%
##################################################################        92.5%
##################################################################        92.8%
- 
##################################################################        92.9%
###################################################################       93.2%
###################################################################       93.4%
###################################################################       93.5%
###################################################################       93.8%
###################################################################       94.1%
###################################################################       94.2%
###################################################################       94.4%
####################################################################      94.6%
####################################################################      94.8%
- 
####################################################################      95.1%
####################################################################      95.2%
####################################################################      95.5%
####################################################################      95.6%
#####################################################################     95.9%
#####################################################################     96.1%
#####################################################################     96.4%
#####################################################################     96.5%
#####################################################################     96.8%
#####################################################################     97.0%
- 
######################################################################    97.2%
######################################################################    97.5%
######################################################################    97.8%
######################################################################    98.0%
######################################################################    98.4%
#######################################################################   98.7%
#######################################################################   98.9%
#######################################################################   99.2%
#######################################################################   99.6%
#######################################################################   99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.5.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-05-25 04:41.46 ---> saved as "d721962b2adec83b2eef93aed2d2e884bebf78eb533ea075a0ebe04c2dd38e11"

/: (run (shell "opam pin add -k version -yn contract.0.1.0 0.1.0"))
contract is now pinned to version 0.1.0
2026-05-25 04:41.48 ---> saved as "5072cbbeeb6bf969e0392548388b72f69100e551c3ee844485abb69bb159db8f"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall contract.0.1.0;\
               \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\" != 'contract.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
contract.0.1.0 is not installed. Install it? [Y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
    - contract -> ocaml >= 5.0
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - contract -> ocaml >= 5.0 -> ocaml-variants >= 5.6.0~

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall contract.0.1.0;
        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" != 'contract.0.1.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-05-25 04:42.04: Job failed: Failed: Build failed
2026-05-25 04:42.04: Log analysis:
2026-05-25 04:42.04: >>> 
No solution found, exiting
 (score = 100)
2026-05-25 04:42.04: [SKIP] Package not available