(for PR #28015)

2025-06-11 19:35.00: New job: build z3.4.15.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28015/head (eb1839f6536e00144ff383f35c0878f9cb0c30a2)
                              on macos-homebrew-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28015/head" && git reset --hard eb1839f6
git fetch origin master
git merge --no-edit 5d06e882dd4254efed3ed68bbc9e77273e592c83
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn z3.4.15.1 4.15.1
RUN opam reinstall z3.4.15.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'z3.4.15.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2025-06-11 19:35.00: Using cache hint "macos-homebrew-ocaml-4.14-z3.4.15.1-eb1839f6536e00144ff383f35c0878f9cb0c30a2"
2025-06-11 19:35.00: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url -k local --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn z3.4.15.1 4.15.1"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall z3.4.15.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'z3.4.15.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-06-11 19:35.00: Waiting for resource in pool OCluster
2025-06-11 19:35.01: Waiting for workerโ€ฆ
2025-06-11 19:35.01: Got resource from pool OCluster
Building on i7-worker-04
Updating files:  26% (6110/23240)
Updating files:  27% (6275/23240)
Updating files:  28% (6508/23240)
Updating files:  29% (6740/23240)
Updating files:  30% (6972/23240)
Updating files:  31% (7205/23240)
Updating files:  32% (7437/23240)
Updating files:  33% (7670/23240)
Updating files:  34% (7902/23240)
Updating files:  35% (8134/23240)
Updating files:  36% (8367/23240)
Updating files:  37% (8599/23240)
Updating files:  38% (8832/23240)
Updating files:  39% (9064/23240)
Updating files:  40% (9296/23240)
Updating files:  41% (9529/23240)
Updating files:  42% (9761/23240)
Updating files:  43% (9994/23240)
Updating files:  44% (10226/23240)
Updating files:  45% (10458/23240)
Updating files:  46% (10691/23240)
Updating files:  46% (10908/23240)
Updating files:  47% (10923/23240)
Updating files:  48% (11156/23240)
Updating files:  49% (11388/23240)
Updating files:  50% (11620/23240)
Updating files:  51% (11853/23240)
Updating files:  52% (12085/23240)
Updating files:  53% (12318/23240)
Updating files:  54% (12550/23240)
Updating files:  55% (12782/23240)
Updating files:  56% (13015/23240)
Updating files:  57% (13247/23240)
Updating files:  58% (13480/23240)
Updating files:  59% (13712/23240)
Updating files:  60% (13944/23240)
Updating files:  61% (14177/23240)
Updating files:  62% (14409/23240)
Updating files:  63% (14642/23240)
Updating files:  64% (14874/23240)
Updating files:  65% (15106/23240)
Updating files:  66% (15339/23240)
Updating files:  67% (15571/23240)
Updating files:  68% (15804/23240)
Updating files:  69% (16036/23240)
Updating files:  70% (16268/23240)
Updating files:  70% (16370/23240)
Updating files:  71% (16501/23240)
Updating files:  72% (16733/23240)
Updating files:  73% (16966/23240)
Updating files:  74% (17198/23240)
Updating files:  75% (17430/23240)
Updating files:  76% (17663/23240)
Updating files:  77% (17895/23240)
Updating files:  78% (18128/23240)
Updating files:  79% (18360/23240)
Updating files:  80% (18592/23240)
Updating files:  81% (18825/23240)
Updating files:  82% (19057/23240)
Updating files:  83% (19290/23240)
Updating files:  84% (19522/23240)
Updating files:  85% (19754/23240)
Updating files:  86% (19987/23240)
Updating files:  87% (20219/23240)
Updating files:  88% (20452/23240)
Updating files:  89% (20684/23240)
Updating files:  90% (20916/23240)
Updating files:  91% (21149/23240)
Updating files:  92% (21381/23240)
Updating files:  93% (21614/23240)
Updating files:  93% (21791/23240)
Updating files:  94% (21846/23240)
Updating files:  95% (22078/23240)
Updating files:  96% (22311/23240)
Updating files:  97% (22543/23240)
Updating files:  98% (22776/23240)
Updating files:  99% (23008/23240)
Updating files: 100% (23240/23240)
Updating files: 100% (23240/23240), done.
HEAD is now at 621e1b37e4 Merge commit 'b737d2aeebfc28053e52f60b2d643fab23b21a33'
HEAD is now at 5d06e882dd Merge pull request #27999 from mbarbin/conf-hg
Merge made by the 'ort' strategy.
 packages/z3/z3.4.15.1/opam | 68 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 68 insertions(+)
 create mode 100644 packages/z3/z3.4.15.1/opam

(from macos-homebrew-ocaml-4.14)
2025-06-11 19:35.16 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-06-11 19:35.17 ---> using "133faf6477bb7d579f4909c1f9ea81a7b33e8728123c32f7ba0f1532c2d3d002" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2025-06-11 19:35.17 ---> using "ef3d87c6398c801c10cf5a6d93f8ba7a7aca8d0c6db9fa9fa49b79f0f9e94e2e" from cache

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

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2025-06-11 19:35.18 ---> using "5431cbcc658e0d18f1e86a42b7295d7baef82e74db465ab87f8a15ba49194dde" from cache

/: (copy (src .) (dst opam-repository/))
2025-06-11 19:35.30 ---> saved as "91af188a3f68f595a629acaa711a8fe079a1ad1862bf68a15ccb2cd2257726e1"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-06-11 19:35.55 ---> saved as "7ca28ae07223df6932329317b5a95553ce74d3d3d15e5a25fbcfd99ad20586b8"

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

                                                                           0.5%
- 
                                                                           0.7%
#                                                                          1.4%
#                                                                          2.0%
#                                                                          2.4%
##                                                                         3.0%
##                                                                         3.4%
##                                                                         3.9%
###                                                                        4.3%
###                                                                        4.7%
###                                                                        5.3%
####                                                                       5.6%
- 
####                                                                       6.1%
####                                                                       6.5%
#####                                                                      7.1%
#####                                                                      7.5%
#####                                                                      7.9%
######                                                                     8.3%
######                                                                     8.8%
######                                                                     9.3%
#######                                                                    9.8%
#######                                                                   10.2%
#######                                                                   10.6%
- 
#######                                                                   11.0%
########                                                                  11.4%
########                                                                  12.0%
########                                                                  12.4%
#########                                                                 12.8%
#########                                                                 13.2%
#########                                                                 13.7%
##########                                                                14.2%
##########                                                                14.7%
##########                                                                15.1%
###########                                                               15.5%
- 
###########                                                               16.0%
###########                                                               16.5%
############                                                              16.9%
############                                                              17.3%
############                                                              17.7%
#############                                                             18.2%
#############                                                             18.7%
#############                                                             19.1%
##############                                                            19.6%
##############                                                            20.0%
##############                                                            20.6%
- 
###############                                                           21.0%
###############                                                           21.4%
###############                                                           22.0%
################                                                          22.4%
################                                                          22.9%
################                                                          23.3%
#################                                                         23.8%
#################                                                         24.3%
#################                                                         24.8%
##################                                                        25.3%
##################                                                        25.8%
- 
##################                                                        26.2%
###################                                                       26.7%
###################                                                       27.2%
###################                                                       27.5%
####################                                                      28.1%
####################                                                      28.5%
####################                                                      29.0%
#####################                                                     29.4%
#####################                                                     30.0%
#####################                                                     30.4%
- 
######################                                                    30.8%
######################                                                    31.2%
######################                                                    31.7%
#######################                                                   32.1%
#######################                                                   32.5%
#######################                                                   32.9%
########################                                                  33.4%
########################                                                  33.9%
########################                                                  34.3%
#########################                                                 34.7%
#########################                                                 35.1%
#########################                                                 35.6%
- 
##########################                                                36.1%
##########################                                                36.6%
##########################                                                37.0%
##########################                                                37.4%
###########################                                               37.8%
###########################                                               38.4%
###########################                                               38.8%
############################                                              39.2%
############################                                              39.6%
############################                                              40.1%
- 
#############################                                             40.5%
#############################                                             41.0%
#############################                                             41.5%
##############################                                            41.9%
##############################                                            42.3%
##############################                                            42.7%
###############################                                           43.2%
###############################                                           43.7%
###############################                                           44.1%
################################                                          44.5%
################################                                          45.0%
- 
################################                                          45.5%
#################################                                         46.0%
#################################                                         46.4%
#################################                                         46.8%
##################################                                        47.4%
##################################                                        47.8%
##################################                                        48.2%
###################################                                       48.8%
###################################                                       49.2%
###################################                                       49.6%
####################################                                      50.2%
- 
####################################                                      50.6%
####################################                                      51.0%
#####################################                                     51.4%
#####################################                                     51.9%
#####################################                                     52.3%
######################################                                    52.8%
######################################                                    53.3%
######################################                                    53.7%
#######################################                                   54.2%
#######################################                                   54.6%
#######################################                                   55.1%
- 
#######################################                                   55.5%
########################################                                  55.9%
########################################                                  56.4%
########################################                                  56.9%
#########################################                                 57.4%
#########################################                                 57.8%
#########################################                                 58.2%
##########################################                                58.6%
##########################################                                59.1%
###########################################                               59.8%
###########################################                               60.2%
- 
###########################################                               60.6%
###########################################                               61.0%
############################################                              61.6%
############################################                              62.0%
############################################                              62.4%
#############################################                             62.8%
#############################################                             63.4%
#############################################                             63.8%
##############################################                            64.3%
##############################################                            64.8%
##############################################                            65.2%
- 
###############################################                           65.7%
###############################################                           66.1%
###############################################                           66.6%
################################################                          67.0%
################################################                          67.5%
################################################                          67.9%
#################################################                         68.5%
#################################################                         68.9%
#################################################                         69.3%
##################################################                        69.7%
##################################################                        70.2%
- 
##################################################                        70.6%
###################################################                       71.1%
###################################################                       71.5%
###################################################                       72.0%
####################################################                      72.4%
####################################################                      72.9%
####################################################                      73.4%
#####################################################                     73.8%
#####################################################                     74.2%
#####################################################                     74.7%
######################################################                    75.1%
- 
######################################################                    75.5%
######################################################                    75.9%
#######################################################                   76.5%
#######################################################                   76.9%
#######################################################                   77.4%
########################################################                  77.8%
########################################################                  78.2%
########################################################                  78.7%
########################################################                  79.2%
#########################################################                 79.6%
#########################################################                 80.0%
#########################################################                 80.4%
- 
##########################################################                80.9%
##########################################################                81.4%
##########################################################                81.8%
###########################################################               82.4%
###########################################################               82.8%
###########################################################               83.3%
############################################################              83.6%
############################################################              84.1%
############################################################              84.6%
#############################################################             85.1%
- 
#############################################################             85.5%
#############################################################             85.9%
##############################################################            86.3%
##############################################################            86.8%
##############################################################            87.2%
###############################################################           87.7%
###############################################################           88.2%
###############################################################           88.7%
################################################################          89.1%
################################################################          89.5%
################################################################          90.0%
- 
#################################################################         90.5%
#################################################################         91.0%
#################################################################         91.4%
##################################################################        91.8%
##################################################################        92.2%
##################################################################        92.7%
###################################################################       93.1%
###################################################################       93.6%
###################################################################       94.1%
####################################################################      94.5%
####################################################################      94.9%
- 
####################################################################      95.4%
#####################################################################     95.9%
#####################################################################     96.3%
#####################################################################     96.7%
#####################################################################     97.1%
######################################################################    97.6%
######################################################################    98.1%
######################################################################    98.6%
#######################################################################   99.0%
#######################################################################   99.4%
#######################################################################   99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.4.el_capitan.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2025-06-11 19:37.20 ---> saved as "f856db2640c7ac4b8b654a032439c9c2867ce87e4849f497cbc8e26aa5a58d13"

/: (run (shell "opam pin add -k version -yn z3.4.15.1 4.15.1"))
z3 is now pinned to version 4.15.1
2025-06-11 19:37.22 ---> saved as "643aae7c33164ee7d1a82e187c9c1debbad9597929f8afdd57760913b7bbc689"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall z3.4.15.1;\
               \n        res=$?;\
               \n        test \"$res\" != 31 && exit \"$res\";\
               \n        export OPAMCLI=2.0;\
               \n        build_dir=$(opam var prefix)/.opam-switch/build;\
               \n        failed=$(ls \"$build_dir\");\
               \n        partial_fails=\"\";\
               \n        for pkg in $failed; do\
               \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'z3.4.15.1' && 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.15.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 7 packages
  - install conf-c++        1.0             [required by z3]
  - install conf-gmp        5               [required by zarith]
  - 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.15.1 (pinned)
  - install zarith          1.14            [required by z3]

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

<><> 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" "llvm" "pkgconf" "python@3.9"
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:d1192da68b2618652f4be0dd9f56b18d2d276481440ae241ce9cc17be0450e07
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ea83c2ee63250dbc931826078df9b212ba8618ad631319170d4cb55723e4fe0b--gmp--6.3.0.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/llvm/manifests/20.1.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/71428db135e806da7079585c136d646d232b79453df151edf5ac02b5c99d7675--llvm-20.1.6.bottle_manifest.json
- ==> Fetching dependencies for llvm: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz, python@3.13, z3, lz4 and zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dbbf60721dc54b6215f6c0988496331d4110a2a358da867a1129cd84b8166b31--mpdecimal-4.0.1.bottle_manifest.json
- ==> Fetching mpdecimal
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/blobs/sha256:2d5d6956ca6cafdcd541611c99eed16c0f7a3c7c217efb0141ecfed265716564
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f59cff770a88170ea5db59e11d3c2e6974233fa4a89febe6d904c5a56319108e--mpdecimal--4.0.1.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-05-20
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bc18acc15e0abddc102f828b57a29cfdbec1b6b002db37ad12bad9dbf0e9d12f--ca-certificates-2025-05-20.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:dda1100e7f994081a593d6a5e422451bfa20037e29667ed2b79f011ffc9288a7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/eb391d8baa4587df71816793a3902ad39c85bce7b1d56e379da462314f8dfedf--ca-certificates--2025-05-20.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3c8243df37f69247721b1d8a6c51e1a8afd6664b832423921ffd99bb2bb381a--openssl@3-3.5.0.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:15431f4b9cf582e4b9b5d638057c8ed1db23fd166e425d66bcca0d36aa2ab585
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f8abc644497de0fe6d479b7e0a7325fb19998c4e850a89b82d4c03020b88e69b--openssl@3--3.5.0.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json
- ==> Fetching readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:becf6fdd835be191881959acd788745c1075eeb70cb1fd9ee646a3080597ea6f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9e5ce7d7c9e81daddcd40b985afd1e60ed7f69acd6319ff3420c4faca82a8698--readline--8.2.13.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a40fe78724db12f47a20638d2ac82e7057f6f1f425ea185cb180dd97df08cb2e--sqlite-3.50.1.bottle_manifest.json
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:550cee3143c8432be0f904cbe88c40ee00405ba0b015c9458dfb3e70df27b2e5
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/57ae5d9fa1bd6522c63ed2d0389960556fb192e08874a64467e459276786d6e2--sqlite--3.50.1.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:6558e19cb2f13893677ec1fe075d268a69ce242a064ce1dc53940234da4b2c5f
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4b6542fb56398cfc7335831c3feeff47ff3e191a92b7c43c5e74539fe62d952c--xz--5.8.1.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/manifests/3.13.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d2ba21097a8182eefd2854a606389bb100344e1556dc3408b568dd82dd258b9--python@3.13-3.13.4.bottle_manifest.json
- ==> Fetching python@3.13
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/blobs/sha256:87aeb15e30308f83f5f708f4af75584aab62657bbad1edbcfe511ddd1dbe67e2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/20ea8072a33c01a4d27dca3365ec5351f254fa596be0310f9d1f134aca0c21a9--python@3.13--3.13.4.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/z3/manifests/4.15.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/699774426110a6408a4989613df94f0206e07aad3dc4a5b95f66c6c2bab0fa2c--z3-4.15.1.bottle_manifest.json
- ==> Fetching z3
- ==> Downloading https://ghcr.io/v2/homebrew/core/z3/blobs/sha256:ff50e422f6ab713da9548ec278afbef6e4d36788a337548c5f33f35fd43609c6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a5300bc5c63ee3a186f4ccd794965c33ea74fb11fb6848d2fccbc4da1d3f6262--z3--4.15.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Fetching lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:f75cb29a4d25d37e1db38d95c5970cc45de7ec63ce43cfa881a877b424154a42
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/042532902d873e5c9a0241944df9f8952f25a1befbce2f95faa3f3154161bc3a--lz4--1.10.0.sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/596a67b1677f62a8e24e6fdfa7c879891221cb8261242f4355fb4deff1a2ec39--zstd-1.5.7.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:bcfccd14315dedf3291f77682702f80711fb8829bd14a53431d60204eb99ec32
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a76132fb724401f16b88160ec531fdf12c8313c47b0742602edbf77816dc79e3--zstd--1.5.7.sequoia.bottle.tar.gz
- ==> Fetching llvm
- ==> Downloading https://ghcr.io/v2/homebrew/core/llvm/blobs/sha256:8f2d23c255749468b8be052b8c0e51a381908d782ea41ba001d3ef00f2b3418c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/56061f840b74833fac0b4e64358d1379c4c96b6ae2bac583da451079ac20634f--llvm--20.1.6.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.4.3-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f938254e85413ef0d18283c9c932823434b88c0c790e04e7534e2a3e923d0588--pkgconf-2.4.3-1.bottle_manifest.json
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:60803149fa486b8da14591ce5c016e37c9388c1ded2a88d9167a84926cc74957
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/abf6c9afe2a21080057d3d7a2508d5df4c40b6a56c8145f904f1d518a48814d9--pkgconf--2.4.3.sequoia.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.9/manifests/3.9.23
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fc08289c0fdc5ca9d5ce15d085964025bf8330d6284e5d1e32dd80e0fcec24c3--python@3.9-3.9.23.bottle_manifest.json
- ==> Fetching dependencies for python@3.9: gdbm
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdbm/manifests/1.25-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/34116ca3826203bb5e7b5274ec767943d913e615a3122122fa1302250f11738a--gdbm-1.25-1.bottle_manifest.json
- ==> Fetching gdbm
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdbm/blobs/sha256:00c0754eaf6d73774c0bd48a173c83fb9fdf27f737b9730928442eb77c29fa0c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/af23c90081c6fdfd033428eb5a890fb89686dbbc385cfc136691d348ccbf8987--gdbm--1.25.sonoma.bottle.1.tar.gz
- ==> Fetching python@3.9
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.9/blobs/sha256:844b1b98b64bb3a0317d8da05ca3674a98b522a361790090332da15372ca195e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a86e63b5867df4b2cc60fa7c09f15ee7c665275870dafc31fd4f01184fa24d53--python@3.9--3.9.23.sonoma.bottle.tar.gz
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/gmp/6.3.0: 22 files, 3.2MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Installing dependencies for llvm: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz, python@3.13, z3, lz4 and zstd
- ==> Installing llvm dependency: mpdecimal
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/dbbf60721dc54b6215f6c0988496331d4110a2a358da867a1129cd84b8166b31--mpdecimal-4.0.1.bottle_manifest.json
- ==> Pouring mpdecimal--4.0.1.sequoia.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/mpdecimal/4.0.1: 22 files, 556.9KB
- ==> Installing llvm dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-05-20
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/bc18acc15e0abddc102f828b57a29cfdbec1b6b002db37ad12bad9dbf0e9d12f--ca-certificates-2025-05-20.bottle_manifest.json
- ==> Pouring ca-certificates--2025-05-20.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- ๐Ÿบ  /usr/local/Cellar/ca-certificates/2025-05-20: 4 files, 225.3KB
- ==> Installing llvm dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.5.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/d3c8243df37f69247721b1d8a6c51e1a8afd6664b832423921ffd99bb2bb381a--openssl@3-3.5.0.bottle_manifest.json
- ==> Pouring openssl@3--3.5.0.sequoia.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/openssl@3/3.5.0: 7,563 files, 35.6MB
- ==> Installing llvm dependency: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/aa1afa38997a2866d91c81fdda8b36d436cd4ea7a82aed07d13c83c56eb3460e--readline-8.2.13.bottle_manifest.json
- ==> Pouring readline--8.2.13.sequoia.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/readline/8.2.13: 51 files, 1.6MB
- ==> Installing llvm dependency: sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.50.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a40fe78724db12f47a20638d2ac82e7057f6f1f425ea185cb180dd97df08cb2e--sqlite-3.50.1.bottle_manifest.json
- ==> Pouring sqlite--3.50.1.sequoia.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/sqlite/3.50.1: 13 files, 4.8MB
- ==> Installing llvm dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.8.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/86a115cc1d43ff8a480fd907f812e70a403e1675d8a7223f61bbb08cbd2adc27--xz-5.8.1.bottle_manifest.json
- ==> Pouring xz--5.8.1.sequoia.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/xz/5.8.1: 96 files, 2.3MB
- ==> Installing llvm dependency: python@3.13
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.13/manifests/3.13.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9d2ba21097a8182eefd2854a606389bb100344e1556dc3408b568dd82dd258b9--python@3.13-3.13.4.bottle_manifest.json
- ==> Pouring python@3.13--3.13.4.sequoia.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/python@3.13/3.13.4: 3,604 files, 62.5MB
- ==> Installing llvm dependency: z3
- ==> Downloading https://ghcr.io/v2/homebrew/core/z3/manifests/4.15.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/699774426110a6408a4989613df94f0206e07aad3dc4a5b95f66c6c2bab0fa2c--z3-4.15.1.bottle_manifest.json
- ==> Pouring z3--4.15.1.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/z3/4.15.1: 120 files, 33.2MB
- ==> Installing llvm dependency: lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.10.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8e11e90eb21a06e0f199af9d80e011e3693c77dd353b2477579d95c8471a5802--lz4-1.10.0-1.bottle_manifest.json
- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/lz4/1.10.0: 24 files, 662.3KB
- ==> Installing llvm dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/596a67b1677f62a8e24e6fdfa7c879891221cb8261242f4355fb4deff1a2ec39--zstd-1.5.7.bottle_manifest.json
- ==> Pouring zstd--1.5.7.sequoia.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/zstd/1.5.7: 32 files, 2.4MB
- ==> Installing llvm
- ==> Pouring llvm--20.1.6.sonoma.bottle.tar.gz
- ==> Caveats
- CLANG_CONFIG_FILE_SYSTEM_DIR: /usr/local/etc/clang
- CLANG_CONFIG_FILE_USER_DIR:   ~/.config/clang
- 
- LLD is now provided in a separate formula:
-   brew install lld
- 
- Using `clang`, `clang++`, etc., requires a CLT installation at `/Library/Developer/CommandLineTools`.
- If you don't want to install the CLT, you can write appropriate configuration files pointing to your
- SDK at ~/.config/clang.
- 
- To use the bundled libunwind please use the following LDFLAGS:
-   LDFLAGS="-L/usr/local/opt/llvm/lib/unwind -lunwind"
- 
- To use the bundled libc++ please use the following LDFLAGS:
-   LDFLAGS="-L/usr/local/opt/llvm/lib/c++ -L/usr/local/opt/llvm/lib/unwind -lunwind"
- 
- NOTE: You probably want to use the libunwind and libc++ provided by macOS unless you know what you're doing.
- 
- llvm 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.
- 
- If you need to have llvm first in your PATH, run:
-   echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.profile
- 
- For compilers to find llvm you may need to set:
-   export LDFLAGS="-L/usr/local/opt/llvm/lib"
-   export CPPFLAGS="-I/usr/local/opt/llvm/include"
- ==> Summary
- ๐Ÿบ  /usr/local/Cellar/llvm/20.1.6: 9,417 files, 1.6GB
- ==> Running `brew cleanup llvm`...
- ==> Pouring pkgconf--2.4.3.sequoia.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/pkgconf/2.4.3: 27 files, 339.8KB
- ==> Running `brew cleanup pkgconf`...
- ==> Installing dependencies for python@3.9: gdbm
- ==> Installing python@3.9 dependency: gdbm
- ==> Downloading https://ghcr.io/v2/homebrew/core/gdbm/manifests/1.25-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/34116ca3826203bb5e7b5274ec767943d913e615a3122122fa1302250f11738a--gdbm-1.25-1.bottle_manifest.json
- ==> Pouring gdbm--1.25.sonoma.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/gdbm/1.25: 25 files, 881.1KB
- ==> Installing python@3.9
- ==> Pouring python@3.9--3.9.23.sonoma.bottle.tar.gz
- ==> /usr/local/Cellar/python@3.9/3.9.23/bin/python3.9 -Im ensurepip
- ==> /usr/local/Cellar/python@3.9/3.9.23/bin/python3.9 -Im pip install -v --no-index --upgrade --isolated --target=/usr/local/lib/python3.9/site-packages /usr/local/Cellar/python@3.9/3.9.23/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ensurepip/_bundled/setuptools-80.9.0-py3-none-any.whl /usr/local/Cellar/python@3.9/3.9.23/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ensurepip/_bundled/pip-25.1.1-py3-none-any.whl /usr/local/Cellar/python@3.9/3.9.23/libexec/wheel-0.45.1-py3-none-any.whl
- ==> Caveats
- Python is installed as
-   /usr/local/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
-   /usr/local/opt/python@3.9/libexec/bin
- 
- You can install Python packages with
-   pip3.9 install <package>
- They will install into the site-package directory
-   /usr/local/lib/python3.9/site-packages
- 
- tkinter is no longer included with this formula, but it 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
- ๐Ÿบ  /usr/local/Cellar/python@3.9/3.9.23: 3,037 files, 52.5MB
- ==> Running `brew cleanup python@3.9`...
- ==> Caveats
- ==> llvm
- CLANG_CONFIG_FILE_SYSTEM_DIR: /usr/local/etc/clang
- CLANG_CONFIG_FILE_USER_DIR:   ~/.config/clang
- 
- LLD is now provided in a separate formula:
-   brew install lld
- 
- Using `clang`, `clang++`, etc., requires a CLT installation at `/Library/Developer/CommandLineTools`.
- If you don't want to install the CLT, you can write appropriate configuration files pointing to your
- SDK at ~/.config/clang.
- 
- To use the bundled libunwind please use the following LDFLAGS:
-   LDFLAGS="-L/usr/local/opt/llvm/lib/unwind -lunwind"
- 
- To use the bundled libc++ please use the following LDFLAGS:
-   LDFLAGS="-L/usr/local/opt/llvm/lib/c++ -L/usr/local/opt/llvm/lib/unwind -lunwind"
- 
- NOTE: You probably want to use the libunwind and libc++ provided by macOS unless you know what you're doing.
- 
- llvm 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.
- 
- If you need to have llvm first in your PATH, run:
-   echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.profile
- 
- For compilers to find llvm you may need to set:
-   export LDFLAGS="-L/usr/local/opt/llvm/lib"
-   export CPPFLAGS="-I/usr/local/opt/llvm/include"
- ==> python@3.9
- Python is installed as
-   /usr/local/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
-   /usr/local/opt/python@3.9/libexec/bin
- 
- You can install Python packages with
-   pip3.9 install <package>
- They will install into the site-package directory
-   /usr/local/lib/python3.9/site-packages
- 
- tkinter is no longer included with this formula, but it 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-python-3.9.0.0  (cached)
-> installed conf-pkg-config.4
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-gmp.5
-> installed conf-python-3.9.0.0
-> installed conf-c++.1.0
-> retrieved z3.4.15.1  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed z3.4.15.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-11 20:20.35 ---> saved as "17bf0878ec90ebf0c6a3d737a1a7fce48924f77bc1ace2e79376e2108cb9a146"
Job succeeded
2025-06-11 20:20.50: Job succeeded