(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-5.4/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-5.4
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-5.4-azure-cosmos-db-eio.0.4.0-bda2fd0485aa4e02adb1de5e7fed6109282303ad"
2026-04-11 17:31.09: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
 (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:31.10: Got resource from pool OCluster
Building on i7-worker-02
Updating files:  31% (5871/18672)
Updating files:  32% (5976/18672)
Updating files:  33% (6162/18672)
Updating files:  34% (6349/18672)
Updating files:  35% (6536/18672)
Updating files:  36% (6722/18672)
Updating files:  37% (6909/18672)
Updating files:  38% (7096/18672)
Updating files:  39% (7283/18672)
Updating files:  40% (7469/18672)
Updating files:  41% (7656/18672)
Updating files:  42% (7843/18672)
Updating files:  43% (8029/18672)
Updating files:  44% (8216/18672)
Updating files:  45% (8403/18672)
Updating files:  46% (8590/18672)
Updating files:  47% (8776/18672)
Updating files:  48% (8963/18672)
Updating files:  49% (9150/18672)
Updating files:  50% (9336/18672)
Updating files:  51% (9523/18672)
Updating files:  52% (9710/18672)
Updating files:  53% (9897/18672)
Updating files:  54% (10083/18672)
Updating files:  54% (10182/18672)
Updating files:  55% (10270/18672)
Updating files:  56% (10457/18672)
Updating files:  57% (10644/18672)
Updating files:  58% (10830/18672)
Updating files:  59% (11017/18672)
Updating files:  60% (11204/18672)
Updating files:  61% (11390/18672)
Updating files:  62% (11577/18672)
Updating files:  63% (11764/18672)
Updating files:  64% (11951/18672)
Updating files:  65% (12137/18672)
Updating files:  66% (12324/18672)
Updating files:  67% (12511/18672)
Updating files:  68% (12697/18672)
Updating files:  69% (12884/18672)
Updating files:  70% (13071/18672)
Updating files:  71% (13258/18672)
Updating files:  72% (13444/18672)
Updating files:  73% (13631/18672)
Updating files:  74% (13818/18672)
Updating files:  75% (14004/18672)
Updating files:  76% (14191/18672)
Updating files:  77% (14378/18672)
Updating files:  78% (14565/18672)
Updating files:  79% (14751/18672)
Updating files:  80% (14938/18672)
Updating files:  81% (15125/18672)
Updating files:  82% (15312/18672)
Updating files:  82% (15434/18672)
Updating files:  83% (15498/18672)
Updating files:  84% (15685/18672)
Updating files:  85% (15872/18672)
Updating files:  86% (16058/18672)
Updating files:  87% (16245/18672)
Updating files:  88% (16432/18672)
Updating files:  89% (16619/18672)
Updating files:  90% (16805/18672)
Updating files:  91% (16992/18672)
Updating files:  92% (17179/18672)
Updating files:  93% (17365/18672)
Updating files:  94% (17552/18672)
Updating files:  95% (17739/18672)
Updating files:  96% (17926/18672)
Updating files:  97% (18112/18672)
Updating files:  98% (18299/18672)
Updating files:  99% (18486/18672)
Updating files: 100% (18672/18672)
Updating files: 100% (18672/18672), done.
HEAD is now at f4910a2531 [new release] textmate-language (0.6.0)
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-5.4)
2026-04-11 17:31.31 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-11 17:31.31 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" 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:31.31 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" 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       5.4.0
# invariant            ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-04-11 17:31.32 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" 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:31.32 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2026-04-11 17:31.42 ---> saved as "eefe0091cb8039a1f757541460c86ddadd11ed0e1b9e176a9952e291a2c2c39b"

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

/: (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%
- 
                                                                           0.4%
                                                                           0.8%
                                                                           1.3%
#                                                                          1.9%
#                                                                          2.3%
#                                                                          2.7%
- 
##                                                                         3.0%
##                                                                         3.2%
##                                                                         3.5%
##                                                                         3.8%
##                                                                         4.0%
###                                                                        4.4%
###                                                                        4.6%
###                                                                        4.8%
###                                                                        5.0%
###                                                                        5.2%
###                                                                        5.5%
- 
####                                                                       5.6%
####                                                                       5.9%
####                                                                       6.2%
####                                                                       6.4%
####                                                                       6.5%
####                                                                       6.8%
#####                                                                      7.1%
#####                                                                      7.2%
#####                                                                      7.5%
#####                                                                      7.7%
- 
#####                                                                      7.9%
#####                                                                      8.1%
######                                                                     8.4%
######                                                                     8.5%
######                                                                     8.8%
######                                                                     9.1%
######                                                                     9.2%
######                                                                     9.5%
######                                                                     9.6%
#######                                                                    9.9%
#######                                                                   10.1%
- 
#######                                                                   10.3%
#######                                                                   10.5%
#######                                                                   10.7%
#######                                                                   10.9%
########                                                                  11.1%
########                                                                  11.4%
########                                                                  11.5%
########                                                                  11.8%
########                                                                  12.1%
########                                                                  12.3%
- 
########                                                                  12.5%
#########                                                                 12.7%
#########                                                                 12.9%
#########                                                                 13.1%
#########                                                                 13.4%
#########                                                                 13.5%
#########                                                                 13.8%
##########                                                                13.9%
##########                                                                14.2%
##########                                                                14.3%
##########                                                                14.6%
- 
##########                                                                14.9%
##########                                                                15.0%
##########                                                                15.3%
###########                                                               15.5%
###########                                                               15.7%
###########                                                               15.9%
###########                                                               16.2%
###########                                                               16.4%
###########                                                               16.6%
############                                                              16.8%
- 
############                                                              17.1%
############                                                              17.2%
############                                                              17.5%
############                                                              17.6%
############                                                              17.9%
#############                                                             18.2%
#############                                                             18.3%
#############                                                             18.6%
#############                                                             18.7%
#############                                                             19.0%
#############                                                             19.1%
- 
#############                                                             19.4%
##############                                                            19.6%
##############                                                            19.9%
##############                                                            20.0%
##############                                                            20.3%
##############                                                            20.4%
##############                                                            20.7%
###############                                                           20.9%
###############                                                           21.1%
###############                                                           21.3%
###############                                                           21.5%
- 
###############                                                           21.7%
###############                                                           21.9%
###############                                                           22.1%
################                                                          22.3%
################                                                          22.5%
################                                                          22.7%
################                                                          22.9%
################                                                          23.1%
################                                                          23.4%
################                                                          23.5%
#################                                                         23.8%
- 
#################                                                         23.9%
#################                                                         24.2%
#################                                                         24.5%
#################                                                         24.6%
#################                                                         24.9%
##################                                                        25.1%
##################                                                        25.3%
##################                                                        25.5%
##################                                                        25.7%
##################                                                        25.9%
- 
##################                                                        26.1%
##################                                                        26.3%
###################                                                       26.5%
###################                                                       26.8%
###################                                                       26.9%
###################                                                       27.2%
###################                                                       27.3%
###################                                                       27.6%
####################                                                      27.9%
####################                                                      28.0%
####################                                                      28.3%
###################
- #
-        
-                                                28.4%
####################                                                      28.7%
####################                                                      28.9%
####################                                                      29.1%
#####################                                                     29.3%
#####################                                                     29.6%
#####################                                                     29.7%
#####################                                                     30.0%
#####################                                                     30.2%
#####################                                                     30.5%
######################                                                    30.6%
- 
######################                                                    30.9%
######################                                                    31.0%
######################                                                    31.3%
######################                                                    31.6%
######################                                                    31.7%
#######################                                                   32.0%
#######################                                                   32.1%
#######################                                                   32.4%
#######################                                                   32.6%
#######################                                                   32.8%
#######################                                                   33.0%
- 
#######################                                                   33.2%
########################                                                  33.4%
########################                                                  33.7%
########################                                                  33.8%
########################                                                  34.1%
########################                                                  34.2%
########################                                                  34.5%
#########################                                                 34.8%
#########################                                                 34.9%
#########################                                                 35.2%
- 
#########################                                                 35.4%
#########################                                                 35.6%
#########################                                                 35.8%
#########################                                                 36.1%
##########################                                                36.2%
##########################                                                36.4%
##########################                                                36.7%
##########################                                                37.0%
##########################                                                37.1%
##########################                                                37.4%
###########################                                               37.6%
- 
###########################                                               37.8%
###########################                                               38.0%
###########################                                               38.2%
###########################                                               38.4%
###########################                                               38.6%
###########################                                               38.8%
############################                                              39.0%
############################                                              39.2%
############################                                              39.4%
############################                                              39.6%
- 
############################                                              39.9%
############################                                              40.0%
#############################                                             40.3%
#############################                                             40.6%
#############################                                             40.7%
#############################                                             41.0%
#############################                                             41.2%
#############################                                             41.5%
#############################                                             41.6%
##############################                                            41.9%
##############################                                            42.1%
- 
##############################                                            42.3%
##############################                                            42.5%
##############################                                            42.8%
##############################                                            42.9%
###############################                                           43.2%
###############################                                           43.5%
###############################                                           43.6%
###############################                                           43.9%
###############################                                           44.1%
###############################                                           44.3%
- 
################################                                          44.5%
################################                                          44.8%
################################                                          44.9%
################################                                          45.2%
################################                                          45.3%
################################                                          45.6%
#################################                                         45.9%
#################################                                         46.1%
#################################                                         46.2%
#################################                                         46.5%
#################################                                         46.7%
- 
#################################                                         47.0%
#################################                                         47.1%
##################################                                        47.4%
##################################                                        47.7%
##################################                                        47.8%
##################################                                        48.1%
##################################                                        48.3%
##################################                                        48.6%
###################################                                       48.7%
###################################                                       49.0%
- 
###################################                                       49.1%
###################################                                       49.4%
###################################                                       49.7%
###################################                                       49.8%
####################################                                      50.1%
####################################                                      50.3%
####################################                                      50.5%
####################################                                      50.7%
####################################                                      51.0%
####################################                                      51.2%
- 
####################################                                      51.4%
#####################################                                     51.6%
#####################################                                     51.8%
#####################################                                     52.0%
#####################################                                     52.3%
#####################################                                     52.4%
#####################################                                     52.6%
######################################                                    52.9%
######################################                                    53.1%
######################################                                    53.3%
######################################                                    53.5%
- 
######################################                                    53.7%
######################################                                    53.9%
#######################################                                   54.2%
#######################################                                   54.3%
#######################################                                   54.6%
#######################################                                   54.8%
#######################################                                   55.0%
#######################################                                   55.2%
#######################################                                   55.5%
########################################                                  55.6%
########################################                                  55.9%
- 
########################################                                  56.0%
########################################                                  56.3%
########################################                                  56.4%
########################################                                  56.7%
#########################################                                 57.0%
#########################################                                 57.1%
#########################################                                 57.3%
#########################################                                 57.6%
#########################################                                 57.7%
#########################################                                 58.0%
- 
#########################################                                 58.3%
##########################################                                58.5%
##########################################                                58.7%
##########################################                                58.9%
##########################################                                59.1%
##########################################                                59.3%
##########################################                                59.6%
###########################################                               59.7%
###########################################                               60.0%
###########################################                               60.1%
###########################################                               60.4%
- 
###########################################                               60.7%
###########################################                               60.8%
###########################################                               61.1%
############################################                              61.3%
############################################                              61.5%
############################################                              61.7%
############################################                              61.9%
############################################                              62.1%
############################################                              62.4%
#############################################                             62.6%
#############################################                             62.8%
- 
#############################################                             63.0%
#############################################                             63.2%
#############################################                             63.4%
#############################################                             63.7%
#############################################                             63.8%
##############################################                            64.1%
##############################################                            64.3%
##############################################                            64.5%
##############################################                            64.7%
##############################################                            64.9%
##############################################                            65.1%
- 
###############################################                           65.4%
###############################################                           65.5%
###############################################                           65.8%
###############################################                           66.1%
###############################################                           66.3%
###############################################                           66.5%
################################################                          66.7%
################################################                          67.0%
################################################                          67.2%
################################################                          67.4%
- 
################################################                          67.6%
################################################                          67.8%
################################################                          68.0%
#################################################                         68.3%
#################################################                         68.4%
#################################################                         68.7%
#################################################                         68.9%
#################################################                         69.1%
#################################################                         69.4%
##################################################                        69.5%
##################################################                        69.8%
- 
##################################################                        69.9%
##################################################                        70.2%
##################################################                        70.5%
##################################################                        70.7%
###################################################                       70.9%
###################################################                       71.1%
###################################################                       71.3%
###################################################                       71.5%
###################################################                       71.8%
###################################################                       71.9%
- 
###################################################                       72.2%
####################################################                      72.5%
####################################################                      72.6%
####################################################                      72.9%
####################################################                      73.0%
####################################################                      73.3%
####################################################                      73.5%
#####################################################                     73.7%
#####################################################                     73.9%
#####################################################                     74.1%
#####################################################                     74.3%
- 
#####################################################                     74.5%
#####################################################                     74.8%
#####################################################                     74.9%
######################################################                    75.2%
######################################################                    75.3%
######################################################                    75.6%
######################################################                    75.9%
######################################################                    76.0%
######################################################                    76.3%
#######################################################                   76.5%
- 
#######################################################                   76.7%
#######################################################                   76.9%
#######################################################                   77.2%
#######################################################                   77.3%
#######################################################                   77.6%
#######################################################                   77.7%
########################################################                  78.0%
########################################################                  78.2%
########################################################                  78.5%
########################################################                  78.6%
########################################################                  78.9%
- 
########################################################                  79.0%
#########################################################                 79.3%
#########################################################                 79.6%
#########################################################                 79.7%
#########################################################                 80.0%
#########################################################                 80.1%
#########################################################                 80.4%
##########################################################                80.6%
##########################################################                80.8%
##########################################################                81.0%
- 
##########################################################                81.3%
##########################################################                81.4%
##########################################################                81.7%
###########################################################               82.0%
###########################################################               82.1%
###########################################################               82.4%
###########################################################               82.5%
###########################################################               82.8%
###########################################################               83.0%
###########################################################               83.2%
############################################################              83.4%
- 
############################################################              83.6%
############################################################              83.8%
############################################################              84.0%
############################################################              84.3%
############################################################              84.4%
############################################################              84.7%
#############################################################             84.8%
#############################################################             85.1%
#############################################################             85.4%
#############################################################             85.5%
#############################################################             85.8%
- 
#############################################################             86.0%
##############################################################            86.2%
##############################################################            86.4%
##############################################################            86.7%
##############################################################            86.8%
##############################################################            87.1%
##############################################################            87.2%
###############################################################           87.5%
###############################################################           87.8%
###############################################################           87.9%
###############################################################           88.2%
- 
###############################################################           88.4%
###############################################################           88.6%
###############################################################           88.8%
################################################################          89.0%
################################################################          89.2%
################################################################          89.5%
################################################################          89.6%
################################################################          89.9%
################################################################          90.1%
################################################################          90.3%
#################################################################         90.5%
- 
#################################################################         90.8%
#################################################################         90.9%
#################################################################         91.2%
#################################################################         91.5%
#################################################################         91.6%
##################################################################        91.9%
##################################################################        92.0%
##################################################################        92.3%
##################################################################        92.5%
##################################################################        92.7%
- 
##################################################################        92.9%
##################################################################        93.1%
###################################################################       93.3%
###################################################################       93.6%
###################################################################       93.7%
###################################################################       94.0%
###################################################################       94.2%
####################################################################      94.5%
####################################################################      94.7%
####################################################################      94.9%
####################################################################      95.1%
- 
####################################################################      95.4%
####################################################################      95.5%
####################################################################      95.8%
#####################################################################     96.1%
#####################################################################     96.2%
#####################################################################     96.5%
#####################################################################     96.6%
#####################################################################     96.9%
#####################################################################     97.1%
######################################################################    97.3%
######################################################################    97.5%
- 
######################################################################    97.8%
######################################################################    98.1%
######################################################################    98.3%
######################################################################    98.6%
#######################################################################   98.8%
#######################################################################   99.2%
#######################################################################   99.5%
#######################################################################   99.9%
######################################################################## 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:34.15 ---> saved as "c1526668611de504d3825f4690c31d9779376e02e784e5b8e88f07016b02e2be"

/: (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:34.17 ---> saved as "f3ef62326b18e8cd16f231a173a9acf931b3e79eeb6f28bae3a4b15caf740120"

/: (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
The following actions will be performed:
=== install 85 packages
  - install angstrom                0.16.1         [required by uri]
  - install asn1-combinators        0.3.2          [required by x509]
  - install astring                 0.8.5          [required by bos]
  - install atd                     4.0.0          [required by atdgen]
  - install atdgen                  4.0.0          [required by azure-cosmos-db]
  - install atdgen-runtime          4.0.0          [required by atdgen]
  - install azure-cosmos-db         0.4.0          [required by azure-cosmos-db-eio]
  - install azure-cosmos-db-eio     0.4.0 (pinned)
  - install base                    v0.17.3        [required by ppx_sexp_conv]
  - install base64                  3.5.2          [required by azure-cosmos-db]
  - install bigstringaf             0.10.0         [required by eio]
  - install biniou                  1.2.2          [required by atdgen]
  - install bos                     0.2.1          [required by ca-certs]
  - install ca-certs                1.0.1          [required by azure-cosmos-db-eio]
  - install camlp-streams           5.0.1          [required by biniou]
  - install cmdliner                2.1.0          [required by atd, logs]
  - install cohttp                  6.2.1          [required by azure-cosmos-db, cohttp-eio]
  - install cohttp-eio              6.2.1          [required by azure-cosmos-db-eio]
  - install conf-gmp                5              [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec       4              [required by cryptokit]
  - install conf-pkg-config         4              [required by conf-zlib, zarith]
  - install conf-zlib               1              [required by cryptokit]
  - install cryptokit               1.21.1         [required by azure-cosmos-db]
  - install csexp                   1.5.2          [required by dune-configurator]
  - install cstruct                 6.2.0          [required by eio]
  - install digestif                1.3.0          [required by ca-certs]
  - install domain-local-await      1.0.1          [required by eio]
  - install domain-name             0.5.0          [required by x509, tls]
  - install dune                    3.22.1         [required by azure-cosmos-db-eio]
  - install dune-configurator       3.22.1         [required by cryptokit, mirage-crypto]
  - install duration                0.2.1          [required by mirage-crypto-rng]
  - install easy-format             1.3.4          [required by atd]
  - install eio                     1.3            [required by azure-cosmos-db-eio]
  - install eio_main                1.3            [required by azure-cosmos-db-eio]
  - install eio_posix               1.3            [required by eio_main]
  - install eqaf                    0.10           [required by digestif, mirage-crypto]
  - install fmt                     0.11.0         [required by cohttp-eio]
  - install fpath                   0.7.3          [required by ca-certs]
  - install gmap                    0.3.0          [required by x509]
  - install hmap                    0.8.1          [required by eio]
  - install http                    6.2.1          [required by cohttp-eio]
  - install iomux                   0.4            [required by eio_posix]
  - install ipaddr                  5.6.2          [required by cohttp-eio]
  - install kdf                     1.0.0          [required by x509, tls]
  - install logs                    0.10.0         [required by ca-certs, cohttp-eio]
  - install lwt-dllist              1.1.0          [required by eio]
  - install macaddr                 5.6.2          [required by ipaddr]
  - install menhir                  20260209       [required by atd]
  - install menhirCST               20260209       [required by menhir]
  - install menhirGLR               20260209       [required by menhir]
  - install menhirLib               20260209       [required by menhir]
  - install menhirSdk               20260209       [required by menhir]
  - install mirage-crypto           2.1.0          [required by ca-certs]
  - install mirage-crypto-ec        2.1.0          [required by x509, tls]
  - install mirage-crypto-pk        2.1.0          [required by x509, tls]
  - install mirage-crypto-rng       2.1.0          [required by azure-cosmos-db-eio]
  - install mtime                   2.1.0          [required by eio]
  - install ocaml-compiler-libs     v0.17.0        [required by ppxlib]
  - install ocaml-syntax-shims      1.0.0          [required by angstrom]
  - install ocaml_intrinsics_kernel v0.17.1        [required by base]
  - install ocamlbuild              0.16.1         [required by bos, ptime]
  - install ocamlfind               1.9.8          [required by bos, ptime]
  - install ohex                    0.2.0          [required by ca-certs]
  - install optint                  0.3.0          [required by eio]
  - install ppx_derivers            1.2.1          [required by ppxlib]
  - install ppx_sexp_conv           v0.17.1        [required by cohttp]
  - install ppxlib                  0.38.0         [required by ppx_sexp_conv]
  - install ppxlib_jane             v0.17.4        [required by ppx_sexp_conv]
  - install psq                     0.2.1          [required by eio]
  - install ptime                   1.2.0          [required by cohttp-eio, ca-certs, tls-eio]
  - install re                      1.14.0         [required by atdgen, cohttp]
  - install rresult                 0.7.0          [required by bos]
  - install seq                     base           [required by psq]
  - install sexplib0                v0.17.0        [required by cohttp]
  - install stdlib-shims            0.3.0          [required by ppxlib]
  - install stringext               1.6.0          [required by cohttp]
  - install thread-table            1.0.0          [required by domain-local-await]
  - install tls                     2.0.4          [required by tls-eio]
  - install tls-eio                 2.0.4          [required by azure-cosmos-db-eio]
  - install topkg                   1.1.1          [required by bos, ptime]
  - install uri                     4.4.0          [required by azure-cosmos-db, cohttp-eio]
  - install uri-sexp                4.4.0          [required by cohttp]
  - install x509                    1.0.6          [required by ca-certs]
  - install yojson                  3.0.0          [required by atdgen]
  - install zarith                  1.14           [required by cryptokit]

The following system packages will first need to be installed:
    gmp pkgconf zlib

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
  2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/local/bin/brew "install" "gmp" "pkgconf" "zlib"
- ==> Fetching downloads for: gmp, pkgconf and zlib
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest zlib (1.3.2)
- ✔︎ Bottle Manifest zlib (1.3.2)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle zlib (1.3.2)
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺  /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...
- ==> Pouring zlib--1.3.2.sonoma.bottle.tar.gz
- ==> Caveats
- zlib is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find zlib you may need to set:
-   export LDFLAGS="-L/usr/local/opt/zlib/lib"
-   export CPPFLAGS="-I/usr/local/opt/zlib/include"
- 
- For pkgconf to find zlib you may need to set:
-   export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"
- ==> Summary
- 🍺  /usr/local/Cellar/zlib/1.3.2: 14 files, 412KB
- ==> Running `brew cleanup zlib`...
- ==> Caveats
- ==> zlib
- zlib is keg-only, which means it was not symlinked into /usr/local,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find zlib you may need to set:
-   export LDFLAGS="-L/usr/local/opt/zlib/lib"
-   export CPPFLAGS="-I/usr/local/opt/zlib/include"
- 
- For pkgconf to find zlib you may need to set:
-   export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved atd.4.0.0, atdgen.4.0.0, atdgen-runtime.4.0.0  (cached)
-> retrieved azure-cosmos-db.0.4.0, azure-cosmos-db-eio.0.4.0  (https://github.com/mknaack/azure-cosmos-db/archive/refs/tags/0.4.0.tar.gz)
-> retrieved base.v0.17.3  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved biniou.1.2.2  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.1.0.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cohttp.6.2.1, cohttp-eio.6.2.1, http.6.2.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cryptokit.1.21.1  (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-zlib.1
-> installed conf-gmp.5
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved easy-format.1.3.4  (cached)
-> retrieved eio.1.3, eio_main.1.3, eio_posix.1.3  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved iomux.0.4  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved tls.2.0.4, tls-eio.2.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed rresult.0.7.0
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.10.0
-> installed bos.0.2.1
-> installed dune.3.22.1
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed domain-name.0.5.0
-> installed easy-format.1.3.4
-> installed http.6.2.1
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed eqaf.0.10
-> installed cstruct.6.2.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed digestif.1.3.0
-> installed ipaddr.5.6.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed menhirSdk.20260209
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed menhirCST.20260209
-> installed base64.3.5.2
-> installed asn1-combinators.0.3.2
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed psq.0.2.1
-> installed optint.0.3.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed biniou.1.2.2
-> installed sexplib0.v0.17.0
-> installed stringext.1.6.0
-> installed dune-configurator.3.22.1
-> installed thread-table.1.0.0
-> installed yojson.3.0.0
-> installed domain-local-await.1.0.1
-> installed iomux.0.4
-> installed bigstringaf.0.10.0
-> installed re.1.14.0
-> installed atdgen-runtime.4.0.0
-> installed mirage-crypto.2.1.0
-> installed angstrom.0.16.1
-> installed cryptokit.1.21.1
-> installed kdf.1.0.0
-> installed mirage-crypto-rng.2.1.0
-> installed eio.1.3
-> installed mirage-crypto-pk.2.1.0
-> installed uri.4.4.0
-> installed eio_posix.1.3
-> installed eio_main.1.3
-> installed base.v0.17.3
-> installed mirage-crypto-ec.2.1.0
-> installed menhir.20260209
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed atd.4.0.0
-> installed tls.2.0.4
-> installed atdgen.4.0.0
-> installed tls-eio.2.0.4
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_sexp_conv.v0.17.1
-> installed uri-sexp.4.4.0
-> installed cohttp.6.2.1
-> installed cohttp-eio.6.2.1
-> installed azure-cosmos-db.0.4.0
-> installed azure-cosmos-db-eio.0.4.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 17:36.58 ---> saved as "55eb5faf126a01a9ce8ad0fcb8056ee55329547e832242e25f015d51cb4c1591"
Job succeeded
2026-04-11 17:37.16: Job succeeded