- github
- ocaml
- opam-repository
- e61292
- macos,macos-homebrew-ocaml-4.14-arm64,gendarme-toml.0.4.1
(not at the head of any monitored branch or PR)
2026-03-20 14:10.45: New job: build gendarme-toml.0.4.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29566/head (e61292316e671dff4d23c1c4ff6c8357b7b78765)
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/29566/head" && git reset --hard e6129231
git fetch origin master
git merge --no-edit 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef
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 gendarme-toml.0.4.1 0.4.1
RUN opam reinstall gendarme-toml.0.4.1; \
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" != 'gendarme-toml.0.4.1' && 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-20 14:10.45: Using cache hint "macos-homebrew-ocaml-4.14-gendarme-toml.0.4.1-e61292316e671dff4d23c1c4ff6c8357b7b78765"
2026-03-20 14:10.45: 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 gendarme-toml.0.4.1 0.4.1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall gendarme-toml.0.4.1;\
\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\" != 'gendarme-toml.0.4.1' && 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-20 14:10.45: Waiting for resource in pool OCluster
2026-03-20 14:10.47: Waiting for worker…
2026-03-20 14:21.27: Got resource from pool OCluster
Building on m1-worker-04
All commits already cached
Updating files: 66% (12400/18514)
Updating files: 67% (12405/18514)
Updating files: 68% (12590/18514)
Updating files: 69% (12775/18514)
Updating files: 70% (12960/18514)
Updating files: 71% (13145/18514)
Updating files: 72% (13331/18514)
Updating files: 73% (13516/18514)
Updating files: 74% (13701/18514)
Updating files: 75% (13886/18514)
Updating files: 76% (14071/18514)
Updating files: 77% (14256/18514)
Updating files: 78% (14441/18514)
Updating files: 79% (14627/18514)
Updating files: 80% (14812/18514)
Updating files: 81% (14997/18514)
Updating files: 82% (15182/18514)
Updating files: 83% (15367/18514)
Updating files: 84% (15552/18514)
Updating files: 85% (15737/18514)
Updating files: 86% (15923/18514)
Updating files: 87% (16108/18514)
Updating files: 88% (16293/18514)
Updating files: 89% (16478/18514)
Updating files: 90% (16663/18514)
Updating files: 91% (16848/18514)
Updating files: 92% (17033/18514)
Updating files: 93% (17219/18514)
Updating files: 94% (17404/18514)
Updating files: 95% (17589/18514)
Updating files: 96% (17774/18514)
Updating files: 97% (17959/18514)
Updating files: 98% (18144/18514)
Updating files: 99% (18329/18514)
Updating files: 100% (18514/18514)
Updating files: 100% (18514/18514), done.
HEAD is now at 9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0
Updating 9f189ca4f9..e61292316e
Fast-forward
packages/gendarme-csv/gendarme-csv.0.4.1/opam | 38 ++++++++++++++++++
.../gendarme-ezjsonm/gendarme-ezjsonm.0.4.1/opam | 40 +++++++++++++++++++
packages/gendarme-json/gendarme-json.0.4.1/opam | 21 ++++++++++
packages/gendarme-toml/gendarme-toml.0.4.1/opam | 38 ++++++++++++++++++
packages/gendarme-yaml/gendarme-yaml.0.4.1/opam | 38 ++++++++++++++++++
.../gendarme-yojson/gendarme-yojson.0.4.1/opam | 39 ++++++++++++++++++
packages/gendarme/gendarme.0.4.1/opam | 37 +++++++++++++++++
packages/ppx_marshal/ppx_marshal.0.4.1/opam | 46 ++++++++++++++++++++++
.../ppx_marshal_ext/ppx_marshal_ext.0.4.1/opam | 40 +++++++++++++++++++
9 files changed, 337 insertions(+)
create mode 100644 packages/gendarme-csv/gendarme-csv.0.4.1/opam
create mode 100644 packages/gendarme-ezjsonm/gendarme-ezjsonm.0.4.1/opam
create mode 100644 packages/gendarme-json/gendarme-json.0.4.1/opam
create mode 100644 packages/gendarme-toml/gendarme-toml.0.4.1/opam
create mode 100644 packages/gendarme-yaml/gendarme-yaml.0.4.1/opam
create mode 100644 packages/gendarme-yojson/gendarme-yojson.0.4.1/opam
create mode 100644 packages/gendarme/gendarme.0.4.1/opam
create mode 100644 packages/ppx_marshal/ppx_marshal.0.4.1/opam
create mode 100644 packages/ppx_marshal_ext/ppx_marshal_ext.0.4.1/opam
(from macos-homebrew-ocaml-4.14)
2026-03-20 14:21.30 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-20 14:21.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
2026-03-20 14:21.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.5.0
# self-upgrade no
# system arch=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 7
# repositories 1 (version-controlled)
# pinned 0
# current-switch 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-03-20 14:21.30 ---> 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-03-20 14:21.30 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-20 14:21.31 ---> using "1751ee3d24f6af2c965656887385dbad6e95cb00bc156b6da1be78f44b98cfe1" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-20 14:21.31 ---> using "5d81b2b5823d5d5711765a7aceccac0b4c9ef2fb37fc1202580bec41410b855b" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:cef6f881f516d2cdbd0a5bfc7e20318da8b047cf2674ee27c5d4858d3ecd6430
- #=#=#
0.2%
0.6%
-
1.0%
1.3%
# 1.9%
# 2.5%
## 3.0%
## 3.3%
## 3.6%
## 3.8%
## 4.1%
-
### 4.5%
### 4.7%
### 5.1%
### 5.5%
#### 6.1%
#### 6.4%
#### 6.8%
##### 7.2%
##### 7.5%
##### 7.7%
##### 8.1%
-
##### 8.3%
###### 8.6%
###### 8.8%
###### 9.1%
###### 9.4%
###### 9.6%
####### 10.0%
####### 10.3%
####### 10.7%
####### 10.9%
-
######## 11.2%
######## 11.5%
######## 11.7%
######## 12.0%
######## 12.3%
######### 12.6%
######### 12.9%
######### 13.1%
######### 13.4%
######### 13.6%
########## 14.0%
-
########## 14.3%
########## 14.6%
########## 14.8%
########## 15.1%
########### 15.3%
########### 15.6%
########### 16.0%
########### 16.3%
########### 16.5%
############ 16.8%
############ 17.0%
-
############ 17.4%
############ 17.7%
############ 18.0%
############# 18.2%
############# 18.5%
############# 18.7%
############# 19.0%
############# 19.3%
############## 19.7%
############## 19.9%
############## 20.2%
-
############## 20.4%
############## 20.7%
############### 21.0%
############### 21.4%
############### 21.6%
############### 21.8%
############### 22.1%
################ 22.4%
################ 22.8%
################ 23.0%
################ 23.3%
################ 23.5%
-
################# 23.8%
################# 24.1%
################# 24.5%
################# 24.7%
################# 25.0%
################## 25.2%
################## 25.5%
################## 25.9%
################## 26.2%
################## 26.4%
-
################### 26.8%
################### 27.0%
################### 27.3%
################### 27.6%
#################### 27.8%
#################### 28.2%
#################### 28.5%
#################### 28.7%
#################### 29.0%
##################### 29.4%
-
##################### 29.6%
##################### 29.9%
##################### 30.2%
##################### 30.4%
###################### 30.7%
###################### 31.0%
###################### 31.3%
###################### 31.6%
###################### 31.8%
####################### 32.2%
####################### 32.5%
-
####################### 32.7%
####################### 33.0%
####################### 33.3%
######################## 33.7%
######################## 33.9%
######################## 34.3%
######################## 34.6%
######################### 35.0%
######################### 35.2%
######################### 35.5%
######################### 35.8%
-
######################### 36.0%
########################## 36.3%
########################## 36.5%
########################## 36.9%
########################## 37.2%
########################## 37.4%
########################### 37.7%
########################### 37.9%
########################### 38.2%
########################### 38.6%
########################### 38.9%
-
############################ 39.1%
############################ 39.4%
############################ 39.6%
############################ 40.0%
############################# 40.3%
############################# 40.6%
############################# 40.8%
############################# 41.1%
############################# 41.3%
############################# 41.6%
############################## 42.0%
-
############################## 42.2%
############################## 42.5%
############################## 42.7%
############################### 43.1%
############################### 43.4%
############################### 43.7%
############################### 43.9%
############################### 44.2%
############################### 44.4%
################################ 44.7%
################################ 45.1%
-
################################ 45.4%
################################ 45.6%
################################# 45.9%
################################# 46.3%
################################# 46.5%
################################# 46.8%
################################# 47.1%
################################## 47.4%
################################## 47.7%
################################## 47.9%
-
################################## 48.3%
################################### 48.7%
################################### 49.1%
################################### 49.5%
################################### 49.9%
#################################### 50.3%
#################################### 50.7%
#################################### 50.9%
#################################### 51.2%
##################################### 51.5%
##################################### 51.9%
-
##################################### 52.1%
##################################### 52.4%
##################################### 52.6%
###################################### 52.9%
###################################### 53.3%
###################################### 53.5%
###################################### 53.8%
###################################### 54.0%
####################################### 54.3%
####################################### 54.7%
####################################### 55.0%
-
####################################### 55.2%
####################################### 55.5%
######################################## 55.7%
######################################## 56.0%
######################################## 56.3%
######################################## 56.7%
######################################## 56.9%
######################################### 57.2%
######################################### 57.5%
######################################### 57.8%
-
######################################### 58.1%
######################################### 58.3%
########################################## 58.6%
########################################## 58.8%
########################################## 59.1%
########################################## 59.4%
########################################### 59.8%
########################################### 60.0%
########################################### 60.3%
########################################### 60.5%
########################################### 60.8%
-
########################################### 61.1%
############################################ 61.5%
############################################ 61.7%
############################################ 62.0%
############################################ 62.2%
############################################ 62.5%
############################################# 62.7%
############################################# 63.1%
############################################# 63.4%
############################################# 63.6%
############################################## 63.9%
-
############################################## 64.2%
############################################## 64.4%
############################################## 64.7%
############################################## 65.1%
############################################### 65.3%
############################################### 65.6%
############################################### 65.9%
############################################### 66.1%
############################################### 66.4%
############################################### 66.7%
################################################ 67.0%
-
################################################ 67.3%
################################################ 67.5%
################################################ 67.8%
################################################# 68.2%
################################################# 68.4%
################################################# 68.7%
################################################# 69.0%
################################################# 69.3%
################################################## 69.5%
################################################## 69.8%
################################################## 70.0%
-
################################################## 70.3%
################################################## 70.6%
################################################## 70.8%
################################################### 71.2%
################################################### 71.5%
################################################### 71.7%
################################################### 72.0%
#################################################### 72.3%
#################################################### 72.5%
#################################################### 72.8%
#################################################### 73.2%
-
#################################################### 73.4%
##################################################### 73.7%
##################################################### 74.1%
##################################################### 74.3%
##################################################### 74.6%
##################################################### 74.8%
###################################################### 75.1%
###################################################### 75.4%
###################################################### 75.6%
###################################################### 75.9%
###################################################### 76.2%
-
####################################################### 76.5%
####################################################### 76.8%
####################################################### 77.1%
####################################################### 77.3%
####################################################### 77.6%
######################################################## 77.9%
######################################################## 78.2%
######################################################## 78.5%
######################################################## 78.7%
######################################################## 79.1%
-
######################################################### 79.4%
######################################################### 79.6%
######################################################### 79.9%
######################################################### 80.2%
######################################################### 80.4%
########################################################## 80.8%
########################################################## 81.1%
########################################################## 81.3%
########################################################## 81.6%
########################################################## 81.9%
########################################################### 82.1%
-
########################################################### 82.5%
########################################################### 82.9%
########################################################### 83.1%
############################################################ 83.4%
############################################################ 83.7%
############################################################ 83.9%
############################################################ 84.2%
############################################################ 84.6%
############################################################# 84.9%
############################################################# 85.1%
-
############################################################# 85.4%
############################################################# 85.7%
############################################################# 86.0%
############################################################## 86.3%
############################################################## 86.6%
############################################################## 86.8%
############################################################## 87.1%
############################################################## 87.4%
############################################################### 87.6%
############################################################### 88.0%
############################################################### 88.3%
-
############################################################### 88.5%
############################################################### 88.8%
################################################################ 89.1%
################################################################ 89.4%
################################################################ 89.7%
################################################################ 89.9%
################################################################# 90.3%
################################################################# 90.6%
################################################################# 90.9%
################################################################# 91.1%
################################################################# 91.4%
-
################################################################# 91.6%
################################################################## 91.9%
################################################################## 92.3%
################################################################## 92.6%
################################################################## 92.8%
################################################################### 93.1%
################################################################### 93.3%
################################################################### 93.6%
################################################################### 93.9%
################################################################### 94.2%
#################################################################### 94.5%
-
#################################################################### 94.7%
#################################################################### 95.0%
#################################################################### 95.3%
#################################################################### 95.7%
##################################################################### 95.9%
##################################################################### 96.2%
##################################################################### 96.4%
##################################################################### 96.7%
##################################################################### 97.0%
###################################################################### 97.4%
###################################################################### 97.6%
-
###################################################################### 97.9%
###################################################################### 98.1%
###################################################################### 98.4%
####################################################################### 98.7%
####################################################################### 99.0%
####################################################################### 99.3%
####################################################################### 99.5%
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.1.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2026-03-20 14:21.31 ---> using "db3fac470867689cdd43235200122fa553f4daffeec4b11403716530dca45347" from cache
/: (run (shell "opam pin add -k version -yn gendarme-toml.0.4.1 0.4.1"))
gendarme-toml is now pinned to version 0.4.1
2026-03-20 14:21.33 ---> saved as "6bce74efe846aa9b1753967d24497f2ccba96246ea8c04c4fcf5cb6f8e83cfc9"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall gendarme-toml.0.4.1;\
\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\" != 'gendarme-toml.0.4.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
gendarme-toml.0.4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 16 packages
- install dune 3.21.1 [required by gendarme-toml]
- install gendarme 0.4.1 [required by ppx_marshal_ext]
- install gendarme-toml 0.4.1 (pinned)
- install ISO8601 0.2.6 [required by toml]
- install menhir 20260209 [required by toml]
- 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.12.4 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_marshal_ext 0.4.1 [required by gendarme-toml]
- install ppxlib 0.37.0 [required by ppx_marshal_ext]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install toml 7.1.0 [required by gendarme-toml]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.1 (cached)
-> retrieved gendarme.0.4.1, gendarme-toml.0.4.1, ppx_marshal_ext.0.4.1 (cached)
-> retrieved ISO8601.0.2.6 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved toml.7.1.0 (cached)
-> installed dune.3.21.1
-> installed menhirCST.20260209
-> installed ISO8601.0.2.6
[ERROR] The compilation of gendarme.0.4.1 failed at "dune build -p gendarme -j 7 @install".
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed menhir.20260209
-> installed toml.7.1.0
-> installed ppxlib.0.37.0
#=== ERROR while compiling gendarme.0.4.1 =====================================#
# context 2.5.0 | macos/arm64 | ocaml-base-compiler.4.14.2 | file:///Users/mac1000/opam-repository
# path ~/.opam/4.14.2/.opam-switch/build/gendarme.0.4.1
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p gendarme -j 7 @install
# exit-code 1
# env-file ~/.opam/log/gendarme-47669-6f66a9.env
# output-file ~/.opam/log/gendarme-47669-6f66a9.out
### output ###
# File "ppx/dune", line 17, characters 16-33:
# 17 | (enabled_if (< %{version:ppxlib} 0.36))
# ^^^^^^^^^^^^^^^^^
# Error: Package "ppxlib" doesn't exist in the current project and isn't
# installed either.
# File "ppx/dune", line 25, characters 17-34:
# 25 | (enabled_if (>= %{version:ppxlib} 0.36))
# ^^^^^^^^^^^^^^^^^
# Error: Package "ppxlib" doesn't exist in the current project and isn't
# installed either.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build gendarme 0.4.1
+-
+- The following changes have been performed (the rest was aborted)
| - install dune 3.21.1
| - install ISO8601 0.2.6
| - install menhir 20260209
| - install menhirCST 20260209
| - install menhirGLR 20260209
| - install menhirLib 20260209
| - install menhirSdk 20260209
| - install ocaml-compiler-libs v0.12.4
| - install ppx_derivers 1.2.1
| - install ppxlib 0.37.0
| - install sexplib0 v0.17.0
| - install stdlib-shims 0.3.0
| - install toml 7.1.0
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/opt/homebrew/bin/opam switch import "/Users/mac1000/.opam/4.14.2/.opam-switch/backup/state-20260320142134.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
opam-repo-ci detected dependencies failing: gendarme.0.4.1
"/usr/bin/env" "bash" "-c" "opam reinstall gendarme-toml.0.4.1;
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" != 'gendarme-toml.0.4.1' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-03-20 14:22.46: Job failed: Failed: Build failed
2026-03-20 14:22.46: Log analysis:
2026-03-20 14:22.46: >>>
[ERROR] The compilation of gendarme.0.4.1 failed at "dune build -p gendarme -j 7 @install".
(score = 20)
2026-03-20 14:22.46: >>>
# Error: Package "ppxlib" doesn't exist in the current project and isn't
(score = 48)
2026-03-20 14:22.46: >>>
# Error: Package "ppxlib" doesn't exist in the current project and isn't
(score = 48)
2026-03-20 14:22.46: >>>
opam-repo-ci detected dependencies failing: gendarme.0.4.1
(score = 75)
2026-03-20 14:22.46: gendarme.0.4.1 failed to build