- github
- ocaml
- opam-repository
- 9346fc
- macos,macos-homebrew-ocaml-5.4-arm64,ocaml-compiler.5.4.0~beta1
(not at the head of any monitored branch or PR)
2026-03-23 00:44.02: New job: build ocaml-compiler.5.4.0~beta1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98)
on macos-homebrew-ocaml-5.4/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29582/head" && git reset --hard 9346fc96
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
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 ocaml-compiler.5.4.0~beta1 5.4.0~beta1
RUN opam reinstall --update-invariant ocaml-compiler.5.4.0~beta1; \
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" != 'ocaml-compiler.5.4.0~beta1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-03-23 00:44.02: Using cache hint "macos-homebrew-ocaml-5.4-ocaml-compiler.5.4.0~beta1-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:44.02: 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 ocaml-compiler.5.4.0~beta1 5.4.0~beta1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.0~beta1;\
\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\" != 'ocaml-compiler.5.4.0~beta1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-23 00:44.02: Waiting for resource in pool OCluster
2026-03-23 00:44.06: Waiting for worker…
2026-03-23 00:56.48: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files: 64% (11863/18510)
Updating files: 65% (12032/18510)
Updating files: 66% (12217/18510)
Updating files: 67% (12402/18510)
Updating files: 68% (12587/18510)
Updating files: 69% (12772/18510)
Updating files: 70% (12957/18510)
Updating files: 71% (13143/18510)
Updating files: 72% (13328/18510)
Updating files: 73% (13513/18510)
Updating files: 74% (13698/18510)
Updating files: 75% (13883/18510)
Updating files: 76% (14068/18510)
Updating files: 77% (14253/18510)
Updating files: 78% (14438/18510)
Updating files: 79% (14623/18510)
Updating files: 80% (14808/18510)
Updating files: 81% (14994/18510)
Updating files: 82% (15179/18510)
Updating files: 83% (15364/18510)
Updating files: 84% (15549/18510)
Updating files: 85% (15734/18510)
Updating files: 86% (15919/18510)
Updating files: 87% (16104/18510)
Updating files: 88% (16289/18510)
Updating files: 89% (16474/18510)
Updating files: 90% (16659/18510)
Updating files: 91% (16845/18510)
Updating files: 92% (17030/18510)
Updating files: 93% (17215/18510)
Updating files: 94% (17400/18510)
Updating files: 95% (17585/18510)
Updating files: 96% (17770/18510)
Updating files: 97% (17955/18510)
Updating files: 98% (18140/18510)
Updating files: 99% (18325/18510)
Updating files: 100% (18510/18510)
Updating files: 100% (18510/18510), done.
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..9346fc968d
Fast-forward
packages/ocaml-compiler/ocaml-compiler.5.3.0/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.3/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.5/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.6/opam | 2 ++
packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam | 13 +++++++++++++
packages/ocaml-options-vanilla/ocaml-options-vanilla.1/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam | 2 ++
15 files changed, 40 insertions(+)
create mode 100644 packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam
(from macos-homebrew-ocaml-5.4)
2026-03-23 00:56.51 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-23 00:56.51 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-03-23 00:56.51 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" from cache
/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 7
# repositories 1 (version-controlled)
# pinned 0
# current-switch 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-03-23 00:56.51 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2026-03-23 00:56.51 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-23 00:56.52 ---> using "98829bc6efb3993c8c160cc8d2bf555e53004b043899a3b01bc0b3011bcbfc58" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-23 00:56.53 ---> using "aa6807d08f9e6bf7fa111b6dba0c00f2cae6aaeb67628ef3cc6861ef5161e180" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:cef6f881f516d2cdbd0a5bfc7e20318da8b047cf2674ee27c5d4858d3ecd6430
- #=#=#
0.3%
0.8%
1.2%
# 1.7%
# 2.6%
## 3.1%
## 3.7%
-
## 4.1%
### 4.6%
### 5.0%
### 5.4%
#### 5.8%
#### 6.1%
#### 6.5%
##### 7.1%
##### 7.5%
##### 7.9%
##### 8.2%
-
###### 8.6%
###### 9.0%
###### 9.6%
####### 9.9%
####### 10.2%
####### 10.6%
####### 10.9%
######## 11.1%
######## 11.5%
######## 11.9%
######## 12.3%
-
######### 12.7%
######### 13.1%
######### 13.3%
######### 13.9%
########## 14.3%
########## 15.2%
########### 15.8%
########### 16.5%
############ 17.1%
############ 17.5%
############ 17.9%
-
############# 18.4%
############# 18.8%
############# 19.2%
############## 19.6%
############## 19.9%
############## 20.1%
############## 20.5%
############## 20.8%
############### 21.1%
############### 21.3%
############### 21.8%
-
################ 22.2%
################ 22.6%
################ 22.9%
################ 23.3%
################# 23.8%
################# 24.2%
################# 24.6%
################# 25.0%
################## 25.4%
################## 25.9%
################## 26.3%
-
################### 26.7%
################### 27.1%
################### 27.5%
#################### 27.9%
#################### 28.4%
#################### 28.8%
##################### 29.2%
##################### 29.6%
##################### 30.0%
##################### 30.4%
###################### 30.9%
-
###################### 31.3%
###################### 31.7%
####################### 32.1%
####################### 32.6%
####################### 33.0%
######################## 33.4%
######################## 33.8%
######################## 34.1%
######################## 34.5%
######################### 35.1%
######################### 35.5%
-
######################### 35.8%
########################## 36.2%
########################## 36.6%
########################## 37.0%
########################### 37.5%
########################### 37.9%
########################### 38.3%
########################### 38.9%
############################ 39.3%
############################ 39.6%
############################ 40.0%
-
############################# 40.4%
############################# 41.0%
############################# 41.3%
############################## 41.7%
############################## 42.1%
############################## 42.5%
############################## 43.0%
############################### 43.4%
############################### 43.8%
############################### 44.2%
################################ 44.6%
-
################################ 45.1%
################################ 45.5%
################################# 46.1%
################################# 46.4%
################################# 46.8%
################################## 47.4%
################################## 47.8%
################################## 48.3%
################################### 48.7%
################################### 49.1%
-
################################### 49.5%
################################### 49.8%
#################################### 50.2%
#################################### 50.8%
#################################### 51.2%
##################################### 51.5%
##################################### 51.9%
##################################### 52.3%
##################################### 52.7%
###################################### 53.3%
###################################### 53.6%
-
###################################### 54.0%
####################################### 54.4%
####################################### 54.8%
####################################### 55.2%
######################################## 55.6%
######################################## 56.1%
######################################## 56.5%
######################################## 56.9%
######################################### 57.3%
######################################### 57.7%
######################################### 58.1%
-
########################################## 58.6%
########################################## 59.0%
########################################## 59.4%
########################################### 59.8%
########################################### 60.2%
########################################### 60.7%
########################################### 61.1%
############################################ 61.5%
############################################ 61.9%
############################################ 62.3%
############################################# 62.7%
-
############################################# 63.2%
############################################# 63.6%
############################################## 64.0%
############################################## 64.4%
############################################## 64.8%
############################################## 65.2%
############################################### 65.5%
############################################### 66.1%
############################################### 66.5%
################################################ 66.9%
################################################ 67.2%
-
################################################ 67.6%
################################################# 68.2%
################################################# 68.6%
################################################# 69.0%
################################################# 69.3%
################################################## 69.7%
################################################## 70.3%
################################################## 70.7%
################################################### 71.0%
################################################### 71.4%
################################################### 71.8%
-
################################################### 72.2%
#################################################### 72.6%
#################################################### 73.1%
#################################################### 73.5%
##################################################### 74.1%
##################################################### 74.4%
##################################################### 75.0%
###################################################### 75.4%
###################################################### 75.8%
###################################################### 76.1%
####################################################### 76.5%
-
####################################################### 77.1%
####################################################### 77.5%
######################################################## 77.8%
######################################################## 78.2%
######################################################## 78.6%
######################################################## 79.2%
######################################################### 79.5%
######################################################### 79.9%
######################################################### 80.3%
########################################################## 80.7%
-
########################################################## 81.2%
########################################################## 81.6%
########################################################### 82.0%
########################################################### 82.6%
########################################################### 83.0%
############################################################ 83.3%
############################################################ 83.7%
############################################################ 84.1%
############################################################ 84.5%
############################################################# 85.0%
############################################################# 85.4%
-
############################################################# 85.8%
############################################################## 86.2%
############################################################## 86.6%
############################################################## 87.1%
############################################################### 87.5%
############################################################### 87.9%
############################################################### 88.3%
############################################################### 88.7%
################################################################ 89.1%
################################################################ 89.6%
################################################################ 90.0%
-
################################################################# 90.4%
################################################################# 90.8%
################################################################# 91.3%
################################################################## 91.7%
################################################################## 92.1%
################################################################## 92.5%
################################################################## 92.9%
################################################################### 93.4%
################################################################### 93.8%
################################################################### 94.2%
#################################################################### 94.6%
-
#################################################################### 95.0%
#################################################################### 95.5%
##################################################################### 95.9%
##################################################################### 96.3%
##################################################################### 96.7%
##################################################################### 97.2%
###################################################################### 97.6%
###################################################################### 98.0%
###################################################################### 98.4%
####################################################################### 98.8%
-
####################################################################### 99.2%
####################################################################### 99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.1.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2026-03-23 00:56.53 ---> using "2a6f93638913bffef909a644eb4bf1a2e8a3b9c189b564c26a32f545b7d6c5a6" from cache
/: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0~beta1 5.4.0~beta1"))
ocaml-compiler is now pinned to version 5.4.0~beta1
2026-03-23 00:56.54 ---> saved as "37141d72f2309dd69d9d6ab3b6497f7ac105ac495375473e291a54c872917bb0"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.0~beta1;\
\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\" != 'ocaml-compiler.5.4.0~beta1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-compiler.5.4.0~beta1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== downgrade 2 packages
- downgrade ocaml-base-compiler 5.4.0 to 5.4.0~beta1 [uses ocaml-compiler]
- downgrade ocaml-compiler 5.4.0 to 5.4.0~beta1 (pinned)
=== recompile 5 packages
- recompile base-domains base [uses ocaml]
- recompile base-effects base [uses ocaml]
- recompile base-nnp base [uses base-domains]
- recompile ocaml 5.4.0 [uses ocaml-base-compiler]
- recompile ocaml-config 3 [uses ocaml-base-compiler]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0~beta1 (cached)
-> retrieved ocaml-config.3 (cached)
-> removed base-effects.base
-> removed base-nnp.base
-> removed base-domains.base
-> removed ocaml.5.4.0
-> removed ocaml-config.3
-> removed ocaml-base-compiler.5.4.0
-> removed ocaml-compiler.5.4.0
-> installed ocaml-compiler.5.4.0~beta1
-> installed ocaml-base-compiler.5.4.0~beta1
-> installed ocaml-config.3
-> installed ocaml.5.4.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
[NOTE] Switch invariant was updated to ["ocaml-base-compiler" {= "5.4.0~beta1"} | "ocaml-system" {= "5.4.0"}]
Use `opam switch set-invariant' to change it.
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 00:59.03 ---> saved as "488b67f01f147fe54493437a13a9b4d36f9370ab7138b367611214683b50e6fc"
Job succeeded
2026-03-23 00:59.11: Job succeeded