(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/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/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 i7-worker-02
Updating files:  38% (6889/17975)
Updating files:  39% (7011/17975)
Updating files:  40% (7190/17975)
Updating files:  41% (7370/17975)
Updating files:  42% (7550/17975)
Updating files:  43% (7730/17975)
Updating files:  44% (7909/17975)
Updating files:  45% (8089/17975)
Updating files:  46% (8269/17975)
Updating files:  47% (8449/17975)
Updating files:  48% (8628/17975)
Updating files:  49% (8808/17975)
Updating files:  50% (8988/17975)
Updating files:  51% (9168/17975)
Updating files:  52% (9347/17975)
Updating files:  53% (9527/17975)
Updating files:  54% (9707/17975)
Updating files:  55% (9887/17975)
Updating files:  56% (10066/17975)
Updating files:  57% (10246/17975)
Updating files:  58% (10426/17975)
Updating files:  59% (10606/17975)
Updating files:  60% (10785/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:  69% (12574/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 1929df9e71 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.13 ---> 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.13 ---> 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.14 ---> 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-05-25 04:40.14 ---> 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.14 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

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

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
default (at file:///Users/mac1000/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at file:///Users/mac1000/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-05-25 04:40.37 ---> saved as "680b6cb1d017000fb381e8f95c8748dec059facc18e7b9d21d124df6dbb0cb8e"

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

                                                                           0.0%
                                                                           0.3%
                                                                           0.4%
                                                                           0.9%
                                                                           1.2%
- 
#                                                                          1.6%
#                                                                          1.9%
#                                                                          2.1%
#                                                                          2.7%
##                                                                         3.0%
##                                                                         3.3%
##                                                                         3.7%
##                                                                         4.0%
###                                                                        4.2%
###                                                                        4.5%
- 
###                                                                        4.8%
###                                                                        5.0%
###                                                                        5.3%
####                                                                       5.7%
####                                                                       6.0%
####                                                                       6.2%
####                                                                       6.5%
####                                                                       6.8%
#####                                                                      7.0%
#####                                                                      7.3%
#####                                                                      7.7%
- 
#####                                                                      8.0%
#####                                                                      8.2%
######                                                                     8.5%
######                                                                     8.9%
######                                                                     9.2%
######                                                                     9.4%
######                                                                     9.7%
#######                                                                   10.0%
#######                                                                   10.2%
#######                                                                   10.5%
#######                                                                   10.9%
- 
########                                                                  11.2%
########                                                                  11.4%
########                                                                  11.7%
########                                                                  12.0%
########                                                                  12.4%
#########                                                                 12.6%
#########                                                                 12.9%
#########                                                                 13.2%
#########                                                                 13.6%
#########                                                                 13.8%
- 
##########                                                                14.1%
##########                                                                14.4%
##########                                                                14.6%
##########                                                                15.0%
###########                                                               15.3%
###########                                                               15.6%
###########                                                               15.8%
###########                                                               16.1%
###########                                                               16.4%
###########                                                               16.6%
############                                                              17.0%
- 
############                                                              17.3%
############                                                              17.6%
############                                                              17.8%
#############                                                             18.1%
#############                                                             18.4%
#############                                                             18.8%
#############                                                             19.0%
#############                                                             19.3%
##############                                                            19.6%
##############                                                            19.8%
##############                                                            20.1%
- 
##############                                                            20.3%
##############                                                            20.7%
###############                                                           21.0%
###############                                                           21.3%
###############                                                           21.5%
###############                                                           21.8%
###############                                                           22.2%
################                                                          22.6%
################                                                          23.0%
#################                                                         23.8%
#################                                                         24.6%
- 
##################                                                        25.4%
##################                                                        26.3%
###################                                                       27.1%
####################                                                      27.9%
####################                                                      28.9%
#####################                                                     29.7%
#####################                                                     30.5%
######################                                                    31.3%
######################                                                    31.8%
#######################                                                   32.2%
#######################                                                   32.7%
- 
#######################                                                   33.1%
########################                                                  33.5%
########################                                                  34.1%
########################                                                  34.5%
#########################                                                 35.0%
#########################                                                 35.4%
#########################                                                 35.8%
##########################                                                36.2%
##########################                                                36.6%
##########################                                                37.0%
- 
###########################                                               37.5%
###########################                                               37.9%
###########################                                               38.3%
###########################                                               38.7%
############################                                              39.1%
############################                                              39.6%
############################                                              40.0%
#############################                                             40.4%
#############################                                             41.0%
#############################                                             41.4%
##############################                                            41.8%
- 
##############################                                            42.2%
##############################                                            42.6%
##############################                                            43.0%
###############################                                           43.5%
###############################                                           43.9%
###############################                                           44.3%
################################                                          44.7%
################################                                          45.1%
################################                                          45.6%
#################################                                         46.0%
#################################                                         46.4%
- 
#################################                                         46.8%
##################################                                        47.4%
##################################                                        47.8%
##################################                                        48.2%
##################################                                        48.6%
###################################                                       49.0%
###################################                                       49.5%
###################################                                       49.9%
####################################                                      50.4%
####################################                                      50.8%
- 
####################################                                      51.4%
#####################################                                     51.8%
#####################################                                     52.3%
#####################################                                     52.7%
######################################                                    53.2%
######################################                                    53.6%
######################################                                    54.0%
#######################################                                   54.4%
#######################################                                   54.8%
#######################################                                   55.3%
- 
########################################                                  55.7%
########################################                                  56.3%
########################################                                  56.7%
#########################################                                 57.1%
#########################################                                 57.5%
#########################################                                 57.9%
##########################################                                58.4%
##########################################                                58.8%
##########################################                                59.1%
##########################################                                59.6%
###########################################                               60.0%
- 
###########################################                               60.4%
###########################################                               60.8%
############################################                              61.2%
############################################                              61.7%
############################################                              62.1%
#############################################                             62.5%
#############################################                             62.9%
#############################################                             63.5%
#############################################                             63.9%
##############################################                            64.4%
##############################################                            64.8%
- 
##############################################                            65.2%
###############################################                           65.7%
###############################################                           66.1%
###############################################                           66.5%
################################################                          66.9%
################################################                          67.5%
################################################                          67.9%
#################################################                         68.4%
#################################################                         68.8%
#################################################                         69.2%
- 
##################################################                        69.6%
##################################################                        70.1%
##################################################                        70.5%
###################################################                       70.9%
###################################################                       71.3%
###################################################                       71.7%
####################################################                      72.2%
####################################################                      72.6%
####################################################                      73.0%
####################################################                      73.4%
#####################################################                     73.8%
- 
#####################################################                     74.4%
#####################################################                     74.8%
######################################################                    75.2%
######################################################                    75.6%
######################################################                    76.1%
#######################################################                   76.5%
#######################################################                   77.0%
#######################################################                   77.4%
########################################################                  77.8%
########################################################                  78.4%
########################################################                  78.8%
- 
########################################################                  79.2%
#########################################################                 79.6%
#########################################################                 80.0%
#########################################################                 80.4%
##########################################################                80.9%
##########################################################                81.3%
##########################################################                81.7%
###########################################################               82.1%
###########################################################               82.5%
###########################################################               82.9%
###########################################################               83.3%
- 
############################################################              83.8%
############################################################              84.2%
############################################################              84.6%
#############################################################             85.0%
#############################################################             85.6%
#############################################################             86.0%
##############################################################            86.4%
##############################################################            86.9%
##############################################################            87.3%
###############################################################           87.7%
###############################################################           88.2%
- 
###############################################################           88.6%
################################################################          89.0%
################################################################          89.5%
################################################################          89.9%
#################################################################         90.3%
#################################################################         90.7%
#################################################################         91.3%
##################################################################        91.7%
##################################################################        92.1%
##################################################################        92.5%
- 
##################################################################        93.0%
###################################################################       93.4%
###################################################################       93.8%
###################################################################       94.2%
####################################################################      94.6%
####################################################################      95.0%
####################################################################      95.5%
#####################################################################     95.9%
#####################################################################     96.3%
#####################################################################     96.7%
#####################################################################     97.1%
- 
######################################################################    97.5%
######################################################################    98.1%
######################################################################    98.5%
#######################################################################   98.9%
#######################################################################   99.3%
#######################################################################   99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.5.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-05-25 04:42.15 ---> 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:42.17 ---> 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-base-compiler:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - contract -> ocaml >= 5.0 -> ocaml-base-compiler >= 5.0.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.1~
  * Missing dependency:
    - contract -> ocaml >= 5.0 -> ocaml-variants >= 5.0.0~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

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.42: Job failed: Failed: Build failed
2026-05-25 04:42.42: Log analysis:
2026-05-25 04:42.42: >>> 
No solution found, exiting
 (score = 100)
2026-05-25 04:42.42: [SKIP] Package not available