(for PR #29402)
2026-02-16 02:23.12: New job: build shibboleth.0.0.5, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29402/head (2ddeadc17128da5d11a0827bd0757076bc84995b)
on macos-homebrew-ocaml-5.4/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29402/head" && git reset --hard 2ddeadc1
git fetch origin master
git merge --no-edit 66fe1c299d8a0fe922268a88a05ccf4bee097900
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 shibboleth.0.0.5 0.0.5
RUN opam reinstall shibboleth.0.0.5; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'shibboleth.0.0.5' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-02-16 02:23.12: Using cache hint "macos-homebrew-ocaml-5.4-shibboleth.0.0.5-2ddeadc17128da5d11a0827bd0757076bc84995b"
2026-02-16 02:23.12: 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 shibboleth.0.0.5 0.0.5"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall shibboleth.0.0.5;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'shibboleth.0.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-16 02:23.12: Waiting for resource in pool OCluster
2026-02-16 02:23.12: Waiting for worker…
2026-02-16 02:24.55: Got resource from pool OCluster
Building on m1-worker-01
Updating files: 61% (11259/18214)
Updating files: 62% (11293/18214)
Updating files: 63% (11475/18214)
Updating files: 64% (11657/18214)
Updating files: 65% (11840/18214)
Updating files: 66% (12022/18214)
Updating files: 67% (12204/18214)
Updating files: 68% (12386/18214)
Updating files: 69% (12568/18214)
Updating files: 70% (12750/18214)
Updating files: 71% (12932/18214)
Updating files: 72% (13115/18214)
Updating files: 73% (13297/18214)
Updating files: 74% (13479/18214)
Updating files: 75% (13661/18214)
Updating files: 76% (13843/18214)
Updating files: 77% (14025/18214)
Updating files: 78% (14207/18214)
Updating files: 79% (14390/18214)
Updating files: 80% (14572/18214)
Updating files: 81% (14754/18214)
Updating files: 82% (14936/18214)
Updating files: 83% (15118/18214)
Updating files: 84% (15300/18214)
Updating files: 85% (15482/18214)
Updating files: 86% (15665/18214)
Updating files: 87% (15847/18214)
Updating files: 88% (16029/18214)
Updating files: 89% (16211/18214)
Updating files: 90% (16393/18214)
Updating files: 91% (16575/18214)
Updating files: 92% (16757/18214)
Updating files: 93% (16940/18214)
Updating files: 94% (17122/18214)
Updating files: 95% (17304/18214)
Updating files: 96% (17486/18214)
Updating files: 97% (17668/18214)
Updating files: 98% (17850/18214)
Updating files: 99% (18032/18214)
Updating files: 100% (18214/18214)
Updating files: 100% (18214/18214), done.
HEAD is now at 35d36ccd66 [new release] tiny_httpd (3 packages) (0.20)
HEAD is now at 66fe1c299d Merge pull request #29371 from edwintorok/release-lintcstubs-arity-0.5.0
Updating 66fe1c299d..2ddeadc171
Fast-forward
packages/shibboleth/shibboleth.0.0.5/opam | 57 +++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
create mode 100644 packages/shibboleth/shibboleth.0.0.5/opam
(from macos-homebrew-ocaml-5.4)
2026-02-16 02:25.02 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-02-16 02:25.02 ---> 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-02-16 02:25.02 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" from cache
/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 7
# repositories 1 (version-controlled)
# pinned 0
# current-switch 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-02-16 02:25.03 ---> 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-02-16 02:25.03 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-02-16 02:25.07 ---> saved as "dff6dfa0a31e1fe5a589ed38f5511a46d1326695ffba2c261aa6452e8ea3a758"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-02-16 02:25.16 ---> saved as "95c6945d9bffd8c31935a9b5267f1303f5cbc0045a9c43dbd3b1b1c55e492009"
/: (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:1c98fa49eacc935640a6f8e10a2bf33f14cfc276804b71ddb658ea45ba99d167
- #=#=#
0.1%
-
1.1%
# 1.8%
# 2.1%
# 2.4%
# 2.6%
## 3.0%
## 3.3%
## 3.6%
## 3.9%
-
## 4.1%
### 4.4%
### 4.8%
### 5.1%
### 5.3%
#### 5.6%
#### 5.9%
#### 6.1%
#### 6.4%
#### 6.7%
#### 6.9%
-
##### 7.2%
##### 7.4%
##### 7.7%
##### 8.0%
##### 8.1%
###### 8.5%
###### 8.8%
###### 9.1%
###### 9.3%
###### 9.6%
####### 9.9%
-
####### 10.1%
####### 10.5%
####### 10.8%
####### 11.1%
######## 11.4%
######## 11.7%
######## 12.0%
######## 12.3%
######### 12.5%
######### 12.8%
######### 13.1%
-
######### 13.5%
######### 13.7%
########## 14.0%
########## 14.3%
########## 14.5%
########## 14.8%
########## 15.1%
########### 15.5%
########### 15.8%
########### 16.0%
-
########### 16.3%
########### 16.5%
############ 16.9%
############ 17.2%
############ 17.5%
############ 17.7%
############ 18.0%
############# 18.3%
############# 18.6%
############# 18.8%
############# 19.3%
-
############## 19.5%
############## 19.8%
############## 20.1%
############## 20.5%
############## 20.7%
############### 21.0%
############### 21.3%
############### 21.5%
############### 21.9%
############### 22.2%
################ 22.5%
-
################ 22.8%
################ 23.0%
################ 23.4%
################# 23.7%
################# 23.9%
################# 24.2%
################# 24.5%
################# 24.9%
################## 25.1%
################## 25.4%
################## 25.7%
-
################## 26.1%
################## 26.3%
################### 26.6%
################### 26.9%
################### 27.2%
################### 27.4%
#################### 27.8%
#################### 28.1%
#################### 28.3%
#################### 28.6%
-
#################### 29.0%
##################### 29.3%
##################### 29.5%
##################### 29.8%
##################### 30.1%
##################### 30.3%
###################### 30.6%
###################### 31.0%
###################### 31.3%
###################### 31.6%
-
###################### 31.8%
####################### 32.2%
####################### 32.5%
####################### 32.8%
####################### 33.1%
######################## 33.4%
######################## 33.7%
######################## 33.9%
######################## 34.2%
######################## 34.5%
######################### 34.8%
-
######################### 35.1%
######################### 35.3%
######################### 35.7%
######################### 36.0%
########################## 36.3%
########################## 36.5%
########################## 36.8%
########################## 37.1%
########################## 37.3%
########################### 37.7%
########################### 38.0%
-
########################### 38.3%
########################### 38.6%
############################ 39.0%
############################ 39.2%
############################ 39.5%
############################ 39.7%
############################ 40.1%
############################# 40.4%
############################# 40.7%
############################# 40.9%
############################# 41.3%
-
############################# 41.6%
############################## 41.9%
############################## 42.1%
############################## 42.6%
############################## 42.8%
############################### 43.1%
############################### 43.4%
############################### 43.6%
############################### 43.9%
############################### 44.2%
################################ 44.5%
-
################################ 44.8%
################################ 45.1%
################################ 45.3%
################################ 45.6%
################################# 45.9%
################################# 46.1%
################################# 46.4%
################################# 46.8%
################################# 47.1%
################################## 47.4%
################################## 47.6%
-
################################## 47.9%
################################## 48.2%
################################## 48.4%
################################### 48.7%
################################### 49.0%
################################### 49.2%
################################### 49.3%
################################### 49.6%
################################### 49.7%
#################################### 50.0%
#################################### 50.3%
-
#################################### 50.4%
#################################### 50.7%
#################################### 51.0%
#################################### 51.1%
#################################### 51.4%
##################################### 51.5%
##################################### 51.8%
##################################### 52.0%
##################################### 52.2%
##################################### 52.4%
-
##################################### 52.6%
###################################### 52.8%
###################################### 53.1%
###################################### 53.4%
###################################### 53.6%
###################################### 53.9%
####################################### 54.2%
####################################### 54.6%
####################################### 54.9%
####################################### 55.1%
-
####################################### 55.4%
######################################## 55.8%
######################################## 56.0%
######################################## 56.3%
######################################## 56.6%
######################################## 56.8%
######################################### 57.1%
######################################### 57.4%
######################################### 57.6%
######################################### 58.1%
######################################### 58.3%
-
########################################## 58.6%
########################################## 58.9%
########################################## 59.1%
########################################## 59.4%
########################################### 59.8%
########################################### 60.1%
########################################### 60.3%
########################################### 60.6%
########################################### 60.8%
############################################ 61.2%
############################################ 61.5%
-
############################################ 61.8%
############################################ 62.1%
############################################ 62.3%
############################################# 62.6%
############################################# 62.9%
############################################# 63.1%
############################################# 63.5%
############################################# 63.8%
############################################## 64.1%
############################################## 64.3%
############################################## 64.6%
-
############################################## 64.9%
############################################## 65.2%
############################################### 65.5%
############################################### 65.8%
############################################### 66.1%
############################################### 66.3%
############################################### 66.6%
################################################ 67.0%
################################################ 67.3%
################################################ 67.5%
################################################ 67.8%
-
################################################# 68.1%
################################################# 68.3%
################################################# 68.6%
################################################# 68.9%
################################################# 69.3%
################################################## 69.6%
################################################## 69.8%
################################################## 70.1%
################################################## 70.6%
################################################### 71.4%
#################################################### 72.3%
-
#################################################### 73.1%
##################################################### 74.0%
##################################################### 74.8%
###################################################### 75.2%
###################################################### 75.6%
###################################################### 76.0%
####################################################### 76.5%
####################################################### 76.9%
####################################################### 77.3%
######################################################## 77.8%
######################################################## 78.2%
-
######################################################## 78.8%
######################################################### 79.2%
######################################################### 79.6%
######################################################### 80.1%
######################################################### 80.5%
########################################################## 80.9%
########################################################## 81.3%
########################################################## 81.7%
########################################################### 82.2%
########################################################### 82.6%
-
########################################################### 83.0%
############################################################ 83.4%
############################################################ 84.0%
############################################################ 84.4%
############################################################# 84.8%
############################################################# 85.2%
############################################################# 85.6%
############################################################# 86.1%
############################################################## 86.5%
############################################################## 86.9%
############################################################## 87.3%
-
############################################################### 87.7%
############################################################### 88.1%
############################################################### 88.7%
################################################################ 89.1%
################################################################ 89.5%
################################################################ 89.9%
################################################################# 90.3%
################################################################# 90.7%
################################################################# 91.1%
################################################################# 91.5%
################################################################## 92.0%
-
################################################################## 92.5%
################################################################## 92.9%
################################################################### 93.4%
################################################################### 93.8%
################################################################### 94.3%
#################################################################### 94.7%
#################################################################### 95.1%
#################################################################### 95.5%
##################################################################### 95.9%
##################################################################### 96.3%
##################################################################### 96.7%
-
###################################################################### 97.3%
###################################################################### 97.6%
###################################################################### 98.0%
###################################################################### 98.4%
####################################################################### 99.0%
####################################################################### 99.4%
####################################################################### 99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.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-02-16 02:26.21 ---> saved as "7e7d32fc4190e2dd63397abe1d7a75cae9c6ba58bc3168fdc51827fb77136e40"
/: (run (shell "opam pin add -k version -yn shibboleth.0.0.5 0.0.5"))
shibboleth is now pinned to version 0.0.5
2026-02-16 02:26.22 ---> saved as "e4a32682a161d529418eb03c5c05560336b18f32ebac33df0aed2de4b75c3253"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall shibboleth.0.0.5;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'shibboleth.0.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
shibboleth.0.0.5 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 40 packages
- install astring 0.8.5 [required by bos]
- install base v0.17.3 [required by ppx_sexp_conv]
- install bos 0.2.1 [required by shibboleth]
- install cmdliner 2.1.0 [required by shibboleth]
- install containers 3.17 [required by shibboleth]
- 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 shibboleth]
- install dune-configurator 3.21.1 [required by containers]
- install either 1.0.0 [required by containers]
- install ez_file 0.3.0 [required by shibboleth]
- install fmt 0.11.0 [required by shibboleth]
- install fpath 0.7.3 [required by shibboleth]
- install logs 0.10.0 [required by bos]
- install menhir 20260209 [required by shibboleth]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by shibboleth]
- install menhirSdk 20260209 [required by menhir]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by bos]
- install ocamlfind 1.9.8 [required by bos, ppx_deriving]
- install ocplib_stuff 0.4.0 [required by ez_file]
- install parsexp v0.17.0 [required by sexplib]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by shibboleth]
- install ppx_import 1.12.0 [required by shibboleth]
- install ppx_sexp_conv v0.17.1 [required by shibboleth]
- install ppxlib 0.37.0 [required by shibboleth]
- install ppxlib_jane v0.17.4 [required by ppx_sexp_conv]
- install re 1.14.0 [required by shibboleth]
- install rresult 0.7.0 [required by bos]
- install sexplib v0.17.0 [required by shibboleth]
- install sexplib0 v0.17.0 [required by shibboleth]
- install shibboleth 0.0.5 (pinned)
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by bos]
- install yojson 3.0.0 [required by shibboleth]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved containers.3.17 (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 either.1.0.0 (cached)
-> retrieved ez_file.0.3.0 (https://github.com/ocamlpro/ez_file/archive/v0.3.0.tar.gz)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> installed cmdliner.2.1.0
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> retrieved ocplib_stuff.0.4.0 (https://github.com/ocamlpro/ocplib_stuff/archive/v0.4.0.tar.gz)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_import.1.12.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved shibboleth.0.0.5 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.21.1
-> installed menhirCST.20260209
-> installed either.1.0.0
-> installed csexp.1.5.2
-> installed menhirLib.20260209
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocplib_stuff.0.4.0
-> installed menhirGLR.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed cppo.1.8.0
-> installed sexplib0.v0.17.0
-> installed re.1.14.0
-> installed dune-configurator.3.21.1
-> installed yojson.3.0.0
-> installed ez_file.0.3.0
-> installed containers.3.17
-> installed parsexp.v0.17.0
-> installed sexplib.v0.17.0
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_import.1.12.0
-> installed ppx_deriving.6.1.1
-> installed ppx_sexp_conv.v0.17.1
[ERROR] The compilation of shibboleth.0.0.5 failed at "dune build -p shibboleth -j 7 @install".
#=== ERROR while compiling shibboleth.0.0.5 ===================================#
# context 2.5.0 | macos/arm64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/wizard7377/sml-ocaml-converter/archive/refs/tags/v0.0.1.tar.gz)
# path ~/.opam/5.4.0/.opam-switch/build/shibboleth.0.0.5
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p shibboleth -j 7 @install
# exit-code 1
# env-file ~/.opam/log/shibboleth-92376-857d2d.env
# output-file ~/.opam/log/shibboleth-92376-857d2d.out
### output ###
# (cd _build/.sandbox/1eb0ccd340238e426299936a8f0310d8/default && /Users/mac1000/.opam/5.4.0/bin/menhir --table --dump lib/source/frontend/parser.mly --base lib/source/frontend/parser --infer-write-query lib/source/frontend/parser__mock.ml.mock)
# File "lib/source/frontend/parser.mly", line 797, characters 0-12:
# Warning: symbol corespec_seq is unreachable from the start symbol.
# File "lib/source/frontend/parser.mly", line 545, characters 0-13:
# Warning: symbol kwcoredec_seq is unreachable from the start symbol.
# File "lib/source/frontend/parser.mly", line 539, characters 0-9:
# Warning: symbol kwdec_seq is unreachable from the start symbol.
# File "lib/source/frontend/parser.mly", line 791, characters 0-8:
# Warning: symbol spec_seq is unreachable from the start symbol.
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/source/context/.context.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/ez_file -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib_stuff -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.4.0/lib/re -I lib/common/.common.objs/byte -I lib/source/ast/.ast.objs/byte -cmi-file lib/source/context/.context.objs/byte/context__Get_context.cmi -no-alias-deps -open Context__ -o lib/source/context/.context.objs/byte/context__Get_context.cmo -c -impl lib/source/context/get_context.pp.ml)
# File "lib/source/context/get_context.ml", line 33, characters 8-14:
# 33 | | Some _ -> Some 1
# ^^^^^^
# Warning 11 [redundant-case]: this match case is unused.
#
# File "lib/source/context/get_context.ml", line 39, characters 8-12:
# 39 | let rest = match rest_opt with
# ^^^^
# Warning 26 [unused-var]: unused variable rest.
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/source/backend/.backend.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/ez_file -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/common -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/shadow -I /Users/mac1000/.opam/5.4.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib_stuff -I /Users/mac1000/.opam/5.4.0/lib/ppx_derivers -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.4.0/lib/ppxlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/ast -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/astlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/print_diff -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/stdppx -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/traverse_builtins -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I lib/common/.common.objs/byte -I lib/helpers/.helpers.objs/byte -I lib/source/ast/.ast.objs/byte -I lib/source/context/.context.objs/byte -cmi-file lib/source/backend/.backend.objs/byte/backend__Process_names.cmi -no-alias-deps -open Backend__ -o lib/source/backend/.backend.objs/byte/backend__Process_names.cmo -c -impl lib/source/backend/process_names.pp.ml)
# File "lib/source/backend/process_names.ml", line 41, characters 19-41:
# 41 | assert (not @@ String.starts_with "(" @@ List.nth name 0);
# ^^^^^^^^^^^^^^^^^^^^^^
# Warning 6 [labels-omitted]: label prefix was omitted in the application of
# this function.
#
# File "lib/source/backend/process_names.ml", line 42, characters 19-39:
# 42 | assert (not @@ String.ends_with ")" @@ List.nth name (List.length name - 1));
# ^^^^^^^^^^^^^^^^^^^^
# Warning 6 [labels-omitted]: label suffix was omitted in the application of
# this function.
#
# File "lib/source/backend/process_names.ml", line 39, characters 24-27:
# 39 | method process_name ?(ctx : context = Empty) ~(name : string list) =
# ^^^
# Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#
# File "lib/source/backend/process_names.ml", line 1:
# Error: The implementation lib/source/backend/process_names.pp.ml
# does not match the interface lib/source/backend/process_names.pp.mli:
# Class declarations do not match:
# class process_names :
# Common.config ref ->
# Context.t ref ->
# object
# val config : Common.config ref
# val store : Context.t ref
# method private build_longident :
# string list -> Ppxlib.Longident.t
# method private is_operator : string -> bool
# method process_name :
# ?ctx:context -> name:string list -> Ppxlib.Longident.t
# end
# does not match
# class process_names :
# Common.config ref ->
# Context.t ref ->
# object
# method process_name :
# ?ctx:context -> name:string list -> Longident.t
# end
# The method process_name has type
# ?ctx:context -> name:string list -> Ppxlib.Longident.t
# but is expected to have type
# ?ctx:context -> name:string list -> Longident.t
# Type Ppxlib.Longident.t = Astlib.Longident.t is not equal to type
# Longident.t
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/source/backend/.backend.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/ez_file -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/common -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/shadow -I /Users/mac1000/.opam/5.4.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib_stuff -I /Users/mac1000/.opam/5.4.0/lib/ppx_derivers -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.4.0/lib/ppxlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/ast -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/astlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/print_diff -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/stdppx -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/traverse_builtins -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I lib/common/.common.objs/byte -I lib/helpers/.helpers.objs/byte -I lib/source/ast/.ast.objs/byte -I lib/source/context/.context.objs/byte -cmi-file lib/source/backend/.backend.objs/byte/backend.cmi -no-alias-deps -open Backend__ -o lib/source/backend/.backend.objs/byte/backend.cmo -c -impl lib/source/backend/backend.pp.ml)
# File "lib/source/backend/backend.ml", line 32, characters 4-44:
# 32 | namer#process_name ~ctx ~name:name_parts
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# Error: This expression has type Longident.t
# but an expression was expected of type
# Ppxlib.Longident.t = Astlib.Longident.t
# (cd _build/.sandbox/528fad0be3d00c2296ddf69adfbee369/default && /Users/mac1000/.opam/5.4.0/bin/menhir --table --dump --explain lib/source/frontend/parser.mly --base lib/source/frontend/parser --infer-read-reply lib/source/frontend/parser__mock.mli.inferred)
# File "lib/source/frontend/parser.mly", line 116, characters 0-6:
# Warning: the precedence level assigned to AND is never useful.
# File "lib/source/frontend/parser.mly", line 126, characters 0-6:
# Warning: the precedence level assigned to ARROW is never useful.
# File "lib/source/frontend/parser.mly", line 129, characters 0-5:
# Warning: the precedence level assigned to COLON_GT is never useful.
# File "lib/source/frontend/parser.mly", line 127, characters 0-9:
# Warning: the precedence level assigned to EQUAL is never useful.
# Warning: 19 states have shift/reduce conflicts.
# Warning: 2 states have reduce/reduce conflicts.
# Warning: 98 shift/reduce conflicts were arbitrarily resolved.
# Warning: 3 reduce/reduce conflicts were arbitrarily resolved.
# File "lib/source/frontend/parser.mly", line 960, characters 2-12:
# Warning: production program_list -> program is never reduced.
# Warning: in total, 1 production is never reduced.
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/process/.process.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/ez_file -I /Users/mac1000/.opam/5.4.0/lib/menhirLib -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/common -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/shadow -I /Users/mac1000/.opam/5.4.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib_stuff -I /Users/mac1000/.opam/5.4.0/lib/ppx_derivers -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.4.0/lib/ppxlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/ast -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/astlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/print_diff -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/stdppx -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/traverse_builtins -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I lib/common/.common.objs/byte -I lib/helpers/.helpers.objs/byte -I lib/source/ast/.ast.objs/byte -I lib/source/backend/.backend.objs/byte -I lib/source/context/.context.objs/byte -I lib/source/frontend/.frontend.objs/byte -cmi-file lib/process/.process.objs/byte/process__Process_file.cmi -no-alias-deps -open Process__ -o lib/process/.process.objs/byte/process__Process_file.cmo -c -impl lib/process/process_file.ml)
# File "lib/process/process_file.ml", line 35, characters 50-60:
# 35 | List.iter (Astlib.Pprintast.top_phrase fmt) ocaml_code ;
# ^^^^^^^^^^
# Error: The value ocaml_code has type
# ocaml_code = Parsetree.toplevel_phrase list
# but an expression was expected of type
# Astlib__.Ast_502.Parsetree.toplevel_phrase list
# Type Parsetree.toplevel_phrase is not compatible with type
# Astlib__.Ast_502.Parsetree.toplevel_phrase =
# Astlib.Ast_502.Parsetree.toplevel_phrase
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -g -ppx '.ppx/089e7551ad08415df9c73ab565953db1/ppx.exe --as-ppx --cookie '\''library-name="cli"'\''' -bin-annot -bin-annot-occurrences -I lib/cli/.cli.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/cmdliner -I /Users/mac1000/.opam/5.4.0/lib/ez_file -I /Users/mac1000/.opam/5.4.0/lib/menhirLib -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/common -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/shadow -I /Users/mac1000/.opam/5.4.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib_stuff -I /Users/mac1000/.opam/5.4.0/lib/ppx_derivers -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.4.0/lib/ppx_import -I /Users/mac1000/.opam/5.4.0/lib/ppxlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/ast -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/astlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/print_diff -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/stdppx -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/traverse_builtins -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I lib/.shibboleth.objs/byte -I lib/common/.common.objs/byte -I lib/helpers/.helpers.objs/byte -I lib/process/.process.objs/byte -I lib/source/ast/.ast.objs/byte -I lib/source/backend/.backend.objs/byte -I lib/source/context/.context.objs/byte -I lib/source/frontend/.frontend.objs/byte -cmi-file lib/cli/.cli.objs/byte/cli__Cmd_common_options.cmi -no-alias-deps -open Cli__ -o lib/cli/.cli.objs/byte/cli__Cmd_common_options.cmo -c -impl lib/cli/cmd_common_options.ml)
# File "lib/cli/cmd_common_options.ml", line 24, characters 6-23:
# 24 | let process_names_doc : Arg.info = Arg.info ["process-names"] ~doc:"Conversion options for names" in
# ^^^^^^^^^^^^^^^^^
# Warning 26 [unused-var]: unused variable process_names_doc.
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -g -ppx '.ppx/089e7551ad08415df9c73ab565953db1/ppx.exe --as-ppx --cookie '\''library-name="cli"'\''' -bin-annot -bin-annot-occurrences -I lib/cli/.cli.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/cmdliner -I /Users/mac1000/.opam/5.4.0/lib/ez_file -I /Users/mac1000/.opam/5.4.0/lib/menhirLib -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/common -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/shadow -I /Users/mac1000/.opam/5.4.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib_stuff -I /Users/mac1000/.opam/5.4.0/lib/ppx_derivers -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.4.0/lib/ppx_import -I /Users/mac1000/.opam/5.4.0/lib/ppxlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/ast -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/astlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/print_diff -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/stdppx -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/traverse_builtins -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I lib/.shibboleth.objs/byte -I lib/common/.common.objs/byte -I lib/helpers/.helpers.objs/byte -I lib/process/.process.objs/byte -I lib/source/ast/.ast.objs/byte -I lib/source/backend/.backend.objs/byte -I lib/source/context/.context.objs/byte -I lib/source/frontend/.frontend.objs/byte -cmi-file lib/cli/.cli.objs/byte/cli__Cmd_convert_file.cmi -no-alias-deps -open Cli__ -o lib/cli/.cli.objs/byte/cli__Cmd_convert_file.cmo -c -impl lib/cli/cmd_convert_file.ml)
# File "lib/cli/cmd_convert_file.ml", line 6, characters 46-57:
# 6 | let convert_file ~(input_files:string list) ?(output_file:string option) ~(common_options:common_options) : int =
# ^^^^^^^^^^^
# Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -g -I lib/source/context/.context.objs/byte -I lib/source/context/.context.objs/native -I /Users/mac1000/.opam/5.4.0/lib/ez_file -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib_stuff -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.4.0/lib/re -I lib/common/.common.objs/byte -I lib/common/.common.objs/native -I lib/source/ast/.ast.objs/byte -I lib/source/ast/.ast.objs/native -cmi-file lib/source/context/.context.objs/byte/context__Get_context.cmi -no-alias-deps -open Context__ -o lib/source/context/.context.objs/native/context__Get_context.cmx -c -impl lib/source/context/get_context.pp.ml)
# File "lib/source/context/get_context.ml", line 33, characters 8-14:
# 33 | | Some _ -> Some 1
# ^^^^^^
# Warning 11 [redundant-case]: this match case is unused.
#
# File "lib/source/context/get_context.ml", line 39, characters 8-12:
# 39 | let rest = match rest_opt with
# ^^^^
# Warning 26 [unused-var]: unused variable rest.
# (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -g -I lib/source/backend/.backend.objs/byte -I lib/source/backend/.backend.objs/native -I /Users/mac1000/.opam/5.4.0/lib/ez_file -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/common -I /Users/mac1000/.opam/5.4.0/lib/ocaml-compiler-libs/shadow -I /Users/mac1000/.opam/5.4.0/lib/ocaml/compiler-libs -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/ocplib_stuff -I /Users/mac1000/.opam/5.4.0/lib/ppx_derivers -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving -I /Users/mac1000/.opam/5.4.0/lib/ppx_deriving/runtime -I /Users/mac1000/.opam/5.4.0/lib/ppxlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/ast -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/astlib -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/print_diff -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/stdppx -I /Users/mac1000/.opam/5.4.0/lib/ppxlib/traverse_builtins -I /Users/mac1000/.opam/5.4.0/lib/re -I /Users/mac1000/.opam/5.4.0/lib/sexplib0 -I /Users/mac1000/.opam/5.4.0/lib/stdlib-shims -I lib/common/.common.objs/byte -I lib/common/.common.objs/native -I lib/helpers/.helpers.objs/byte -I lib/helpers/.helpers.objs/native -I lib/source/ast/.ast.objs/byte -I lib/source/ast/.ast.objs/native -I lib/source/context/.context.objs/byte -I lib/source/context/.context.objs/native -cmi-file lib/source/backend/.backend.objs/byte/backend__Process_names.cmi -no-alias-deps -open Backend__ -o lib/source/backend/.backend.objs/native/backend__Process_names.cmx -c -impl lib/source/backend/process_names.pp.ml)
# File "lib/source/backend/process_names.ml", line 41, characters 19-41:
# 41 | assert (not @@ String.starts_with "(" @@ List.nth name 0);
# ^^^^^^^^^^^^^^^^^^^^^^
# Warning 6 [labels-omitted]: label prefix was omitted in the application of
# this function.
#
# File "lib/source/backend/process_names.ml", line 42, characters 19-39:
# 42 | assert (not @@ String.ends_with ")" @@ List.nth name (List.length name - 1));
# ^^^^^^^^^^^^^^^^^^^^
# Warning 6 [labels-omitted]: label suffix was omitted in the application of
# this function.
#
# File "lib/source/backend/process_names.ml", line 39, characters 24-27:
# 39 | method process_name ?(ctx : context = Empty) ~(name : string list) =
# ^^^
# Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
#
# File "lib/source/backend/process_names.ml", line 1:
# Error: The implementation lib/source/backend/process_names.pp.ml
# does not match the interface lib/source/backend/process_names.pp.mli:
# Class declarations do not match:
# class process_names :
# Common.config ref ->
# Context.t ref ->
# object
# val config : Common.config ref
# val store : Context.t ref
# method private build_longident :
# string list -> Ppxlib.Longident.t
# method private is_operator : string -> bool
# method process_name :
# ?ctx:context -> name:string list -> Ppxlib.Longident.t
# end
# does not match
# class process_names :
# Common.config ref ->
# Context.t ref ->
# object
# method process_name :
# ?ctx:context -> name:string list -> Longident.t
# end
# The method process_name has type
# ?ctx:context -> name:string list -> Ppxlib.Longident.t
# but is expected to have type
# ?ctx:context -> name:string list -> Longident.t
# Type Ppxlib.Longident.t = Astlib.Longident.t is not equal to type
# Longident.t
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build shibboleth 0.0.5
+-
+- The following changes have been performed
| - install astring 0.8.5
| - install base v0.17.3
| - install bos 0.2.1
| - install cmdliner 2.1.0
| - install containers 3.17
| - install cppo 1.8.0
| - install csexp 1.5.2
| - install dune 3.21.1
| - install dune-configurator 3.21.1
| - install either 1.0.0
| - install ez_file 0.3.0
| - install fmt 0.11.0
| - install fpath 0.7.3
| - install logs 0.10.0
| - install menhir 20260209
| - install menhirCST 20260209
| - install menhirGLR 20260209
| - install menhirLib 20260209
| - install menhirSdk 20260209
| - install num 1.6
| - install ocaml-compiler-libs v0.17.0
| - install ocaml_intrinsics_kernel v0.17.1
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ocplib_stuff 0.4.0
| - install parsexp v0.17.0
| - install ppx_derivers 1.2.1
| - install ppx_deriving 6.1.1
| - install ppx_import 1.12.0
| - install ppx_sexp_conv v0.17.1
| - install ppxlib 0.37.0
| - install ppxlib_jane v0.17.4
| - install re 1.14.0
| - install rresult 0.7.0
| - install sexplib v0.17.0
| - install sexplib0 v0.17.0
| - install stdlib-shims 0.3.0
| - install topkg 1.1.1
| - install yojson 3.0.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/5.4.0/.opam-switch/backup/state-20260216022624.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.
"/usr/bin/env" "bash" "-c" "opam reinstall shibboleth.0.0.5;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'shibboleth.0.0.5' && 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-02-16 02:27.46: Job failed: Failed: Build failed
2026-02-16 02:27.46: Log analysis:
2026-02-16 02:27.46: >>>
[ERROR] The compilation of shibboleth.0.0.5 failed at "dune build -p shibboleth -j 7 @install".
(score = 20)
2026-02-16 02:27.46: >>>
# Error: The implementation lib/source/backend/process_names.pp.ml
(score = 48)
2026-02-16 02:27.46: >>>
# Error: This expression has type Longident.t
(score = 48)
2026-02-16 02:27.46: >>>
# Error: The value ocaml_code has type
(score = 48)
2026-02-16 02:27.46: >>>
# Error: The implementation lib/source/backend/process_names.pp.ml
(score = 48)
2026-02-16 02:27.46: The implementation lib/source/backend/process_names.pp.ml