(for PR #29933)

2026-05-24 03:59.35: New job: build z3.4.16.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29933/head (4834f4da5c651b5c7ad2fb98572d52cd3bfab6e3)
                              on macos-homebrew-ocaml-5.4/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/29933/head" && git reset --hard 4834f4da
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
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 z3.4.16.0 4.16.0
RUN opam reinstall z3.4.16.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" != 'z3.4.16.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-05-24 03:59.35: Using cache hint "macos-homebrew-ocaml-5.4-z3.4.16.0-4834f4da5c651b5c7ad2fb98572d52cd3bfab6e3"
2026-05-24 03:59.35: 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 z3.4.16.0 4.16.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall z3.4.16.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\" != 'z3.4.16.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-05-24 03:59.35: Waiting for resource in pool OCluster
2026-05-24 03:59.35: Waiting for worker…
2026-05-24 03:59.35: Got resource from pool OCluster
Building on m1-worker-03
Updating files:  68% (12329/17957)
Updating files:  69% (12391/17957)
Updating files:  70% (12570/17957)
Updating files:  71% (12750/17957)
Updating files:  72% (12930/17957)
Updating files:  73% (13109/17957)
Updating files:  74% (13289/17957)
Updating files:  75% (13468/17957)
Updating files:  76% (13648/17957)
Updating files:  77% (13827/17957)
Updating files:  78% (14007/17957)
Updating files:  79% (14187/17957)
Updating files:  80% (14366/17957)
Updating files:  81% (14546/17957)
Updating files:  82% (14725/17957)
Updating files:  83% (14905/17957)
Updating files:  84% (15084/17957)
Updating files:  85% (15264/17957)
Updating files:  86% (15444/17957)
Updating files:  87% (15623/17957)
Updating files:  88% (15803/17957)
Updating files:  89% (15982/17957)
Updating files:  90% (16162/17957)
Updating files:  91% (16341/17957)
Updating files:  92% (16521/17957)
Updating files:  93% (16701/17957)
Updating files:  94% (16880/17957)
Updating files:  95% (17060/17957)
Updating files:  96% (17239/17957)
Updating files:  97% (17419/17957)
Updating files:  98% (17598/17957)
Updating files:  99% (17778/17957)
Updating files: 100% (17957/17957)
Updating files: 100% (17957/17957), done.
HEAD is now at c23a6c28a6 [new release] irky (2 packages) (0.1)
HEAD is now at 493123878a Merge pull request #29931 from chetmurthy/release-pa_ppx-package-suite-at-8.05.01
Merge made by the 'ort' strategy.
 packages/z3/z3.4.16.0/opam | 71 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)
 create mode 100644 packages/z3/z3.4.16.0/opam

(from macos-homebrew-ocaml-5.4)
2026-05-24 03:59.50 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-24 03:59.50 ---> 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-05-24 03:59.50 ---> 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.1
# self-upgrade         no
# system               arch=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 7
# repositories         1 (version-controlled)
# pinned               0
# current-switch       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-05-24 03:59.50 ---> 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-05-24 03:59.50 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2026-05-24 03:59.55 ---> saved as "a5bdfa9113bd45a16770759d899dcc6123660b6dcb3ae7cb702045a50ea6bad9"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-05-24 04:00.04 ---> saved as "a11811ef4b275a9745b984ef14c9af0efe74042df95c4f2d25bb0dd642d12100"

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

                                                                           0.1%
- 
                                                                           0.4%
                                                                           0.9%
#                                                                          1.5%
#                                                                          1.9%
#                                                                          2.3%
#                                                                          2.4%
#                                                                          2.7%
- 
##                                                                         2.8%
##                                                                         3.0%
##                                                                         3.3%
##                                                                         3.4%
##                                                                         3.7%
##                                                                         3.8%
##                                                                         4.1%
###                                                                        4.2%
###                                                                        4.5%
###                                                                        4.7%
###                                                                        4.9%
- 
###                                                                        5.1%
###                                                                        5.4%
###                                                                        5.5%
####                                                                       5.8%
####                                                                       6.0%
####                                                                       6.1%
####                                                                       6.4%
####                                                                       6.6%
####                                                                       6.7%
#####                                                                      7.0%
- 
#####                                                                      7.3%
#####                                                                      7.4%
#####                                                                      7.7%
#####                                                                      7.8%
#####                                                                      8.0%
#####                                                                      8.3%
######                                                                     8.4%
######                                                                     8.7%
######                                                                     8.9%
######                                                                     9.1%
######                                                                     9.3%
- 
######                                                                     9.6%
######                                                                     9.7%
#######                                                                   10.0%
#######                                                                   10.2%
#######                                                                   10.4%
#######                                                                   10.6%
#######                                                                   10.9%
#######                                                                   11.0%
########                                                                  11.2%
########                                                                  11.5%
########                                                                  11.6%
- 
########                                                                  11.9%
########                                                                  12.0%
########                                                                  12.3%
#########                                                                 12.5%
#########                                                                 12.6%
#########                                                                 12.9%
#########                                                                 13.0%
#########                                                                 13.3%
#########                                                                 13.5%
#########                                                                 13.7%
##########                                                                13.9%
- 
##########                                                                14.2%
##########                                                                14.3%
##########                                                                14.6%
##########                                                                14.8%
##########                                                                15.0%
##########                                                                15.2%
###########                                                               15.5%
###########                                                               15.6%
###########                                                               15.8%
###########                                                               16.1%
- 
###########                                                               16.3%
###########                                                               16.5%
############                                                              16.7%
############                                                              17.0%
############                                                              17.1%
############                                                              17.4%
############                                                              17.5%
############                                                              17.8%
############                                                              17.9%
#############                                                             18.2%
#############                                                             18.4%
- 
#############                                                             18.6%
#############                                                             18.8%
#############                                                             19.1%
#############                                                             19.2%
##############                                                            19.5%
##############                                                            19.7%
##############                                                            19.9%
##############                                                            20.1%
##############                                                            20.4%
##############                                                            20.5%
##############                                                            20.8%
- 
###############                                                           21.0%
###############                                                           21.1%
###############                                                           21.4%
###############                                                           21.7%
###############                                                           21.8%
###############                                                           22.1%
################                                                          22.3%
################                                                          22.4%
################                                                          22.7%
################                                                          22.9%
################                                                          23.0%
- 
################                                                          23.3%
################                                                          23.4%
#################                                                         23.7%
#################                                                         23.9%
#################                                                         24.1%
#################                                                         24.3%
#################                                                         24.6%
#################                                                         24.7%
#################                                                         25.0%
##################                                                        25.2%
- 
##################                                                        25.5%
##################                                                        25.6%
##################                                                        25.9%
##################                                                        26.0%
##################                                                        26.3%
###################                                                       26.5%
###################                                                       26.8%
###################                                                       26.9%
###################                                                       27.1%
###################                                                       27.4%
###################                                                       27.6%
- 
###################                                                       27.8%
####################                                                      28.0%
####################                                                      28.3%
####################                                                      28.4%
####################                                                      28.7%
####################                                                      28.9%
#####################                                                     29.2%
#####################                                                     29.3%
#####################                                                     29.6%
#####################                                                     29.8%
#####################                                                     30.0%
- 
#####################                                                     30.2%
#####################                                                     30.4%
######################                                                    30.6%
######################                                                    30.9%
######################                                                    31.0%
######################                                                    31.3%
######################                                                    31.5%
######################                                                    31.6%
######################                                                    31.9%
#######################                                                   32.0%
#######################                                                   32.2%
- 
#######################                                                   32.5%
#######################                                                   32.6%
#######################                                                   32.9%
#######################                                                   33.0%
#######################                                                   33.3%
########################                                                  33.6%
########################                                                  33.7%
########################                                                  34.0%
########################                                                  34.2%
########################                                                  34.3%
- 
########################                                                  34.6%
#########################                                                 34.9%
#########################                                                 35.0%
#########################                                                 35.2%
#########################                                                 35.5%
#########################                                                 35.6%
#########################                                                 35.9%
##########################                                                36.2%
##########################                                                36.3%
##########################                                                36.5%
- 
##########################                                                36.8%
##########################                                                36.9%
##########################                                                37.2%
##########################                                                37.4%
###########################                                               37.7%
###########################                                               37.9%
###########################                                               38.0%
###########################                                               38.3%
###########################                                               38.6%
###########################                                               38.7%
############################                                              38.9%
- 
############################                                              39.1%
############################                                              39.3%
############################                                              39.6%
############################                                              39.7%
############################                                              40.0%
############################                                              40.2%
#############################                                             40.5%
#############################                                             40.6%
#############################                                             40.9%
#############################                                             41.0%
- 
#############################                                             41.3%
#############################                                             41.5%
#############################                                             41.7%
##############################                                            41.9%
##############################                                            42.0%
##############################                                            42.3%
##############################                                            42.5%
##############################                                            42.7%
##############################                                            42.9%
###############################                                           43.2%
###############################                                           43.4%
- 
###############################                                           43.7%
###############################                                           43.9%
###############################                                           44.2%
################################                                          44.5%
################################                                          44.7%
################################                                          45.0%
################################                                          45.2%
################################                                          45.6%
################################                                          45.7%
#################################                                         46.0%
#################################                                         46.1%
- 
#################################                                         46.4%
#################################                                         46.7%
#################################                                         46.8%
#################################                                         47.0%
##################################                                        47.3%
##################################                                        47.5%
##################################                                        47.6%
##################################                                        47.9%
##################################                                        48.0%
##################################                                        48.3%
##################################                                        48.5%
- 
###################################                                       48.7%
###################################                                       48.9%
###################################                                       49.1%
###################################                                       49.3%
###################################                                       49.6%
###################################                                       49.8%
####################################                                      50.1%
####################################                                      50.4%
####################################                                      50.7%
####################################                                      51.0%
- 
####################################                                      51.3%
#####################################                                     51.5%
#####################################                                     51.8%
#####################################                                     52.2%
#####################################                                     52.4%
#####################################                                     52.7%
######################################                                    52.9%
######################################                                    53.3%
######################################                                    53.5%
######################################                                    53.8%
######################################                                    54.1%
- 
#######################################                                   54.3%
#######################################                                   54.4%
#######################################                                   54.7%
#######################################                                   54.8%
#######################################                                   55.1%
#######################################                                   55.3%
#######################################                                   55.5%
########################################                                  55.7%
########################################                                  56.0%
########################################                                  56.1%
########################################                                  56.4%
- 
########################################                                  56.5%
########################################                                  56.8%
#########################################                                 57.0%
#########################################                                 57.2%
#########################################                                 57.4%
#########################################                                 57.7%
#########################################                                 57.8%
#########################################                                 58.0%
#########################################                                 58.3%
##########################################                                58.4%
##########################################                                58.7%
- 
##########################################                                58.8%
##########################################                                59.0%
##########################################                                59.3%
##########################################                                59.4%
##########################################                                59.7%
###########################################                               59.8%
###########################################                               60.1%
###########################################                               60.3%
###########################################                               60.5%
###########################################                               60.7%
###########################################                               60.9%
###########################################                               61.1%
- 
############################################                              61.4%
############################################                              61.5%
############################################                              61.8%
############################################                              61.9%
############################################                              62.1%
############################################                              62.4%
#############################################                             62.6%
#############################################                             62.7%
#############################################                             63.0%
#############################################                             63.1%
#############################################                             63.4%
- 
#############################################                             63.6%
#############################################                             63.8%
##############################################                            64.0%
##############################################                            64.2%
##############################################                            64.4%
##############################################                            64.7%
##############################################                            64.8%
##############################################                            65.1%
###############################################                           65.3%
###############################################                           65.5%
###############################################                           65.7%
- 
###############################################                           66.0%
###############################################                           66.2%
###############################################                           66.4%
###############################################                           66.6%
################################################                          66.7%
################################################                          67.0%
################################################                          67.3%
################################################                          67.5%
################################################                          67.6%
################################################                          67.9%
- 
################################################                          68.0%
#################################################                         68.3%
#################################################                         68.6%
#################################################                         68.8%
#################################################                         69.0%
#################################################                         69.3%
##################################################                        69.5%
##################################################                        69.8%
##################################################                        70.2%
##################################################                        70.4%
##################################################                        70.7%
- 
###################################################                       71.0%
###################################################                       71.2%
###################################################                       71.5%
###################################################                       71.7%
###################################################                       72.1%
####################################################                      72.4%
####################################################                      72.6%
####################################################                      72.9%
####################################################                      73.2%
####################################################                      73.4%
####################################################                      73.5%
- 
#####################################################                     73.8%
#####################################################                     73.9%
#####################################################                     74.1%
#####################################################                     74.4%
#####################################################                     74.5%
#####################################################                     74.8%
#####################################################                     74.9%
######################################################                    75.2%
######################################################                    75.4%
######################################################                    75.6%
######################################################                    75.8%
- 
######################################################                    76.1%
######################################################                    76.2%
#######################################################                   76.5%
#######################################################                   76.7%
#######################################################                   76.9%
#######################################################                   77.1%
#######################################################                   77.4%
#######################################################                   77.5%
#######################################################                   77.8%
########################################################                  78.0%
########################################################                  78.1%
- 
########################################################                  78.4%
########################################################                  78.5%
########################################################                  78.8%
########################################################                  79.0%
########################################################                  79.1%
#########################################################                 79.4%
#########################################################                 79.7%
#########################################################                 79.8%
#########################################################                 80.0%
#########################################################                 80.3%
#########################################################                 80.4%
- 
##########################################################                80.7%
##########################################################                80.8%
##########################################################                81.1%
##########################################################                81.3%
##########################################################                81.5%
##########################################################                81.7%
##########################################################                81.8%
###########################################################               82.1%
###########################################################               82.4%
###########################################################               82.6%
###########################################################               82.7%
- 
###########################################################               83.0%
###########################################################               83.2%
############################################################              83.4%
############################################################              83.6%
############################################################              83.9%
############################################################              84.0%
############################################################              84.3%
############################################################              84.5%
############################################################              84.7%
#############################################################             84.9%
- 
#############################################################             85.2%
#############################################################             85.3%
#############################################################             85.6%
#############################################################             85.8%
#############################################################             86.0%
##############################################################            86.2%
##############################################################            86.5%
##############################################################            86.6%
##############################################################            86.9%
##############################################################            87.0%
##############################################################            87.3%
- 
###############################################################           87.5%
###############################################################           87.6%
###############################################################           87.9%
###############################################################           88.0%
###############################################################           88.3%
###############################################################           88.5%
###############################################################           88.8%
################################################################          88.9%
################################################################          89.2%
################################################################          89.4%
- 
################################################################          89.5%
################################################################          89.8%
################################################################          89.9%
################################################################          90.2%
#################################################################         90.4%
#################################################################         90.6%
#################################################################         90.8%
#################################################################         91.1%
#################################################################         91.2%
#################################################################         91.5%
#################################################################         91.6%
- 
##################################################################        91.9%
##################################################################        92.1%
##################################################################        92.2%
##################################################################        92.5%
##################################################################        92.8%
##################################################################        93.0%
###################################################################       93.2%
###################################################################       93.4%
###################################################################       93.6%
###################################################################       93.9%
- 
###################################################################       94.0%
###################################################################       94.3%
####################################################################      94.5%
####################################################################      94.7%
####################################################################      94.9%
####################################################################      95.2%
####################################################################      95.3%
####################################################################      95.6%
####################################################################      95.8%
#####################################################################     96.0%
#####################################################################     96.2%
- 
#####################################################################     96.5%
#####################################################################     96.6%
#####################################################################     96.9%
#####################################################################     97.1%
######################################################################    97.2%
######################################################################    97.5%
######################################################################    97.8%
######################################################################    97.9%
######################################################################    98.2%
######################################################################    98.4%
#######################################################################   98.6%
- 
#######################################################################   98.7%
#######################################################################   99.0%
#######################################################################   99.3%
#######################################################################   99.4%
#######################################################################   99.7%
#######################################################################   99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.5.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.
2026-05-24 04:01.16 ---> saved as "4754f7a5023956a37f48848246c8f8041525bca2e6b6df172a9b61a96c3a2300"

/: (run (shell "opam pin add -k version -yn z3.4.16.0 4.16.0"))
z3 is now pinned to version 4.16.0
2026-05-24 04:01.18 ---> saved as "d2a121ca27ff975c2023b3ac855f4285a67b775995abba51ae109b84e6967ca7"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall z3.4.16.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\" != 'z3.4.16.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
z3.4.16.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
  - install conf-bash       1               [required by conf-llvm]
  - install conf-c++        1.0             [required by z3]
  - install conf-gmp        5               [required by zarith]
  - install conf-llvm       17              [required by z3]
  - install conf-pkg-config 4               [required by zarith]
  - install conf-python-3   9.0.0           [required by z3]
  - install ocamlfind       1.9.8           [required by z3]
  - install z3              4.16.0 (pinned)
  - install zarith          1.14            [required by z3]

The following system packages will first need to be installed:
    gmp llvm@17 pkgconf python@3.9 zstd

<><> 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

+ /opt/homebrew/bin/brew "install" "gmp" "llvm@17" "pkgconf" "python@3.9" "zstd"
- Inspect the formula dependency plan before installing with `brew install --ask`.
- Enable ask mode by setting `HOMEBREW_ASK=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Fetching downloads for: gmp, llvm@17, pkgconf, python@3.9 and zstd
- Warning: python@3.9 has been deprecated because it is deprecated upstream! It will be disabled on 2026-10-15.
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle lz4 (1.10.0)
- ✔︎ Bottle xz (5.8.3)
- ✔︎ Bottle zstd (1.5.7_1)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle gdbm (1.26)
- ✔︎ Bottle mpdecimal (4.0.1)
- ✔︎ Bottle ca-certificates (2026-05-14)
- ✔︎ Bottle readline (8.3.3)
- ✔︎ Bottle sqlite (3.53.1)
- ✔︎ Bottle python@3.9 (3.9.25)
- ✔︎ Bottle openssl@3 (3.6.2)
- ✔︎ Bottle llvm@17 (17.0.6)
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/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`).
- ==> Installing dependencies for llvm@17: lz4, xz and zstd
- ==> Installing llvm@17 dependency: lz4
- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- 🍺  /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 729.1KB
- ==> Installing llvm@17 dependency: xz
- ==> Pouring xz--5.8.3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/xz/5.8.3: 96 files, 2.7MB
- ==> Installing llvm@17 dependency: zstd
- ==> Pouring zstd--1.5.7_1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/zstd/1.5.7_1: 32 files, 2.3MB
- ==> Installing llvm@17
- ==> Pouring llvm@17--17.0.6.arm64_sequoia.bottle.1.tar.gz
- ==> Caveats
- To use the bundled libc++ please add the following LDFLAGS:
-   LDFLAGS="-L/opt/homebrew/opt/llvm@17/lib/c++ -Wl,-rpath,/opt/homebrew/opt/llvm@17/lib/c++"
- 
- llvm@17 is keg-only, which means it was not symlinked into /opt/homebrew,
- because this is an alternate version of another formula.
- 
- If you need to have llvm@17 first in your PATH, run:
-   echo 'export PATH="/opt/homebrew/opt/llvm@17/bin:$PATH"' >> ~/.profile
- 
- For compilers to find llvm@17 you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/llvm@17/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/llvm@17/include"
- ==> Summary
- 🍺  /opt/homebrew/Cellar/llvm@17/17.0.6: 6,642 files, 1.6GB
- ==> Running `brew cleanup llvm@17`...
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
- ==> Installing dependencies for python@3.9: gdbm, mpdecimal, ca-certificates, openssl@3, readline and sqlite
- ==> Installing python@3.9 dependency: gdbm
- ==> Pouring gdbm--1.26.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gdbm/1.26: 25 files, 1.1MB
- ==> Installing python@3.9 dependency: mpdecimal
- ==> Pouring mpdecimal--4.0.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/mpdecimal/4.0.1: 22 files, 659.6KB
- ==> Installing python@3.9 dependency: ca-certificates
- ==> Pouring ca-certificates--2026-05-14.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺  /opt/homebrew/Cellar/ca-certificates/2026-05-14: 4 files, 200.2KB
- ==> Installing python@3.9 dependency: openssl@3
- ==> Pouring openssl@3--3.6.2.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/openssl@3/3.6.2: 7,627 files, 37.5MB
- ==> Installing python@3.9 dependency: readline
- ==> Pouring readline--8.3.3.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/readline/8.3.3: 56 files, 2.7MB
- ==> Installing python@3.9 dependency: sqlite
- ==> Pouring sqlite--3.53.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/sqlite/3.53.1: 13 files, 5.4MB
- ==> Installing python@3.9
- ==> Pouring python@3.9--3.9.25.arm64_sequoia.bottle.1.tar.gz
- ==> /opt/homebrew/Cellar/python@3.9/3.9.25/bin/python3.9 -Im ensurepip
- ==> /opt/homebrew/Cellar/python@3.9/3.9.25/bin/python3.9 -Im pip install -v --no-index --upgrade --isolated --target=/opt/homebrew/lib/python3.9/site-packages /opt/homebrew/Cellar/python@3.9/3.9.25/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ensurepip/_bundled/setuptools-80.9.0-py3-none-any.whl /opt/homebrew/Cellar/python@3.9/3.9.25/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ensurepip/_bundled/pip-25.3-py3-none-any.whl /opt/homebrew/Cellar/python@3.9/3.9.25/libexec/wheel-0.45.1-py3-none-any.whl
- ==> Caveats
- Python is installed as
-   /opt/homebrew/bin/python3.9
- 
- Unversioned and major-versioned symlinks `python`, `python3`, `python-config`, `python3-config`, `pip`, `pip3`, etc. pointing to
- `python3.9`, `python3.9-config`, `pip3.9` etc., respectively, are installed into
-   /opt/homebrew/opt/python@3.9/libexec/bin
- 
- You can install Python packages with
-   pip3.9 install <package>
- They will install into the site-package directory
-   /opt/homebrew/lib/python3.9/site-packages
- 
- `idle3.9` requires tkinter, which is available separately:
-   brew install python-tk@3.9
- 
- If you do not need a specific version of Python, and always want Homebrew's `python3` in your PATH:
-   brew install python3
- 
- See: https://docs.brew.sh/Homebrew-and-Python
- ==> Summary
- 🍺  /opt/homebrew/Cellar/python@3.9/3.9.25: 3,039 files, 59.4MB
- ==> Running `brew cleanup python@3.9`...
- ==> Running `brew cleanup zstd`...
- ==> Caveats
- ==> llvm@17
- To use the bundled libc++ please add the following LDFLAGS:
-   LDFLAGS="-L/opt/homebrew/opt/llvm@17/lib/c++ -Wl,-rpath,/opt/homebrew/opt/llvm@17/lib/c++"
- 
- llvm@17 is keg-only, which means it was not symlinked into /opt/homebrew,
- because this is an alternate version of another formula.
- 
- If you need to have llvm@17 first in your PATH, run:
-   echo 'export PATH="/opt/homebrew/opt/llvm@17/bin:$PATH"' >> ~/.profile
- 
- For compilers to find llvm@17 you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/llvm@17/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/llvm@17/include"
- ==> python@3.9
- Python is installed as
-   /opt/homebrew/bin/python3.9
- 
- Unversioned and major-versioned symlinks `python`, `python3`, `python-config`, `python3-config`, `pip`, `pip3`, etc. pointing to
- `python3.9`, `python3.9-config`, `pip3.9` etc., respectively, are installed into
-   /opt/homebrew/opt/python@3.9/libexec/bin
- 
- You can install Python packages with
-   pip3.9 install <package>
- They will install into the site-package directory
-   /opt/homebrew/lib/python3.9/site-packages
- 
- `idle3.9` requires tkinter, which is available separately:
-   brew install python-tk@3.9
- 
- If you do not need a specific version of Python, and always want Homebrew's `python3` in your PATH:
-   brew install python3
- 
- See: https://docs.brew.sh/Homebrew-and-Python

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-llvm.17  (cached)
-> retrieved conf-python-3.9.0.0  (cached)
-> installed conf-python-3.9.0.0
-> installed conf-c++.1.0
-> installed conf-pkg-config.4
-> installed conf-bash.1
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-llvm.17
-> installed conf-gmp.5
-> retrieved z3.4.16.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed z3.4.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-24 04:05.44 ---> saved as "0ad29c8dcad491c1136e51cb46d466e97ec3205237f56011ea80225f28bdefcc"
Job succeeded
2026-05-24 04:20.39: Job succeeded