(for PR #25002)
2025-11-10 16:56.52: New job: build llvm.16.0.6+nnp+fix-homebrew, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/25002/head (4d9fad21a5bc93fd3b1cd19733ce12ee7f259505)
on macos-homebrew-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/25002/head" && git reset --hard 4d9fad21
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
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 llvm.16.0.6+nnp+fix-homebrew 16.0.6+nnp+fix-homebrew
RUN opam reinstall llvm.16.0.6+nnp+fix-homebrew; \
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" != 'llvm.16.0.6+nnp+fix-homebrew' && 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-11-10 16:56.52: Using cache hint "macos-homebrew-ocaml-5.4-llvm.16.0.6+nnp+fix-homebrew-4d9fad21a5bc93fd3b1cd19733ce12ee7f259505"
2025-11-10 16:56.52: 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 llvm.16.0.6+nnp+fix-homebrew 16.0.6+nnp+fix-homebrew"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall llvm.16.0.6+nnp+fix-homebrew;\
\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\" != 'llvm.16.0.6+nnp+fix-homebrew' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-10 16:56.52: Waiting for resource in pool OCluster
2025-11-10 16:56.52: Waiting for workerโฆ
2025-11-10 19:00.22: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files: 30% (5707/18706)
Updating files: 31% (5799/18706)
Updating files: 32% (5986/18706)
Updating files: 33% (6173/18706)
Updating files: 34% (6361/18706)
Updating files: 35% (6548/18706)
Updating files: 36% (6735/18706)
Updating files: 37% (6922/18706)
Updating files: 38% (7109/18706)
Updating files: 39% (7296/18706)
Updating files: 40% (7483/18706)
Updating files: 41% (7670/18706)
Updating files: 42% (7857/18706)
Updating files: 43% (8044/18706)
Updating files: 44% (8231/18706)
Updating files: 45% (8418/18706)
Updating files: 46% (8605/18706)
Updating files: 47% (8792/18706)
Updating files: 48% (8979/18706)
Updating files: 49% (9166/18706)
Updating files: 50% (9353/18706)
Updating files: 51% (9541/18706)
Updating files: 52% (9728/18706)
Updating files: 53% (9915/18706)
Updating files: 54% (10102/18706)
Updating files: 55% (10289/18706)
Updating files: 56% (10476/18706)
Updating files: 57% (10663/18706)
Updating files: 57% (10674/18706)
Updating files: 58% (10850/18706)
Updating files: 59% (11037/18706)
Updating files: 60% (11224/18706)
Updating files: 61% (11411/18706)
Updating files: 62% (11598/18706)
Updating files: 63% (11785/18706)
Updating files: 64% (11972/18706)
Updating files: 65% (12159/18706)
Updating files: 66% (12346/18706)
Updating files: 67% (12534/18706)
Updating files: 68% (12721/18706)
Updating files: 69% (12908/18706)
Updating files: 70% (13095/18706)
Updating files: 71% (13282/18706)
Updating files: 72% (13469/18706)
Updating files: 73% (13656/18706)
Updating files: 74% (13843/18706)
Updating files: 75% (14030/18706)
Updating files: 76% (14217/18706)
Updating files: 77% (14404/18706)
Updating files: 78% (14591/18706)
Updating files: 79% (14778/18706)
Updating files: 80% (14965/18706)
Updating files: 81% (15152/18706)
Updating files: 82% (15339/18706)
Updating files: 83% (15526/18706)
Updating files: 84% (15714/18706)
Updating files: 85% (15901/18706)
Updating files: 86% (16088/18706)
Updating files: 87% (16275/18706)
Updating files: 88% (16462/18706)
Updating files: 89% (16649/18706)
Updating files: 89% (16757/18706)
Updating files: 90% (16836/18706)
Updating files: 91% (17023/18706)
Updating files: 92% (17210/18706)
Updating files: 93% (17397/18706)
Updating files: 94% (17584/18706)
Updating files: 95% (17771/18706)
Updating files: 96% (17958/18706)
Updating files: 97% (18145/18706)
Updating files: 98% (18332/18706)
Updating files: 99% (18519/18706)
Updating files: 100% (18706/18706)
Updating files: 100% (18706/18706), done.
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Merge made by the 'ort' strategy.
packages/llvm/llvm.16.0.6+nnp+fix-homebrew/opam | 37 +++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 packages/llvm/llvm.16.0.6+nnp+fix-homebrew/opam
(from macos-homebrew-ocaml-5.4)
2025-11-10 19:00.28 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-11-10 19:00.28 ---> 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
2025-11-10 19:00.29 ---> 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.4.1
# self-upgrade no
# system arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 11
# repositories 1 (version-controlled)
# pinned 0
# current-switch 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-11-10 19:00.29 ---> 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/"))
2025-11-10 19:00.30 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2025-11-10 19:00.40 ---> saved as "ec0571cbf6845658302ec2e63c4b70e9b30b9cc8335b7240a0b705aede8f07a5"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-11-10 19:01.01 ---> saved as "cad962972ca3b30c8ce1bea0d67c101ee257c9c8613b236dc964bf2fab514ea6"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> 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-11-10 19:01.17 ---> saved as "38f6fa4812b223d0d6a4d731c8bcb395b7334f27bd01c3bd0108f277cc136bb7"
/: (run (shell "opam pin add -k version -yn llvm.16.0.6+nnp+fix-homebrew 16.0.6+nnp+fix-homebrew"))
llvm is now pinned to version 16.0.6+nnp+fix-homebrew
2025-11-10 19:01.19 ---> saved as "020bbf5c37197bac333bfdb3e7e81d780193174fe96ac8f591435c5001f00ab9"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall llvm.16.0.6+nnp+fix-homebrew;\
\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\" != 'llvm.16.0.6+nnp+fix-homebrew' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
llvm.16.0.6+nnp+fix-homebrew is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
- install bigarray-compat 1.1.0 [required by ctypes]
- install conf-bash 1 [required by conf-llvm]
- install conf-llvm 16 [required by llvm]
- install conf-pkg-config 4 [required by llvm]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.23.0 [required by llvm]
- install dune 3.20.2 [required by llvm]
- install dune-configurator 3.20.2 [required by ctypes]
- install integers 0.7.0 [required by ctypes]
- install llvm 16.0.6+nnp+fix-homebrew (pinned)
- install stdlib-shims 0.3.0 [required by integers]
The following system packages will first need to be installed:
llvm@16 pkgconf 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
+ /usr/local/bin/brew "install" "llvm@16" "pkgconf" "zstd"
- ==> Fetching downloads for: llvm@16, pkgconf and zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/llvm/16/manifests/16.0.6_1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6c1fb60a50024fd9d38c17512448ea8e515fe3a06114ecd24a3057b9db766091--llvm@16-16.0.6_1.bottle_manifest.json
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.bottle_manifest.json
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Fetching dependencies for llvm@16: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz, python@3.12, 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-11-04-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c8e8f0b8441bc94be20cccded08d1ed3f0f8faccadc00c3ae6f3e5bb20c6e98c--ca-certificates-2025-11-04-1.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:c414336ff5220d77124debb496c8d86ffa1bbc5946309ee2d9d26645db300b96
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ee35b1508b4f72eef0a7a7bfc8121574006bda2fce2ed18a264d761480c2e3b3--ca-certificates--2025-11-04.all.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/403c903e557d19d801f4c6b4f635c9553af72a487024139a5773e636c884ef9e--openssl@3-3.6.0.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:a015d2e06290484b37547a57b60c6bc5bd45be0479e0c58529ffa4359a3f6225
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8dc0f2d4b5d1dc3675652c2239ed47f365d72b5ec28d9c875fddff6150f0b7a0--openssl@3--3.6.0.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52cb2bb3f0d9e66789968b865501c41ed80dc303eb488939476b309f1d350dc5--readline-8.3.1.bottle_manifest.json
- ==> Fetching readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:85d56c6896ac184bf38b1b0867d050235fb0a4873c152b52a46748aa1b458ec9
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ff22b4cc8c6a052f791b14e1f40c6f99cfd39c54aee98d59cd1345fed1578c9b--readline--8.3.1.sequoia.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.51.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8465785061e36b7a1fc885b00fc23949c696b13d8b9569ea685ae294b6f57fd4--sqlite-3.51.0.bottle_manifest.json
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:24f91d6b794df11ba7ab850db26e79f9c55dd194cda0b1b1a6b8dc9d64778dd1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b09e5f7e3c687e773dd15e3a06010250ac075c163d8923041b754672c8fae913--sqlite--3.51.0.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.12/manifests/3.12.12-1
- ==> Fetching python@3.12
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/blobs/sha256:37fad88a480dc48ea022111a316087cc18dbb4f03ab218386be0c67ad5e86136
- ==> 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-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:342e64c01287a716615d14d4a71770fc5930871dc0a965fbdda6062f80dc1952
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/526ee0bcc5dbf4b6f0ca556d34954a7267d57322b268645072b5e0bd8e908c44--zstd--1.5.7.sequoia.bottle.1.tar.gz
- ==> Fetching llvm@16
- ==> Downloading https://ghcr.io/v2/homebrew/core/llvm/16/blobs/sha256:631414eb9a75735243d652e4efe8a0fd73eee014d3aa904f614ec0f3a216c988
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8c68b4537a86890da42d718ebaec6f2855b8b81703be297982a63ca393c138dc--llvm@16--16.0.6_1.sequoia.bottle.tar.gz
- ==> Fetching pkgconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:a074f871aa476dec1101c13b4fcfbb9354a8b35bcb6e056f8411463913632071
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f783e65294d208e2dea96042a5edbde1c117183f409d4687d8d77c44c013470--pkgconf--2.5.1.sequoia.bottle.tar.gz
- ==> Installing dependencies for llvm@16: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz, python@3.12, lz4 and zstd
- ==> Installing llvm@16 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, 557.0KB
- ==> Installing llvm@16 dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2025-11-04-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c8e8f0b8441bc94be20cccded08d1ed3f0f8faccadc00c3ae6f3e5bb20c6e98c--ca-certificates-2025-11-04-1.bottle_manifest.json
- ==> Pouring ca-certificates--2025-11-04.all.bottle.1.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- ๐บ /usr/local/Cellar/ca-certificates/2025-11-04: 4 files, 235.4KB
- ==> Installing llvm@16 dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.6.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/403c903e557d19d801f4c6b4f635c9553af72a487024139a5773e636c884ef9e--openssl@3-3.6.0.bottle_manifest.json
- ==> Pouring openssl@3--3.6.0.sequoia.bottle.tar.gz
- ๐บ /usr/local/Cellar/openssl@3/3.6.0: 7,609 files, 36MB
- ==> Installing llvm@16 dependency: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/52cb2bb3f0d9e66789968b865501c41ed80dc303eb488939476b309f1d350dc5--readline-8.3.1.bottle_manifest.json
- ==> Pouring readline--8.3.1.sequoia.bottle.tar.gz
- ๐บ /usr/local/Cellar/readline/8.3.1: 56 files, 2.4MB
- ==> Installing llvm@16 dependency: sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.51.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8465785061e36b7a1fc885b00fc23949c696b13d8b9569ea685ae294b6f57fd4--sqlite-3.51.0.bottle_manifest.json
- ==> Pouring sqlite--3.51.0.sequoia.bottle.tar.gz
- ๐บ /usr/local/Cellar/sqlite/3.51.0: 13 files, 4.9MB
- ==> Installing llvm@16 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@16 dependency: python@3.12
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/manifests/3.12.12-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/6222b419b5d8950ce95837cfaba210b8d86e224b5e9b5ccbd736bf4433360c3b--python@3.12-3.12.12-1.bottle_manifest.json
- ==> Pouring python@3.12--3.12.12.sequoia.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/python@3.12/3.12.12: 3,625 files, 62.6MB
- ==> Installing llvm@16 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@16 dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.7-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/14f45413747fef87558cd195b1104e55d9739f9574f146051dbd6569ded74a94--zstd-1.5.7-1.bottle_manifest.json
- ==> Pouring zstd--1.5.7.sequoia.bottle.1.tar.gz
- ๐บ /usr/local/Cellar/zstd/1.5.7: 32 files, 2.4MB
- ==> Installing llvm@16
- ==> Pouring llvm@16--16.0.6_1.sequoia.bottle.tar.gz
- ==> Caveats
- To use the bundled libc++ please add the following LDFLAGS:
- LDFLAGS="-L/usr/local/opt/llvm@16/lib/c++ -Wl,-rpath,/usr/local/opt/llvm@16/lib/c++"
-
- llvm@16 is keg-only, which means it was not symlinked into /usr/local,
- because this is an alternate version of another formula.
-
- If you need to have llvm@16 first in your PATH, run:
- echo 'export PATH="/usr/local/opt/llvm@16/bin:$PATH"' >> ~/.profile
-
- For compilers to find llvm@16 you may need to set:
- export LDFLAGS="-L/usr/local/opt/llvm@16/lib"
- export CPPFLAGS="-I/usr/local/opt/llvm@16/include"
- ==> Summary
- ๐บ /usr/local/Cellar/llvm@16/16.0.6_1: 6,765 files, 1.3GB
- ==> Running `brew cleanup llvm@16`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- ๐บ /usr/local/Cellar/pkgconf/2.5.1: 28 files, 374.2KB
- ==> Running `brew cleanup pkgconf`...
- ==> Running `brew cleanup zstd`...
- ==> Caveats
- ==> llvm@16
- To use the bundled libc++ please add the following LDFLAGS:
- LDFLAGS="-L/usr/local/opt/llvm@16/lib/c++ -Wl,-rpath,/usr/local/opt/llvm@16/lib/c++"
-
- llvm@16 is keg-only, which means it was not symlinked into /usr/local,
- because this is an alternate version of another formula.
-
- If you need to have llvm@16 first in your PATH, run:
- echo 'export PATH="/usr/local/opt/llvm@16/bin:$PATH"' >> ~/.profile
-
- For compilers to find llvm@16 you may need to set:
- export LDFLAGS="-L/usr/local/opt/llvm@16/lib"
- export CPPFLAGS="-I/usr/local/opt/llvm@16/include"
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved conf-llvm.16 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-bash.1
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.0 (cached)
-> installed conf-llvm.16
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved llvm.16.0.6+nnp+fix-homebrew (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed bigarray-compat.1.1.0
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.23.0
-> installed llvm.16.0.6+nnp+fix-homebrew
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 19:04.29 ---> saved as "68a3548c925fa0d423b4456f88f7f998ba3ff1c4bc92f2bec73cf541a756d6f3"
Job succeeded
2025-11-10 19:04.56: Job succeeded