(not at the head of any monitored branch or PR)
2026-04-11 17:31.09: New job: build azure-cosmos-db-eio.0.4.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29682/head (bda2fd0485aa4e02adb1de5e7fed6109282303ad)
                              on macos-homebrew-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29682/head" && git reset --hard bda2fd04
git fetch origin master
git merge --no-edit c18adeb75d158d5999645fdf3e6e1503c882cdc3
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 azure-cosmos-db-eio.0.4.0 0.4.0
RUN opam reinstall azure-cosmos-db-eio.0.4.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'azure-cosmos-db-eio.0.4.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-11 17:31.09: Using cache hint "macos-homebrew-ocaml-4.14-azure-cosmos-db-eio.0.4.0-bda2fd0485aa4e02adb1de5e7fed6109282303ad"
2026-04-11 17:31.09: 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 azure-cosmos-db-eio.0.4.0 0.4.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall azure-cosmos-db-eio.0.4.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'azure-cosmos-db-eio.0.4.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-11 17:31.09: Waiting for resource in pool OCluster
2026-04-11 17:31.10: Waiting for worker…
2026-04-11 17:37.30: Got resource from pool OCluster
Building on i7-worker-01
All commits already cached
Updating files:  31% (5816/18675)
Updating files:  32% (5976/18675)
Updating files:  33% (6163/18675)
Updating files:  34% (6350/18675)
Updating files:  35% (6537/18675)
Updating files:  36% (6723/18675)
Updating files:  37% (6910/18675)
Updating files:  38% (7097/18675)
Updating files:  39% (7284/18675)
Updating files:  40% (7470/18675)
Updating files:  41% (7657/18675)
Updating files:  42% (7844/18675)
Updating files:  43% (8031/18675)
Updating files:  44% (8217/18675)
Updating files:  45% (8404/18675)
Updating files:  46% (8591/18675)
Updating files:  47% (8778/18675)
Updating files:  48% (8964/18675)
Updating files:  49% (9151/18675)
Updating files:  50% (9338/18675)
Updating files:  51% (9525/18675)
Updating files:  52% (9711/18675)
Updating files:  53% (9898/18675)
Updating files:  54% (10085/18675)
Updating files:  55% (10272/18675)
Updating files:  56% (10458/18675)
Updating files:  57% (10645/18675)
Updating files:  58% (10832/18675)
Updating files:  59% (11019/18675)
Updating files:  60% (11205/18675)
Updating files:  61% (11392/18675)
Updating files:  62% (11579/18675)
Updating files:  63% (11766/18675)
Updating files:  64% (11952/18675)
Updating files:  65% (12139/18675)
Updating files:  66% (12326/18675)
Updating files:  67% (12513/18675)
Updating files:  68% (12699/18675)
Updating files:  69% (12886/18675)
Updating files:  70% (13073/18675)
Updating files:  71% (13260/18675)
Updating files:  72% (13446/18675)
Updating files:  73% (13633/18675)
Updating files:  74% (13820/18675)
Updating files:  75% (14007/18675)
Updating files:  76% (14193/18675)
Updating files:  77% (14380/18675)
Updating files:  78% (14567/18675)
Updating files:  79% (14754/18675)
Updating files:  80% (14940/18675)
Updating files:  81% (15127/18675)
Updating files:  82% (15314/18675)
Updating files:  82% (15407/18675)
Updating files:  83% (15501/18675)
Updating files:  84% (15687/18675)
Updating files:  85% (15874/18675)
Updating files:  86% (16061/18675)
Updating files:  87% (16248/18675)
Updating files:  88% (16434/18675)
Updating files:  89% (16621/18675)
Updating files:  90% (16808/18675)
Updating files:  91% (16995/18675)
Updating files:  92% (17181/18675)
Updating files:  93% (17368/18675)
Updating files:  94% (17555/18675)
Updating files:  95% (17742/18675)
Updating files:  96% (17928/18675)
Updating files:  97% (18115/18675)
Updating files:  98% (18302/18675)
Updating files:  99% (18489/18675)
Updating files: 100% (18675/18675)
Updating files: 100% (18675/18675), done.
HEAD is now at c18adeb75d Merge pull request #29698 from daysv/release-sm-0.1.1
Updating c18adeb75d..bda2fd0485
Fast-forward
 .../azure-cosmos-db-eio.0.4.0/opam                 | 51 ++++++++++++++++++++++
 .../azure-cosmos-db-lwt.0.4.0/opam                 | 50 +++++++++++++++++++++
 .../azure-cosmos-db/azure-cosmos-db.0.4.0/opam     | 47 ++++++++++++++++++++
 3 files changed, 148 insertions(+)
 create mode 100644 packages/azure-cosmos-db-eio/azure-cosmos-db-eio.0.4.0/opam
 create mode 100644 packages/azure-cosmos-db-lwt/azure-cosmos-db-lwt.0.4.0/opam
 create mode 100644 packages/azure-cosmos-db/azure-cosmos-db.0.4.0/opam

(from macos-homebrew-ocaml-4.14)
2026-04-11 17:37.36 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-11 17:37.37 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-04-11 17:37.37 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache

/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 11
# repositories         1 (version-controlled)
# pinned               0
# current-switch       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-04-11 17:37.37 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2026-04-11 17:37.38 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-04-11 17:37.48 ---> saved as "246f207b1906bf6e09f819b035d528dbe5db5e6dfd38cb450bbb57a05f84bd7d"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-11 17:38.09 ---> saved as "fd1e289f8e208a0cf1cfc834c24407e940fe62bd085595ad80a3204d8fd6de4f"

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

                                                                           0.1%
                                                                           1.2%
#                                                                          2.0%
#                                                                          2.5%
##                                                                         3.2%
##                                                                         3.7%
- 
###                                                                        4.4%
###                                                                        4.9%
###                                                                        5.3%
####                                                                       6.0%
####                                                                       6.4%
####                                                                       6.9%
#####                                                                      7.7%
######                                                                     8.6%
######                                                                     9.4%
#######                                                                   10.2%
#######                                                                   10.9%
- 
########                                                                  11.4%
########                                                                  12.4%
#########                                                                 12.9%
#########                                                                 13.7%
##########                                                                14.4%
##########                                                                15.0%
###########                                                               15.6%
###########                                                               16.0%
###########                                                               16.4%
############                                                              16.9%
############                                                              17.3%
- 
############                                                              17.7%
#############                                                             18.1%
#############                                                             18.5%
#############                                                             18.9%
#############                                                             19.4%
##############                                                            19.8%
##############                                                            20.2%
##############                                                            20.6%
###############                                                           21.0%
###############                                                           21.5%
###############                                                           21.9%
- 
################                                                          22.3%
################                                                          22.7%
################                                                          23.1%
#################                                                         23.7%
#################                                                         24.1%
#################                                                         24.5%
#################                                                         24.9%
##################                                                        25.4%
##################                                                        25.8%
##################                                                        26.2%
###################                                                       26.6%
- 
###################                                                       27.0%
###################                                                       27.4%
####################                                                      27.8%
####################                                                      28.3%
####################                                                      28.7%
####################                                                      29.1%
#####################                                                     29.5%
#####################                                                     29.9%
#####################                                                     30.5%
######################                                                    30.9%
######################                                                    31.3%
- 
######################                                                    31.7%
#######################                                                   32.1%
#######################                                                   32.6%
#######################                                                   33.0%
########################                                                  33.4%
########################                                                  33.8%
########################                                                  34.3%
#########################                                                 34.7%
#########################                                                 35.1%
#########################                                                 35.5%
#########################                                                 35.9%
- 
##########################                                                36.5%
##########################                                                36.9%
##########################                                                37.3%
###########################                                               37.7%
###########################                                               38.2%
############################                                              39.0%
############################                                              39.9%
#############################                                             40.7%
#############################                                             41.5%
##############################                                            42.2%
##############################                                            42.7%
- 
###############################                                           43.1%
###############################                                           43.5%
###############################                                           44.0%
################################                                          45.0%
################################                                          45.8%
#################################                                         46.7%
##################################                                        47.5%
##################################                                        48.3%
###################################                                       49.1%
####################################                                      50.0%
####################################                                      50.8%
- 
#####################################                                     51.6%
#####################################                                     52.4%
######################################                                    53.4%
######################################                                    54.2%
#######################################                                   55.1%
########################################                                  56.0%
########################################                                  56.8%
#########################################                                 57.6%
##########################################                                58.4%
##########################################                                59.3%
###########################################                               60.1%
- 
###########################################                               61.1%
############################################                              61.9%
#############################################                             62.7%
#############################################                             63.6%
##############################################                            64.4%
###############################################                           65.3%
###############################################                           66.1%
################################################                          66.9%
################################################                          67.7%
#################################################                         68.7%
##################################################                        69.6%
- 
##################################################                        70.4%
###################################################                       71.2%
###################################################                       72.0%
####################################################                      72.9%
#####################################################                     73.7%
#####################################################                     74.5%
######################################################                    75.3%
######################################################                    76.2%
#######################################################                   77.0%
########################################################                  77.8%
########################################################                  78.6%
- 
#########################################################                 79.6%
#########################################################                 80.4%
##########################################################                81.2%
###########################################################               82.0%
###########################################################               82.9%
############################################################              83.7%
############################################################              84.5%
#############################################################             85.3%
#############################################################             86.0%
##############################################################            86.8%
###############################################################           87.6%
- 
###############################################################           88.4%
################################################################          89.3%
################################################################          89.8%
################################################################          90.2%
#################################################################         90.8%
#################################################################         91.1%
#################################################################         91.5%
##################################################################        91.9%
##################################################################        92.5%
##################################################################        92.9%
###################################################################       93.3%
- 
###################################################################       93.7%
###################################################################       94.1%
####################################################################      94.5%
####################################################################      94.9%
####################################################################      95.3%
####################################################################      95.8%
#####################################################################     96.2%
#####################################################################     96.6%
#####################################################################     97.0%
######################################################################    97.4%
- 
######################################################################    97.9%
######################################################################    98.5%
#######################################################################   98.9%
#######################################################################   99.3%
#######################################################################   99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_1.catalina.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2026-04-11 17:38.53 ---> saved as "c6329705f070c9c9c65eeb09ebe618c9d556f296eaff4769cb7223dda7067051"

/: (run (shell "opam pin add -k version -yn azure-cosmos-db-eio.0.4.0 0.4.0"))
azure-cosmos-db-eio is now pinned to version 0.4.0
2026-04-11 17:38.55 ---> saved as "a2829e420ad3bdc20aa0892e8f92cede7b8497beec0a3a3a0b8bad32dd85b65b"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall azure-cosmos-db-eio.0.4.0;\
               \n        res=$?;\
               \n        test \"$res\" != 31 && exit \"$res\";\
               \n        export OPAMCLI=2.0;\
               \n        build_dir=$(opam var prefix)/.opam-switch/build;\
               \n        failed=$(ls \"$build_dir\");\
               \n        partial_fails=\"\";\
               \n        for pkg in $failed; do\
               \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'azure-cosmos-db-eio.0.4.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
azure-cosmos-db-eio.0.4.0 is not installed. Install it? [Y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
    - azure-cosmos-db-eio -> ocaml >= 5.0.0
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - azure-cosmos-db-eio -> ocaml >= 5.0.0 -> ocaml-variants >= 5.6.0~

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall azure-cosmos-db-eio.0.4.0;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'azure-cosmos-db-eio.0.4.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-04-11 17:39.23: Job failed: Failed: Build failed
2026-04-11 17:39.23: Log analysis:
2026-04-11 17:39.23: >>> 
No solution found, exiting
 (score = 100)
2026-04-11 17:39.23: [SKIP] Package not available