Build:
  1. 0
2025-05-31 21:29.18: New job: build cohttp-connpool-eio.0.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27972/head (b74273c0b30fbcaea6b94f2c6c614a9d70bc4cf0)
                              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/27972/head" && git reset --hard b74273c0
git fetch origin master
git merge --no-edit f96c4f16cc7eb44c5c16b7fcaf148546c8a18eba
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 cohttp-connpool-eio.0.1 0.1
RUN opam reinstall cohttp-connpool-eio.0.1; \
    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" != 'cohttp-connpool-eio.0.1' && 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-05-31 21:29.18: Using cache hint "macos-homebrew-ocaml-4.14-cohttp-connpool-eio.0.1-b74273c0b30fbcaea6b94f2c6c614a9d70bc4cf0"
2025-05-31 21:29.18: 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 cohttp-connpool-eio.0.1 0.1"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall cohttp-connpool-eio.0.1;\
             \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\" != 'cohttp-connpool-eio.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-05-31 21:29.18: Waiting for resource in pool OCluster
2025-05-31 21:29.18: Waiting for worker…
2025-05-31 21:29.18: Got resource from pool OCluster
Building on m1-worker-03
Updating files:  56% (13121/23172)
Updating files:  57% (13209/23172)
Updating files:  58% (13440/23172)
Updating files:  59% (13672/23172)
Updating files:  60% (13904/23172)
Updating files:  61% (14135/23172)
Updating files:  62% (14367/23172)
Updating files:  63% (14599/23172)
Updating files:  64% (14831/23172)
Updating files:  65% (15062/23172)
Updating files:  66% (15294/23172)
Updating files:  67% (15526/23172)
Updating files:  68% (15757/23172)
Updating files:  69% (15989/23172)
Updating files:  70% (16221/23172)
Updating files:  71% (16453/23172)
Updating files:  72% (16684/23172)
Updating files:  73% (16916/23172)
Updating files:  74% (17148/23172)
Updating files:  75% (17379/23172)
Updating files:  76% (17611/23172)
Updating files:  77% (17843/23172)
Updating files:  78% (18075/23172)
Updating files:  79% (18306/23172)
Updating files:  80% (18538/23172)
Updating files:  81% (18770/23172)
Updating files:  82% (19002/23172)
Updating files:  83% (19233/23172)
Updating files:  84% (19465/23172)
Updating files:  85% (19697/23172)
Updating files:  86% (19928/23172)
Updating files:  87% (20160/23172)
Updating files:  88% (20392/23172)
Updating files:  89% (20624/23172)
Updating files:  90% (20855/23172)
Updating files:  91% (21087/23172)
Updating files:  92% (21319/23172)
Updating files:  93% (21550/23172)
Updating files:  94% (21782/23172)
Updating files:  95% (22014/23172)
Updating files:  96% (22246/23172)
Updating files:  97% (22477/23172)
Updating files:  98% (22709/23172)
Updating files:  98% (22796/23172)
Updating files:  99% (22941/23172)
Updating files: 100% (23172/23172)
Updating files: 100% (23172/23172), done.
HEAD is now at 53e1b5ef15 [new release] cohttp-connpool-eio (0.1)
HEAD is now at f96c4f16cc Merge pull request #27909 from let-def/release-lwd-v0.4
Updating f96c4f16cc..b74273c0b3
Fast-forward
 .../cohttp-connpool-eio.0.1/opam                   | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 packages/cohttp-connpool-eio/cohttp-connpool-eio.0.1/opam

(from macos-homebrew-ocaml-4.14)
2025-05-31 21:29.30 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-05-31 21:29.31 ---> 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-05-31 21:29.31 ---> 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-05-31 21:29.31 ---> 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-05-31 21:29.31 ---> using "5431cbcc658e0d18f1e86a42b7295d7baef82e74db465ab87f8a15ba49194dde" from cache

/: (copy (src .) (dst opam-repository/))
2025-05-31 21:29.37 ---> saved as "767995c3681e2a2dc58eb70bf31d65b1d00eb9548e4cf5f7144d76b7366db81e"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-05-31 21:29.48 ---> saved as "4e11375e5256a006594b37bd16d3d7cf5d38823be0ca91d19d60f564fc6a5c00"

/: (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.3%
- 
                                                                           0.4%
                                                                           0.5%
                                                                           1.1%
#                                                                          2.0%
##                                                                         2.8%
##                                                                         3.5%
##                                                                         3.8%
- 
##                                                                         4.0%
###                                                                        4.3%
###                                                                        4.5%
###                                                                        4.7%
###                                                                        5.0%
###                                                                        5.1%
###                                                                        5.4%
####                                                                       5.7%
####                                                                       5.8%
####                                                                       6.1%
####                                                                       6.2%
- 
####                                                                       6.5%
####                                                                       6.8%
#####                                                                      7.0%
#####                                                                      7.3%
#####                                                                      7.6%
#####                                                                      7.7%
#####                                                                      8.0%
#####                                                                      8.2%
######                                                                     8.4%
######                                                                     8.6%
- 
######                                                                     8.8%
######                                                                     9.1%
######                                                                     9.2%
######                                                                     9.5%
#######                                                                    9.7%
#######                                                                    9.9%
#######                                                                   10.2%
#######                                                                   10.4%
#######                                                                   10.6%
#######                                                                   10.8%
#######                                                                   11.1%
- 
########                                                                  11.2%
########                                                                  11.5%
########                                                                  11.7%
########                                                                  12.0%
########                                                                  12.2%
########                                                                  12.4%
#########                                                                 12.6%
#########                                                                 12.8%
#########                                                                 13.1%
#########                                                                 13.3%
#########                                                                 13.5%
- 
#########                                                                 13.8%
##########                                                                13.9%
##########                                                                14.2%
##########                                                                14.5%
##########                                                                14.6%
##########                                                                14.9%
##########                                                                15.2%
###########                                                               15.3%
###########                                                               15.6%
###########                                                               15.8%
###########                                                               16.0%
- 
###########                                                               16.3%
###########                                                               16.5%
############                                                              16.7%
############                                                              16.9%
############                                                              17.2%
############                                                              17.3%
############                                                              17.6%
############                                                              17.7%
############                                                              18.0%
#############                                                             18.3%
#############                                                             18.4%
- 
#############                                                             18.7%
#############                                                             18.8%
#############                                                             19.1%
#############                                                             19.4%
##############                                                            19.7%
##############                                                            19.8%
##############                                                            20.1%
##############                                                            20.2%
##############                                                            20.5%
##############                                                            20.8%
- 
###############                                                           20.9%
###############                                                           21.2%
###############                                                           21.4%
###############                                                           21.6%
###############                                                           21.9%
###############                                                           22.1%
################                                                          22.4%
################                                                          22.5%
################                                                          22.8%
################                                                          23.1%
################                                                          23.2%
- 
################                                                          23.5%
#################                                                         23.7%
#################                                                         24.0%
#################                                                         24.1%
#################                                                         24.4%
#################                                                         24.5%
#################                                                         24.8%
##################                                                        25.1%
##################                                                        25.2%
##################                                                        25.5%
##################                                                        25.8%
- 
##################                                                        25.9%
##################                                                        26.2%
##################                                                        26.3%
###################                                                       26.6%
###################                                                       26.9%
###################                                                       27.0%
###################                                                       27.3%
###################                                                       27.4%
###################                                                       27.7%
####################                                                      28.0%
####################                                                      28.1%
- 
####################                                                      28.4%
####################                                                      28.6%
####################                                                      28.9%
####################                                                      29.0%
#####################                                                     29.3%
#####################                                                     29.6%
#####################                                                     29.7%
#####################                                                     30.0%
#####################                                                     30.1%
#####################                                                     30.4%
######################                                                    30.6%
- 
######################                                                    30.8%
######################                                                    31.1%
######################                                                    31.2%
######################                                                    31.5%
######################                                                    31.7%
######################                                                    31.9%
#######################                                                   32.2%
#######################                                                   32.4%
#######################                                                   32.6%
#######################                                                   32.8%
#######################                                                   33.0%
- 
#######################                                                   33.2%
########################                                                  33.5%
########################                                                  33.7%
########################                                                  33.9%
########################                                                  34.2%
########################                                                  34.3%
########################                                                  34.6%
#########################                                                 34.8%
#########################                                                 35.0%
#########################                                                 35.3%
- 
#########################                                                 35.4%
#########################                                                 35.7%
#########################                                                 35.8%
#########################                                                 36.1%
##########################                                                36.4%
##########################                                                36.5%
##########################                                                36.8%
##########################                                                37.1%
##########################                                                37.2%
##########################                                                37.5%
###########################                                               37.7%
- 
###########################                                               37.9%
###########################                                               38.2%
###########################                                               38.3%
###########################                                               38.6%
###########################                                               38.8%
############################                                              39.0%
############################                                              39.2%
############################                                              39.5%
############################                                              39.7%
############################                                              39.9%
############################                                              40.2%
- 
#############################                                             40.3%
#############################                                             40.6%
#############################                                             40.7%
#############################                                             41.0%
#############################                                             41.3%
#############################                                             41.4%
#############################                                             41.7%
##############################                                            41.9%
##############################                                            42.1%
##############################                                            42.3%
##############################                                            42.6%
- 
##############################                                            42.8%
##############################                                            43.0%
###############################                                           43.3%
###############################                                           43.4%
###############################                                           43.7%
###############################                                           43.8%
###############################                                           44.1%
###############################                                           44.4%
################################                                          44.5%
################################                                          44.8%
################################                                          45.0%
- 
################################                                          45.2%
################################                                          45.4%
################################                                          45.7%
#################################                                         45.9%
#################################                                         46.1%
#################################                                         46.4%
#################################                                         46.5%
#################################                                         46.8%
#################################                                         46.9%
##################################                                        47.2%
##################################                                        47.5%
- 
##################################                                        47.6%
##################################                                        47.9%
##################################                                        48.0%
##################################                                        48.3%
##################################                                        48.6%
###################################                                       48.7%
###################################                                       49.0%
###################################                                       49.3%
###################################                                       49.4%
###################################                                       49.7%
###################################                                       49.9%
- 
####################################                                      50.0%
####################################                                      50.3%
####################################                                      50.6%
####################################                                      50.9%
####################################                                      51.0%
####################################                                      51.3%
#####################################                                     51.6%
#####################################                                     51.8%
#####################################                                     52.0%
#####################################                                     52.2%
#####################################                                     52.4%
- 
#####################################                                     52.6%
######################################                                    52.9%
######################################                                    53.2%
######################################                                    53.3%
######################################                                    53.6%
######################################                                    53.9%
######################################                                    54.0%
#######################################                                   54.3%
#######################################                                   54.4%
#######################################                                   54.7%
#######################################                                   55.0%
- 
#######################################                                   55.1%
#######################################                                   55.4%
#######################################                                   55.5%
########################################                                  55.8%
########################################                                  55.9%
########################################                                  56.2%
########################################                                  56.4%
########################################                                  56.7%
#########################################                                 57.0%
#########################################                                 57.4%
#########################################                                 57.7%
- 
#########################################                                 58.1%
##########################################                                58.5%
##########################################                                58.9%
##########################################                                59.4%
###########################################                               59.8%
###########################################                               60.3%
###########################################                               60.5%
###########################################                               60.8%
###########################################                               61.1%
############################################                              61.3%
- 
############################################                              61.4%
############################################                              61.7%
############################################                              62.0%
############################################                              62.1%
############################################                              62.4%
#############################################                             62.7%
#############################################                             62.8%
#############################################                             63.1%
#############################################                             63.2%
#############################################                             63.5%
#############################################                             63.8%
- 
##############################################                            63.9%
##############################################                            64.2%
##############################################                            64.4%
##############################################                            64.6%
##############################################                            64.9%
##############################################                            65.0%
##############################################                            65.3%
###############################################                           65.4%
###############################################                           65.7%
###############################################                           66.0%
###############################################                           66.2%
- 
###############################################                           66.3%
###############################################                           66.6%
################################################                          66.9%
################################################                          67.0%
################################################                          67.3%
################################################                          67.5%
################################################                          67.7%
################################################                          68.0%
#################################################                         68.2%
#################################################                         68.4%
- 
#################################################                         68.6%
#################################################                         68.8%
#################################################                         69.1%
#################################################                         69.3%
##################################################                        69.5%
##################################################                        69.7%
##################################################                        69.9%
##################################################                        70.1%
##################################################                        70.4%
##################################################                        70.6%
##################################################                        70.8%
- 
###################################################                       71.1%
###################################################                       71.2%
###################################################                       71.5%
###################################################                       71.6%
###################################################                       71.9%
###################################################                       72.2%
####################################################                      72.3%
####################################################                      72.6%
####################################################                      72.8%
####################################################                      73.0%
####################################################                      73.2%
- 
####################################################                      73.5%
#####################################################                     73.8%
#####################################################                     73.9%
#####################################################                     74.2%
#####################################################                     74.3%
#####################################################                     74.6%
#####################################################                     74.9%
######################################################                    75.0%
######################################################                    75.3%
######################################################                    75.4%
######################################################                    75.7%
- 
######################################################                    76.0%
######################################################                    76.1%
#######################################################                   76.4%
#######################################################                   76.7%
#######################################################                   76.8%
#######################################################                   77.1%
#######################################################                   77.3%
#######################################################                   77.6%
#######################################################                   77.7%
########################################################                  78.0%
########################################################                  78.1%
- 
########################################################                  78.4%
########################################################                  78.7%
########################################################                  78.8%
########################################################                  79.1%
#########################################################                 79.2%
#########################################################                 79.5%
#########################################################                 79.8%
#########################################################                 79.9%
#########################################################                 80.2%
#########################################################                 80.3%
##########################################################                80.6%
- 
##########################################################                80.9%
##########################################################                81.0%
##########################################################                81.3%
##########################################################                81.4%
##########################################################                81.7%
###########################################################               82.0%
###########################################################               82.2%
###########################################################               82.4%
###########################################################               82.6%
###########################################################               82.9%
- 
###########################################################               83.1%
###########################################################               83.3%
############################################################              83.5%
############################################################              83.7%
############################################################              84.0%
############################################################              84.2%
############################################################              84.5%
############################################################              84.6%
#############################################################             84.9%
#############################################################             85.1%
#############################################################             85.3%
- 
#############################################################             85.6%
#############################################################             85.7%
#############################################################             86.0%
##############################################################            86.1%
##############################################################            86.4%
##############################################################            86.7%
##############################################################            86.8%
##############################################################            87.1%
##############################################################            87.3%
###############################################################           87.6%
###############################################################           87.7%
- 
###############################################################           88.0%
###############################################################           88.2%
###############################################################           88.4%
###############################################################           88.7%
###############################################################           88.8%
################################################################          89.1%
################################################################          89.3%
################################################################          89.7%
################################################################          90.0%
################################################################          90.2%
#################################################################         90.5%
- 
#################################################################         90.9%
#################################################################         91.2%
#################################################################         91.5%
##################################################################        91.7%
##################################################################        92.0%
##################################################################        92.3%
##################################################################        92.7%
##################################################################        93.0%
###################################################################       93.2%
###################################################################       93.5%
###################################################################       93.8%
- 
###################################################################       94.2%
###################################################################       94.4%
####################################################################      94.7%
####################################################################      95.0%
####################################################################      95.2%
####################################################################      95.5%
####################################################################      95.8%
#####################################################################     96.2%
#####################################################################     96.5%
#####################################################################     96.7%
#####################################################################     97.0%
- 
######################################################################    97.3%
######################################################################    97.7%
######################################################################    98.0%
######################################################################    98.3%
######################################################################    98.5%
#######################################################################   98.8%
#######################################################################   99.2%
#######################################################################   99.4%
#######################################################################   99.8%
######################################################################## 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-05-31 21:31.21 ---> saved as "7863bbe5f1ef95c0c35ef529948d9b4da0ac877c697437ac3762731268dfcf3e"

/: (run (shell "opam pin add -k version -yn cohttp-connpool-eio.0.1 0.1"))
cohttp-connpool-eio is now pinned to version 0.1
2025-05-31 21:31.22 ---> saved as "4e59c66d0cbfede2f71c443796bb4b0280283e693b0359c38849637a8b1414af"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall cohttp-connpool-eio.0.1;\
               \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\" != 'cohttp-connpool-eio.0.1' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
cohttp-connpool-eio.0.1 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
    - cohttp-connpool-eio -> cohttp-eio -> base-domains -> ocaml >= 5.0
    You can temporarily relax the switch invariant with `--update-invariant'
  * No agreement on the version of ocaml-base-compiler:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - cohttp-connpool-eio -> cohttp-eio -> base-domains -> ocaml >= 5.0 -> ocaml-base-compiler >= 5.0.0~
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - cohttp-connpool-eio -> cohttp-eio -> base-domains -> ocaml-variants (= 4.06.1+multicore | >= 4.10.0+multicore & < 4.10.0+musl+flambda | >= 4.12.0+domains & < 4.12.0+options | = 4.14.0+domains)
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - cohttp-connpool-eio -> cohttp-eio -> base-domains -> ocaml >= 5.0 -> ocaml-variants < 5.5.1~
  * Missing dependency:
    - cohttp-connpool-eio -> cohttp-eio -> base-domains -> 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 cohttp-connpool-eio.0.1;
        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" != 'cohttp-connpool-eio.0.1' && 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-05-31 21:31.41: Job failed: Failed: Build failed
2025-05-31 21:31.41: Log analysis:
2025-05-31 21:31.41: >>> 
No solution found, exiting
 (score = 100)
2025-05-31 21:31.41: [SKIP] Package not available