(for PR #29484)
2026-03-12 11:12.27: New job: test colibrics.0.5, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29484/head (1b330fadfbca45ff79eea30cec2cd15a1b2a42b9)
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/29484/head" && git reset --hard 1b330fad
git fetch origin master
git merge --no-edit 6d75ddf1d37818547f88125983edb2e55e55ed23
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 colibrics.0.5 0.5
RUN opam reinstall colibrics.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" != 'colibrics.0.5' && 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 colibrics.0.5) || true
RUN opam reinstall --with-test --verbose colibrics.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" != 'colibrics.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-03-12 11:12.27: Using cache hint "macos-homebrew-ocaml-5.4-colibrics.0.5-1b330fadfbca45ff79eea30cec2cd15a1b2a42b9"
2026-03-12 11:12.27: 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 colibrics.0.5 0.5"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall colibrics.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\" != 'colibrics.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"))
(run (network host)
(shell "(opam reinstall --with-test colibrics.0.5) || true"))
(run (shell "opam reinstall --with-test --verbose colibrics.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\" != 'colibrics.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-03-12 11:12.27: Waiting for resource in pool OCluster
2026-03-12 11:12.29: Waiting for worker…
2026-03-12 11:20.06: Got resource from pool OCluster
Building on i7-worker-01
All commits already cached
Updating files: 31% (5805/18436)
Updating files: 32% (5900/18436)
Updating files: 33% (6084/18436)
Updating files: 34% (6269/18436)
Updating files: 35% (6453/18436)
Updating files: 36% (6637/18436)
Updating files: 37% (6822/18436)
Updating files: 38% (7006/18436)
Updating files: 39% (7191/18436)
Updating files: 40% (7375/18436)
Updating files: 41% (7559/18436)
Updating files: 42% (7744/18436)
Updating files: 43% (7928/18436)
Updating files: 44% (8112/18436)
Updating files: 45% (8297/18436)
Updating files: 46% (8481/18436)
Updating files: 47% (8665/18436)
Updating files: 48% (8850/18436)
Updating files: 49% (9034/18436)
Updating files: 50% (9218/18436)
Updating files: 51% (9403/18436)
Updating files: 52% (9587/18436)
Updating files: 53% (9772/18436)
Updating files: 54% (9956/18436)
Updating files: 55% (10140/18436)
Updating files: 56% (10325/18436)
Updating files: 57% (10509/18436)
Updating files: 58% (10693/18436)
Updating files: 59% (10878/18436)
Updating files: 59% (11038/18436)
Updating files: 60% (11062/18436)
Updating files: 61% (11246/18436)
Updating files: 62% (11431/18436)
Updating files: 63% (11615/18436)
Updating files: 64% (11800/18436)
Updating files: 65% (11984/18436)
Updating files: 66% (12168/18436)
Updating files: 67% (12353/18436)
Updating files: 68% (12537/18436)
Updating files: 69% (12721/18436)
Updating files: 70% (12906/18436)
Updating files: 71% (13090/18436)
Updating files: 72% (13274/18436)
Updating files: 73% (13459/18436)
Updating files: 74% (13643/18436)
Updating files: 75% (13827/18436)
Updating files: 76% (14012/18436)
Updating files: 77% (14196/18436)
Updating files: 78% (14381/18436)
Updating files: 79% (14565/18436)
Updating files: 80% (14749/18436)
Updating files: 81% (14934/18436)
Updating files: 82% (15118/18436)
Updating files: 83% (15302/18436)
Updating files: 84% (15487/18436)
Updating files: 85% (15671/18436)
Updating files: 86% (15855/18436)
Updating files: 87% (16040/18436)
Updating files: 88% (16224/18436)
Updating files: 89% (16409/18436)
Updating files: 90% (16593/18436)
Updating files: 91% (16777/18436)
Updating files: 92% (16962/18436)
Updating files: 92% (17061/18436)
Updating files: 93% (17146/18436)
Updating files: 94% (17330/18436)
Updating files: 95% (17515/18436)
Updating files: 96% (17699/18436)
Updating files: 97% (17883/18436)
Updating files: 98% (18068/18436)
Updating files: 99% (18252/18436)
Updating files: 100% (18436/18436)
Updating files: 100% (18436/18436), done.
HEAD is now at 6d75ddf1d3 Merge pull request #29495 from toots/opam-publish-posix-bindings.4.0.2
Merge made by the 'ort' strategy.
packages/colibri2/colibri2.0.5/opam | 70 +++++++++++++++++++++++
packages/colibrics/colibrics.0.5/opam | 50 ++++++++++++++++
packages/colibrilib-why3/colibrilib-why3.0.5/opam | 40 +++++++++++++
packages/colibrilib/colibrilib.0.5/opam | 40 +++++++++++++
4 files changed, 200 insertions(+)
create mode 100644 packages/colibri2/colibri2.0.5/opam
create mode 100644 packages/colibrics/colibrics.0.5/opam
create mode 100644 packages/colibrilib-why3/colibrilib-why3.0.5/opam
create mode 100644 packages/colibrilib/colibrilib.0.5/opam
(from macos-homebrew-ocaml-5.4)
2026-03-12 11:20.11 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-12 11:20.11 ---> 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-12 11:20.11 ---> 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-12 11:20.11 ---> 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-12 11:20.12 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-12 11:20.13 ---> using "ac2844ee0606169bab80e2b57921a4351acf85f2eb9c086fdeb398e5ee8da4c6" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-12 11:20.13 ---> using "bf14535e869f1b6eefc2f3b1cba03fa77dbb9493700c71df304d32278b7cd69c" 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.9%
1.1%
-
1.2%
1.3%
# 1.5%
# 1.6%
# 1.8%
# 1.9%
-
# 2.0%
# 2.2%
# 2.3%
# 2.4%
# 2.6%
# 2.7%
## 2.8%
## 3.0%
-
## 3.1%
## 3.2%
## 3.4%
## 3.5%
## 3.6%
## 3.8%
## 3.9%
## 4.0%
### 4.2%
### 4.3%
### 4.5%
-
### 4.6%
### 4.7%
### 4.9%
### 5.0%
### 5.1%
### 5.3%
-
### 5.4%
### 5.5%
#### 5.7%
#### 5.8%
#### 5.9%
#### 6.1%
#### 6.2%
#### 6.3%
#### 6.5%
#### 6.6%
#### 6.7%
-
#### 6.9%
##### 7.0%
##### 7.1%
##### 7.3%
##### 7.4%
##### 7.6%
##### 7.7%
##### 7.8%
##### 8.0%
##### 8.1%
-
##### 8.2%
###### 8.4%
###### 8.5%
###### 8.6%
###### 8.8%
###### 8.9%
###### 9.0%
-
###### 9.2%
###### 9.3%
###### 9.4%
###### 9.6%
###### 9.7%
####### 9.8%
####### 10.0%
####### 10.1%
####### 10.2%
####### 10.4%
-
####### 10.5%
####### 10.7%
####### 10.8%
####### 10.9%
####### 11.1%
######## 11.2%
######## 11.3%
######## 11.5%
-
######## 11.6%
######## 11.7%
######## 11.9%
######## 12.0%
######## 12.1%
######## 12.3%
######## 12.4%
######### 12.5%
-
######### 12.7%
######### 12.8%
######### 12.9%
######### 13.1%
######### 13.2%
######### 13.4%
######### 13.5%
######### 13.6%
######### 13.8%
########## 13.9%
-
########## 14.0%
########## 14.2%
########## 14.3%
########## 14.4%
########## 14.6%
########## 14.7%
########## 14.8%
########## 15.0%
########## 15.1%
########## 15.2%
-
########### 15.4%
########### 15.5%
########### 15.6%
########### 15.8%
########### 15.9%
########### 16.0%
########### 16.2%
########### 16.3%
########### 16.5%
-
########### 16.6%
############ 16.7%
############ 16.9%
############ 17.0%
############ 17.1%
############ 17.3%
############ 17.4%
############ 17.5%
-
############ 17.7%
############ 17.8%
############ 17.9%
############# 18.1%
############# 18.2%
############# 18.3%
############# 18.5%
############# 18.6%
-
############# 18.7%
############# 18.9%
############# 19.0%
############# 19.2%
############# 19.3%
############# 19.4%
############## 19.6%
############## 19.7%
-
############## 19.8%
############## 20.0%
############## 20.1%
############## 20.2%
############## 20.4%
############## 20.5%
-
############## 20.6%
############## 20.8%
############### 20.9%
############### 21.0%
############### 21.2%
############### 21.3%
############### 21.4%
-
############### 21.6%
############### 21.7%
############### 21.8%
############### 22.0%
############### 22.1%
################ 22.3%
################ 22.4%
################ 22.5%
-
################ 22.7%
################ 22.8%
################ 22.9%
################ 23.1%
################ 23.2%
################ 23.3%
################ 23.5%
################ 23.6%
################# 23.7%
-
################# 23.9%
################# 24.0%
################# 24.1%
################# 24.3%
################# 24.4%
################# 24.5%
################# 24.7%
################# 24.8%
-
################# 24.9%
################## 25.1%
################## 25.2%
################## 25.4%
################## 25.5%
################## 25.6%
################## 25.8%
################## 25.9%
################## 26.0%
-
################## 26.2%
################## 26.3%
################### 26.4%
################### 26.6%
################### 26.7%
################### 26.8%
################### 27.0%
################### 27.1%
################### 27.2%
-
################### 27.4%
################### 27.5%
################### 27.6%
#################### 27.8%
#################### 27.9%
#################### 28.1%
#################### 28.2%
#################### 28.3%
#################### 28.5%
-
#################### 28.6%
#################### 28.7%
#################### 28.9%
#################### 29.0%
#################### 29.1%
##################### 29.3%
##################### 29.4%
##################### 29.5%
##################### 29.7%
-
##################### 29.8%
##################### 29.9%
##################### 30.1%
##################### 30.2%
##################### 30.3%
-
##################### 30.5%
###################### 30.6%
###################### 30.7%
###################### 30.9%
###################### 31.0%
###################### 31.2%
###################### 31.3%
###################### 31.4%
-
###################### 31.6%
###################### 31.7%
###################### 31.8%
####################### 32.0%
####################### 32.1%
####################### 32.2%
####################### 32.4%
####################### 32.5%
-
####################### 32.6%
####################### 32.8%
####################### 32.9%
####################### 33.0%
####################### 33.2%
####################### 33.3%
######################## 33.4%
######################## 33.6%
-
######################## 33.7%
######################## 33.9%
######################## 34.0%
######################## 34.1%
######################## 34.3%
######################## 34.4%
######################## 34.5%
-
######################## 34.7%
######################### 34.8%
######################### 34.9%
######################### 35.1%
######################### 35.2%
######################### 35.3%
######################### 35.5%
######################### 35.6%
######################### 35.7%
######################### 35.9%
######################### 36.0%
-
########################## 36.1%
########################## 36.3%
########################## 36.4%
########################## 36.5%
########################## 36.7%
########################## 36.8%
########################## 37.0%
-
########################## 37.1%
########################## 37.2%
########################## 37.4%
########################## 37.5%
########################### 37.6%
########################### 37.8%
########################### 37.9%
-
########################### 38.0%
########################### 38.2%
########################### 38.3%
########################### 38.4%
########################### 38.6%
########################### 38.7%
########################### 38.8%
############################ 39.0%
-
############################ 39.1%
############################ 39.2%
############################ 39.4%
############################ 39.5%
############################ 39.6%
############################ 39.8%
############################ 39.9%
############################ 40.1%
############################ 40.2%
############################# 40.3%
-
############################# 40.5%
############################# 40.6%
############################# 40.7%
############################# 40.9%
############################# 41.0%
############################# 41.1%
############################# 41.3%
############################# 41.4%
-
############################# 41.5%
############################## 41.7%
############################## 41.8%
############################## 41.9%
############################## 42.1%
############################## 42.2%
############################## 42.3%
############################## 42.5%
-
############################## 42.6%
############################## 42.8%
############################## 42.9%
############################## 43.0%
############################### 43.2%
############################### 43.3%
############################### 43.4%
############################### 43.6%
-
############################### 43.7%
############################### 43.8%
############################### 44.0%
############################### 44.1%
############################### 44.2%
############################### 44.4%
################################ 44.5%
################################ 44.6%
-
################################ 44.8%
################################ 44.9%
################################ 45.0%
################################ 45.2%
################################ 45.3%
################################ 45.4%
################################ 45.6%
################################ 45.7%
-
################################# 45.9%
################################# 46.0%
################################# 46.1%
################################# 46.3%
################################# 46.4%
################################# 46.5%
################################# 46.7%
################################# 46.8%
-
################################# 46.9%
################################# 47.1%
################################# 47.2%
################################## 47.3%
################################## 47.5%
################################## 47.6%
################################## 47.7%
################################## 47.9%
################################## 48.0%
################################## 48.1%
-
################################## 48.3%
################################## 48.4%
################################## 48.6%
################################### 48.7%
################################### 48.8%
################################### 49.0%
################################### 49.1%
################################### 49.2%
################################### 49.4%
-
################################### 49.5%
################################### 49.6%
################################### 49.8%
################################### 49.9%
#################################### 50.0%
#################################### 50.2%
#################################### 50.3%
#################################### 50.4%
-
#################################### 50.6%
#################################### 50.7%
#################################### 50.8%
#################################### 51.0%
#################################### 51.1%
#################################### 51.2%
#################################### 51.4%
##################################### 51.5%
-
##################################### 51.7%
##################################### 51.8%
##################################### 51.9%
##################################### 52.1%
##################################### 52.2%
##################################### 52.3%
##################################### 52.5%
##################################### 52.6%
-
##################################### 52.7%
###################################### 52.9%
###################################### 53.0%
###################################### 53.1%
###################################### 53.3%
###################################### 53.4%
###################################### 53.5%
###################################### 53.7%
-
###################################### 53.8%
###################################### 53.9%
###################################### 54.1%
####################################### 54.2%
####################################### 54.3%
####################################### 54.5%
####################################### 54.6%
####################################### 54.8%
####################################### 54.9%
####################################### 55.0%
-
####################################### 55.2%
####################################### 55.3%
####################################### 55.4%
######################################## 55.6%
######################################## 55.8%
######################################## 56.0%
######################################## 56.1%
######################################## 56.2%
######################################## 56.4%
-
######################################## 56.5%
######################################## 56.6%
######################################## 56.8%
######################################## 56.9%
######################################### 57.0%
######################################### 57.2%
######################################### 57.3%
######################################### 57.6%
######################################### 57.7%
-
######################################### 57.9%
######################################### 58.0%
######################################### 58.1%
######################################### 58.3%
########################################## 58.4%
########################################## 58.5%
########################################## 58.7%
########################################## 58.8%
########################################## 58.9%
########################################## 59.1%
-
########################################## 59.2%
########################################## 59.3%
########################################## 59.5%
########################################## 59.6%
########################################### 59.7%
########################################### 59.9%
########################################### 60.1%
########################################### 60.3%
########################################### 60.4%
-
########################################### 60.6%
########################################### 60.7%
########################################### 60.8%
########################################### 61.0%
########################################### 61.1%
############################################ 61.2%
############################################ 61.4%
############################################ 61.5%
############################################ 61.6%
############################################ 61.8%
############################################ 61.9%
-
############################################ 62.0%
############################################ 62.3%
############################################ 62.4%
############################################# 62.6%
############################################# 62.7%
############################################# 62.8%
############################################# 63.0%
############################################# 63.3%
############################################# 63.4%
-
############################################# 63.5%
############################################# 63.8%
############################################## 63.9%
############################################## 64.1%
############################################## 64.3%
############################################## 64.5%
############################################## 64.6%
############################################## 64.7%
############################################## 65.0%
############################################## 65.1%
-
############################################## 65.3%
############################################### 65.5%
############################################### 65.7%
############################################### 65.8%
############################################### 66.1%
############################################### 66.2%
############################################### 66.4%
############################################### 66.6%
################################################ 66.8%
################################################ 66.9%
################################################ 67.2%
-
################################################ 67.3%
################################################ 67.4%
################################################ 67.7%
################################################ 67.8%
################################################ 68.0%
################################################# 68.2%
################################################# 68.4%
################################################# 68.5%
################################################# 68.8%
################################################# 68.9%
-
################################################# 69.2%
################################################# 69.3%
################################################## 69.5%
################################################## 69.7%
################################################## 69.9%
################################################## 70.1%
################################################## 70.3%
################################################## 70.4%
################################################## 70.7%
################################################## 70.8%
-
################################################### 70.9%
################################################### 71.2%
################################################### 71.3%
################################################### 71.5%
################################################### 71.7%
################################################### 71.9%
################################################### 72.0%
#################################################### 72.3%
#################################################### 72.4%
#################################################### 72.6%
#################################################### 72.8%
-
#################################################### 73.1%
#################################################### 73.2%
#################################################### 73.5%
##################################################### 73.6%
##################################################### 73.9%
##################################################### 74.2%
##################################################### 74.3%
##################################################### 74.6%
##################################################### 74.7%
##################################################### 75.0%
###################################################### 75.1%
-
###################################################### 75.4%
###################################################### 75.7%
###################################################### 75.8%
###################################################### 76.1%
###################################################### 76.3%
####################################################### 76.5%
####################################################### 76.7%
####################################################### 77.0%
####################################################### 77.1%
####################################################### 77.4%
-
####################################################### 77.7%
######################################################## 77.8%
######################################################## 78.1%
######################################################## 78.2%
######################################################## 78.5%
######################################################## 78.8%
######################################################## 79.0%
######################################################## 79.2%
######################################################### 79.4%
######################################################### 79.6%
######################################################### 79.8%
-
######################################################### 80.0%
######################################################### 80.2%
######################################################### 80.5%
########################################################## 80.6%
########################################################## 80.9%
########################################################## 81.2%
########################################################## 81.5%
########################################################## 81.7%
########################################################## 81.9%
-
########################################################### 82.1%
########################################################### 82.3%
########################################################### 82.5%
########################################################### 82.8%
########################################################### 82.9%
########################################################### 83.2%
############################################################ 83.5%
############################################################ 83.6%
############################################################ 83.9%
############################################################ 84.2%
############################################################ 84.3%
-
############################################################ 84.6%
############################################################ 84.7%
############################################################# 85.0%
############################################################# 85.2%
############################################################# 85.4%
############################################################# 85.6%
############################################################# 85.8%
############################################################# 86.0%
############################################################## 86.3%
############################################################## 86.6%
-
############################################################## 86.7%
############################################################## 87.0%
############################################################## 87.3%
############################################################## 87.4%
############################################################### 87.7%
############################################################### 87.9%
############################################################### 88.1%
############################################################### 88.3%
############################################################### 88.6%
############################################################### 88.7%
-
################################################################ 89.0%
################################################################ 89.3%
################################################################ 89.4%
################################################################ 89.7%
################################################################ 90.0%
################################################################ 90.1%
################################################################# 90.4%
################################################################# 90.6%
################################################################# 90.8%
################################################################# 91.0%
################################################################# 91.3%
-
################################################################# 91.4%
################################################################## 91.7%
################################################################## 92.0%
################################################################## 92.1%
################################################################## 92.4%
################################################################## 92.5%
################################################################## 92.8%
################################################################## 93.1%
################################################################### 93.2%
################################################################### 93.5%
################################################################### 93.7%
-
################################################################### 93.9%
################################################################### 94.1%
################################################################### 94.3%
#################################################################### 94.5%
#################################################################### 94.8%
#################################################################### 94.9%
#################################################################### 95.2%
#################################################################### 95.3%
#################################################################### 95.6%
#################################################################### 95.8%
##################################################################### 96.0%
-
##################################################################### 96.3%
##################################################################### 96.4%
##################################################################### 96.7%
##################################################################### 96.8%
##################################################################### 97.1%
###################################################################### 97.4%
###################################################################### 97.5%
###################################################################### 97.8%
###################################################################### 97.9%
###################################################################### 98.0%
-
###################################################################### 98.3%
###################################################################### 98.4%
####################################################################### 98.7%
####################################################################### 99.0%
####################################################################### 99.1%
####################################################################### 99.4%
####################################################################### 99.7%
####################################################################### 99.8%
######################################################################## 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-12 11:20.14 ---> using "40fd971acde611037ed921771fde1c5b2093176281d660cdcb60cd371ec33964" from cache
/: (run (shell "opam pin add -k version -yn colibrics.0.5 0.5"))
colibrics is now pinned to version 0.5
2026-03-12 11:20.14 ---> using "e9181c7a1cb820a829b82f7c417f8c6a131bfda7a42f25e14af9ad4edd144a2e" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall colibrics.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\" != 'colibrics.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"))
colibrics.0.5 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 77 packages
- install base v0.17.3 [required by colibri2]
- install camlidl 1.13 [required by mlcuddidl]
- install cmdliner 2.1.0 [required by colibrics]
- install colibri2 0.5 [required by colibrics]
- install colibrics 0.5 (pinned)
- install colibrilib 0.5 [required by colibri2]
- install conf-flint 3.0 [required by flint]
- install conf-gmp 5 [required by zarith, conf-mpfr]
- install conf-m4 1 [required by mlcuddidl]
- install conf-mpfr 3 [required by flint]
- install conf-pkg-config 4 [required by flint]
- install containers 3.18 [required by colibri2]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by flint]
- install dolmen 0.10 [required by colibrics]
- install dolmen_loop 0.10 [required by colibrics]
- install dolmen_type 0.10 [required by colibrics]
- install dune 3.21.1 [required by colibrics]
- install dune-build-info 3.21.1 [required by colibri2]
- install dune-configurator 3.21.1 [required by containers, base, flint]
- install either 1.0.0 [required by containers]
- install farith 0.1 [required by colibri2]
- install flint 0.4.2 [required by colibri2]
- install fmt 0.11.0 [required by dolmen]
- install gen 1.1 [required by colibri2]
- install hmap 0.8.1 [required by dolmen]
- install integers 0.7.0 [required by ctypes]
- install jane-street-headers v0.17.0 [required by time_now]
- install jingoo 1.5.2 [required by colibrics]
- install jst-config v0.17.0 [required by time_now]
- install logs 0.10.0 [required by colibrics]
- install menhir 20250912 [required by jingoo, why3]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install mlcuddidl 3.0.8 [required by colibri2]
- install mtime 2.1.0 [required by trace, trace-tef]
- 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 mlcuddidl, uucp]
- install ocamlfind 1.9.8 [required by why3]
- install ocamlgraph 2.2.0 [required by colibri2, why3]
- install ocplib-simplex 0.5.1 [required by colibri2]
- install pp_loc 2.1.0 [required by dolmen_loop]
- install ppx_assert v0.17.0 [required by jst-config]
- install ppx_base v0.17.0 [required by time_now]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_hash]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by ppx_deriving_yojson, colibri2, jingoo, why3]
- install ppx_deriving_yojson 3.10.0 [required by colibrics]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by colibri2]
- install ppx_here v0.17.0 [required by colibri2]
- install ppx_inline_test v0.17.1 [required by colibri2]
- install ppx_optcomp v0.17.1 [required by colibri2]
- install ppx_sexp_conv v0.17.1 [required by why3]
- install ppxlib 0.37.0 [required by ppx_deriving_yojson]
- install ppxlib_jane v0.17.4 [required by ppx_hash]
- install qcheck-core 0.91 [required by colibri2]
- install re 1.14.0 [required by colibri2, jingoo]
- install seq base [required by dolmen]
- install sexplib0 v0.17.0 [required by base]
- install spelll 0.4 [required by dolmen_type]
- install stdio v0.17.0 [required by ppx_optcomp]
- install stdlib-shims 0.3.0 [required by ppxlib, spelll, integers]
- install time_now v0.17.0 [required by ppx_inline_test]
- install topkg 1.1.1 [required by uucp]
- install trace 0.12 [required by colibri2]
- install trace-tef 0.12 [required by colibri2]
- install uucp 17.0.0 [required by jingoo]
- install uutf 1.0.4 [required by jingoo]
- install why3 1.8.2 [required by colibrics]
- install yojson 3.0.0 [required by colibrics]
- install zarith 1.14 [required by colibrics]
The following system packages will first need to be installed:
flint gmp mpfr pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/local/bin/brew "install" "flint" "gmp" "mpfr" "pkgconf"
- ==> Fetching downloads for: flint, gmp, mpfr and pkgconf
- ✔︎ Bottle Manifest flint (3.4.0)
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest mpfr (4.2.2)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest mpfr (4.2.2)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle mpfr (4.2.2)
- ✔︎ Bottle flint (3.4.0)
- ==> Installing dependencies for flint: gmp and mpfr
- ==> Installing flint dependency: gmp
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Installing flint dependency: mpfr
- ==> Pouring mpfr--4.2.2.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/mpfr/4.2.2: 31 files, 3.3MB
- ==> Installing flint
- ==> Pouring flint--3.4.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/flint/3.4.0: 186 files, 11.6MB
- ==> Running `brew cleanup flint`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Running `brew cleanup gmp`...
- ==> Running `brew cleanup mpfr`...
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3 (cached)
-> retrieved camlidl.1.13 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved colibri2.0.5, colibrics.0.5, colibrilib.0.5 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-mpfr.3 (cached)
-> installed camlidl.1.13
-> installed conf-pkg-config.4
-> retrieved containers.3.18 (cached)
-> installed conf-m4.1
-> installed conf-flint.3.0
-> installed conf-gmp.5
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-mpfr.3
-> retrieved ctypes.0.24.0 (cached)
-> retrieved dolmen.0.10, dolmen_loop.0.10, dolmen_type.0.10 (cached)
-> installed cmdliner.2.1.0
-> retrieved dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved farith.0.1 (cached)
-> retrieved flint.0.4.2 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jingoo.1.5.2 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved mlcuddidl.3.0.8 (https://framagit.org/nberth/mlcuddidl/-/archive/3.0.8/mlcuddidl-3.0.8.tar.gz)
-> retrieved mtime.2.1.0 (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)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ocplib-simplex.0.5.1 (cached)
-> retrieved pp_loc.2.1.0 (cached)
-> retrieved ppx_assert.v0.17.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.1 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved qcheck-core.0.91 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved spelll.0.4 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved trace.0.12, trace-tef.0.12 (cached)
-> retrieved uucp.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved why3.1.8.2 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed logs.0.10.0
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed jane-street-headers.v0.17.0
-> installed dune-build-info.3.21.1
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed menhirCST.20250912
-> installed gen.1.1
-> installed either.1.0.0
-> installed cppo.1.8.0
-> installed mlcuddidl.3.0.8
-> installed colibrilib.0.5
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed pp_loc.2.1.0
-> installed ppx_derivers.1.2.1
-> installed ocplib-simplex.0.5.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed spelll.0.4
-> installed dune-configurator.3.21.1
-> installed trace.0.12
-> installed integers.0.7.0
-> installed yojson.3.0.0
-> installed re.1.14.0
-> installed qcheck-core.0.91
-> installed ocamlgraph.2.2.0
-> installed trace-tef.0.12
-> installed containers.3.18
-> installed ctypes.0.24.0
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed uucp.17.0.0
-> installed flint.0.4.2
-> installed ppxlib.0.37.0
-> installed menhir.20250912
-> installed ppx_cold.v0.17.0
-> installed ppx_optcomp.v0.17.1
-> installed ppx_here.v0.17.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_deriving.6.1.1
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_deriving_yojson.3.10.0
-> installed ppx_sexp_conv.v0.17.1
-> installed jingoo.1.5.2
-> installed ppx_assert.v0.17.0
-> installed ppx_hash.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed farith.0.1
-> installed dolmen.0.10
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed dolmen_type.0.10
-> installed dolmen_loop.0.10
-> installed why3.1.8.2
-> installed colibri2.0.5
-> installed colibrics.0.5
Done.
<><> mlcuddidl.3.0.8 installed successfully <><><><><><><><><><><><><><><><><><>
=> For supporting ocaml 5 some modules are removed compared to the release
# To update the current shell environment, run: eval $(opam env)
2026-03-12 11:20.14 ---> using "c69beb2a3169015165e522fde313f45141298c4e4e9d5148dadf2ba6f6097f88" from cache
/: (run (network host)
(shell "(opam reinstall --with-test colibrics.0.5) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile colibrics 0.5 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed colibrics.0.5
-> installed colibrics.0.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-12 11:20.25 ---> saved as "900f66e44c3ff7f4195755cecc6cd4dff50835a0396177a4f18745385f9b5dd6"
/: (run (shell "opam reinstall --with-test --verbose colibrics.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\" != 'colibrics.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"))
The following actions will be performed:
=== recompile 1 package
- recompile colibrics 0.5 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [colibrics: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "colibrics" "-j" "11" "--promote-install-files=false" "@install" "@runtest" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/colibrics.0.5)
Processing 2/4: [colibrics: dune install]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "colibrics" "--create-install-files" "colibrics" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/colibrics.0.5)
-> compiled colibrics.0.5
-> removed colibrics.0.5
-> installed colibrics.0.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-12 11:20.36 ---> saved as "b5c301fdcbaffd969fce295b29f4099987e6bc2e736dccd6b0882c9153c02c79"
Job succeeded
2026-03-12 11:20.48: Job succeeded