(for PR #29945)
2026-05-23 16:28.34: New job: build lua-ml.0.9.5, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29945/head (8b623f363e6484cb1c885863fdf867c2295cd713)
on macos-homebrew-ocaml-4.14/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/29945/head" && git reset --hard 8b623f36
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
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 lua-ml.0.9.5 0.9.5
RUN opam reinstall lua-ml.0.9.5; \
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" != 'lua-ml.0.9.5' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-23 16:28.34: Using cache hint "macos-homebrew-ocaml-4.14-lua-ml.0.9.5-8b623f363e6484cb1c885863fdf867c2295cd713"
2026-05-23 16:28.34: 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 lua-ml.0.9.5 0.9.5"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall lua-ml.0.9.5;\
\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\" != 'lua-ml.0.9.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-23 16:28.34: Waiting for resource in pool OCluster
2026-05-23 16:28.34: Waiting for worker…
2026-05-23 16:28.34: Got resource from pool OCluster
Building on m1-worker-03
Updating files: 66% (11868/17957)
Updating files: 67% (12032/17957)
Updating files: 68% (12211/17957)
Updating files: 69% (12391/17957)
Updating files: 70% (12570/17957)
Updating files: 71% (12750/17957)
Updating files: 72% (12930/17957)
Updating files: 73% (13109/17957)
Updating files: 74% (13289/17957)
Updating files: 75% (13468/17957)
Updating files: 76% (13648/17957)
Updating files: 77% (13827/17957)
Updating files: 78% (14007/17957)
Updating files: 79% (14187/17957)
Updating files: 80% (14366/17957)
Updating files: 81% (14546/17957)
Updating files: 82% (14725/17957)
Updating files: 83% (14905/17957)
Updating files: 84% (15084/17957)
Updating files: 85% (15264/17957)
Updating files: 86% (15444/17957)
Updating files: 87% (15623/17957)
Updating files: 88% (15803/17957)
Updating files: 89% (15982/17957)
Updating files: 90% (16162/17957)
Updating files: 91% (16341/17957)
Updating files: 92% (16521/17957)
Updating files: 93% (16701/17957)
Updating files: 94% (16880/17957)
Updating files: 95% (17060/17957)
Updating files: 96% (17239/17957)
Updating files: 97% (17419/17957)
Updating files: 98% (17598/17957)
Updating files: 99% (17778/17957)
Updating files: 100% (17957/17957)
Updating files: 100% (17957/17957), done.
HEAD is now at 2c3e6458d9 [new release] awa (2 packages) (0.6.0)
HEAD is now at 493123878a Merge pull request #29931 from chetmurthy/release-pa_ppx-package-suite-at-8.05.01
Updating 493123878a..8b623f363e
Fast-forward
packages/lua-ml/lua-ml.0.9.5/opam | 41 +++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 packages/lua-ml/lua-ml.0.9.5/opam
(from macos-homebrew-ocaml-4.14)
2026-05-23 16:28.50 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-23 16:28.50 ---> 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
2026-05-23 16:28.50 ---> 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.1
# self-upgrade no
# system arch=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 7
# repositories 1 (version-controlled)
# pinned 0
# current-switch 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
2026-05-23 16:28.50 ---> 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/"))
2026-05-23 16:28.50 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-05-23 16:28.55 ---> saved as "07eee8a3f2bdbba2748084e2649933291aad26915682a9fda2360c408e320f06"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-05-23 16:29.03 ---> saved as "75f1d613310e98a01b0f98e5d56eb8ea11a76e1377755c24cc3385211c0e5a1e"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:d5dbe0bbfd7e00136344e7872fc26ad1db935cf7c6421c5888e42bab6cc2f6b3
- #=#=#
0.1%
0.4%
1.0%
#
-
-
- 1.6%
-
# 2.1%
# 2.2%
# 2.6%
## 2.9%
## 3.1%
## 3.4%
## 3.5%
## 3.8%
## 4.0%
-
### 4.2%
### 4.4%
### 4.6%
### 4.8%
### 5.1%
### 5.2%
### 5.5%
#### 5.7%
#### 5.9%
#### 6.1%
#### 6.3%
-
#### 6.6%
#### 6.7%
##### 7.0%
##### 7.1%
##### 7.4%
##### 7.6%
##### 7.7%
##### 8.0%
##### 8.3%
###### 8.4%
###### 8.7%
-
###### 8.9%
###### 9.0%
###### 9.3%
###### 9.4%
###### 9.7%
####### 9.9%
####### 10.1%
####### 10.3%
####### 10.6%
####### 10.8%
####### 10.9%
-
######## 11.2%
######## 11.3%
######## 11.6%
######## 11.8%
######## 12.0%
######## 12.2%
######## 12.4%
######### 12.6%
######### 12.9%
######### 13.0%
######### 13.3%
-
######### 13.4%
######### 13.6%
########## 13.9%
########## 14.0%
########## 14.3%
########## 14.5%
########## 14.7%
########## 14.9%
########## 15.2%
########### 15.3%
########### 15.5%
-
########### 15.8%
########### 15.9%
########### 16.2%
########### 16.4%
########### 16.6%
############ 16.8%
############ 17.1%
############ 17.2%
############ 17.5%
############ 17.6%
############ 17.9%
-
############# 18.1%
############# 18.4%
############# 18.5%
############# 18.8%
############# 19.0%
############# 19.2%
############# 19.4%
############## 19.5%
############## 19.8%
############## 20.1%
############## 20.2%
-
############## 20.4%
############## 20.7%
############## 20.8%
############### 21.1%
############### 21.3%
############### 21.5%
############### 21.7%
############### 21.9%
############### 22.0%
################ 22.3%
-
################ 22.6%
################ 22.7%
################ 23.0%
################ 23.2%
################ 23.5%
################ 23.6%
################# 23.9%
################# 24.1%
################# 24.2%
################# 24.5%
-
################# 24.8%
################## 25.0%
################## 25.1%
################## 25.4%
################## 25.5%
################## 25.8%
################## 26.0%
################## 26.3%
################### 26.4%
################### 26.7%
-
################### 26.9%
################### 27.0%
################### 27.3%
################### 27.6%
################### 27.7%
#################### 27.9%
#################### 28.1%
#################### 28.3%
#################### 28.5%
#################### 28.7%
#################### 29.0%
#################### 29.1%
-
##################### 29.4%
##################### 29.5%
##################### 29.7%
##################### 30.0%
##################### 30.1%
##################### 30.4%
###################### 30.6%
###################### 30.7%
###################### 31.0%
###################### 31.3%
###################### 31.5%
-
###################### 31.6%
###################### 31.9%
####################### 32.0%
####################### 32.3%
####################### 32.5%
####################### 32.7%
####################### 32.9%
####################### 33.2%
####################### 33.3%
######################## 33.6%
-
######################## 33.8%
######################## 34.0%
######################## 34.2%
######################## 34.5%
######################## 34.6%
######################### 34.9%
######################### 35.0%
######################### 35.3%
######################### 35.5%
######################### 35.6%
######################### 35.9%
-
########################## 36.2%
########################## 36.3%
########################## 36.5%
########################## 36.8%
########################## 37.0%
########################## 37.3%
########################## 37.4%
########################### 37.7%
########################### 37.9%
########################### 38.1%
########################### 38.3%
-
########################### 38.4%
########################### 38.7%
############################ 39.0%
############################ 39.1%
############################ 39.3%
############################ 39.6%
############################ 39.7%
############################ 40.0%
############################ 40.2%
############################# 40.4%
-
############################# 40.6%
############################# 40.9%
############################# 41.0%
############################# 41.3%
############################# 41.5%
############################## 41.8%
############################## 41.9%
############################## 42.1%
############################## 42.4%
############################## 42.5%
-
############################## 42.8%
############################## 43.0%
############################### 43.2%
############################### 43.4%
############################### 43.7%
############################### 43.8%
############################### 44.1%
############################### 44.2%
################################ 44.5%
################################ 44.7%
################################ 44.9%
-
################################ 45.1%
################################ 45.4%
################################ 45.5%
################################ 45.8%
################################# 46.0%
################################# 46.1%
################################# 46.4%
################################# 46.6%
################################# 46.7%
################################# 47.0%
################################## 47.3%
-
################################## 47.4%
################################## 47.7%
################################## 47.8%
################################## 48.0%
################################## 48.3%
################################## 48.4%
################################### 48.7%
################################### 48.8%
################################### 49.1%
################################### 49.3%
################################### 49.5%
-
################################### 49.7%
################################### 50.0%
#################################### 50.1%
#################################### 50.4%
#################################### 50.6%
#################################### 50.7%
#################################### 51.0%
#################################### 51.1%
##################################### 51.5%
##################################### 51.9%
##################################### 52.3%
-
##################################### 52.6%
###################################### 53.0%
###################################### 53.4%
###################################### 53.8%
####################################### 54.2%
####################################### 54.5%
####################################### 54.7%
####################################### 55.0%
####################################### 55.2%
######################################## 55.6%
######################################## 55.7%
-
######################################## 56.0%
######################################## 56.1%
######################################## 56.4%
######################################## 56.6%
######################################## 56.9%
######################################### 57.1%
######################################### 57.2%
######################################### 57.5%
######################################### 57.6%
######################################### 57.9%
######################################### 58.2%
-
######################################### 58.3%
########################################## 58.5%
########################################## 58.8%
########################################## 58.9%
########################################## 59.2%
########################################## 59.3%
########################################## 59.6%
########################################### 59.8%
########################################### 60.1%
########################################### 60.2%
########################################### 60.5%
-
########################################### 60.7%
########################################### 60.9%
############################################ 61.1%
############################################ 61.3%
############################################ 61.5%
############################################ 61.7%
############################################ 61.9%
############################################ 62.1%
############################################ 62.4%
############################################ 62.5%
-
############################################# 62.8%
############################################# 63.0%
############################################# 63.1%
############################################# 63.4%
############################################# 63.5%
############################################# 63.8%
############################################## 64.0%
############################################## 64.2%
############################################## 64.4%
############################################## 64.7%
############################################## 64.8%
-
############################################## 65.1%
############################################### 65.3%
############################################### 65.5%
############################################### 65.7%
############################################### 65.9%
############################################### 66.1%
############################################### 66.3%
############################################### 66.6%
################################################ 66.7%
################################################ 67.0%
################################################ 67.2%
-
################################################ 67.4%
################################################ 67.6%
################################################ 67.8%
################################################ 68.0%
################################################# 68.2%
################################################# 68.4%
################################################# 68.7%
################################################# 68.8%
################################################# 69.1%
################################################# 69.3%
################################################## 69.5%
-
################################################## 69.7%
################################################## 70.0%
################################################## 70.1%
################################################## 70.4%
################################################## 70.5%
################################################## 70.7%
################################################### 71.0%
################################################### 71.1%
################################################### 71.4%
################################################### 71.5%
################################################### 71.8%
-
################################################### 72.0%
#################################################### 72.3%
#################################################### 72.4%
#################################################### 72.6%
#################################################### 72.9%
#################################################### 73.0%
#################################################### 73.3%
#################################################### 73.4%
##################################################### 73.7%
##################################################### 73.9%
-
##################################################### 74.1%
##################################################### 74.3%
##################################################### 74.6%
##################################################### 74.7%
##################################################### 75.0%
###################################################### 75.2%
###################################################### 75.5%
###################################################### 75.7%
###################################################### 76.0%
###################################################### 76.3%
####################################################### 76.5%
-
####################################################### 76.8%
####################################################### 77.1%
####################################################### 77.4%
####################################################### 77.6%
######################################################## 77.9%
######################################################## 78.1%
######################################################## 78.5%
######################################################## 78.8%
######################################################## 79.1%
######################################################### 79.3%
######################################################### 79.6%
-
######################################################### 79.8%
######################################################### 80.0%
######################################################### 80.2%
######################################################### 80.5%
########################################################## 80.6%
########################################################## 80.9%
########################################################## 81.0%
########################################################## 81.2%
########################################################## 81.5%
########################################################## 81.7%
########################################################## 81.8%
-
########################################################### 82.1%
########################################################### 82.4%
########################################################### 82.5%
########################################################### 82.8%
########################################################### 83.0%
########################################################### 83.1%
############################################################ 83.4%
############################################################ 83.6%
############################################################ 83.8%
############################################################ 84.1%
############################################################ 84.2%
-
############################################################ 84.5%
############################################################ 84.6%
############################################################# 84.8%
############################################################# 85.0%
############################################################# 85.2%
############################################################# 85.5%
############################################################# 85.6%
############################################################# 85.9%
############################################################## 86.1%
############################################################## 86.4%
############################################################## 86.5%
-
############################################################## 86.8%
############################################################## 87.0%
############################################################## 87.2%
############################################################## 87.4%
############################################################### 87.7%
############################################################### 87.8%
############################################################### 88.0%
############################################################### 88.3%
############################################################### 88.5%
############################################################### 88.7%
-
################################################################ 88.9%
################################################################ 89.2%
################################################################ 89.3%
################################################################ 89.6%
################################################################ 89.8%
################################################################ 90.0%
################################################################ 90.2%
################################################################# 90.5%
################################################################# 90.6%
################################################################# 90.9%
-
################################################################# 91.1%
################################################################# 91.3%
################################################################# 91.5%
################################################################## 91.8%
################################################################## 91.9%
################################################################## 92.2%
################################################################## 92.4%
################################################################## 92.6%
################################################################## 92.8%
################################################################## 93.0%
################################################################### 93.3%
-
################################################################### 93.4%
################################################################### 93.7%
################################################################### 93.9%
################################################################### 94.1%
################################################################### 94.3%
#################################################################### 94.6%
#################################################################### 94.8%
#################################################################### 95.0%
#################################################################### 95.2%
#################################################################### 95.3%
#################################################################### 95.6%
-
##################################################################### 95.9%
##################################################################### 96.0%
##################################################################### 96.2%
##################################################################### 96.4%
##################################################################### 96.6%
##################################################################### 96.9%
##################################################################### 97.0%
###################################################################### 97.2%
###################################################################### 97.5%
###################################################################### 97.8%
###################################################################### 97.9%
-
###################################################################### 98.1%
###################################################################### 98.3%
###################################################################### 98.5%
####################################################################### 98.8%
####################################################################### 98.9%
####################################################################### 99.2%
####################################################################### 99.4%
####################################################################### 99.6%
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.5.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2026-05-23 16:30.15 ---> saved as "f1f2cb85726b35b5fb087ba0cbe4035d966daee9c0ecedb217562e66709d8c51"
/: (run (shell "opam pin add -k version -yn lua-ml.0.9.5 0.9.5"))
lua-ml is now pinned to version 0.9.5
2026-05-23 16:30.16 ---> saved as "59ffba5552a7ddac970378c8795a5d6a311ee8e0be2ceaf6bdca72ce9376c751"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall lua-ml.0.9.5;\
\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\" != 'lua-ml.0.9.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lua-ml.0.9.5 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install dune 3.23.1 [required by lua-ml]
- install lua-ml 0.9.5 (pinned)
- install menhir 20260209 [required by lua-ml]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.1 (cached)
-> retrieved lua-ml.0.9.5 (https://github.com/lindig/lua-ml/archive/refs/tags/0.9.5.tar.gz)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> installed dune.3.23.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed menhir.20260209
-> installed lua-ml.0.9.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-23 16:31.02 ---> saved as "31217e8e7f863127983cacc9a5ee1991e279c66644f8ac3f5d78c5a108916b4a"
Job succeeded
2026-05-23 16:31.08: Job succeeded