- github
- ocaml
- opam-repository
- 82718a
- macos,macos-homebrew-ocaml-4.14-arm64,mazeppa.0.7.0,tests
(not at the head of any monitored branch or PR)
2025-11-22 12:50.33: New job: test mazeppa.0.7.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28949/head (82718aa4d0314edf474f766eab06cd08356de60a)
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/28949/head" && git reset --hard 82718aa4
git fetch origin master
git merge --no-edit ee3428377a13c3c9716b6f791c33441cfb542498
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 mazeppa.0.7.0 0.7.0
RUN opam reinstall mazeppa.0.7.0; \
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" != 'mazeppa.0.7.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test mazeppa.0.7.0) || true
RUN opam reinstall --with-test --verbose mazeppa.0.7.0; \
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" != 'mazeppa.0.7.0' && 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-22 12:50.33: Using cache hint "macos-homebrew-ocaml-4.14-mazeppa.0.7.0-82718aa4d0314edf474f766eab06cd08356de60a"
2025-11-22 12:50.33: 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 mazeppa.0.7.0 0.7.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall mazeppa.0.7.0;\
\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\" != 'mazeppa.0.7.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test mazeppa.0.7.0) || true"))
(run (shell "opam reinstall --with-test --verbose mazeppa.0.7.0;\
\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\" != 'mazeppa.0.7.0' && 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-22 12:50.33: Waiting for resource in pool OCluster
2025-11-22 12:50.34: Waiting for worker…
2025-11-22 12:53.27: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
Updating files: 60% (11397/18784)
Updating files: 61% (11459/18784)
Updating files: 62% (11647/18784)
Updating files: 63% (11834/18784)
Updating files: 64% (12022/18784)
Updating files: 65% (12210/18784)
Updating files: 66% (12398/18784)
Updating files: 67% (12586/18784)
Updating files: 68% (12774/18784)
Updating files: 69% (12961/18784)
Updating files: 70% (13149/18784)
Updating files: 71% (13337/18784)
Updating files: 72% (13525/18784)
Updating files: 73% (13713/18784)
Updating files: 74% (13901/18784)
Updating files: 75% (14088/18784)
Updating files: 76% (14276/18784)
Updating files: 77% (14464/18784)
Updating files: 78% (14652/18784)
Updating files: 79% (14840/18784)
Updating files: 80% (15028/18784)
Updating files: 81% (15216/18784)
Updating files: 82% (15403/18784)
Updating files: 83% (15591/18784)
Updating files: 84% (15779/18784)
Updating files: 85% (15967/18784)
Updating files: 86% (16155/18784)
Updating files: 87% (16343/18784)
Updating files: 88% (16530/18784)
Updating files: 89% (16718/18784)
Updating files: 90% (16906/18784)
Updating files: 91% (17094/18784)
Updating files: 92% (17282/18784)
Updating files: 93% (17470/18784)
Updating files: 94% (17657/18784)
Updating files: 95% (17845/18784)
Updating files: 96% (18033/18784)
Updating files: 97% (18221/18784)
Updating files: 98% (18409/18784)
Updating files: 99% (18597/18784)
Updating files: 100% (18784/18784)
Updating files: 100% (18784/18784), done.
HEAD is now at ee3428377a Merge pull request #28925 from edwintorok/rocky
Updating ee3428377a..82718aa4d0
Fast-forward
packages/mazeppa/mazeppa.0.7.0/opam | 48 +++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 packages/mazeppa/mazeppa.0.7.0/opam
(from macos-homebrew-ocaml-4.14)
2025-11-22 12:53.30 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-11-22 12:53.30 ---> 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-11-22 12:53.30 ---> 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.4.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
2025-11-22 12:53.31 ---> 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-11-22 12:53.31 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2025-11-22 12:53.32 ---> using "b9973934b91a3a8953fdfddef3ee6434471c22d51cca1af6f5c31ea3ab1eeba6" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-11-22 12:53.32 ---> using "24e8c35b381b094cfe20eed20a9edbb18fe5a2902c6e9895b6b73b5da7ec98bd" 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:c6946ba2c387b47934e77c352c2056489421003ec7ddb2abf246cef2168ec140
- #=#=#
0.1%
1.2%
# 2.0%
# 2.4%
## 2.8%
## 3.2%
## 3.8%
-
### 4.2%
### 4.6%
### 5.1%
### 5.5%
#### 5.9%
#### 6.3%
#### 6.7%
##### 7.1%
##### 7.7%
##### 8.1%
###### 8.5%
-
###### 8.9%
###### 9.3%
####### 9.8%
####### 10.2%
####### 10.6%
####### 11.0%
######## 11.4%
######## 12.0%
######## 12.4%
######### 12.8%
######### 13.2%
-
######### 13.6%
########## 14.1%
########## 14.5%
########## 15.0%
########### 15.4%
########### 15.8%
########### 16.3%
############ 16.7%
############ 17.1%
############ 17.5%
############ 18.1%
-
############# 18.5%
############# 19.0%
############# 19.4%
############## 19.9%
############## 20.3%
############## 20.7%
############### 21.2%
############### 21.6%
############### 22.0%
################ 22.5%
################ 22.9%
################ 23.3%
-
################# 23.7%
################# 24.1%
################# 24.7%
################## 25.1%
################## 25.5%
################## 25.9%
################### 26.4%
################### 26.8%
################### 27.4%
################### 27.8%
#################### 28.2%
-
#################### 28.6%
#################### 29.0%
##################### 29.4%
##################### 29.8%
##################### 30.3%
###################### 30.7%
###################### 31.1%
###################### 31.5%
###################### 31.9%
####################### 32.5%
####################### 32.9%
-
####################### 33.3%
######################## 33.7%
######################## 34.1%
######################## 34.5%
######################### 35.0%
######################### 35.4%
######################### 35.8%
########################## 36.3%
########################## 36.5%
########################## 36.8%
########################## 37.2%
-
########################### 37.6%
########################### 38.0%
########################### 38.4%
########################### 38.7%
############################ 38.9%
############################ 39.1%
############################ 39.4%
############################ 39.6%
############################ 39.8%
############################ 40.0%
############################ 40.2%
-
############################# 40.4%
############################# 40.7%
############################# 40.8%
############################# 41.1%
############################# 41.4%
############################# 41.5%
############################## 41.8%
############################## 42.0%
############################## 42.2%
############################## 42.5%
-
############################## 42.7%
############################## 42.9%
############################### 43.1%
############################### 43.4%
############################### 43.5%
############################### 43.8%
############################### 43.9%
############################### 44.2%
################################ 44.5%
################################ 44.7%
################################ 44.9%
-
################################ 45.1%
################################ 45.3%
################################ 45.6%
################################ 45.8%
################################# 46.0%
################################# 46.2%
################################# 46.4%
################################# 46.6%
################################# 46.9%
################################# 47.0%
-
################################## 47.3%
################################## 47.6%
################################## 47.7%
################################## 48.0%
################################## 48.1%
################################## 48.4%
################################### 48.7%
################################### 48.9%
################################### 49.1%
################################### 49.3%
################################### 49.5%
-
################################### 49.7%
#################################### 50.0%
#################################### 50.1%
#################################### 50.4%
#################################### 50.7%
#################################### 50.8%
#################################### 51.1%
#################################### 51.2%
##################################### 51.5%
##################################### 51.8%
##################################### 51.9%
-
##################################### 52.2%
##################################### 52.3%
##################################### 52.6%
###################################### 52.8%
###################################### 53.0%
###################################### 53.2%
###################################### 53.5%
###################################### 53.8%
####################################### 54.2%
####################################### 54.6%
-
####################################### 55.0%
####################################### 55.5%
######################################## 55.9%
######################################## 56.3%
######################################## 56.6%
######################################### 57.0%
######################################### 57.3%
######################################### 57.4%
######################################### 57.7%
######################################### 58.0%
######################################### 58.1%
-
########################################## 58.4%
########################################## 58.6%
########################################## 58.8%
########################################## 59.0%
########################################## 59.3%
########################################## 59.4%
########################################## 59.7%
########################################### 60.0%
########################################### 60.2%
########################################### 60.4%
########################################### 60.7%
-
########################################### 60.9%
########################################### 61.1%
############################################ 61.3%
############################################ 61.5%
############################################ 61.7%
############################################ 62.0%
############################################ 62.1%
############################################ 62.4%
############################################# 62.7%
############################################# 62.8%
############################################# 63.1%
-
############################################# 63.3%
############################################# 63.5%
############################################# 63.8%
############################################## 64.0%
############################################## 64.3%
############################################## 64.4%
############################################## 64.7%
############################################## 65.0%
############################################## 65.1%
############################################### 65.4%
############################################### 65.5%
-
############################################### 65.8%
############################################### 66.0%
############################################### 66.2%
############################################### 66.4%
############################################### 66.6%
################################################ 66.9%
################################################ 67.1%
################################################ 67.4%
################################################ 67.5%
################################################ 67.8%
-
################################################# 68.1%
################################################# 68.2%
################################################# 68.5%
################################################# 68.6%
################################################# 68.9%
################################################# 69.1%
################################################# 69.3%
################################################## 69.6%
################################################## 69.8%
################################################## 70.1%
################################################## 70.2%
-
################################################## 70.5%
################################################## 70.6%
################################################### 70.9%
################################################### 71.0%
################################################### 71.3%
################################################### 71.6%
################################################### 71.7%
################################################### 72.0%
#################################################### 72.2%
#################################################### 72.4%
#################################################### 72.7%
-
#################################################### 72.9%
#################################################### 73.1%
#################################################### 73.3%
#################################################### 73.6%
##################################################### 73.9%
##################################################### 74.0%
##################################################### 74.3%
##################################################### 74.4%
##################################################### 74.7%
##################################################### 74.9%
###################################################### 75.1%
-
###################################################### 75.3%
###################################################### 75.6%
###################################################### 75.8%
###################################################### 76.0%
###################################################### 76.2%
####################################################### 76.4%
####################################################### 76.7%
####################################################### 77.0%
####################################################### 77.1%
####################################################### 77.4%
####################################################### 77.6%
-
####################################################### 77.8%
######################################################## 78.0%
######################################################## 78.3%
######################################################## 78.4%
######################################################## 78.7%
######################################################## 78.9%
######################################################## 79.1%
######################################################### 79.4%
######################################################### 79.7%
######################################################### 79.8%
######################################################### 80.1%
-
######################################################### 80.3%
######################################################### 80.5%
########################################################## 80.7%
########################################################## 80.9%
########################################################## 81.1%
########################################################## 81.4%
########################################################## 81.5%
########################################################## 81.8%
########################################################### 82.0%
########################################################### 82.1%
########################################################### 82.4%
-
########################################################### 82.5%
########################################################### 82.8%
########################################################### 83.0%
########################################################### 83.2%
############################################################ 83.4%
############################################################ 83.6%
############################################################ 83.8%
############################################################ 84.1%
############################################################ 84.2%
############################################################ 84.5%
-
############################################################# 84.8%
############################################################# 84.9%
############################################################# 85.2%
############################################################# 85.3%
############################################################# 85.6%
############################################################# 85.9%
############################################################# 86.0%
############################################################## 86.3%
############################################################## 86.4%
############################################################## 86.7%
############################################################## 86.9%
############################################################## 87.1%
-
############################################################## 87.3%
############################################################## 87.5%
############################################################### 87.7%
############################################################### 88.0%
############################################################### 88.2%
############################################################### 88.4%
############################################################### 88.7%
############################################################### 88.8%
################################################################ 89.1%
################################################################ 89.4%
-
################################################################ 89.5%
################################################################ 89.8%
################################################################ 89.9%
################################################################ 90.2%
################################################################# 90.4%
################################################################# 90.7%
################################################################# 90.8%
################################################################# 91.1%
################################################################# 91.4%
################################################################# 91.5%
################################################################## 91.8%
-
################################################################## 91.9%
################################################################## 92.2%
################################################################## 92.5%
################################################################## 92.6%
################################################################## 92.9%
################################################################## 93.0%
################################################################### 93.3%
################################################################### 93.5%
################################################################### 93.7%
################################################################### 94.0%
################################################################### 94.2%
-
################################################################### 94.4%
#################################################################### 94.6%
#################################################################### 94.9%
#################################################################### 95.0%
#################################################################### 95.3%
#################################################################### 95.6%
#################################################################### 95.7%
##################################################################### 96.0%
##################################################################### 96.2%
##################################################################### 96.4%
##################################################################### 96.6%
-
##################################################################### 96.9%
##################################################################### 97.1%
###################################################################### 97.3%
###################################################################### 97.6%
###################################################################### 97.9%
###################################################################### 98.1%
###################################################################### 98.4%
###################################################################### 98.5%
####################################################################### 98.8%
####################################################################### 99.1%
-
####################################################################### 99.2%
####################################################################### 99.5%
####################################################################### 99.6%
####################################################################### 99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.7.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.
2025-11-22 12:53.32 ---> using "92fb92c2fd497dceb6d9ceac82bdc1c1d9641b9e8cccf001d3c720335ca3518d" from cache
/: (run (shell "opam pin add -k version -yn mazeppa.0.7.0 0.7.0"))
mazeppa is now pinned to version 0.7.0
2025-11-22 12:53.32 ---> using "91f81f2ac41357e7261cfe371898ff50b8b3c4c7b198679585c829f69af66d89" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall mazeppa.0.7.0;\
\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\" != 'mazeppa.0.7.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
mazeppa.0.7.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 62 packages
- install alcotest 1.9.1 [required by mazeppa]
- install astring 0.8.5 [required by alcotest]
- install base v0.16.4 [required by ppx_yojson_conv]
- install bisect_ppx 2.8.3 [required by mazeppa]
- install checked_oint 1.0.0 [required by mazeppa]
- install clap 0.3.0 [required by mazeppa]
- install cmdliner 1.3.0 [required by alcotest, bisect_ppx]
- install color 0.2.0 [required by spectrum]
- install conf-libpcre 2 [required by pcre]
- install conf-pkg-config 4 [required by conf-libpcre]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by hex]
- install dune 3.20.2 [required by mazeppa]
- install dune-compiledb 0.6.0 [required by pcre]
- install dune-configurator 3.20.2 [required by pcre]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by alcotest]
- install fpath 0.7.3 [required by dune-compiledb]
- install gen 1.1 [required by sedlex]
- install gg 1.0.0 [required by color]
- install hex 1.5.0 [required by ezjsonm]
- install jsonm 1.0.2 [required by ezjsonm]
- install mazeppa 0.7.0 (pinned)
- install menhir 20250912 [required by mazeppa]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by fmt, astring, uutf]
- install ocamlfind 1.9.8 [required by uutf, astring, fmt, ppx_deriving]
- install ocamlgraph 2.2.0 [required by opam-core]
- install octavius 1.2.2 [required by ppx_js_style]
- install opam-core 2.1.6 [required by opam-format]
- install opam-file-format 2.2.0 [required by opam-format]
- install opam-format 2.1.6 [required by opam-repository]
- install opam-repository 2.1.6 [required by opam-state]
- install opam-state 2.1.6 [required by spectrum]
- install parsexp v0.16.0 [required by sexplib]
- install pcre 8.0.5 [required by spectrum]
- install pprint 20230830 [required by mazeppa]
- install ppx_blob 0.9.0 [required by mazeppa]
- install ppx_derivers 1.2.1 [required by ppxlib, ppx_deriving]
- install ppx_deriving 6.0.3 [required by mazeppa]
- install ppx_enumerate v0.16.0 [required by checked_oint]
- install ppx_js_style v0.16.0 [required by ppx_yojson_conv]
- install ppx_string_interpolation 1.1.0 [required by mazeppa]
- install ppx_yojson_conv v0.16.0 [required by mazeppa]
- install ppx_yojson_conv_lib v0.16.0 [required by ppx_yojson_conv]
- install ppxlib 0.35.0 [required by ppx_string_interpolation, bisect_ppx, ppx_blob, ppx_yojson_conv]
- install re 1.14.0 [required by alcotest]
- install sedlex 3.7 [required by ppx_string_interpolation]
- install seq base [required by gen]
- install sexplib v0.16.0 [required by dune-compiledb]
- install sexplib0 v0.16.0 [required by ppxlib]
- install spectrum 0.6.0 [required by mazeppa]
- install stdlib-shims 0.3.0 [required by alcotest]
- install topkg 1.1.1 [required by fmt, astring, uutf]
- install uutf 1.0.4 [required by alcotest]
- install yojson 3.0.0 [required by ppx_yojson_conv_lib]
The following system packages will first need to be installed:
pcre pkgconf
<><> 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
+ /opt/homebrew/bin/brew "install" "pcre" "pkgconf"
- ==> Fetching downloads for: pcre and pkgconf
- ✔︎ Bottle Manifest pcre (8.45)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle pcre (8.45)
- ✔︎ Bottle pkgconf (2.5.1)
- ==> Pouring pcre--8.45.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pcre/8.45: 205 files, 4.9MB
- ==> Running `brew cleanup pcre`...
- 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.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved bisect_ppx.2.8.3 (cached)
-> retrieved checked_oint.1.0.0 (cached)
-> retrieved clap.0.3.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved color.0.2.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> installed conf-libpcre.2
-> retrieved cstruct.6.2.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved dune-compiledb.0.6.0 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved gg.1.0.0 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> installed cmdliner.1.3.0
-> retrieved mazeppa.0.7.0 (https://github.com/hirrolot/mazeppa/releases/download/v0.7.0/mazeppa-0.7.0.tar.gz)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved octavius.1.2.2 (cached)
-> retrieved opam-core.2.1.6, opam-format.2.1.6, opam-repository.2.1.6, opam-state.2.1.6 (cached)
-> retrieved opam-file-format.2.2.0 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved pcre.8.0.5 (cached)
-> retrieved pprint.20230830 (cached)
-> retrieved ppx_blob.0.9.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_enumerate.v0.16.0 (cached)
-> retrieved ppx_js_style.v0.16.0 (cached)
-> retrieved ppx_string_interpolation.1.1.0 (cached)
-> retrieved ppx_yojson_conv.v0.16.0 (cached)
-> retrieved ppx_yojson_conv_lib.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved spectrum.0.6.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed gg.1.0.0
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> installed color.0.2.0
-> installed csexp.1.5.2
-> installed clap.0.3.0
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed menhirCST.20250912
-> installed gen.1.1
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed hex.1.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed pprint.20230830
-> installed octavius.1.2.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.20.2
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed ocamlgraph.2.2.0
-> installed ppx_yojson_conv_lib.v0.16.0
-> installed parsexp.v0.16.0
-> installed alcotest.1.9.1
-> installed sexplib.v0.16.0
-> installed dune-compiledb.0.6.0
-> installed pcre.8.0.5
-> installed base.v0.16.4
-> installed opam-core.2.1.6
-> installed menhir.20250912
-> installed opam-file-format.2.2.0
-> installed ppxlib.0.35.0
-> installed ppx_blob.0.9.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_js_style.v0.16.0
-> installed bisect_ppx.2.8.3
-> installed sedlex.3.7
-> installed ppx_deriving.6.0.3
-> installed ppx_yojson_conv.v0.16.0
-> installed ppx_string_interpolation.1.1.0
-> installed checked_oint.1.0.0
-> installed opam-format.2.1.6
-> installed opam-repository.2.1.6
-> installed opam-state.2.1.6
-> installed spectrum.0.6.0
-> installed mazeppa.0.7.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-22 12:53.32 ---> using "033f1e2bebc1fce859bc7e284fa5f2722c40d579c776e151fc2938275b207ee7" from cache
/: (run (network host)
(shell "(opam reinstall --with-test mazeppa.0.7.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile mazeppa 0.7.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed mazeppa.0.7.0
-> installed mazeppa.0.7.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-22 12:53.38 ---> saved as "9107d7cd72a473812be2f6347ae19fa86d7fed5c69e48db5bc7d5bd04ea2d8af"
/: (run (shell "opam reinstall --with-test --verbose mazeppa.0.7.0;\
\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\" != 'mazeppa.0.7.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile mazeppa 0.7.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [mazeppa: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mazeppa" "-j" "7" "@install" "@runtest" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/mazeppa.0.7.0)
- (cd _build/default/test && ./test_mazeppa.exe)
- Testing `Mazeppa'.
- This run has ID `7EOVV2XB'.
-
- [OK] Print constants 0 Tests.
- [OK] Term classification 0 Tests.
- [OK] Term redex signatures 0 Tests.
- [OK] Term substitution 0 Tests.
- [OK] Term instances 0 Tests.
- [OK] Term renamings 0 Tests.
- [OK] MSG 0 Tests.
- [OK] Homeomorphic embedding 0 Tests.
- [OK] Raw program errors 0 Tests.
- [OK] Supercompilation 0 Tests.
- [OK] Freshen variables 0 Tests.
- [OK] Freshen variables in rules 0 Tests.
- [OK] Evaluation 0 Tests.
- [OK] Evaluation errors 0 Tests.
- [OK] Lazy evaluation 0 Tests.
-
- Full test results in `~/.opam/4.14.2/.opam-switch/build/mazeppa.0.7.0/_build/default/test/_build/_tests/Mazeppa'.
- Test Successful in 0.114s. 15 tests run.
-> compiled mazeppa.0.7.0
-> removed mazeppa.0.7.0
-> installed mazeppa.0.7.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-22 12:53.43 ---> saved as "939571fd1d7f33043a6db8ff4e4c63ab63926da031076c08c2b48b19e4e6b479"
Job succeeded
2025-11-22 12:53.52: Job succeeded