(for PR #29921)
2026-05-22 14:38.26: New job: test awso-sync.0.9.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29921/head (26b581962da4b56e20652e11f59c3ecd2f3e2823)
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/29921/head" && git reset --hard 26b58196
git fetch origin master
git merge --no-edit 3e30e43808721339489775ee25d69c4c9c441697
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 awso-sync.0.9.0 0.9.0
RUN opam reinstall awso-sync.0.9.0; \
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" != 'awso-sync.0.9.0' && 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 awso-sync.0.9.0) || true
RUN opam reinstall --with-test --verbose awso-sync.0.9.0; \
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" != 'awso-sync.0.9.0' && 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-05-22 14:38.26: Using cache hint "macos-homebrew-ocaml-5.4-awso-sync.0.9.0-26b581962da4b56e20652e11f59c3ecd2f3e2823"
2026-05-22 14:38.26: 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 awso-sync.0.9.0 0.9.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall awso-sync.0.9.0;\
\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\" != 'awso-sync.0.9.0' && 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 awso-sync.0.9.0) || true"))
(run (shell "opam reinstall --with-test --verbose awso-sync.0.9.0;\
\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\" != 'awso-sync.0.9.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-22 14:38.26: Waiting for resource in pool OCluster
2026-05-22 14:38.27: Waiting for worker…
2026-05-22 14:52.27: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files: 61% (10972/17943)
Updating files: 62% (11125/17943)
Updating files: 63% (11305/17943)
Updating files: 64% (11484/17943)
Updating files: 65% (11663/17943)
Updating files: 66% (11843/17943)
Updating files: 67% (12022/17943)
Updating files: 68% (12202/17943)
Updating files: 69% (12381/17943)
Updating files: 70% (12561/17943)
Updating files: 71% (12740/17943)
Updating files: 72% (12919/17943)
Updating files: 73% (13099/17943)
Updating files: 74% (13278/17943)
Updating files: 75% (13458/17943)
Updating files: 76% (13637/17943)
Updating files: 77% (13817/17943)
Updating files: 78% (13996/17943)
Updating files: 79% (14175/17943)
Updating files: 80% (14355/17943)
Updating files: 81% (14534/17943)
Updating files: 82% (14714/17943)
Updating files: 83% (14893/17943)
Updating files: 84% (15073/17943)
Updating files: 85% (15252/17943)
Updating files: 86% (15431/17943)
Updating files: 87% (15611/17943)
Updating files: 88% (15790/17943)
Updating files: 89% (15970/17943)
Updating files: 90% (16149/17943)
Updating files: 91% (16329/17943)
Updating files: 92% (16508/17943)
Updating files: 93% (16687/17943)
Updating files: 94% (16867/17943)
Updating files: 95% (17046/17943)
Updating files: 96% (17226/17943)
Updating files: 97% (17405/17943)
Updating files: 98% (17585/17943)
Updating files: 99% (17764/17943)
Updating files: 100% (17943/17943)
Updating files: 100% (17943/17943), done.
HEAD is now at 3e30e43808 Merge pull request #29935 from sim642/release-odep-0.2.2
Updating 3e30e43808..26b581962d
Fast-forward
packages/awso-async/awso-async.0.9.0/opam | 52 ++++++++++++++++++++++++++++
packages/awso-cli/awso-cli.0.9.0/opam | 47 +++++++++++++++++++++++++
packages/awso-common/awso-common.0.9.0/opam | 45 ++++++++++++++++++++++++
packages/awso-lwt/awso-lwt.0.9.0/opam | 47 +++++++++++++++++++++++++
packages/awso-sync/awso-sync.0.9.0/opam | 47 +++++++++++++++++++++++++
packages/awso/awso.0.9.0/opam | 53 +++++++++++++++++++++++++++++
6 files changed, 291 insertions(+)
create mode 100644 packages/awso-async/awso-async.0.9.0/opam
create mode 100644 packages/awso-cli/awso-cli.0.9.0/opam
create mode 100644 packages/awso-common/awso-common.0.9.0/opam
create mode 100644 packages/awso-lwt/awso-lwt.0.9.0/opam
create mode 100644 packages/awso-sync/awso-sync.0.9.0/opam
create mode 100644 packages/awso/awso.0.9.0/opam
(from macos-homebrew-ocaml-5.4)
2026-05-22 14:52.30 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-22 14:52.30 ---> 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-05-22 14:52.31 ---> 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-05-22 14:52.31 ---> 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-05-22 14:52.31 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-05-22 14:52.32 ---> using "65950d68d757267f99f7f73df7168376f48949b8b69c7ecf6474931fe92c5fee" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
default (at file:///Users/mac1000/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
default (at file:///Users/mac1000/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-05-22 14:52.32 ---> using "ce07304f03d18718e4b8aec4efcd05b30555ecb50f53a32927da9e6fe6222e71" 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:d5dbe0bbfd7e00136344e7872fc26ad1db935cf7c6421c5888e42bab6cc2f6b3
- #=#=#
0.3%
0.8%
1.2%
# 1.7%
# 2.0%
-
# 2.4%
## 2.8%
## 3.2%
## 3.7%
## 4.1%
### 4.5%
### 4.9%
### 5.2%
#### 5.8%
#### 6.1%
#### 6.5%
-
#### 6.9%
##### 7.4%
##### 7.8%
##### 8.2%
###### 8.6%
###### 8.9%
###### 9.5%
####### 9.8%
####### 10.2%
####### 10.7%
######## 11.1%
-
######## 11.5%
######## 11.9%
######## 12.3%
######### 12.8%
######### 13.2%
######### 13.5%
########## 14.1%
########## 14.4%
########## 14.8%
########## 15.2%
########### 15.6%
-
########### 16.1%
########### 16.5%
############ 16.9%
############ 17.2%
############ 17.7%
############# 18.2%
############# 18.6%
############# 19.1%
############## 19.5%
############## 19.9%
-
############## 20.2%
############## 20.6%
############### 21.0%
############### 21.5%
############### 21.9%
################ 22.3%
################ 22.7%
################ 23.2%
################ 23.6%
################# 23.9%
################# 24.3%
-
################# 24.8%
################## 25.2%
################## 25.8%
################## 26.1%
################### 26.5%
################### 27.0%
################### 27.4%
#################### 27.9%
#################### 28.3%
#################### 28.7%
##################### 29.2%
-
##################### 29.6%
##################### 30.0%
##################### 30.4%
###################### 30.7%
###################### 31.1%
###################### 31.6%
###################### 31.9%
####################### 32.2%
####################### 32.6%
####################### 33.2%
######################## 33.6%
-
######################## 34.0%
######################## 34.3%
######################## 34.6%
######################### 35.0%
######################### 35.2%
######################### 35.5%
######################### 35.8%
######################### 36.0%
########################## 36.3%
########################## 36.5%
########################## 36.9%
-
########################## 37.2%
########################## 37.4%
########################### 37.7%
########################### 38.0%
########################### 38.2%
########################### 38.6%
########################### 38.8%
############################ 39.1%
############################ 39.2%
############################ 39.5%
############################ 39.9%
-
############################ 40.1%
############################# 40.4%
############################# 40.6%
############################# 40.9%
############################# 41.3%
############################# 41.5%
############################# 41.7%
############################## 41.9%
############################## 42.2%
############################## 42.3%
############################## 42.5%
-
############################## 42.8%
############################## 42.9%
############################### 43.2%
############################### 43.3%
############################### 43.6%
############################### 43.8%
############################### 43.9%
############################### 44.2%
################################ 44.5%
################################ 44.6%
-
################################ 44.8%
################################ 45.0%
################################ 45.2%
################################ 45.5%
################################ 45.6%
################################# 45.9%
################################# 46.1%
################################# 46.3%
################################# 46.5%
################################# 46.8%
################################# 46.9%
-
################################# 47.1%
################################## 47.4%
################################## 47.5%
################################## 47.8%
################################## 48.0%
################################## 48.2%
################################## 48.4%
################################## 48.5%
################################### 48.8%
################################### 48.9%
################################### 49.2%
-
################################### 49.4%
################################### 49.6%
################################### 49.8%
################################### 50.0%
#################################### 50.2%
#################################### 50.4%
#################################### 50.6%
#################################### 50.9%
#################################### 51.0%
#################################### 51.3%
##################################### 51.5%
-
##################################### 51.6%
##################################### 51.9%
##################################### 52.0%
##################################### 52.3%
##################################### 52.5%
##################################### 52.7%
###################################### 52.9%
###################################### 53.1%
###################################### 53.3%
###################################### 53.5%
###################################### 53.7%
-
###################################### 53.9%
####################################### 54.2%
####################################### 54.3%
####################################### 54.6%
####################################### 54.8%
####################################### 55.0%
####################################### 55.2%
####################################### 55.3%
######################################## 55.6%
######################################## 55.9%
######################################## 56.0%
-
######################################## 56.2%
######################################## 56.5%
######################################## 56.6%
######################################## 56.9%
######################################### 57.0%
######################################### 57.3%
######################################### 57.5%
######################################### 57.7%
######################################### 57.9%
######################################### 58.1%
########################################## 58.4%
-
########################################## 58.5%
########################################## 58.8%
########################################## 58.9%
########################################## 59.2%
########################################## 59.3%
########################################## 59.6%
########################################### 59.8%
########################################### 59.9%
########################################### 60.2%
########################################### 60.5%
########################################### 60.6%
-
########################################### 60.9%
########################################### 61.1%
############################################ 61.2%
############################################ 61.5%
############################################ 61.8%
############################################ 62.0%
############################################ 62.1%
############################################ 62.4%
############################################# 62.6%
############################################# 62.7%
-
############################################# 63.0%
############################################# 63.3%
############################################# 63.4%
############################################# 63.6%
############################################# 63.8%
############################################## 64.0%
############################################## 64.3%
############################################## 64.4%
############################################## 64.7%
############################################## 64.9%
############################################## 65.1%
-
############################################### 65.3%
############################################### 65.6%
############################################### 65.7%
############################################### 66.0%
############################################### 66.1%
############################################### 66.4%
############################################### 66.6%
################################################ 66.7%
################################################ 67.0%
################################################ 67.3%
################################################ 67.6%
-
################################################ 67.9%
################################################# 68.2%
################################################# 68.4%
################################################# 68.6%
################################################# 68.9%
################################################# 69.3%
################################################## 69.5%
################################################## 69.8%
################################################## 70.1%
################################################## 70.4%
################################################## 70.7%
-
################################################### 71.0%
################################################### 71.2%
################################################### 71.5%
################################################### 71.7%
################################################### 72.0%
#################################################### 72.3%
#################################################### 72.6%
#################################################### 72.9%
#################################################### 73.2%
#################################################### 73.4%
-
##################################################### 73.8%
##################################################### 74.0%
##################################################### 74.3%
##################################################### 74.5%
##################################################### 74.9%
###################################################### 75.2%
###################################################### 75.4%
###################################################### 75.7%
###################################################### 76.0%
###################################################### 76.2%
####################################################### 76.5%
-
####################################################### 76.9%
####################################################### 77.1%
####################################################### 77.4%
####################################################### 77.6%
######################################################## 77.9%
######################################################## 78.1%
######################################################## 78.5%
######################################################## 78.8%
######################################################## 79.0%
######################################################### 79.3%
######################################################### 79.5%
-
######################################################### 79.8%
######################################################### 80.0%
######################################################### 80.3%
########################################################## 80.7%
########################################################## 80.9%
########################################################## 81.2%
########################################################## 81.5%
########################################################## 81.7%
########################################################### 82.0%
########################################################### 82.2%
########################################################### 82.6%
-
########################################################### 82.8%
########################################################### 83.1%
############################################################ 83.4%
############################################################ 83.6%
############################################################ 84.0%
############################################################ 84.3%
############################################################ 84.5%
############################################################# 84.8%
############################################################# 85.1%
############################################################# 85.3%
############################################################# 85.6%
-
############################################################# 85.8%
############################################################# 86.1%
############################################################## 86.4%
############################################################## 86.6%
############################################################## 87.0%
############################################################## 87.3%
############################################################### 87.5%
############################################################### 87.8%
############################################################### 88.0%
############################################################### 88.3%
############################################################### 88.5%
-
################################################################ 88.9%
################################################################ 89.2%
################################################################ 89.4%
################################################################ 89.7%
################################################################ 89.9%
################################################################# 90.3%
################################################################# 90.6%
################################################################# 90.8%
################################################################# 91.1%
################################################################# 91.5%
################################################################## 91.7%
-
################################################################## 92.0%
################################################################## 92.2%
################################################################## 92.5%
################################################################## 92.9%
################################################################### 93.2%
################################################################### 93.4%
################################################################### 93.6%
################################################################### 93.9%
################################################################### 94.3%
#################################################################### 94.5%
#################################################################### 94.8%
-
#################################################################### 95.0%
#################################################################### 95.3%
#################################################################### 95.7%
##################################################################### 96.0%
##################################################################### 96.2%
##################################################################### 96.5%
##################################################################### 96.7%
##################################################################### 97.0%
###################################################################### 97.4%
###################################################################### 97.6%
###################################################################### 97.9%
-
###################################################################### 98.1%
###################################################################### 98.4%
####################################################################### 98.7%
####################################################################### 99.0%
####################################################################### 99.3%
####################################################################### 99.5%
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.5.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-05-22 14:52.32 ---> using "0d142b6f0064192af59fc813d7d956340388084ef7cc1761d27acac37b59309a" from cache
/: (run (shell "opam pin add -k version -yn awso-sync.0.9.0 0.9.0"))
awso-sync is now pinned to version 0.9.0
2026-05-22 14:52.32 ---> using "8b6d867b1eb1f55190c894269aeda8bce0fc43ecc9ddc771a2100bbb94fc3fb5" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall awso-sync.0.9.0;\
\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\" != 'awso-sync.0.9.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
awso-sync.0.9.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 61 packages
- install angstrom 0.16.1 [required by uri]
- install awso 0.9.0 [required by awso-sync]
- install awso-common 0.9.0 [required by awso]
- install awso-sync 0.9.0 (pinned)
- install base v0.17.3 [required by ppx_yojson_conv]
- install base64 3.5.2 [required by cohttp]
- install bigstringaf 0.10.0 [required by angstrom]
- install cohttp 6.2.1 [required by awso]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by cryptokit]
- install conf-libcurl 2 [required by ocurl]
- install conf-pkg-config 4 [required by conf-zlib, zarith]
- install conf-zlib 1 [required by cryptokit]
- install cryptokit 1.21.1 [required by awso]
- install csexp 1.5.2 [required by dune-configurator]
- install domain-name 0.5.0 [required by ipaddr]
- install dune 3.23.1 [required by awso-sync]
- install dune-configurator 3.23.1 [required by cryptokit]
- install http 6.2.1 [required by cohttp]
- install ipaddr 5.6.2 [required by cohttp]
- install jane-street-headers v0.17.0 [required by time_now]
- install jst-config v0.17.0 [required by time_now]
- install logs 0.10.0 [required by cohttp]
- install macaddr 5.6.2 [required by ipaddr]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml_intrinsics_kernel v0.17.2 [required by base]
- install ocamlbuild 0.16.1 [required by xmlm]
- install ocamlfind 1.9.8 [required by ocurl]
- install octavius 1.2.2 [required by ppx_js_style]
- install ocurl 0.9.2 [required by awso-sync]
- 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_base]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_expect v0.17.3 [required by awso-sync]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by ppx_base]
- install ppx_here v0.17.0 [required by ppx_expect]
- install ppx_inline_test v0.17.1 [required by ppx_expect]
- install ppx_js_style v0.17.1 [required by ppx_yojson_conv]
- install ppx_optcomp v0.17.1 [required by time_now]
- install ppx_sexp_conv v0.17.1 [required by cohttp]
- install ppx_yojson_conv v0.17.1 [required by awso]
- install ppx_yojson_conv_lib v0.17.0 [required by ppx_yojson_conv]
- install ppxlib 0.38.0 [required by ppx_yojson_conv]
- install ppxlib_jane v0.17.4 [required by ppx_globalize, ppx_enumerate, ppx_hash]
- install re 1.14.0 [required by awso]
- install sexplib0 v0.17.0 [required by cohttp]
- install stdio v0.17.0 [required by ppx_expect]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by cohttp]
- install time_now v0.17.0 [required by ppx_inline_test]
- install topkg 1.1.1 [required by xmlm]
- install uri 4.4.0 [required by cohttp]
- install uri-sexp 4.4.0 [required by cohttp]
- install xmlm 1.4.0 [required by awso]
- install yojson 3.0.0 [required by awso]
- install zarith 1.14 [required by awso]
The following system packages will first need to be installed:
curl gmp pkgconf zlib
<><> 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" "curl" "gmp" "pkgconf" "zlib"
- Inspect the formula dependency plan before installing with `brew install --ask`.
- Enable ask mode by setting `HOMEBREW_ASK=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Fetching downloads for: curl, gmp, pkgconf and zlib
- ✔︎ Bottle brotli (1.2.0)
- ✔︎ Bottle libnghttp2 (1.69.0)
- ✔︎ Bottle libnghttp3 (1.15.0)
- ✔︎ Bottle ca-certificates (2026-05-14)
- ✔︎ Bottle libngtcp2 (1.22.1)
- ✔︎ Bottle lz4 (1.10.0)
- ✔︎ Bottle libssh2 (1.11.1_1)
- ✔︎ Bottle xz (5.8.3)
- ✔︎ Bottle zstd (1.5.7_1)
- ✔︎ Bottle curl (8.20.0)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle zlib (1.3.2)
- ✔︎ Bottle openssl@3 (3.6.2)
- ==> Installing dependencies for curl: brotli, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libssh2, lz4, xz and zstd
- ==> Installing curl dependency: brotli
- ==> Pouring brotli--1.2.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/brotli/1.2.0: 33 files, 1.9MB
- ==> Installing curl dependency: libnghttp2
- ==> Pouring libnghttp2--1.69.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libnghttp2/1.69.0: 14 files, 849.5KB
- ==> Installing curl dependency: libnghttp3
- ==> Pouring libnghttp3--1.15.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libnghttp3/1.15.0: 20 files, 603KB
- ==> Installing curl dependency: ca-certificates
- ==> Pouring ca-certificates--2026-05-14.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /opt/homebrew/Cellar/ca-certificates/2026-05-14: 4 files, 200.2KB
- ==> Installing curl dependency: openssl@3
- ==> Pouring openssl@3--3.6.2.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/openssl@3/3.6.2: 7,627 files, 37.5MB
- ==> Installing curl dependency: libngtcp2
- ==> Pouring libngtcp2--1.22.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libngtcp2/1.22.1: 21 files, 1.3MB
- ==> Installing curl dependency: libssh2
- ==> Pouring libssh2--1.11.1_1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libssh2/1.11.1_1: 201 files, 1.3MB
- ==> Installing curl dependency: lz4
- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 729.1KB
- ==> Installing curl dependency: xz
- ==> Pouring xz--5.8.3.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/xz/5.8.3: 96 files, 2.7MB
- ==> Installing curl dependency: zstd
- ==> Pouring zstd--1.5.7_1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/zstd/1.5.7_1: 32 files, 2.3MB
- ==> Installing curl
- ==> Pouring curl--8.20.0.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- curl 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 curl first in your PATH, run:
- echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.profile
-
- For compilers to find curl you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/curl/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/curl/include"
- ==> Summary
- 🍺 /opt/homebrew/Cellar/curl/8.20.0: 554 files, 4.8MB
- ==> Running `brew cleanup curl`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> 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`...
- ==> 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`...
- ==> Pouring zlib--1.3.2.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- zlib 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 zlib you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/zlib/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"
-
- For pkgconf to find zlib you may need to set:
- export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"
- ==> Summary
- 🍺 /opt/homebrew/Cellar/zlib/1.3.2: 14 files, 423KB
- ==> Running `brew cleanup zlib`...
- ==> Caveats
- ==> curl
- curl 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 curl first in your PATH, run:
- echo 'export PATH="/opt/homebrew/opt/curl/bin:$PATH"' >> ~/.profile
-
- For compilers to find curl you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/curl/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/curl/include"
- ==> zlib
- zlib 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 zlib you may need to set:
- export LDFLAGS="-L/opt/homebrew/opt/zlib/lib"
- export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"
-
- For pkgconf to find zlib you may need to set:
- export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved awso.0.9.0, awso-common.0.9.0, awso-sync.0.9.0 (https://github.com/mbacarella/ocaml-awso/releases/download/0.9.0/awso-0.9.0.tbz)
-> retrieved base.v0.17.3 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved cohttp.6.2.1, http.6.2.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved cryptokit.1.21.1 (cached)
-> installed conf-libcurl.2
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> installed conf-gmp.5
-> installed conf-zlib.1
-> installed conf-gmp-powm-sec.4
-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved octavius.1.2.2 (cached)
-> retrieved ocurl.0.9.2 (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_enumerate.v0.17.0 (cached)
-> retrieved ppx_expect.v0.17.3 (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_js_style.v0.17.1 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppx_yojson_conv.v0.17.1 (cached)
-> retrieved ppx_yojson_conv_lib.v0.17.0 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved xmlm.1.4.0 (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 logs.0.10.0
-> installed xmlm.1.4.0
-> installed dune.3.23.1
-> installed jane-street-headers.v0.17.0
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed macaddr.5.6.2
-> installed http.6.2.1
-> installed domain-name.0.5.0
-> installed ppx_derivers.1.2.1
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ipaddr.5.6.2
-> installed stringext.1.6.0
-> installed octavius.1.2.2
-> installed dune-configurator.3.23.1
-> installed re.1.14.0
-> installed ocurl.0.9.2
-> installed bigstringaf.0.10.0
-> installed yojson.3.0.0
-> installed angstrom.0.16.1
-> installed ppx_yojson_conv_lib.v0.17.0
-> installed cryptokit.1.21.1
-> installed uri.4.4.0
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ppxlib.0.38.0
-> installed ppx_here.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_optcomp.v0.17.1
-> installed ppx_js_style.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_yojson_conv.v0.17.1
-> installed ppx_sexp_conv.v0.17.1
-> installed uri-sexp.4.4.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed cohttp.6.2.1
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed awso-common.0.9.0
-> installed awso.0.9.0
-> installed awso-sync.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-22 14:52.32 ---> using "d92d86831439dc76edcb2dcef6ed58a4b7492af6bed0b963c783bbe61433161c" from cache
/: (run (network host)
(shell "(opam reinstall --with-test awso-sync.0.9.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile awso-sync 0.9.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed awso-sync.0.9.0
-> installed awso-sync.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-22 14:53.48 ---> saved as "ed2f30dfe8f7a10088685e0ac2a334aa0826a0ba704427fbc918efaf291fcf54"
/: (run (shell "opam reinstall --with-test --verbose awso-sync.0.9.0;\
\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\" != 'awso-sync.0.9.0' && 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 awso-sync 0.9.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [awso-sync: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "awso-sync" "-j" "7" "@install" "@runtest" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/awso-sync.0.9.0)
-> compiled awso-sync.0.9.0
-> removed awso-sync.0.9.0
-> installed awso-sync.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-22 14:55.03 ---> saved as "f1076b24590749b2d46e52d1591dfdf215b3b531c01705cabc6374884d9b441a"
Job succeeded
2026-05-22 14:55.11: Job succeeded