- github
- ocaml
- opam-repository
- 710097
- macos,macos-homebrew-ocaml-5.4-amd64,elpi.3.6.2,tests
(not at the head of any monitored branch or PR)
2026-03-18 13:42.24: New job: test elpi.3.6.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29558/head (710097a1b048881d8a70c503fd3a92b6b2b0f887)
on macos-homebrew-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29558/head" && git reset --hard 710097a1
git fetch origin master
git merge --no-edit 74d66d2cf829136a685389bbb8429d662a76164b
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 elpi.3.6.2 3.6.2
RUN opam reinstall elpi.3.6.2; \
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" != 'elpi.3.6.2' && 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 elpi.3.6.2) || true
RUN opam reinstall --with-test --verbose elpi.3.6.2; \
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" != 'elpi.3.6.2' && 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-18 13:42.24: Using cache hint "macos-homebrew-ocaml-5.4-elpi.3.6.2-710097a1b048881d8a70c503fd3a92b6b2b0f887"
2026-03-18 13:42.24: 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 elpi.3.6.2 3.6.2"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall elpi.3.6.2;\
\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\" != 'elpi.3.6.2' && 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 elpi.3.6.2) || true"))
(run (shell "opam reinstall --with-test --verbose elpi.3.6.2;\
\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\" != 'elpi.3.6.2' && 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-18 13:42.24: Waiting for resource in pool OCluster
2026-03-18 13:42.25: Waiting for worker…
2026-03-18 13:47.48: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files: 20% (3777/18483)
Updating files: 21% (3882/18483)
Updating files: 22% (4067/18483)
Updating files: 23% (4252/18483)
Updating files: 24% (4436/18483)
Updating files: 25% (4621/18483)
Updating files: 26% (4806/18483)
Updating files: 27% (4991/18483)
Updating files: 28% (5176/18483)
Updating files: 29% (5361/18483)
Updating files: 30% (5545/18483)
Updating files: 31% (5730/18483)
Updating files: 32% (5915/18483)
Updating files: 33% (6100/18483)
Updating files: 34% (6285/18483)
Updating files: 35% (6470/18483)
Updating files: 36% (6654/18483)
Updating files: 37% (6839/18483)
Updating files: 38% (7024/18483)
Updating files: 39% (7209/18483)
Updating files: 40% (7394/18483)
Updating files: 41% (7579/18483)
Updating files: 42% (7763/18483)
Updating files: 43% (7948/18483)
Updating files: 44% (8133/18483)
Updating files: 44% (8305/18483)
Updating files: 45% (8318/18483)
Updating files: 46% (8503/18483)
Updating files: 47% (8688/18483)
Updating files: 48% (8872/18483)
Updating files: 49% (9057/18483)
Updating files: 50% (9242/18483)
Updating files: 51% (9427/18483)
Updating files: 52% (9612/18483)
Updating files: 53% (9796/18483)
Updating files: 54% (9981/18483)
Updating files: 55% (10166/18483)
Updating files: 56% (10351/18483)
Updating files: 57% (10536/18483)
Updating files: 58% (10721/18483)
Updating files: 59% (10905/18483)
Updating files: 60% (11090/18483)
Updating files: 61% (11275/18483)
Updating files: 62% (11460/18483)
Updating files: 63% (11645/18483)
Updating files: 64% (11830/18483)
Updating files: 65% (12014/18483)
Updating files: 66% (12199/18483)
Updating files: 67% (12384/18483)
Updating files: 68% (12569/18483)
Updating files: 69% (12754/18483)
Updating files: 70% (12939/18483)
Updating files: 70% (13037/18483)
Updating files: 71% (13123/18483)
Updating files: 72% (13308/18483)
Updating files: 73% (13493/18483)
Updating files: 74% (13678/18483)
Updating files: 75% (13863/18483)
Updating files: 76% (14048/18483)
Updating files: 77% (14232/18483)
Updating files: 78% (14417/18483)
Updating files: 79% (14602/18483)
Updating files: 80% (14787/18483)
Updating files: 81% (14972/18483)
Updating files: 82% (15157/18483)
Updating files: 83% (15341/18483)
Updating files: 84% (15526/18483)
Updating files: 85% (15711/18483)
Updating files: 86% (15896/18483)
Updating files: 87% (16081/18483)
Updating files: 88% (16266/18483)
Updating files: 89% (16450/18483)
Updating files: 90% (16635/18483)
Updating files: 91% (16820/18483)
Updating files: 92% (17005/18483)
Updating files: 93% (17190/18483)
Updating files: 94% (17375/18483)
Updating files: 95% (17559/18483)
Updating files: 95% (17718/18483)
Updating files: 96% (17744/18483)
Updating files: 97% (17929/18483)
Updating files: 98% (18114/18483)
Updating files: 99% (18299/18483)
Updating files: 100% (18483/18483)
Updating files: 100% (18483/18483), done.
HEAD is now at 74d66d2cf8 Merge pull request #29553 from Julow/release-ocamlformat-0.29.0
Updating 74d66d2cf8..710097a1b0
Fast-forward
packages/elpi/elpi.3.6.2/opam | 92 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 92 insertions(+)
create mode 100644 packages/elpi/elpi.3.6.2/opam
(from macos-homebrew-ocaml-5.4)
2026-03-18 13:47.52 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-18 13:47.52 ---> 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-18 13:47.52 ---> 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=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 11
# repositories 1 (version-controlled)
# pinned 0
# current-switch 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-03-18 13:47.53 ---> 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-18 13:47.53 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-18 13:47.55 ---> using "2b11acd03f202e325c7fc2d269cb7fc9f40d30369553f419c16938ca4f1cb9d0" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-18 13:47.55 ---> using "7e76ec84b6a27411e0d18b335d05e8e6e34e910b266c410f63958e0a960c70ac" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:e4f27cef5f72bf7a99c748c0650fe3718fe661a56960dedaeec9c2c98de1d3bc
- #=#=#
0.1%
0.5%
-
# 1.6%
# 2.1%
# 2.5%
## 2.8%
## 3.0%
## 3.3%
## 3.6%
## 3.9%
## 4.1%
-
### 4.4%
### 4.7%
### 4.9%
### 5.2%
### 5.5%
#### 5.7%
#### 6.0%
#### 6.3%
#### 6.6%
#### 6.7%
-
#### 6.9%
##### 7.2%
##### 7.3%
##### 7.6%
##### 7.7%
##### 8.0%
##### 8.3%
###### 8.4%
###### 8.7%
###### 8.8%
###### 9.1%
-
###### 9.3%
###### 9.5%
####### 9.8%
####### 10.0%
####### 10.2%
####### 10.4%
####### 10.6%
####### 10.8%
####### 11.1%
######## 11.2%
######## 11.5%
-
######## 11.7%
######## 11.9%
######## 12.1%
######## 12.4%
######### 12.5%
######### 12.8%
######### 12.9%
######### 13.2%
######### 13.5%
######### 13.6%
-
########## 13.9%
########## 14.0%
########## 14.3%
########## 14.6%
########## 14.7%
########## 14.8%
########## 15.1%
########### 15.4%
########### 15.5%
########### 15.8%
########### 15.9%
-
########### 16.2%
########### 16.5%
########### 16.5%
############ 16.8%
############ 16.9%
############ 17.1%
############ 17.4%
############ 17.5%
############ 17.6%
############ 17.9%
-
############ 18.0%
############# 18.2%
############# 18.5%
############# 18.6%
############# 18.7%
############# 19.0%
############# 19.1%
############# 19.3%
############## 19.5%
############## 19.7%
-
############## 19.9%
############## 20.1%
############## 20.2%
############## 20.5%
############## 20.6%
############## 20.8%
############### 21.0%
############### 21.2%
############### 21.3%
############### 21.6%
############### 21.7%
-
############### 21.8%
############### 22.1%
################ 22.2%
################ 22.4%
################ 22.6%
################ 22.8%
################ 22.9%
################ 23.2%
################ 23.3%
################ 23.5%
-
################# 23.7%
################# 23.8%
################# 24.0%
################# 24.2%
################# 24.4%
################# 24.5%
################# 24.8%
################# 24.9%
################## 25.0%
################## 25.3%
################## 25.4%
-
################## 25.7%
################## 25.8%
################## 26.0%
################## 26.2%
################## 26.4%
################### 26.5%
################### 26.7%
################### 26.9%
################### 27.1%
################### 27.2%
-
################### 27.5%
################### 27.6%
################### 27.7%
#################### 28.0%
#################### 28.1%
#################### 28.4%
#################### 28.5%
#################### 28.6%
#################### 28.8%
#################### 29.0%
-
##################### 29.3%
##################### 29.4%
##################### 29.7%
##################### 29.8%
##################### 30.1%
##################### 30.4%
##################### 30.5%
###################### 30.8%
###################### 30.9%
###################### 31.2%
-
###################### 31.5%
###################### 31.6%
###################### 31.7%
####################### 32.0%
####################### 32.1%
####################### 32.4%
####################### 32.5%
####################### 32.8%
####################### 33.0%
####################### 33.3%
######################## 33.4%
-
######################## 33.7%
######################## 33.8%
######################## 34.1%
######################## 34.4%
######################## 34.5%
######################### 34.8%
######################### 35.0%
######################### 35.1%
######################### 35.2%
######################### 35.4%
######################### 35.6%
-
######################### 35.8%
######################### 35.9%
########################## 36.2%
########################## 36.3%
########################## 36.6%
########################## 36.7%
########################## 37.0%
########################## 37.3%
########################## 37.4%
########################### 37.7%
########################### 37.8%
-
########################### 38.1%
########################### 38.3%
########################### 38.5%
########################### 38.7%
############################ 39.0%
############################ 39.1%
############################ 39.4%
############################ 39.6%
############################ 39.8%
############################ 40.0%
-
############################ 40.2%
############################# 40.4%
############################# 40.7%
############################# 40.9%
############################# 41.1%
############################# 41.4%
############################# 41.5%
############################## 41.8%
############################## 42.1%
############################## 42.2%
############################## 42.5%
-
############################## 42.7%
############################## 42.9%
############################### 43.1%
############################### 43.4%
############################### 43.5%
############################### 43.8%
############################### 44.1%
############################### 44.2%
################################ 44.5%
################################ 44.7%
-
################################ 45.0%
################################ 45.1%
################################ 45.4%
################################ 45.7%
################################# 45.9%
################################# 46.1%
################################# 46.3%
################################# 46.6%
################################# 46.7%
################################# 47.0%
################################# 47.1%
-
################################## 47.4%
################################## 47.7%
################################## 47.8%
################################## 48.1%
################################## 48.4%
################################## 48.5%
################################### 48.9%
################################### 49.2%
################################### 49.4%
################################### 49.7%
-
#################################### 50.1%
#################################### 50.5%
#################################### 50.9%
#################################### 51.3%
##################################### 51.7%
##################################### 52.2%
##################################### 52.6%
###################################### 53.0%
###################################### 53.4%
###################################### 53.8%
####################################### 54.4%
-
####################################### 54.7%
####################################### 54.9%
####################################### 55.3%
######################################## 55.6%
######################################## 55.8%
######################################## 56.2%
######################################## 56.5%
######################################## 56.8%
######################################### 57.0%
######################################### 57.3%
######################################### 57.6%
-
######################################### 58.0%
######################################### 58.3%
########################################## 58.5%
########################################## 58.8%
########################################## 59.1%
########################################## 59.3%
########################################## 59.6%
########################################### 60.0%
########################################### 60.3%
########################################### 60.5%
########################################### 60.9%
-
############################################ 61.2%
############################################ 61.5%
############################################ 61.7%
############################################ 62.0%
############################################ 62.3%
############################################# 62.7%
############################################# 62.9%
############################################# 63.2%
############################################# 63.5%
############################################# 63.7%
############################################## 64.0%
-
############################################## 64.4%
############################################## 64.7%
############################################## 65.0%
############################################## 65.2%
############################################### 65.5%
############################################### 65.9%
############################################### 66.1%
############################################### 66.4%
################################################ 66.7%
################################################ 66.9%
-
################################################ 67.3%
################################################ 67.6%
################################################ 67.9%
################################################# 68.2%
################################################# 68.4%
################################################# 68.7%
################################################# 69.1%
################################################# 69.4%
################################################## 69.6%
################################################## 69.9%
################################################## 70.2%
-
################################################## 70.4%
################################################## 70.7%
################################################### 71.0%
################################################### 71.4%
################################################### 71.7%
################################################### 71.9%
################################################### 72.2%
#################################################### 72.4%
#################################################### 72.7%
#################################################### 73.1%
#################################################### 73.4%
-
##################################################### 73.6%
##################################################### 73.9%
##################################################### 74.2%
##################################################### 74.5%
##################################################### 74.7%
###################################################### 75.1%
###################################################### 75.4%
###################################################### 75.7%
###################################################### 75.9%
###################################################### 76.2%
-
####################################################### 76.6%
####################################################### 77.0%
####################################################### 77.4%
######################################################## 77.8%
######################################################## 78.3%
######################################################## 78.7%
######################################################## 79.1%
######################################################### 79.5%
######################################################### 80.1%
######################################################### 80.5%
########################################################## 80.9%
-
########################################################## 81.3%
########################################################## 81.8%
########################################################### 82.2%
########################################################### 82.6%
########################################################### 83.0%
############################################################ 83.4%
############################################################ 83.9%
############################################################ 84.3%
############################################################# 84.8%
############################################################# 85.2%
############################################################# 85.6%
-
############################################################# 86.1%
############################################################## 86.5%
############################################################## 86.9%
############################################################## 87.4%
############################################################### 87.8%
############################################################### 88.3%
############################################################### 88.7%
################################################################ 89.1%
################################################################ 89.6%
################################################################ 90.0%
-
################################################################# 90.4%
################################################################# 90.8%
################################################################# 91.2%
################################################################## 91.8%
################################################################## 92.2%
################################################################## 92.6%
################################################################### 93.1%
################################################################### 93.5%
################################################################### 94.0%
################################################################### 94.4%
#################################################################### 95.0%
-
#################################################################### 95.4%
#################################################################### 95.8%
##################################################################### 96.2%
##################################################################### 96.6%
##################################################################### 97.0%
###################################################################### 97.4%
###################################################################### 97.9%
###################################################################### 98.3%
####################################################################### 98.7%
####################################################################### 99.1%
####################################################################### 99.4%
-
####################################################################### 99.6%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.1.catalina.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2026-03-18 13:47.55 ---> using "cb7a6129a49db2761d97b2ba96278096674fa299a976415f5c45d8e552e00f8c" from cache
/: (run (shell "opam pin add -k version -yn elpi.3.6.2 3.6.2"))
elpi is now pinned to version 3.6.2
2026-03-18 13:47.55 ---> using "f89b5ef66424423aef1bbdb468415e0fb6a27bb7ea914e7971b5580f40ae9563" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall elpi.3.6.2;\
\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\" != 'elpi.3.6.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
elpi.3.6.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 31 packages
- install atd 4.0.0 [required by atdgen, atdts]
- install atdgen 4.0.0 [required by elpi]
- install atdgen-runtime 4.0.0 [required by atdgen]
- install atdts 4.0.0 [required by elpi]
- install base v0.17.3 [required by ppx_optcomp]
- install biniou 1.2.2 [required by atdgen]
- install camlp-streams 5.0.1 [required by biniou]
- install cmdliner 2.1.0 [required by atdts]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.1 [required by elpi]
- install dune-configurator 3.21.1 [required by base]
- install easy-format 1.3.4 [required by atd]
- install elpi 3.6.2 (pinned)
- install menhir 20260209 [required by elpi]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlfind 1.9.8 [required by ppx_deriving]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by elpi]
- install ppx_optcomp v0.17.1 [required by elpi]
- install ppxlib 0.37.0 [required by elpi]
- install re 1.14.0 [required by elpi]
- install sexplib0 v0.17.0 [required by ppxlib, base]
- install stdio v0.17.0 [required by ppx_optcomp]
- install stdlib-shims 0.3.0 [required by elpi]
- install yojson 3.0.0 [required by atdgen]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved atd.4.0.0, atdgen.4.0.0, atdgen-runtime.4.0.0, atdts.4.0.0 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved biniou.1.2.2 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved easy-format.1.3.4 (cached)
-> installed cmdliner.2.1.0
-> retrieved elpi.3.6.2 (https://github.com/LPCIC/elpi/releases/download/v3.6.2/elpi-3.6.2.tbz)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.21.1
-> installed easy-format.1.3.4
-> installed csexp.1.5.2
-> installed menhirCST.20260209
-> installed sexplib0.v0.17.0
-> installed re.1.14.0
-> installed ppx_derivers.1.2.1
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed menhirSdk.20260209
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed stdlib-shims.0.3.0
-> installed cppo.1.8.0
-> installed camlp-streams.5.0.1
-> installed yojson.3.0.0
-> installed dune-configurator.3.21.1
-> installed biniou.1.2.2
-> installed atdgen-runtime.4.0.0
-> installed base.v0.17.3
-> installed menhir.20260209
-> installed stdio.v0.17.0
-> installed atd.4.0.0
-> installed atdts.4.0.0
-> installed atdgen.4.0.0
-> installed ppxlib.0.37.0
-> installed ppx_optcomp.v0.17.1
-> installed ppx_deriving.6.1.1
-> installed elpi.3.6.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-18 13:47.55 ---> using "6b5e12e930bac39bc198aa32a50bdddff970eca60e1f7f14f250864064d6dfdd" from cache
/: (run (network host)
(shell "(opam reinstall --with-test elpi.3.6.2) || true"))
The following actions will be performed:
=== downgrade 1 package
- downgrade cmdliner 2.1.0 to 1.3.0 [required by elpi]
=== recompile 4 packages
- recompile atd 4.0.0 [uses cmdliner]
- recompile atdgen 4.0.0 [uses atd]
- recompile atdts 4.0.0 [uses cmdliner]
- recompile elpi 3.6.2 (pinned)
=== install 5 packages
- install ANSITerminal 0.8.5 [required by elpi]
- install base-bytes base [required by ANSITerminal]
- install conf-time 1 [required by elpi]
- install conf-which 1 [required by conf-time]
- install fileutils 0.6.6 [required by elpi]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ANSITerminal.0.8.5 (https://github.com/Chris00/ANSITerminal/releases/download/0.8.5/ANSITerminal-0.8.5.tbz)
-> retrieved atd.4.0.0, atdgen.4.0.0, atdts.4.0.0 (https://github.com/ahrefs/atd/releases/download/4.0.0/atd-4.0.0.tbz)
-> installed base-bytes.base
-> retrieved cmdliner.1.3.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz)
-> installed conf-which.1
-> installed conf-time.1
-> retrieved fileutils.0.6.6 (https://github.com/gildor478/ocaml-fileutils/releases/download/v0.6.6/fileutils-0.6.6.tbz)
-> installed ANSITerminal.0.8.5
-> installed fileutils.0.6.6
-> removed elpi.3.6.2
-> removed atdgen.4.0.0
-> removed atdts.4.0.0
-> removed atd.4.0.0
-> removed cmdliner.2.1.0
-> installed cmdliner.1.3.0
-> installed atd.4.0.0
-> installed atdts.4.0.0
-> installed atdgen.4.0.0
-> installed elpi.3.6.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-18 13:48.31 ---> saved as "b4a6d10e100d489fc26f72a6b8cb9d5133bab6d4353ea3089a580ba9654162c8"
/: (run (shell "opam reinstall --with-test --verbose elpi.3.6.2;\
\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\" != 'elpi.3.6.2' && 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 elpi 3.6.2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [elpi: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "elpi" "-j" "11" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/elpi.3.6.2)
- (cd _build/default/src/parser && /Users/mac1000/.opam/5.4.0/bin/menhir tokens.mly grammar.mly token_precedence.mly --base grammar --compile-errors error_messages.txt) > _build/default/src/parser/error_messages.ml
- Warning: one state has shift/reduce conflicts.
- Warning: 17 shift/reduce conflicts were arbitrarily resolved.
- Read 384 sample input sentences and 41 error messages.
- (cd _build/default/src && /Users/mac1000/.opam/5.4.0/bin/atdgen -o trace_atd -j-std trace.atd)
- Warning: option "-j-std" is deprecated.
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I trace/runtime/.trace_ppx_runtime.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/re -cmi-file trace/runtime/.trace_ppx_runtime.objs/byte/trace_ppx_runtime__Runtime.cmi -no-alias-deps -open Trace_ppx_runtime -o trace/runtime/.trace_ppx_runtime.objs/byte/trace_ppx_runtime__Runtime.cmo -c -impl trace/runtime/runtime.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -g -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -I /Users/mac1000/.opam/5.4.0/lib/re -cmi-file trace/runtime/.trace_ppx_runtime.objs/byte/trace_ppx_runtime__Runtime.cmi -no-alias-deps -open Trace_ppx_runtime -o trace/runtime/.trace_ppx_runtime.objs/native/trace_ppx_runtime__Runtime.cmx -c -impl trace/runtime/runtime.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/menhir --external-tokens Elpi_lexer_config.Tokens --table src/parser/grammar.mly src/parser/tokens.mly src/parser/token_precedence.mly --base src/parser/grammar --infer-read-reply src/parser/grammar__mock.mli.inferred)
- Warning: one state has shift/reduce conflicts.
- Warning: 17 shift/reduce conflicts were arbitrarily resolved.
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/parser/.elpi_parser.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/menhirLib -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/re/str -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I src/parser/.elpi_lexer_config.objs/byte -I src/utils/.elpi_util.objs/byte -cmi-file src/parser/.elpi_parser.objs/byte/elpi_parser__Grammar.cmi -no-alias-deps -open Elpi_parser -o src/parser/.elpi_parser.objs/byte/elpi_parser__Grammar.cmo -c -impl src/parser/grammar.ml)
- File "src/parser/grammar.ml", line 1059, characters 14-18:
- 1059 | let bind : unit = Obj.magic bind in
- ^^^^
- Warning 26 [unused-var]: unused variable bind.
-
- File "src/parser/grammar.ml", line 1106, characters 14-18:
- 1106 | let bind : unit = Obj.magic bind in
- ^^^^
- Warning 26 [unused-var]: unused variable bind.
-
- File "src/parser/grammar.ml", line 1143, characters 14-18:
- 1143 | let bind : unit = Obj.magic bind in
- ^^^^
- Warning 26 [unused-var]: unused variable bind.
-
- File "src/parser/grammar.ml", line 1511, characters 14-15:
- 1511 | let v : unit = Obj.magic v in
- ^
- Warning 26 [unused-var]: unused variable v.
-
- File "src/parser/grammar.ml", line 1641, characters 14-16:
- 1641 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
-
- File "src/parser/grammar.ml", line 1686, characters 14-16:
- 1686 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
-
- File "src/parser/grammar.ml", line 4045, characters 14-15:
- 4045 | let a : unit = Obj.magic a in
- ^
- Warning 26 [unused-var]: unused variable a.
-
- File "src/parser/grammar.ml", line 4166, characters 14-15:
- 4166 | let l : unit = Obj.magic l in
- ^
- Warning 26 [unused-var]: unused variable l.
-
- File "src/parser/grammar.ml", line 5284, characters 14-15:
- 5284 | let l : (Ast.Func.t list) = Obj.magic l in
- ^
- Warning 26 [unused-var]: unused variable l.
-
- File "src/parser/grammar.ml", line 5360, characters 14-15:
- 5360 | let f : (Elpi_lexer_config.Lexer_config.fixity * Ast.Func.t * int * Ast.Loc.t) = Obj.magic f in
- ^
- Warning 26 [unused-var]: unused variable f.
-
- File "src/parser/grammar.ml", line 7990, characters 14-15:
- 7990 | let x : unit = Obj.magic x in
- ^
- Warning 26 [unused-var]: unused variable x.
-
- File "src/parser/grammar.ml", line 8157, characters 14-15:
- 8157 | let r : unit = Obj.magic r in
- ^
- Warning 26 [unused-var]: unused variable r.
-
- File "src/parser/grammar.ml", line 10436, characters 14-16:
- 10436 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
-
- File "src/parser/grammar.ml", line 10481, characters 14-16:
- 10481 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
-
- File "src/parser/grammar.ml", line 12833, characters 14-16:
- 12833 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
-
- File "src/parser/grammar.ml", line 12878, characters 14-16:
- 12878 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -g -I src/parser/.elpi_parser.objs/byte -I src/parser/.elpi_parser.objs/native -I /Users/mac1000/.opam/5.4.0/lib/menhirLib -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/re/str -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I src/parser/.elpi_lexer_config.objs/byte -I src/parser/.elpi_lexer_config.objs/native -I src/utils/.elpi_util.objs/byte -I src/utils/.elpi_util.objs/native -cmi-file src/parser/.elpi_parser.objs/byte/elpi_parser__Grammar.cmi -no-alias-deps -open Elpi_parser -o src/parser/.elpi_parser.objs/native/elpi_parser__Grammar.cmx -c -impl src/parser/grammar.ml)
- File "src/parser/grammar.ml", line 1059, characters 14-18:
- 1059 | let bind : unit = Obj.magic bind in
- ^^^^
- Warning 26 [unused-var]: unused variable bind.
-
- File "src/parser/grammar.ml", line 1106, characters 14-18:
- 1106 | let bind : unit = Obj.magic bind in
- ^^^^
- Warning 26 [unused-var]: unused variable bind.
-
- File "src/parser/grammar.ml", line 1143, characters 14-18:
- 1143 | let bind : unit = Obj.magic bind in
- ^^^^
- Warning 26 [unused-var]: unused variable bind.
-
- File "src/parser/grammar.ml", line 1511, characters 14-15:
- 1511 | let v : unit = Obj.magic v in
- ^
- Warning 26 [unused-var]: unused variable v.
-
- File "src/parser/grammar.ml", line 1641, characters 14-16:
- 1641 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
-
- File "src/parser/grammar.ml", line 1686, characters 14-16:
- 1686 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
-
- File "src/parser/grammar.ml", line 4045, characters 14-15:
- 4045 | let a : unit = Obj.magic a in
- ^
- Warning 26 [unused-var]: unused variable a.
-
- File "src/parser/grammar.ml", line 4166, characters 14-15:
- 4166 | let l : unit = Obj.magic l in
- ^
- Warning 26 [unused-var]: unused variable l.
-
- File "src/parser/grammar.ml", line 5284, characters 14-15:
- 5284 | let l : (Ast.Func.t list) = Obj.magic l in
- ^
- Warning 26 [unused-var]: unused variable l.
-
- File "src/parser/grammar.ml", line 5360, characters 14-15:
- 5360 | let f : (Elpi_lexer_config.Lexer_config.fixity * Ast.Func.t * int * Ast.Loc.t) = Obj.magic f in
- ^
- Warning 26 [unused-var]: unused variable f.
-
- File "src/parser/grammar.ml", line 7990, characters 14-15:
- 7990 | let x : unit = Obj.magic x in
- ^
- Warning 26 [unused-var]: unused variable x.
-
- File "src/parser/grammar.ml", line 8157, characters 14-15:
- 8157 | let r : unit = Obj.magic r in
- ^
- Warning 26 [unused-var]: unused variable r.
-
- File "src/parser/grammar.ml", line 10436, characters 14-16:
- 10436 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
-
- File "src/parser/grammar.ml", line 10481, characters 14-16:
- 10481 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
-
- File "src/parser/grammar.ml", line 12833, characters 14-16:
- 12833 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
-
- File "src/parser/grammar.ml", line 12878, characters 14-16:
- 12878 | let hd : unit = Obj.magic hd in
- ^^
- Warning 26 [unused-var]: unused variable hd.
-> compiled elpi.3.6.2
-> removed elpi.3.6.2
-> installed elpi.3.6.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-18 13:48.47 ---> saved as "c5d2a3f1c911f9ce2bd826b728194d7d661da6d49ade778bbb83cd8761184169"
Job succeeded
2026-03-18 13:49.01: Job succeeded