(not at the head of any monitored branch or PR)
2025-03-25 15:01.27: New job: build caqti-eio.2.1.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27655/head (567635cc1911b41a3acedae0e4192d0ce0027f4c)
                              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/27655/head" && git reset --hard 567635cc
git fetch origin master
git merge --no-edit 48e47466f5898fbf475b71788bcf587634373afa
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn caqti-eio.2.1.2 2.1.2
RUN opam reinstall caqti-eio.2.1.2; \
    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" != 'caqti-eio.2.1.2' && 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-03-25 15:01.27: Using cache hint "macos-homebrew-ocaml-4.14-caqti-eio.2.1.2-567635cc1911b41a3acedae0e4192d0ce0027f4c"
2025-03-25 15:01.27: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url -k local --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn caqti-eio.2.1.2 2.1.2"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall caqti-eio.2.1.2;\
             \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\" != 'caqti-eio.2.1.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-03-25 15:01.27: Waiting for resource in pool OCluster
2025-03-25 15:01.30: Waiting for worker…
2025-03-25 15:38.27: Got resource from pool OCluster
Building on m1-worker-04
All commits already cached
Updating files:  53% (12252/22711)
Updating files:  54% (12264/22711)
Updating files:  55% (12492/22711)
Updating files:  56% (12719/22711)
Updating files:  57% (12946/22711)
Updating files:  58% (13173/22711)
Updating files:  59% (13400/22711)
Updating files:  60% (13627/22711)
Updating files:  61% (13854/22711)
Updating files:  62% (14081/22711)
Updating files:  63% (14308/22711)
Updating files:  64% (14536/22711)
Updating files:  65% (14763/22711)
Updating files:  66% (14990/22711)
Updating files:  67% (15217/22711)
Updating files:  68% (15444/22711)
Updating files:  69% (15671/22711)
Updating files:  70% (15898/22711)
Updating files:  71% (16125/22711)
Updating files:  72% (16352/22711)
Updating files:  73% (16580/22711)
Updating files:  74% (16807/22711)
Updating files:  75% (17034/22711)
Updating files:  76% (17261/22711)
Updating files:  77% (17488/22711)
Updating files:  78% (17715/22711)
Updating files:  79% (17942/22711)
Updating files:  80% (18169/22711)
Updating files:  81% (18396/22711)
Updating files:  82% (18624/22711)
Updating files:  83% (18851/22711)
Updating files:  84% (19078/22711)
Updating files:  85% (19305/22711)
Updating files:  86% (19532/22711)
Updating files:  87% (19759/22711)
Updating files:  88% (19986/22711)
Updating files:  89% (20213/22711)
Updating files:  90% (20440/22711)
Updating files:  91% (20668/22711)
Updating files:  92% (20895/22711)
Updating files:  92% (20926/22711)
Updating files:  93% (21122/22711)
Updating files:  94% (21349/22711)
Updating files:  95% (21576/22711)
Updating files:  96% (21803/22711)
Updating files:  97% (22030/22711)
Updating files:  98% (22257/22711)
Updating files:  99% (22484/22711)
Updating files: 100% (22711/22711)
Updating files: 100% (22711/22711), done.
HEAD is now at 48e47466f5 Merge pull request #27676 from mtelvers/opam-publish-ocaml-version.4.0.0
Updating 48e47466f5..567635cc19
Fast-forward
 packages/caqti-async/caqti-async.2.1.2/opam        |  2 +-
 .../caqti-driver-mariadb.2.2.2/opam                | 32 ++++++++++
 .../caqti-driver-pgx/caqti-driver-pgx.2.2.2/opam   | 32 ++++++++++
 .../caqti-driver-postgresql.2.2.2/opam             | 36 +++++++++++
 .../caqti-driver-sqlite3.2.2.2/opam                | 32 ++++++++++
 packages/caqti-eio/caqti-eio.2.1.2/opam            |  2 +-
 packages/caqti-lwt/caqti-lwt.2.2.2/opam            | 38 ++++++++++++
 packages/caqti-miou/caqti-miou.2.2.2/opam          | 35 +++++++++++
 packages/caqti-mirage/caqti-mirage.2.2.2/opam      | 42 +++++++++++++
 packages/caqti-tls/caqti-tls.2.1.2/opam            |  2 +-
 packages/caqti/caqti.2.2.2/opam                    | 69 ++++++++++++++++++++++
 11 files changed, 319 insertions(+), 3 deletions(-)
 create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.2.2/opam
 create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.2.2/opam
 create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.2.2/opam
 create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.2.2/opam
 create mode 100644 packages/caqti-lwt/caqti-lwt.2.2.2/opam
 create mode 100644 packages/caqti-miou/caqti-miou.2.2.2/opam
 create mode 100644 packages/caqti-mirage/caqti-mirage.2.2.2/opam
 create mode 100644 packages/caqti/caqti.2.2.2/opam

(from macos-homebrew-ocaml-4.14)
2025-03-25 15:38.30 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-03-25 15:38.30 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache

/: (run (network host)
        (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2025-03-25 15:38.30 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache

/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.3.0
# self-upgrade         no
# system               arch=arm64 os=macos os-distribution=homebrew os-version=14.4
# 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-03-25 15:38.30 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2025-03-25 15:38.31 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2025-03-25 15:38.32 ---> using "1efae5f654ed17513c1abaa8d540cc12c529a480ec1a3cc1b0cc2b72784d64a6" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-03-25 15:38.32 ---> using "ed81a072c513648d982eb4e7838b7ea0c51328a85e4f8fc0c78a371b858b0f0a" from cache

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

                                                                           0.7%
#                                                                          1.8%
#                                                                          2.6%
##                                                                         3.6%
###                                                                        4.4%
###                                                                        5.3%
####                                                                       6.2%
#####                                                                      7.1%
#####                                                                      7.9%
- 
######                                                                     8.8%
######                                                                     9.7%
#######                                                                   10.5%
########                                                                  11.4%
########                                                                  12.3%
#########                                                                 13.1%
##########                                                                14.1%
##########                                                                14.9%
###########                                                               15.8%
############                                                              16.8%
############                                                              17.6%
- 
#############                                                             18.4%
#############                                                             19.3%
##############                                                            20.2%
###############                                                           21.1%
###############                                                           21.9%
################                                                          22.8%
#################                                                         23.7%
#################                                                         24.5%
##################                                                        25.4%
##################                                                        26.2%
###################                                                       27.2%
####################                                                      28.0%
- 
####################                                                      29.0%
#####################                                                     29.8%
######################                                                    30.6%
######################                                                    31.6%
#######################                                                   32.5%
#######################                                                   33.3%
########################                                                  34.2%
#########################                                                 35.1%
#########################                                                 35.9%
##########################                                                36.8%
###########################                                               37.8%
- 
###########################                                               38.6%
############################                                              39.4%
############################                                              40.3%
#############################                                             41.2%
##############################                                            42.0%
##############################                                            42.9%
###############################                                           43.9%
################################                                          44.7%
################################                                          45.7%
#################################                                         46.5%
##################################                                        47.4%
- 
##################################                                        48.4%
###################################                                       49.3%
####################################                                      50.1%
####################################                                      51.0%
#####################################                                     51.9%
#####################################                                     52.7%
######################################                                    53.7%
#######################################                                   54.5%
#######################################                                   55.4%
########################################                                  56.2%
#########################################                                 57.2%
#########################################                                 58.0%
- 
##########################################                                58.8%
###########################################                               59.8%
###########################################                               60.6%
############################################                              61.5%
############################################                              62.4%
#############################################                             63.2%
##############################################                            64.2%
##############################################                            65.1%
###############################################                           65.9%
################################################                          66.7%
- 
################################################                          67.7%
#################################################                         68.5%
#################################################                         69.3%
##################################################                        70.3%
###################################################                       71.2%
###################################################                       72.0%
####################################################                      73.0%
#####################################################                     73.8%
#####################################################                     74.6%
######################################################                    75.5%
######################################################                    76.3%
- 
#######################################################                   77.1%
########################################################                  78.0%
########################################################                  78.5%
#########################################################                 79.5%
#########################################################                 80.3%
##########################################################                81.1%
###########################################################               82.1%
###########################################################               83.1%
############################################################              83.9%
#############################################################             84.7%
#############################################################             85.7%
- 
##############################################################            86.4%
##############################################################            87.0%
##############################################################            87.4%
###############################################################           87.8%
###############################################################           88.2%
###############################################################           88.6%
################################################################          89.2%
################################################################          89.6%
################################################################          90.0%
#################################################################         90.4%
#################################################################         91.0%
#################################################################         91.4%
- 
##################################################################        91.8%
##################################################################        92.3%
##################################################################        92.7%
###################################################################       93.1%
###################################################################       93.7%
###################################################################       94.1%
####################################################################      94.5%
####################################################################      95.1%
####################################################################      95.5%
#####################################################################     95.9%
- 
#####################################################################     96.4%
#####################################################################     96.8%
#####################################################################     97.1%
######################################################################    97.5%
######################################################################    97.9%
######################################################################    98.4%
#######################################################################   98.9%
#######################################################################   99.3%
#######################################################################   99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.3.7.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2025-03-25 15:38.32 ---> using "e0aff467d3af04c633cbe09e760bbf8c8ea252759751d3f70d246d8fe1049162" from cache

/: (run (shell "opam pin add -k version -yn caqti-eio.2.1.2 2.1.2"))
caqti-eio is now pinned to version 2.1.2
2025-03-25 15:38.33 ---> saved as "597083f3fb01f4a85de3eece16a6a0b3ac45b639376d6fcf362d4162e1240c75"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall caqti-eio.2.1.2;\
               \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\" != 'caqti-eio.2.1.2' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
caqti-eio.2.1.2 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
    - caqti-eio >= 2.1.2 -> ocaml >= 5.0.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
    - caqti-eio >= 2.1.2 -> ocaml >= 5.0.0~ -> ocaml-base-compiler >= 5.2.1~
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - caqti-eio >= 2.1.2 -> ocaml >= 5.0.0~ -> ocaml-variants >= 5.2.1~

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall caqti-eio.2.1.2;
        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" != 'caqti-eio.2.1.2' && 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-03-25 15:38.51: Job failed: Failed: Build failed
2025-03-25 15:38.51: Log analysis:
2025-03-25 15:38.51: >>> 
No solution found, exiting
 (score = 100)
2025-03-25 15:38.51: [SKIP] Package not available