Build:
- 0
2026-03-26 15:23.48: New job: test current_docker.0.7.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29606/head (4e07f997e5a403e3e284236003dd2dff6b1992f9)
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/29606/head" && git reset --hard 4e07f997
git fetch origin master
git merge --no-edit 46f289cd3749314bbebddeede62fc05f9858f680
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 current_docker.0.7.4 0.7.4
RUN opam reinstall current_docker.0.7.4; \
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" != 'current_docker.0.7.4' && 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 current_docker.0.7.4) || true
RUN opam reinstall --with-test --verbose current_docker.0.7.4; \
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" != 'current_docker.0.7.4' && 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-26 15:23.48: Using cache hint "macos-homebrew-ocaml-5.4-current_docker.0.7.4-4e07f997e5a403e3e284236003dd2dff6b1992f9"
2026-03-26 15:23.48: 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 current_docker.0.7.4 0.7.4"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall current_docker.0.7.4;\
\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\" != 'current_docker.0.7.4' && 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 current_docker.0.7.4) || true"))
(run (shell "opam reinstall --with-test --verbose current_docker.0.7.4;\
\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\" != 'current_docker.0.7.4' && 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-26 15:23.48: Waiting for resource in pool OCluster
2026-03-26 15:23.50: Waiting for worker…
2026-03-26 15:35.50: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files: 65% (12120/18552)
Updating files: 66% (12245/18552)
Updating files: 67% (12430/18552)
Updating files: 68% (12616/18552)
Updating files: 69% (12801/18552)
Updating files: 70% (12987/18552)
Updating files: 71% (13172/18552)
Updating files: 72% (13358/18552)
Updating files: 73% (13543/18552)
Updating files: 74% (13729/18552)
Updating files: 75% (13914/18552)
Updating files: 76% (14100/18552)
Updating files: 77% (14286/18552)
Updating files: 78% (14471/18552)
Updating files: 79% (14657/18552)
Updating files: 80% (14842/18552)
Updating files: 81% (15028/18552)
Updating files: 82% (15213/18552)
Updating files: 83% (15399/18552)
Updating files: 84% (15584/18552)
Updating files: 85% (15770/18552)
Updating files: 86% (15955/18552)
Updating files: 87% (16141/18552)
Updating files: 88% (16326/18552)
Updating files: 89% (16512/18552)
Updating files: 90% (16697/18552)
Updating files: 91% (16883/18552)
Updating files: 92% (17068/18552)
Updating files: 93% (17254/18552)
Updating files: 94% (17439/18552)
Updating files: 95% (17625/18552)
Updating files: 96% (17810/18552)
Updating files: 97% (17996/18552)
Updating files: 98% (18181/18552)
Updating files: 99% (18367/18552)
Updating files: 100% (18552/18552)
Updating files: 100% (18552/18552), done.
HEAD is now at 46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0
Updating 46f289cd37..4e07f997e5
Fast-forward
packages/current/current.0.7.4/opam | 94 ++++++++++++++++++
packages/current_docker/current_docker.0.7.4/opam | 83 ++++++++++++++++
.../current_examples/current_examples.0.7.4/opam | 98 +++++++++++++++++++
packages/current_git/current_git.0.7.4/opam | 88 +++++++++++++++++
packages/current_github/current_github.0.7.4/opam | 97 +++++++++++++++++++
packages/current_gitlab/current_gitlab.0.7.4/opam | 59 ++++++++++++
packages/current_rpc/current_rpc.0.7.4/opam | 84 +++++++++++++++++
packages/current_slack/current_slack.0.7.4/opam | 77 +++++++++++++++
packages/current_ssh/current_ssh.0.7.4/opam | 43 +++++++++
packages/current_web/current_web.0.7.4/opam | 105 +++++++++++++++++++++
10 files changed, 828 insertions(+)
create mode 100644 packages/current/current.0.7.4/opam
create mode 100644 packages/current_docker/current_docker.0.7.4/opam
create mode 100644 packages/current_examples/current_examples.0.7.4/opam
create mode 100644 packages/current_git/current_git.0.7.4/opam
create mode 100644 packages/current_github/current_github.0.7.4/opam
create mode 100644 packages/current_gitlab/current_gitlab.0.7.4/opam
create mode 100644 packages/current_rpc/current_rpc.0.7.4/opam
create mode 100644 packages/current_slack/current_slack.0.7.4/opam
create mode 100644 packages/current_ssh/current_ssh.0.7.4/opam
create mode 100644 packages/current_web/current_web.0.7.4/opam
(from macos-homebrew-ocaml-5.4)
2026-03-26 15:35.53 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-26 15:35.53 ---> 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-26 15:35.53 ---> 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-03-26 15:35.53 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2026-03-26 15:35.53 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-26 15:35.54 ---> using "36150240a5457f8fdf28df333adc5e757c57742cc33dc0bc00a5231896963070" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-26 15:35.54 ---> using "566426defa0c561e1eb39690b4d7a683dfff12c09262c95f3431cf758749266d" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:cef6f881f516d2cdbd0a5bfc7e20318da8b047cf2674ee27c5d4858d3ecd6430
- #=#=#
-
0.7%
# 1.4%
# 2.3%
## 3.1%
## 3.9%
### 4.8%
#### 5.6%
#### 6.4%
##### 7.1%
##### 7.5%
##### 7.9%
-
##### 8.3%
###### 8.7%
###### 9.1%
###### 9.6%
####### 10.0%
####### 10.4%
####### 10.8%
######## 11.3%
######## 11.6%
######## 12.0%
######## 12.4%
-
######### 12.7%
######### 13.0%
######### 13.2%
######### 13.6%
######### 13.9%
########## 14.1%
########## 14.4%
########## 14.7%
########## 14.9%
########### 15.3%
########### 15.6%
-
########### 15.8%
########### 16.2%
########### 16.4%
############ 16.7%
############ 17.0%
############ 17.2%
############ 17.5%
############ 17.8%
############ 18.0%
############# 18.3%
############# 18.7%
-
############# 19.0%
############# 19.2%
############## 19.5%
############## 19.7%
############## 20.0%
############## 20.3%
############## 20.5%
############## 20.8%
############### 21.1%
############### 21.2%
############### 21.3%
-
############### 21.6%
############### 21.7%
############### 22.0%
############### 22.1%
################ 22.2%
################ 22.5%
################ 22.6%
################ 22.8%
################ 23.0%
################ 23.2%
################ 23.4%
-
################# 23.6%
################# 23.9%
################# 24.0%
################# 24.3%
################# 24.5%
################# 24.7%
################# 24.9%
################## 25.1%
################## 25.3%
################## 25.5%
-
################## 25.7%
################## 26.0%
################## 26.1%
################## 26.4%
################### 26.6%
################### 26.8%
################### 27.0%
################### 27.3%
################### 27.4%
################### 27.6%
################### 27.8%
-
#################### 28.0%
#################### 28.3%
#################### 28.6%
#################### 28.8%
#################### 29.1%
##################### 29.3%
##################### 29.6%
##################### 29.9%
##################### 30.1%
##################### 30.4%
###################### 30.7%
-
###################### 30.9%
###################### 31.2%
###################### 31.6%
###################### 31.8%
####################### 32.1%
####################### 32.3%
####################### 32.7%
####################### 33.0%
####################### 33.2%
######################## 33.5%
######################## 33.8%
-
######################## 34.0%
######################## 34.3%
######################## 34.6%
######################### 34.8%
######################### 35.1%
######################### 35.5%
######################### 35.7%
######################### 36.0%
########################## 36.3%
########################## 36.5%
########################## 36.8%
-
########################## 37.1%
########################### 37.6%
########################### 38.0%
########################### 38.4%
########################### 38.7%
############################ 39.2%
############################ 39.6%
############################ 40.0%
############################# 40.4%
############################# 40.8%
############################# 41.2%
-
############################## 41.7%
############################## 42.1%
############################## 42.5%
############################## 42.9%
############################### 43.4%
############################### 43.8%
############################### 44.2%
################################ 44.6%
################################ 45.0%
################################ 45.3%
################################# 45.9%
-
################################# 46.3%
################################# 46.7%
################################# 47.0%
################################## 47.4%
################################## 47.9%
################################## 48.3%
################################### 48.7%
################################### 49.1%
################################### 49.5%
#################################### 50.0%
#################################### 50.4%
-
#################################### 50.8%
#################################### 51.2%
##################################### 52.0%
##################################### 52.8%
###################################### 53.6%
####################################### 54.4%
####################################### 55.2%
######################################## 56.0%
######################################## 56.4%
######################################## 56.8%
######################################### 57.3%
-
######################################### 57.7%
######################################### 58.1%
########################################## 58.5%
########################################## 59.0%
########################################## 59.4%
########################################### 59.8%
########################################### 60.1%
########################################### 60.5%
########################################### 60.9%
############################################ 61.3%
############################################ 61.8%
-
############################################ 62.2%
############################################# 62.6%
############################################# 63.0%
############################################# 63.5%
############################################## 64.0%
############################################## 64.4%
############################################## 64.8%
############################################### 65.3%
############################################### 65.7%
############################################### 66.1%
-
############################################### 66.5%
################################################ 66.9%
################################################ 67.3%
################################################ 67.8%
################################################# 68.2%
################################################# 68.6%
################################################# 69.0%
################################################# 69.4%
################################################## 69.9%
################################################## 70.3%
################################################## 70.7%
-
################################################### 71.2%
################################################### 71.6%
################################################### 72.0%
#################################################### 72.4%
#################################################### 72.9%
#################################################### 73.3%
##################################################### 73.7%
##################################################### 74.1%
##################################################### 74.5%
##################################################### 74.9%
###################################################### 75.3%
-
###################################################### 75.7%
###################################################### 76.1%
####################################################### 76.5%
####################################################### 77.0%
####################################################### 77.4%
######################################################## 77.8%
######################################################## 78.2%
######################################################## 78.6%
######################################################## 79.1%
######################################################### 79.5%
######################################################### 79.9%
-
######################################################### 80.3%
########################################################## 80.7%
########################################################## 81.2%
########################################################## 81.6%
########################################################### 82.0%
########################################################### 82.4%
########################################################### 82.7%
########################################################### 83.1%
############################################################ 83.6%
############################################################ 84.0%
############################################################ 84.5%
############################################################# 84.9%
-
############################################################# 85.3%
############################################################# 85.7%
############################################################## 86.1%
############################################################## 86.7%
############################################################## 87.1%
############################################################## 87.4%
############################################################### 87.8%
############################################################### 88.2%
############################################################### 88.8%
################################################################ 89.1%
-
################################################################ 89.5%
################################################################ 89.9%
################################################################# 90.3%
################################################################# 90.7%
################################################################# 91.1%
################################################################# 91.5%
################################################################## 91.7%
################################################################## 92.0%
################################################################## 92.2%
################################################################## 92.5%
################################################################## 92.8%
-
################################################################### 93.2%
################################################################### 93.4%
################################################################### 93.7%
################################################################### 93.9%
################################################################### 94.3%
#################################################################### 94.6%
#################################################################### 95.0%
#################################################################### 95.2%
#################################################################### 95.5%
#################################################################### 95.7%
-
##################################################################### 96.0%
##################################################################### 96.4%
##################################################################### 96.7%
##################################################################### 96.9%
##################################################################### 97.2%
###################################################################### 97.6%
###################################################################### 97.8%
###################################################################### 98.1%
###################################################################### 98.4%
####################################################################### 98.6%
####################################################################### 98.7%
-
####################################################################### 99.1%
####################################################################### 99.4%
####################################################################### 99.6%
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.1.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2026-03-26 15:35.54 ---> using "7d13a95971eb46bf6f886096759085b476612e26ba2e7f2afb0c1c9d7c4471f2" from cache
/: (run (shell "opam pin add -k version -yn current_docker.0.7.4 0.7.4"))
current_docker is now pinned to version 0.7.4
2026-03-26 15:35.55 ---> using "01b2fb27ef8226c4536ced9effab9a4ced8b7607a9eb54c17c57d64c4a9dfe78" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall current_docker.0.7.4;\
\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\" != 'current_docker.0.7.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
current_docker.0.7.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 61 packages
- install asetmap 0.8.1 [required by prometheus]
- install astring 0.8.5 [required by current_docker]
- install base-bytes base [required by cf, ocplib-endian, fsevents]
- install base64 3.5.2 [required by current_git]
- install bos 0.2.1 [required by current_docker]
- install cf 0.5.0 [required by cf-lwt]
- install cf-lwt 0.5.0 [required by irmin-watcher]
- install cmdliner 1.3.0 [required by current]
- install conf-git 1.1 [required by current_git]
- install conf-libev 4-13 [required by current]
- install conf-libffi 2.0.0 [required by ctypes-foreign]
- install conf-pkg-config 4 [required by conf-sqlite3]
- install conf-sqlite3 1 [required by sqlite3]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by current_git]
- install ctypes 0.24.0 [required by cf, fsevents]
- install ctypes-foreign 0.24.0 [required by cf]
- install current 0.7.4 [required by current_docker]
- install current_docker 0.7.4 (pinned)
- install current_git 0.7.4 [required by current_docker]
- install current_incr 0.6.1 [required by current]
- install dune 3.22.0 [required by current_docker]
- install dune-compiledb 0.6.0 [required by sqlite3]
- install dune-configurator 3.22.0 [required by sqlite3, mirage-crypto]
- install duration 0.2.1 [required by current_docker]
- install eqaf 0.9 [required by mirage-crypto]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by current_docker]
- install fpath 0.7.3 [required by current_docker]
- install fsevents 0.3.0 [required by fsevents-lwt]
- install fsevents-lwt 0.3.0 [required by irmin-watcher]
- install hex 1.5.0 [required by ezjsonm]
- install integers 0.7.0 [required by ctypes]
- install irmin-watcher 0.5.0 [required by current_git]
- install jsonm 1.0.2 [required by ezjsonm]
- install logs 0.10.0 [required by current_docker]
- install lwt 6.1.1 [required by current_docker]
- install lwt-dllist 1.1.0 [required by current]
- install mirage-crypto 0.11.3 [required by current_git]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by astring, bos]
- install ocamlfind 1.9.8 [required by astring, bos]
- install ocplib-endian 1.2 [required by lwt]
- 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 current_docker]
- install ppx_deriving_yojson 3.10.0 [required by current_docker]
- install ppxlib 0.38.0 [required by ppx_deriving, ppx_deriving_yojson]
- install prometheus 1.3 [required by current]
- install re 1.14.0 [required by current]
- install result 1.5 [required by current_docker]
- install rresult 0.7.0 [required by bos]
- install sexplib v0.17.0 [required by dune-compiledb]
- install sexplib0 v0.17.0 [required by ppxlib, dune-compiledb]
- install sqlite3 5.4.0 [required by current]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by astring, bos]
- install uutf 1.0.4 [required by ezjsonm]
- install yojson 3.0.0 [required by current_docker]
The following system packages will first need to be installed:
libev libffi pkgconf sqlite
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /opt/homebrew/bin/brew "install" "libev" "libffi" "pkgconf" "sqlite"
- ==> Fetching downloads for: libev, libffi, pkgconf and sqlite
- ✔︎ Bottle Manifest libev (4.33)
- ✔︎ Bottle Manifest libffi (3.5.2)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest sqlite (3.51.3)
- ✔︎ Bottle Manifest sqlite (3.51.3)
- ✔︎ Bottle Manifest readline (8.3.3)
- ✔︎ Bottle libev (4.33)
- ✔︎ Bottle libffi (3.5.2)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle readline (8.3.3)
- ✔︎ Bottle sqlite (3.51.3)
- ==> Pouring libev--4.33.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libev/4.33: 13 files, 514.5KB
- ==> Running `brew cleanup libev`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring libffi--3.5.2.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- For compilers to find libffi you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- ==> Summary
- 🍺 /opt/homebrew/Cellar/libffi/3.5.2: 18 files, 830.3KB
- ==> Running `brew cleanup libffi`...
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
- ==> Installing sqlite dependency: readline
- ==> Pouring readline--8.3.3.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/readline/8.3.3: 56 files, 2.7MB
- ==> Pouring sqlite--3.51.3.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- sqlite is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- If you need to have sqlite first in your PATH, run:
- echo 'export PATH="/opt/homebrew/opt/sqlite/bin:$PATH"' >> ~/.profile
-
- For compilers to find sqlite you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/sqlite/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/sqlite/include"
-
- For pkgconf to find sqlite you may need to set:
- export PKG_CONFIG_PATH="/opt/homebrew/opt/sqlite/lib/pkgconfig"
- ==> Summary
- 🍺 /opt/homebrew/Cellar/sqlite/3.51.3: 13 files, 5.2MB
- ==> Running `brew cleanup sqlite`...
- ==> Caveats
- ==> libffi
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- For compilers to find libffi you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- ==> sqlite
- sqlite is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
-
- If you need to have sqlite first in your PATH, run:
- echo 'export PATH="/opt/homebrew/opt/sqlite/bin:$PATH"' >> ~/.profile
-
- For compilers to find sqlite you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/sqlite/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/sqlite/include"
-
- For pkgconf to find sqlite you may need to set:
- export PKG_CONFIG_PATH="/opt/homebrew/opt/sqlite/lib/pkgconfig"
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asetmap.0.8.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved conf-libev.4-13 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> installed conf-git.1.1
-> retrieved csexp.1.5.2 (cached)
-> installed conf-sqlite3.1
-> installed conf-libffi.2.0.0
-> retrieved cstruct.6.2.0 (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)
-> installed conf-libev.4-13
-> retrieved current.0.7.4, current_docker.0.7.4, current_git.0.7.4 (cached)
-> retrieved current_incr.0.6.1 (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)
-> retrieved dune-compiledb.0.6.0 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved eqaf.0.9 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (cached)
-> retrieved hex.1.5.0 (cached)
-> installed cmdliner.1.3.0
-> retrieved integers.0.7.0 (cached)
-> retrieved irmin-watcher.0.5.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt.6.1.1 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved mirage-crypto.0.11.3 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved parsexp.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 ppxlib.0.38.0 (cached)
-> retrieved prometheus.1.3 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved sqlite3.5.4.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.22.0
-> installed duration.0.2.1
-> installed lwt-dllist.1.1.0
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed re.1.14.0
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed current_incr.0.6.1
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed hex.1.5.0
-> installed ocplib-endian.1.2
-> installed sexplib0.v0.17.0
-> installed eqaf.0.9
-> installed integers.0.7.0
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.22.0
-> installed yojson.3.0.0
-> installed mirage-crypto.0.11.3
-> installed lwt.6.1.1
-> installed parsexp.v0.17.0
-> installed prometheus.1.3
-> installed sexplib.v0.17.0
-> installed ctypes.0.24.0
-> installed logs.0.10.0
-> installed dune-compiledb.0.6.0
-> installed sqlite3.5.4.0
-> installed ctypes-foreign.0.24.0
-> installed bos.0.2.1
-> installed cf.0.5.0
-> installed cf-lwt.0.5.0
-> installed fsevents.0.3.0
-> installed fsevents-lwt.0.3.0
-> installed irmin-watcher.0.5.0
-> installed ppxlib.0.38.0
-> installed ppx_deriving.6.1.1
-> installed ppx_deriving_yojson.3.10.0
-> installed current.0.7.4
-> installed current_git.0.7.4
-> installed current_docker.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:35.55 ---> using "64ce8ef142aba3dddaf1167c5e9ff97b630de7becf752027497064e413c3c888" from cache
/: (run (network host)
(shell "(opam reinstall --with-test current_docker.0.7.4) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile current_docker 0.7.4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved current_docker.0.7.4 (https://github.com/ocurrent/ocurrent/releases/download/v0.7.4/ocurrent-0.7.4.tbz)
-> removed current_docker.0.7.4
-> installed current_docker.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:35.59 ---> saved as "bb786f539b86eafdb1332ed9c8ec1dd0cd20207ea5799617a90865fa06f24dc0"
/: (run (shell "opam reinstall --with-test --verbose current_docker.0.7.4;\
\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\" != 'current_docker.0.7.4' && 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 current_docker 0.7.4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [current_docker.0.7.4: extract]
-> retrieved current_docker.0.7.4 (cached)
Processing 2/4: [current_docker: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "current_docker" "-j" "7" "@install" "@runtest" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/current_docker.0.7.4)
-> compiled current_docker.0.7.4
-> removed current_docker.0.7.4
-> installed current_docker.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:36.04 ---> saved as "77af1492c6992afa17beeef07cf05985a9e14ab69f56eb79ca4fab0afe441151"
Job succeeded
2026-03-26 15:36.13: Job succeeded