(not at the head of any monitored branch or PR)
2025-06-10 18:03.39: New job: build base.v0.17.3, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28012/head (fee7f3fbdd0250a19e35720bb55a202b18069834)
                              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/28012/head" && git reset --hard fee7f3fb
git fetch origin master
git merge --no-edit 6db96b377f993aa0c7ffb5c06737929e583f3305
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-2.3 ~/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 base.v0.17.3 v0.17.3
RUN opam reinstall base.v0.17.3; \
    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" != 'base.v0.17.3' && 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-06-10 18:03.39: Using cache hint "macos-homebrew-ocaml-4.14-base.v0.17.3-fee7f3fbdd0250a19e35720bb55a202b18069834"
2025-06-10 18:03.39: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-2.3 ~/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 base.v0.17.3 v0.17.3"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall base.v0.17.3;\
             \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\" != 'base.v0.17.3' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-06-10 18:03.39: Waiting for resource in pool OCluster
2025-06-10 18:03.40: Waiting for worker…
2025-06-10 18:03.40: Got resource from pool OCluster
Building on m1-worker-01
Updating files:  52% (12127/23220)
Updating files:  53% (12307/23220)
Updating files:  54% (12539/23220)
Updating files:  55% (12771/23220)
Updating files:  56% (13004/23220)
Updating files:  57% (13236/23220)
Updating files:  58% (13468/23220)
Updating files:  59% (13700/23220)
Updating files:  60% (13932/23220)
Updating files:  61% (14165/23220)
Updating files:  62% (14397/23220)
Updating files:  63% (14629/23220)
Updating files:  64% (14861/23220)
Updating files:  65% (15093/23220)
Updating files:  66% (15326/23220)
Updating files:  67% (15558/23220)
Updating files:  68% (15790/23220)
Updating files:  69% (16022/23220)
Updating files:  70% (16254/23220)
Updating files:  71% (16487/23220)
Updating files:  72% (16719/23220)
Updating files:  73% (16951/23220)
Updating files:  74% (17183/23220)
Updating files:  75% (17415/23220)
Updating files:  76% (17648/23220)
Updating files:  77% (17880/23220)
Updating files:  78% (18112/23220)
Updating files:  79% (18344/23220)
Updating files:  80% (18576/23220)
Updating files:  81% (18809/23220)
Updating files:  82% (19041/23220)
Updating files:  83% (19273/23220)
Updating files:  84% (19505/23220)
Updating files:  85% (19737/23220)
Updating files:  86% (19970/23220)
Updating files:  87% (20202/23220)
Updating files:  88% (20434/23220)
Updating files:  89% (20666/23220)
Updating files:  90% (20898/23220)
Updating files:  91% (21131/23220)
Updating files:  92% (21363/23220)
Updating files:  93% (21595/23220)
Updating files:  93% (21690/23220)
Updating files:  94% (21827/23220)
Updating files:  95% (22059/23220)
Updating files:  96% (22292/23220)
Updating files:  97% (22524/23220)
Updating files:  98% (22756/23220)
Updating files:  99% (22988/23220)
Updating files: 100% (23220/23220)
Updating files: 100% (23220/23220), done.
HEAD is now at 10f9fad925 Fix windows (cygwin) build recipe for conf-gtk3
HEAD is now at 6db96b377f Merge pull request #28003 from punchagan/opam-publish-opam-ci-check-lint.0.1
Updating 6db96b377f..fee7f3fbdd
Fast-forward
 packages/base/base.v0.17.3/opam | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 packages/base/base.v0.17.3/opam

(from macos-homebrew-ocaml-4.14)
2025-06-10 18:03.51 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-06-10 18:03.51 ---> using "133faf6477bb7d579f4909c1f9ea81a7b33e8728123c32f7ba0f1532c2d3d002" 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-06-10 18:03.51 ---> using "ef3d87c6398c801c10cf5a6d93f8ba7a7aca8d0c6db9fa9fa49b79f0f9e94e2e" 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.3.0
# self-upgrade         no
# system               arch=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 7
# repositories         1 (version-controlled)
# pinned               0
# current-switch       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-06-10 18:03.51 ---> using "ac863649c8b1638b67aad7aed774fd3a3fe5d0b0e5eb7991274454937cf65d01" 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-06-10 18:03.51 ---> using "5431cbcc658e0d18f1e86a42b7295d7baef82e74db465ab87f8a15ba49194dde" from cache

/: (copy (src .) (dst opam-repository/))
2025-06-10 18:03.57 ---> saved as "2666552e68b7bb97d1b056513b328311a77bd43815085b5d1b3defc8c546fbc3"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-06-10 18:04.08 ---> saved as "af025906778cc643dfaac0fcf7324710343e88028a7f18563338e02c939c14f8"

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

                                                                           0.1%
                                                                           0.4%
                                                                           1.1%
- 
                                                                           1.4%
#                                                                          1.9%
#                                                                          2.3%
#                                                                          2.5%
##                                                                         2.8%
##                                                                         3.1%
##                                                                         3.4%
##                                                                         3.8%
##                                                                         4.0%
###                                                                        4.2%
###                                                                        4.5%
- 
###                                                                        4.7%
###                                                                        4.9%
###                                                                        5.1%
###                                                                        5.4%
###                                                                        5.5%
####                                                                       5.8%
####                                                                       6.1%
####                                                                       6.2%
####                                                                       6.5%
####                                                                       6.8%
- 
#####                                                                      7.0%
#####                                                                      7.3%
#####                                                                      7.4%
#####                                                                      7.7%
#####                                                                      8.0%
#####                                                                      8.1%
######                                                                     8.4%
######                                                                     8.6%
######                                                                     8.8%
######                                                                     9.1%
######                                                                     9.2%
- 
######                                                                     9.5%
#######                                                                    9.7%
#######                                                                    9.9%
#######                                                                   10.2%
#######                                                                   10.3%
#######                                                                   10.6%
#######                                                                   10.8%
#######                                                                   11.0%
########                                                                  11.2%
########                                                                  11.4%
- 
########                                                                  11.7%
########                                                                  11.9%
########                                                                  12.2%
########                                                                  12.3%
#########                                                                 12.6%
#########                                                                 12.7%
#########                                                                 13.0%
#########                                                                 13.3%
#########                                                                 13.4%
#########                                                                 13.7%
##########                                                                13.9%
##########                                                                14.1%
- 
##########                                                                14.3%
##########                                                                14.5%
##########                                                                14.8%
##########                                                                14.9%
##########                                                                15.2%
###########                                                               15.4%
###########                                                               15.6%
###########                                                               15.8%
###########                                                               16.1%
###########                                                               16.3%
###########                                                               16.5%
- 
############                                                              16.8%
############                                                              17.0%
############                                                              17.2%
############                                                              17.4%
############                                                              17.6%
############                                                              17.9%
#############                                                             18.1%
#############                                                             18.3%
#############                                                             18.5%
#############                                                             18.7%
- 
#############                                                             19.0%
#############                                                             19.3%
#############                                                             19.4%
##############                                                            19.7%
##############                                                            19.8%
##############                                                            20.1%
##############                                                            20.3%
##############                                                            20.5%
##############                                                            20.8%
###############                                                           20.9%
###############                                                           21.2%
- 
###############                                                           21.4%
###############                                                           21.6%
###############                                                           21.9%
###############                                                           22.1%
################                                                          22.3%
################                                                          22.5%
################                                                          22.8%
################                                                          22.9%
################                                                          23.2%
################                                                          23.4%
################                                                          23.6%
- 
#################                                                         23.9%
#################                                                         24.1%
#################                                                         24.3%
#################                                                         24.5%
#################                                                         24.7%
#################                                                         25.0%
##################                                                        25.2%
##################                                                        25.4%
##################                                                        25.6%
##################                                                        25.8%
##################                                                        26.0%
- 
##################                                                        26.3%
###################                                                       26.5%
###################                                                       26.7%
###################                                                       27.0%
###################                                                       27.1%
###################                                                       27.4%
###################                                                       27.5%
####################                                                      27.8%
####################                                                      28.1%
####################                                                      28.2%
####################                                                      28.5%
- 
####################                                                      28.7%
####################                                                      29.0%
####################                                                      29.1%
#####################                                                     29.4%
#####################                                                     29.7%
#####################                                                     29.8%
#####################                                                     30.1%
#####################                                                     30.2%
#####################                                                     30.5%
######################                                                    30.9%
######################                                                    31.2%
- 
######################                                                    31.5%
######################                                                    31.7%
#######################                                                   32.0%
#######################                                                   32.4%
#######################                                                   32.7%
#######################                                                   33.0%
########################                                                  33.3%
########################                                                  33.6%
########################                                                  33.9%
########################                                                  34.2%
########################                                                  34.4%
- 
########################                                                  34.7%
#########################                                                 35.0%
#########################                                                 35.3%
#########################                                                 35.4%
#########################                                                 35.7%
#########################                                                 36.0%
#########################                                                 36.1%
##########################                                                36.4%
##########################                                                36.7%
##########################                                                36.8%
##########################                                                37.1%
- 
##########################                                                37.3%
##########################                                                37.5%
###########################                                               37.7%
###########################                                               37.9%
###########################                                               38.2%
###########################                                               38.4%
###########################                                               38.6%
###########################                                               38.8%
############################                                              39.0%
############################                                              39.2%
############################                                              39.5%
- 
############################                                              39.7%
############################                                              39.9%
############################                                              40.2%
#############################                                             40.4%
#############################                                             40.6%
#############################                                             40.8%
#############################                                             41.0%
#############################                                             41.3%
#############################                                             41.5%
##############################                                            41.8%
##############################                                            41.9%
- 
##############################                                            42.2%
##############################                                            42.5%
##############################                                            42.6%
##############################                                            42.9%
###############################                                           43.2%
###############################                                           43.3%
###############################                                           43.6%
###############################                                           43.7%
###############################                                           44.0%
###############################                                           44.4%
- 
################################                                          44.7%
################################                                          44.8%
################################                                          45.0%
################################                                          45.3%
################################                                          45.6%
################################                                          45.7%
#################################                                         46.0%
#################################                                         46.3%
#################################                                         46.4%
#################################                                         46.7%
- 
#################################                                         46.9%
##################################                                        47.2%
##################################                                        47.4%
##################################                                        47.6%
##################################                                        47.8%
##################################                                        48.0%
##################################                                        48.3%
##################################                                        48.6%
###################################                                       48.7%
###################################                                       49.0%
###################################                                       49.3%
- 
###################################                                       49.4%
###################################                                       49.7%
###################################                                       49.9%
####################################                                      50.2%
####################################                                      50.3%
####################################                                      50.6%
####################################                                      50.7%
####################################                                      51.0%
####################################                                      51.3%
#####################################                                     51.4%
#####################################                                     51.7%
- 
#####################################                                     51.8%
#####################################                                     52.1%
#####################################                                     52.4%
#####################################                                     52.5%
######################################                                    52.8%
######################################                                    53.1%
######################################                                    53.2%
######################################                                    53.5%
######################################                                    53.7%
######################################                                    53.9%
######################################                                    54.1%
- 
#######################################                                   54.3%
#######################################                                   54.6%
#######################################                                   54.8%
#######################################                                   55.0%
#######################################                                   55.2%
#######################################                                   55.4%
########################################                                  55.7%
########################################                                  55.9%
########################################                                  56.1%
########################################                                  56.3%
########################################                                  56.6%
- 
########################################                                  56.8%
#########################################                                 57.0%
#########################################                                 57.3%
#########################################                                 57.5%
#########################################                                 57.7%
#########################################                                 57.9%
#########################################                                 58.2%
##########################################                                58.3%
##########################################                                58.6%
##########################################                                58.9%
- 
##########################################                                59.2%
##########################################                                59.4%
###########################################                               59.8%
###########################################                               60.1%
###########################################                               60.4%
###########################################                               60.7%
###########################################                               60.9%
############################################                              61.2%
############################################                              61.4%
############################################                              61.7%
############################################                              62.0%
- 
############################################                              62.3%
############################################                              62.4%
#############################################                             62.7%
#############################################                             62.9%
#############################################                             63.1%
#############################################                             63.4%
#############################################                             63.5%
#############################################                             63.8%
##############################################                            64.0%
##############################################                            64.2%
##############################################                            64.4%
- 
##############################################                            64.6%
##############################################                            64.9%
##############################################                            65.1%
##############################################                            65.3%
###############################################                           65.5%
###############################################                           65.8%
###############################################                           66.0%
###############################################                           66.2%
###############################################                           66.5%
################################################                          66.7%
- 
################################################                          66.9%
################################################                          67.1%
################################################                          67.4%
################################################                          67.5%
################################################                          67.8%
#################################################                         68.1%
#################################################                         68.4%
#################################################                         68.5%
#################################################                         68.8%
#################################################                         68.9%
- 
#################################################                         69.2%
##################################################                        69.5%
##################################################                        69.7%
##################################################                        69.9%
##################################################                        70.1%
##################################################                        70.3%
##################################################                        70.6%
##################################################                        70.8%
###################################################                       71.1%
###################################################                       71.2%
###################################################                       71.5%
- 
###################################################                       71.6%
###################################################                       71.9%
###################################################                       72.2%
####################################################                      72.5%
####################################################                      72.7%
####################################################                      72.8%
####################################################                      73.1%
####################################################                      73.4%
####################################################                      73.5%
#####################################################                     73.8%
#####################################################                     74.1%
- 
#####################################################                     74.2%
#####################################################                     74.5%
#####################################################                     74.8%
#####################################################                     74.9%
######################################################                    75.2%
######################################################                    75.4%
######################################################                    75.6%
######################################################                    75.8%
######################################################                    76.1%
######################################################                    76.3%
- 
#######################################################                   76.5%
#######################################################                   76.8%
#######################################################                   76.9%
#######################################################                   77.2%
#######################################################                   77.3%
#######################################################                   77.6%
########################################################                  77.9%
########################################################                  78.0%
########################################################                  78.3%
########################################################                  78.5%
########################################################                  78.7%
- 
########################################################                  78.9%
########################################################                  79.1%
#########################################################                 79.4%
#########################################################                 79.6%
#########################################################                 79.8%
#########################################################                 80.0%
#########################################################                 80.3%
#########################################################                 80.4%
##########################################################                80.7%
##########################################################                81.0%
##########################################################                81.1%
- 
##########################################################                81.4%
##########################################################                81.7%
##########################################################                81.8%
###########################################################               82.1%
###########################################################               82.2%
###########################################################               82.6%
###########################################################               82.7%
###########################################################               83.0%
###########################################################               83.1%
############################################################              83.4%
############################################################              83.7%
- 
############################################################              83.8%
############################################################              84.1%
############################################################              84.4%
############################################################              84.5%
#############################################################             84.8%
#############################################################             84.9%
#############################################################             85.2%
#############################################################             85.5%
#############################################################             85.6%
#############################################################             85.9%
- 
##############################################################            86.1%
##############################################################            86.3%
##############################################################            86.6%
##############################################################            86.7%
##############################################################            87.0%
##############################################################            87.2%
##############################################################            87.5%
###############################################################           87.6%
###############################################################           87.9%
###############################################################           88.0%
###############################################################           88.3%
- 
###############################################################           88.6%
###############################################################           88.8%
################################################################          89.0%
################################################################          89.3%
################################################################          89.6%
################################################################          89.8%
################################################################          90.1%
#################################################################         90.4%
#################################################################         90.8%
#################################################################         91.1%
- 
#################################################################         91.3%
#################################################################         91.6%
##################################################################        91.9%
##################################################################        92.1%
##################################################################        92.6%
##################################################################        93.0%
###################################################################       93.2%
###################################################################       93.5%
###################################################################       93.8%
###################################################################       94.1%
###################################################################       94.4%
- 
####################################################################      94.7%
####################################################################      95.0%
####################################################################      95.2%
####################################################################      95.5%
####################################################################      95.8%
#####################################################################     96.1%
#####################################################################     96.5%
#####################################################################     96.7%
#####################################################################     97.0%
######################################################################    97.3%
######################################################################    97.6%
- 
######################################################################    98.0%
######################################################################    98.3%
######################################################################    98.5%
#######################################################################   98.8%
#######################################################################   99.2%
#######################################################################   99.4%
#######################################################################   99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.4.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-06-10 18:05.41 ---> saved as "5b93f17e6db86d910619de445b2df733b39eebca5828a390d57c61419481607a"

/: (run (shell "opam pin add -k version -yn base.v0.17.3 v0.17.3"))
base is now pinned to version v0.17.3
2025-06-10 18:05.42 ---> saved as "8be494f1bc1f746b9b411aa2235394c6f96e87881f2720e017aec75b416ce5a8"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall base.v0.17.3;\
               \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\" != 'base.v0.17.3' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
base.v0.17.3 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
    - base >= v0.17.3 -> ocaml >= 5.1.0
    You can temporarily relax the switch invariant with `--update-invariant'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall base.v0.17.3;
        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" != 'base.v0.17.3' && 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
2025-06-10 18:06.04: Job failed: Failed: Build failed
2025-06-10 18:06.04: Log analysis:
2025-06-10 18:06.04: >>> 
No solution found, exiting
 (score = 100)
2025-06-10 18:06.04: [SKIP] Package not available