- github
- ocaml
- opam-repository
- a16fbb
- macos,macos-homebrew-ocaml-4.14-amd64,llvm.21-shared
(not at the head of any monitored branch or PR)
2025-12-30 15:25.41: New job: build llvm.21-shared, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29110/head (a16fbbbc4ad239dba151649395b1e98d3d337d30)
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/29110/head" && git reset --hard a16fbbbc
git fetch origin master
git merge --no-edit f2d102f951a5dc2af6db218c6aef53c80186295a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn llvm.21-shared 21-shared
RUN opam reinstall llvm.21-shared; \
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.21-shared' && 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-12-30 15:25.41: Using cache hint "macos-homebrew-ocaml-4.14-llvm.21-shared-a16fbbbc4ad239dba151649395b1e98d3d337d30"
2025-12-30 15:25.41: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(user (uid 1000) (gid 1000))
(run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url -k local --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn llvm.21-shared 21-shared"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall llvm.21-shared;\
\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.21-shared' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-30 15:25.41: Waiting for resource in pool OCluster
2025-12-30 15:25.41: Waiting for worker…
2025-12-30 15:35.19: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files: 28% (5425/19122)
Updating files: 29% (5546/19122)
Updating files: 30% (5737/19122)
Updating files: 31% (5928/19122)
Updating files: 32% (6120/19122)
Updating files: 33% (6311/19122)
Updating files: 34% (6502/19122)
Updating files: 35% (6693/19122)
Updating files: 36% (6884/19122)
Updating files: 37% (7076/19122)
Updating files: 38% (7267/19122)
Updating files: 39% (7458/19122)
Updating files: 40% (7649/19122)
Updating files: 41% (7841/19122)
Updating files: 42% (8032/19122)
Updating files: 43% (8223/19122)
Updating files: 44% (8414/19122)
Updating files: 45% (8605/19122)
Updating files: 46% (8797/19122)
Updating files: 47% (8988/19122)
Updating files: 48% (9179/19122)
Updating files: 49% (9370/19122)
Updating files: 50% (9561/19122)
Updating files: 51% (9753/19122)
Updating files: 52% (9944/19122)
Updating files: 53% (10135/19122)
Updating files: 54% (10326/19122)
Updating files: 55% (10518/19122)
Updating files: 55% (10551/19122)
Updating files: 56% (10709/19122)
Updating files: 57% (10900/19122)
Updating files: 58% (11091/19122)
Updating files: 59% (11282/19122)
Updating files: 60% (11474/19122)
Updating files: 61% (11665/19122)
Updating files: 62% (11856/19122)
Updating files: 63% (12047/19122)
Updating files: 64% (12239/19122)
Updating files: 65% (12430/19122)
Updating files: 66% (12621/19122)
Updating files: 67% (12812/19122)
Updating files: 68% (13003/19122)
Updating files: 69% (13195/19122)
Updating files: 70% (13386/19122)
Updating files: 71% (13577/19122)
Updating files: 72% (13768/19122)
Updating files: 73% (13960/19122)
Updating files: 74% (14151/19122)
Updating files: 75% (14342/19122)
Updating files: 76% (14533/19122)
Updating files: 77% (14724/19122)
Updating files: 78% (14916/19122)
Updating files: 79% (15107/19122)
Updating files: 80% (15298/19122)
Updating files: 81% (15489/19122)
Updating files: 82% (15681/19122)
Updating files: 82% (15703/19122)
Updating files: 83% (15872/19122)
Updating files: 84% (16063/19122)
Updating files: 85% (16254/19122)
Updating files: 86% (16445/19122)
Updating files: 87% (16637/19122)
Updating files: 88% (16828/19122)
Updating files: 89% (17019/19122)
Updating files: 90% (17210/19122)
Updating files: 91% (17402/19122)
Updating files: 92% (17593/19122)
Updating files: 93% (17784/19122)
Updating files: 94% (17975/19122)
Updating files: 95% (18166/19122)
Updating files: 96% (18358/19122)
Updating files: 97% (18549/19122)
Updating files: 98% (18740/19122)
Updating files: 99% (18931/19122)
Updating files: 100% (19122/19122)
Updating files: 100% (19122/19122), done.
HEAD is now at f2d102f951 Merge pull request #29150 from raphael-proust/llvm-20-21-only-cosmetics
Merge made by the 'ort' strategy.
packages/conf-llvm-shared/conf-llvm-shared.20/opam | 34 +++++++++++
packages/conf-llvm-shared/conf-llvm-shared.21/opam | 34 +++++++++++
packages/conf-llvm-static/conf-llvm-static.20/opam | 34 +++++++++++
packages/conf-llvm-static/conf-llvm-static.21/opam | 34 +++++++++++
packages/llvm/llvm.20-shared/opam | 67 ++++++++++++++++++++++
packages/llvm/llvm.20-static/opam | 67 ++++++++++++++++++++++
packages/llvm/llvm.21-shared/opam | 67 ++++++++++++++++++++++
packages/llvm/llvm.21-static/opam | 67 ++++++++++++++++++++++
8 files changed, 404 insertions(+)
create mode 100644 packages/conf-llvm-shared/conf-llvm-shared.20/opam
create mode 100644 packages/conf-llvm-shared/conf-llvm-shared.21/opam
create mode 100644 packages/conf-llvm-static/conf-llvm-static.20/opam
create mode 100644 packages/conf-llvm-static/conf-llvm-static.21/opam
create mode 100644 packages/llvm/llvm.20-shared/opam
create mode 100644 packages/llvm/llvm.20-static/opam
create mode 100644 packages/llvm/llvm.21-shared/opam
create mode 100644 packages/llvm/llvm.21-static/opam
(from macos-homebrew-ocaml-4.14)
2025-12-30 15:40.55 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-12-30 15:40.55 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2025-12-30 15:40.55 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache
/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 11
# repositories 1 (version-controlled)
# pinned 0
# current-switch 4.14.2
# invariant ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-12-30 15:40.55 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2025-12-30 15:40.55 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2025-12-30 15:40.59 ---> using "25b74db567c706c0dcf4e11ec0a36d61303648116d19b4c5d5eec2cceb71816e" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-12-30 15:41.00 ---> using "d1adb7df78f1bcdfd0cf9145258f911b858129b632456a85798520fee14598e6" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:80c194381e990a4967a1ae44b8242b688e6a17ab590865a38671137677411469
- #=#=#
-
0.1%
0.3%
0.8%
1.1%
1.3%
# 1.4%
-
# 1.5%
# 1.7%
# 1.8%
# 2.0%
# 2.1%
# 2.2%
# 2.4%
-
# 2.5%
# 2.6%
## 2.8%
## 2.9%
## 3.1%
## 3.2%
## 3.3%
## 3.4%
## 3.6%
## 3.7%
-
## 3.8%
## 4.0%
## 4.1%
### 4.2%
### 4.4%
### 4.5%
### 4.6%
### 4.8%
### 4.9%
-
### 5.1%
### 5.2%
### 5.3%
### 5.4%
### 5.6%
#### 5.7%
#### 5.8%
#### 6.0%
#### 6.1%
#### 6.2%
-
#### 6.4%
#### 6.5%
#### 6.7%
#### 6.8%
#### 6.9%
##### 7.1%
##### 7.2%
##### 7.3%
##### 7.5%
-
##### 7.6%
##### 7.7%
##### 7.9%
##### 8.0%
##### 8.2%
##### 8.3%
-
###### 8.4%
###### 8.6%
###### 8.7%
###### 8.8%
###### 9.0%
###### 9.1%
###### 9.3%
###### 9.4%
-
###### 9.5%
###### 9.7%
####### 9.8%
####### 9.9%
####### 10.1%
####### 10.2%
####### 10.3%
####### 10.4%
####### 10.6%
-
####### 10.7%
####### 10.9%
####### 11.0%
######## 11.1%
######## 11.3%
######## 11.4%
######## 11.5%
######## 11.7%
-
######## 11.8%
######## 12.0%
######## 12.1%
######## 12.2%
######## 12.4%
######### 12.5%
######### 12.6%
######### 12.8%
-
######### 12.9%
######### 13.1%
######### 13.2%
######### 13.3%
######### 13.5%
######### 13.6%
######### 13.7%
######### 13.9%
-
########## 14.0%
########## 14.2%
########## 14.3%
########## 14.4%
########## 14.6%
########## 14.7%
########## 14.8%
########## 15.0%
########## 15.1%
-
########## 15.2%
########### 15.3%
########### 15.5%
########### 15.6%
########### 15.8%
########### 15.9%
########### 16.0%
########### 16.2%
########### 16.3%
########### 16.4%
-
########### 16.6%
############ 16.7%
############ 16.9%
############ 17.0%
############ 17.1%
############ 17.3%
############ 17.4%
############ 17.5%
############ 17.7%
-
############ 17.8%
############ 17.9%
############# 18.1%
############# 18.2%
############# 18.4%
############# 18.5%
############# 18.6%
############# 18.8%
-
############# 18.9%
############# 19.0%
############# 19.2%
############# 19.3%
############## 19.5%
############## 19.6%
############## 19.7%
############## 19.9%
############## 20.0%
############## 20.1%
-
############## 20.3%
############## 20.4%
############## 20.6%
############## 20.7%
############## 20.8%
############### 21.0%
############### 21.1%
############### 21.2%
-
############### 21.4%
############### 21.5%
############### 21.7%
############### 21.8%
############### 21.9%
############### 22.1%
############### 22.2%
################ 22.3%
-
################ 22.5%
################ 22.6%
################ 22.7%
################ 22.9%
################ 23.0%
################ 23.2%
################ 23.3%
################ 23.4%
-
################# 23.6%
################# 23.8%
################# 23.9%
################# 24.1%
################# 24.2%
################# 24.3%
################# 24.5%
################# 24.6%
################# 24.7%
-
################# 24.9%
################## 25.0%
################## 25.1%
################## 25.3%
################## 25.4%
################## 25.6%
################## 25.7%
################## 25.8%
################## 26.0%
-
################## 26.1%
################## 26.2%
################## 26.4%
################### 26.5%
################### 26.7%
################### 26.9%
################### 27.1%
################### 27.2%
################### 27.3%
################### 27.5%
-
################### 27.6%
################### 27.8%
#################### 27.9%
#################### 28.0%
#################### 28.3%
#################### 28.4%
#################### 28.5%
#################### 28.7%
#################### 28.8%
#################### 29.1%
-
##################### 29.2%
##################### 29.4%
##################### 29.5%
##################### 29.6%
##################### 29.8%
##################### 29.9%
##################### 30.0%
##################### 30.2%
##################### 30.3%
##################### 30.5%
###################### 30.6%
-
###################### 30.7%
###################### 31.0%
###################### 31.1%
###################### 31.3%
###################### 31.4%
###################### 31.6%
###################### 31.7%
####################### 32.0%
####################### 32.1%
####################### 32.2%
-
####################### 32.4%
####################### 32.5%
####################### 32.6%
####################### 32.8%
####################### 32.9%
####################### 33.2%
####################### 33.3%
######################## 33.4%
######################## 33.6%
######################## 33.7%
-
######################## 33.8%
######################## 34.0%
######################## 34.1%
######################## 34.4%
######################## 34.5%
######################## 34.7%
######################### 34.8%
######################### 34.9%
######################### 35.1%
######################### 35.3%
-
######################### 35.5%
######################### 35.6%
######################### 35.8%
######################### 35.9%
######################### 36.0%
########################## 36.2%
########################## 36.3%
########################## 36.4%
########################## 36.6%
########################## 36.9%
########################## 37.0%
-
########################## 37.1%
########################## 37.4%
########################### 37.5%
########################### 37.7%
########################### 37.8%
########################### 38.1%
########################### 38.2%
########################### 38.4%
########################### 38.6%
########################### 38.8%
############################ 38.9%
-
############################ 39.2%
############################ 39.3%
############################ 39.5%
############################ 39.7%
############################ 40.0%
############################ 40.2%
############################# 40.4%
############################# 40.7%
############################# 40.9%
############################# 41.1%
############################# 41.3%
-
############################# 41.5%
############################## 41.8%
############################## 42.0%
############################## 42.2%
############################## 42.4%
############################## 42.6%
############################## 42.8%
############################### 43.1%
############################### 43.3%
############################### 43.5%
############################### 43.8%
-
############################### 43.9%
############################### 44.2%
############################### 44.4%
################################ 44.6%
################################ 44.9%
################################ 45.0%
################################ 45.3%
################################ 45.5%
################################ 45.7%
################################# 46.0%
################################# 46.1%
-
################################# 46.4%
################################# 46.6%
################################# 46.8%
################################# 47.1%
################################## 47.3%
################################## 47.5%
################################## 47.7%
################################## 47.9%
################################## 48.2%
################################## 48.4%
################################## 48.6%
-
################################### 48.8%
################################### 49.1%
################################### 49.3%
################################### 49.5%
################################### 49.8%
################################### 49.9%
#################################### 50.2%
#################################### 50.4%
#################################### 50.7%
#################################### 50.9%
-
#################################### 51.1%
##################################### 51.4%
##################################### 51.5%
##################################### 51.8%
##################################### 52.1%
##################################### 52.2%
##################################### 52.5%
##################################### 52.6%
###################################### 52.9%
###################################### 53.0%
###################################### 53.3%
-
###################################### 53.6%
###################################### 53.9%
###################################### 54.0%
####################################### 54.3%
####################################### 54.4%
####################################### 54.7%
####################################### 54.8%
####################################### 55.1%
####################################### 55.4%
####################################### 55.5%
-
######################################## 55.8%
######################################## 56.0%
######################################## 56.3%
######################################## 56.4%
######################################## 56.7%
######################################### 57.0%
######################################### 57.3%
######################################### 57.4%
######################################### 57.7%
######################################### 57.8%
######################################### 58.1%
-
########################################## 58.4%
########################################## 58.5%
########################################## 58.8%
########################################## 59.0%
########################################## 59.2%
########################################## 59.5%
########################################### 59.7%
########################################### 59.9%
########################################### 60.1%
########################################### 60.4%
-
########################################### 60.6%
########################################### 60.8%
########################################### 61.1%
############################################ 61.2%
############################################ 61.5%
############################################ 61.6%
############################################ 61.9%
############################################ 62.2%
############################################ 62.3%
############################################# 62.6%
############################################# 62.8%
-
############################################# 63.0%
############################################# 63.2%
############################################# 63.5%
############################################# 63.7%
############################################## 63.9%
############################################## 64.2%
############################################## 64.3%
############################################## 64.6%
############################################## 64.8%
############################################## 65.0%
-
############################################### 65.3%
############################################### 65.6%
############################################### 65.8%
############################################### 65.9%
############################################### 66.2%
############################################### 66.5%
############################################### 66.6%
################################################ 66.9%
################################################ 67.0%
################################################ 67.3%
################################################ 67.5%
-
################################################ 67.7%
################################################ 68.0%
################################################# 68.1%
################################################# 68.4%
################################################# 68.7%
################################################# 68.8%
################################################# 69.1%
################################################# 69.4%
################################################## 69.5%
################################################## 69.8%
################################################## 70.1%
-
################################################## 70.2%
################################################## 70.5%
################################################## 70.6%
################################################### 70.9%
################################################### 71.2%
################################################### 71.3%
################################################### 71.6%
################################################### 71.7%
################################################### 72.0%
#################################################### 72.3%
#################################################### 72.4%
-
#################################################### 72.6%
#################################################### 72.9%
#################################################### 73.0%
#################################################### 73.3%
#################################################### 73.5%
##################################################### 73.7%
##################################################### 73.9%
##################################################### 74.1%
##################################################### 74.3%
##################################################### 74.5%
##################################################### 74.8%
-
##################################################### 75.0%
###################################################### 75.2%
###################################################### 75.5%
###################################################### 75.6%
###################################################### 75.9%
###################################################### 76.2%
###################################################### 76.3%
####################################################### 76.6%
####################################################### 76.9%
####################################################### 77.0%
-
####################################################### 77.2%
####################################################### 77.5%
######################################################## 77.8%
######################################################## 77.9%
######################################################## 78.2%
######################################################## 78.3%
######################################################## 78.6%
######################################################## 78.9%
######################################################## 79.0%
######################################################### 79.3%
######################################################### 79.4%
-
######################################################### 79.7%
-
######################################################### 80.0%
######################################################### 80.1%
######################################################### 80.4%
########################################################## 80.7%
########################################################## 80.8%
########################################################## 81.1%
########################################################## 81.4%
########################################################## 81.5%
########################################################## 81.8%
########################################################### 82.0%
-
########################################################### 82.3%
########################################################### 82.6%
########################################################### 82.7%
########################################################### 83.0%
########################################################### 83.2%
############################################################ 83.4%
############################################################ 83.7%
############################################################ 83.9%
############################################################ 84.1%
############################################################ 84.3%
############################################################ 84.6%
-
############################################################# 84.7%
############################################################# 85.0%
############################################################# 85.4%
############################################################## 86.1%
############################################################## 86.9%
############################################################### 87.9%
############################################################### 88.7%
################################################################ 89.5%
################################################################# 90.4%
################################################################# 91.2%
################################################################## 92.1%
-
################################################################## 93.0%
################################################################### 93.9%
#################################################################### 94.7%
#################################################################### 95.5%
##################################################################### 96.5%
###################################################################### 97.3%
###################################################################### 98.1%
####################################################################### 99.1%
####################################################################### 99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.catalina.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2025-12-30 15:41.00 ---> using "15163957ab6096af792081af820d1f3ba0a3d4161766815de729a400ca3ce8c8" from cache
/: (run (shell "opam pin add -k version -yn llvm.21-shared 21-shared"))
llvm is now pinned to version 21-shared
2025-12-30 15:41.02 ---> saved as "3e6b071bba70a5a3a90fe2c0aa86eab530a134db20701f6cde7d8d375267a8a8"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall llvm.21-shared;\
\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.21-shared' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
llvm.21-shared is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
- install conf-bash 1 [required by conf-llvm-shared]
- install conf-cmake 1 [required by llvm]
- install conf-llvm-shared 21 [required by llvm]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by llvm]
- install dune 3.20.2 [required by ctypes]
- install dune-configurator 3.20.2 [required by ctypes]
- install integers 0.7.0 [required by ctypes]
- install llvm 21-shared (pinned)
- install ocamlfind 1.9.8 [required by llvm]
- install stdlib-shims 0.3.0 [required by integers]
The following system packages will first need to be installed:
cmake llvm@21 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" "cmake" "llvm@21" "zstd"
- ==> Fetching downloads for: cmake, llvm and zstd
- ✔︎ Bottle Manifest cmake (4.2.1)
- ✔︎ Bottle Manifest llvm (21.1.8)
- ✔︎ Bottle Manifest zstd (1.5.7)
- ✔︎ Bottle Manifest zstd (1.5.7)
- ✔︎ Bottle Manifest mpdecimal (4.0.1)
- ✔︎ Bottle mpdecimal (4.0.1)
- ✔︎ Bottle Manifest ca-certificates (2025-12-02)
- ✔︎ Bottle ca-certificates (2025-12-02)
- ✔︎ Bottle Manifest openssl@3 (3.6.0)
- ✔︎ Bottle Manifest readline (8.3.3)
- ✔︎ Bottle readline (8.3.3)
- ✔︎ Bottle Manifest sqlite (3.51.1)
- ✔︎ Bottle sqlite (3.51.1)
- ✔︎ Bottle Manifest xz (5.8.2)
- ✔︎ Bottle Manifest lz4 (1.10.0)
- ✔︎ Bottle lz4 (1.10.0)
- ✔︎ Bottle Manifest zstd (1.5.7)
- ✔︎ Bottle zstd (1.5.7)
- ✔︎ Bottle Manifest python@3.14 (3.14.2)
- ✔︎ Bottle Manifest z3 (4.15.4)
- ✔︎ Bottle xz (5.8.2)
- ✔︎ Bottle z3 (4.15.4)
- ✔︎ Bottle cmake (4.2.1)
- ✔︎ Bottle openssl@3 (3.6.0)
- ✔︎ Bottle python@3.14 (3.14.2)
- ✔︎ Bottle llvm (21.1.8)
- ==> Pouring cmake--4.2.1.sequoia.bottle.tar.gz
- ==> Caveats
- To install the CMake documentation, run:
- brew install cmake-docs
- ==> Summary
- 🍺 /usr/local/Cellar/cmake/4.2.1: 4,016 files, 66.7MB
- ==> Running `brew cleanup cmake`...
- 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: mpdecimal, ca-certificates, openssl@3, readline, sqlite, xz, lz4, zstd, python@3.14 and z3
- ==> Installing llvm dependency: mpdecimal
- ==> Pouring mpdecimal--4.0.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/mpdecimal/4.0.1: 22 files, 570.3KB
- ==> Installing llvm dependency: ca-certificates
- ==> Pouring ca-certificates--2025-12-02.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /usr/local/Cellar/ca-certificates/2025-12-02: 4 files, 235.9KB
- ==> Installing llvm dependency: openssl@3
- ==> Pouring openssl@3--3.6.0.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/openssl@3/3.6.0: 7,609 files, 37.9MB
- ==> Installing llvm dependency: readline
- ==> Pouring readline--8.3.3.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/readline/8.3.3: 56 files, 2.6MB
- ==> Installing llvm dependency: sqlite
- ==> Pouring sqlite--3.51.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/sqlite/3.51.1: 13 files, 5.2MB
- ==> Installing llvm dependency: xz
- ==> Pouring xz--5.8.2.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/xz/5.8.2: 96 files, 2.4MB
- ==> Installing llvm dependency: lz4
- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/lz4/1.10.0: 24 files, 678.2KB
- ==> Installing llvm dependency: zstd
- ==> Pouring zstd--1.5.7.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/zstd/1.5.7: 32 files, 2.5MB
- ==> Installing llvm dependency: python@3.14
- ==> Pouring python@3.14--3.14.2.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/python@3.14/3.14.2: 3,770 files, 68.8MB
- ==> Installing llvm dependency: z3
- ==> Pouring z3--4.15.4.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/z3/4.15.4: 120 files, 34.4MB
- ==> Installing llvm
- ==> Pouring llvm--21.1.8.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"
-
- For cmake to find llvm you may need to set:
- export CMAKE_PREFIX_PATH="/usr/local/opt/llvm"
- ==> Summary
- 🍺 /usr/local/Cellar/llvm/21.1.8: 9,286 files, 1.9GB
- ==> Running `brew cleanup llvm`...
- ==> Running `brew cleanup zstd`...
- ==> Caveats
- Bash completion has been installed to:
- /usr/local/etc/bash_completion.d
- Emacs Lisp files have been installed to:
- /usr/local/share/emacs/site-lisp/cmake
- ==> cmake
- To install the CMake documentation, run:
- brew install cmake-docs
- ==> 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"
-
- For cmake to find llvm you may need to set:
- export CMAKE_PREFIX_PATH="/usr/local/opt/llvm"
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-cmake.1 (cached)
-> retrieved conf-llvm-shared.21 (cached)
-> installed conf-cmake.1
-> installed conf-bash.1
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.24.0 (cached)
-> installed conf-llvm-shared.21
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.20.2
-> retrieved llvm.21-shared (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed ocamlfind.1.9.8
-> installed ctypes.0.24.0
-> installed llvm.21-shared
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-30 15:48.08 ---> saved as "795ceab3aed3b9105ff8f9c5b33f0c148c9e28296eeb41503664226f675b187f"
Job succeeded
2025-12-30 15:48.27: Job succeeded