Build:
- 0
2026-03-26 15:23.48: New job: test current_slack.0.7.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29606/head (4e07f997e5a403e3e284236003dd2dff6b1992f9)
on macos-homebrew-ocaml-4.14/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29606/head" && git reset --hard 4e07f997
git fetch origin master
git merge --no-edit 46f289cd3749314bbebddeede62fc05f9858f680
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn current_slack.0.7.4 0.7.4
RUN opam reinstall current_slack.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_slack.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_slack.0.7.4) || true
RUN opam reinstall --with-test --verbose current_slack.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_slack.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-4.14-current_slack.0.7.4-4e07f997e5a403e3e284236003dd2dff6b1992f9"
2026-03-26 15:23.48: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(user (uid 1000) (gid 1000))
(run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url -k local --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn current_slack.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_slack.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_slack.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_slack.0.7.4) || true"))
(run (shell "opam reinstall --with-test --verbose current_slack.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_slack.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:41.17: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
Updating files: 62% (11552/18552)
Updating files: 63% (11688/18552)
Updating files: 64% (11874/18552)
Updating files: 65% (12059/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-4.14)
2026-03-26 15:41.20 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-26 15:41.20 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-03-26 15:41.20 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache
/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 7
# repositories 1 (version-controlled)
# pinned 0
# current-switch 4.14.2
# invariant ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-03-26 15:41.20 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2026-03-26 15:41.20 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-26 15:41.21 ---> using "22ed0924677116032169a916048d78f305fea00a2a19540778382e3128589b7d" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-26 15:41.21 ---> using "3f3ebff8f6b003a3b8f6e17dd35d2f54368a2ffbbe774e6a6d4ebc05f150bd49" 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%
## 4.0%
### 4.8%
#### 5.6%
#### 6.4%
##### 7.3%
-
##### 8.1%
###### 8.8%
###### 9.6%
####### 10.4%
######## 11.3%
######## 12.2%
######### 13.0%
######### 13.7%
########## 14.7%
########### 15.4%
########### 16.3%
############ 17.1%
-
############ 17.9%
############# 18.7%
############## 19.5%
############## 20.4%
############### 21.2%
############### 22.0%
################ 22.8%
################# 23.6%
################# 24.5%
################## 25.3%
-
################## 26.1%
################### 26.9%
################### 27.8%
#################### 28.6%
##################### 29.3%
##################### 30.3%
###################### 31.0%
###################### 31.8%
####################### 32.7%
######################## 33.5%
######################## 34.4%
-
######################### 35.2%
######################### 36.0%
########################## 36.9%
########################### 37.7%
########################### 38.6%
############################ 39.4%
############################ 40.2%
############################# 40.9%
############################## 41.9%
############################## 42.6%
############################### 43.5%
-
############################### 44.3%
################################ 45.1%
################################# 45.9%
################################# 46.8%
################################## 47.3%
################################## 47.7%
################################## 48.2%
################################## 48.6%
################################### 49.4%
#################################### 50.1%
#################################### 50.9%
-
##################################### 51.7%
##################################### 52.5%
###################################### 53.4%
###################################### 54.2%
####################################### 55.1%
######################################## 55.9%
######################################## 56.7%
######################################### 57.4%
########################################## 58.4%
########################################## 59.1%
########################################### 59.9%
########################################### 60.8%
-
############################################ 61.6%
############################################ 62.4%
############################################# 63.2%
############################################## 64.0%
############################################## 64.8%
############################################### 65.6%
############################################### 66.4%
################################################ 67.3%
################################################# 68.1%
################################################# 68.9%
################################################## 69.7%
-
################################################## 70.5%
################################################### 71.4%
#################################################### 72.2%
#################################################### 73.0%
##################################################### 73.8%
##################################################### 74.7%
###################################################### 75.5%
###################################################### 76.4%
####################################################### 77.2%
######################################################## 77.9%
######################################################## 78.7%
-
######################################################### 79.6%
######################################################### 80.4%
########################################################## 81.2%
########################################################### 82.1%
########################################################### 82.9%
############################################################ 83.6%
############################################################ 84.5%
############################################################# 85.3%
############################################################## 86.1%
############################################################## 86.9%
############################################################### 87.7%
############################################################### 88.5%
-
################################################################ 89.4%
################################################################ 90.2%
################################################################# 90.9%
################################################################## 91.9%
################################################################## 92.6%
################################################################### 93.4%
################################################################### 94.3%
#################################################################### 95.1%
##################################################################### 96.0%
##################################################################### 96.8%
###################################################################### 97.6%
-
###################################################################### 98.4%
####################################################################### 99.3%
######################################################################## 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:41.22 ---> using "ea819e0baa982416d1011a8101d50cb52d6f0d2fea3b92261422cd5ef033571a" from cache
/: (run (shell "opam pin add -k version -yn current_slack.0.7.4 0.7.4"))
current_slack is now pinned to version 0.7.4
2026-03-26 15:41.22 ---> using "6150ba00efe7d6c678919c4e6a8c5ac3ab74967fdc9335efb1e9774878656321" 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_slack.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_slack.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_slack.0.7.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 85 packages
- install angstrom 0.16.1 [required by uri]
- install asetmap 0.8.1 [required by prometheus]
- install asn1-combinators 0.3.2 [required by x509]
- install astring 0.8.5 [required by current]
- install base v0.16.4 [required by ppx_sexp_conv]
- install base-bytes base [required by ocplib-endian]
- install base64 3.5.2 [required by cohttp]
- install bigstringaf 0.10.0 [required by angstrom]
- install bos 0.2.1 [required by current]
- install ca-certs 1.0.1 [required by conduit-lwt-unix]
- install cmdliner 2.1.0 [required by cohttp-lwt-unix, current]
- install cohttp 6.2.1 [required by cohttp-lwt-unix]
- install cohttp-lwt 6.2.1 [required by cohttp-lwt-unix]
- install cohttp-lwt-unix 6.2.1 [required by current_slack]
- install conduit 8.0.0 [required by conduit-lwt]
- install conduit-lwt 8.0.0 [required by cohttp-lwt-unix]
- install conduit-lwt-unix 8.0.0 [required by cohttp-lwt-unix]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
- install conf-libev 4-13 [required by current]
- 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 hex]
- install current 0.7.4 [required by current_slack]
- install current_incr 0.6.1 [required by current]
- install current_slack 0.7.4 (pinned)
- install digestif 1.3.0 [required by ca-certs]
- install domain-name 0.5.0 [required by ipaddr]
- install dune 3.22.0 [required by current_slack]
- install dune-compiledb 0.6.0 [required by sqlite3]
- install dune-configurator 3.22.0 [required by sqlite3]
- install duration 0.2.1 [required by current]
- install eqaf 0.10 [required by digestif, mirage-crypto]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by current_slack]
- install fpath 0.7.3 [required by current]
- install gmap 0.3.0 [required by x509]
- install hex 1.5.0 [required by ezjsonm]
- install http 6.2.1 [required by cohttp-lwt-unix]
- install ipaddr 5.6.2 [required by cohttp-lwt, cohttp, conduit-lwt-unix]
- install ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
- install jsonm 1.0.2 [required by ezjsonm]
- install kdf 1.0.0 [required by x509, tls]
- install logs 0.10.0 [required by current_slack]
- install lwt 6.1.1 [required by current_slack]
- install lwt-dllist 1.1.0 [required by current]
- install macaddr 5.6.2 [required by ipaddr]
- install magic-mime 1.3.1 [required by cohttp-lwt-unix]
- install mirage-crypto 2.1.0 [required by ca-certs]
- install mirage-crypto-ec 2.1.0 [required by x509, tls]
- install mirage-crypto-pk 2.1.0 [required by x509, tls]
- install mirage-crypto-rng 2.1.0 [required by tls-lwt]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by logs, asetmap]
- install ocamlfind 1.9.8 [required by ppx_deriving]
- install ocplib-endian 1.2 [required by lwt]
- install ohex 0.2.0 [required by ca-certs]
- install parsexp v0.16.0 [required by sexplib]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.0.3 [required by current]
- install ppx_sexp_conv v0.16.0 [required by cohttp-lwt-unix]
- install ppxlib 0.35.0 [required by ppx_deriving]
- install prometheus 1.3 [required by current]
- install ptime 1.2.0 [required by ca-certs, tls-lwt]
- install re 1.14.0 [required by current]
- install result 1.5 [required by current]
- install rresult 0.7.0 [required by bos]
- install sexplib v0.16.0 [required by dune-compiledb]
- install sexplib0 v0.16.0 [required by cohttp-lwt, cohttp, conduit-lwt]
- install sqlite3 5.4.0 [required by current]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by cohttp]
- install tls 2.0.4 [required by tls-lwt]
- install tls-lwt 2.0.4 [required by current_slack]
- install topkg 1.1.1 [required by logs, asetmap]
- install uri 4.4.0 [required by current_slack]
- install uri-sexp 4.4.0 [required by cohttp]
- install uutf 1.0.4 [required by ezjsonm]
- install x509 1.0.6 [required by ca-certs]
- install yojson 3.0.0 [required by current_slack]
- install zarith 1.14 [required by mirage-crypto-pk]
The following system packages will first need to be installed:
gmp libev 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" "gmp" "libev" "pkgconf" "sqlite"
- ==> Fetching downloads for: gmp, libev, pkgconf and sqlite
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest libev (4.33)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest sqlite (3.51.3)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest sqlite (3.51.3)
- ✔︎ Bottle Manifest readline (8.3.3)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle libev (4.33)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle readline (8.3.3)
- ✔︎ Bottle sqlite (3.51.3)
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring libev--4.33.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libev/4.33: 13 files, 514.5KB
- ==> Running `brew cleanup libev`...
- ==> 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
- ==> 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 angstrom.0.16.1 (cached)
-> retrieved asetmap.0.8.1 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved ca-certs.1.0.1 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1 (cached)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved conf-libev.4-13 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp.5
-> installed conf-sqlite3.1
-> installed conf-gmp-powm-sec.4
-> retrieved cstruct.6.2.0 (cached)
-> retrieved current.0.7.4, current_slack.0.7.4 (cached)
-> installed conf-libev.4-13
-> retrieved current_incr.0.6.1 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved domain-name.0.5.0 (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.10 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt.6.1.1 (cached)
-> installed cmdliner.2.1.0
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved prometheus.1.3 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved sqlite3.5.4.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved tls.2.0.4, tls-lwt.2.0.4 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.22.0
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed duration.0.2.1
-> installed current_incr.0.6.1
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed asn1-combinators.0.3.2
-> installed gmap.0.3.0
-> installed lwt-dllist.1.1.0
-> installed hex.1.5.0
-> installed macaddr.5.6.2
-> installed http.6.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ocplib-endian.1.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed magic-mime.1.3.1
-> installed dune-configurator.3.22.0
-> installed sexplib0.v0.16.0
-> installed bigstringaf.0.10.0
-> installed re.1.14.0
-> installed ezjsonm.1.3.0
-> installed mirage-crypto.2.1.0
-> installed angstrom.0.16.1
-> installed yojson.3.0.0
-> installed kdf.1.0.0
-> installed parsexp.v0.16.0
-> installed lwt.6.1.1
-> installed uri.4.4.0
-> installed prometheus.1.3
-> installed sexplib.v0.16.0
-> installed dune-compiledb.0.6.0
-> installed sqlite3.5.4.0
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.1.0
-> installed mirage-crypto-pk.2.1.0
-> installed base.v0.16.4
-> installed bos.0.2.1
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed tls.2.0.4
-> installed tls-lwt.2.0.4
-> installed ppxlib.0.35.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> installed uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.2
-> installed conduit.8.0.0
-> installed current.0.7.4
-> installed cohttp.6.2.1
-> installed conduit-lwt.8.0.0
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt.6.2.1
-> installed cohttp-lwt-unix.6.2.1
-> installed current_slack.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:41.22 ---> using "29276e666acf59341aeede247272479a78cc889569024528e5fbf6ad17767076" from cache
/: (run (network host)
(shell "(opam reinstall --with-test current_slack.0.7.4) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile current_slack 0.7.4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved current_slack.0.7.4 (https://github.com/ocurrent/ocurrent/releases/download/v0.7.4/ocurrent-0.7.4.tbz)
-> removed current_slack.0.7.4
-> installed current_slack.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:41.26 ---> saved as "637072a7c4c8bd7322a6d983353bb8a07f142887e1427f3547fae034262929ca"
/: (run (shell "opam reinstall --with-test --verbose current_slack.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_slack.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_slack 0.7.4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [current_slack.0.7.4: extract]
-> retrieved current_slack.0.7.4 (cached)
Processing 2/4: [current_slack: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "current_slack" "-j" "7" "@install" "@runtest" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/current_slack.0.7.4)
-> compiled current_slack.0.7.4
-> removed current_slack.0.7.4
-> installed current_slack.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:41.29 ---> saved as "ec2df67de06811b498e69868d4675cf47972091a3b80e7581c75f4e69aea177e"
Job succeeded
2026-03-26 15:41.38: Job succeeded