- github
- ocaml
- opam-repository
- f28174
- macos,macos-homebrew-ocaml-5.4-arm64,async_ssl.v0.16.1-2
(not at the head of any monitored branch or PR)
2026-05-25 20:14.30: New job: build async_ssl.v0.16.1-2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29939/head (f281748d29999f0a48456006a71ff74f19744474)
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/29939/head" && git reset --hard f281748d
git fetch origin master
git merge --no-edit 9d78ee2aeafa6aabaf5c2c6be25f9ab1182af709
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 async_ssl.v0.16.1-2 v0.16.1-2
RUN opam reinstall async_ssl.v0.16.1-2; \
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" != 'async_ssl.v0.16.1-2' && 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-25 20:14.30: Using cache hint "macos-homebrew-ocaml-5.4-async_ssl.v0.16.1-2-f281748d29999f0a48456006a71ff74f19744474"
2026-05-25 20:14.30: 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 async_ssl.v0.16.1-2 v0.16.1-2"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall async_ssl.v0.16.1-2;\
\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\" != 'async_ssl.v0.16.1-2' && 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-25 20:14.30: Waiting for resource in pool OCluster
2026-05-25 20:14.30: Waiting for worker…
2026-05-25 20:19.01: Got resource from pool OCluster
Building on m1-worker-03
All commits already cached
Updating files: 70% (12673/17965)
Updating files: 71% (12756/17965)
Updating files: 72% (12935/17965)
Updating files: 73% (13115/17965)
Updating files: 74% (13295/17965)
Updating files: 75% (13474/17965)
Updating files: 76% (13654/17965)
Updating files: 77% (13834/17965)
Updating files: 78% (14013/17965)
Updating files: 79% (14193/17965)
Updating files: 80% (14372/17965)
Updating files: 81% (14552/17965)
Updating files: 82% (14732/17965)
Updating files: 83% (14911/17965)
Updating files: 84% (15091/17965)
Updating files: 85% (15271/17965)
Updating files: 86% (15450/17965)
Updating files: 87% (15630/17965)
Updating files: 88% (15810/17965)
Updating files: 89% (15989/17965)
Updating files: 90% (16169/17965)
Updating files: 91% (16349/17965)
Updating files: 92% (16528/17965)
Updating files: 93% (16708/17965)
Updating files: 94% (16888/17965)
Updating files: 95% (17067/17965)
Updating files: 96% (17247/17965)
Updating files: 97% (17427/17965)
Updating files: 98% (17606/17965)
Updating files: 99% (17786/17965)
Updating files: 100% (17965/17965)
Updating files: 100% (17965/17965), done.
HEAD is now at 9d78ee2aea Merge pull request #29914 from mt-caret/opam-publish-openrouter_api.0.1.0
Merge made by the 'ort' strategy.
packages/async_ssl/async_ssl.v0.16.1-2/opam | 47 +++++++++++++++++++++++++++++
packages/async_ssl/async_ssl.v0.17.0-2/opam | 44 +++++++++++++++++++++++++++
2 files changed, 91 insertions(+)
create mode 100644 packages/async_ssl/async_ssl.v0.16.1-2/opam
create mode 100644 packages/async_ssl/async_ssl.v0.17.0-2/opam
(from macos-homebrew-ocaml-5.4)
2026-05-25 20:19.04 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-25 20:19.04 ---> 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-25 20:19.05 ---> 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.1
# 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-25 20:19.05 ---> 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-25 20:19.05 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-05-25 20:19.09 ---> saved as "b807b766b6ff5822466db22b46e16dedf201a9c21a8511422d76be48c8262993"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-05-25 20:19.18 ---> saved as "85a3976ff38eab946ca3d4681a4ffb7f47c5aef7d20c71f3dab2d0cfab901694"
/: (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:4ba8d535df01e4bf97e6661c3815796fd77364ea2552606e891659133a76f0e1
- #=#=#
0.6%
# 1.4%
# 2.3%
## 3.0%
-
## 3.9%
### 4.7%
### 5.5%
#### 6.3%
##### 7.1%
##### 7.9%
###### 8.8%
###### 9.6%
####### 10.4%
######## 11.2%
######## 12.0%
-
######### 12.8%
######### 13.5%
########## 14.4%
########## 15.2%
########### 16.0%
############ 16.9%
############ 17.7%
############# 18.4%
############# 19.2%
############## 20.0%
############### 20.9%
-
############### 21.7%
################ 22.5%
################ 23.3%
################# 24.1%
################# 24.8%
################## 25.8%
################### 26.5%
################### 27.3%
#################### 28.2%
#################### 28.9%
##################### 29.7%
-
##################### 30.5%
###################### 31.4%
####################### 32.1%
####################### 32.9%
######################## 33.7%
######################## 34.6%
######################### 35.4%
########################## 36.2%
########################## 36.9%
########################### 37.8%
########################### 38.7%
############################ 39.5%
-
############################ 40.2%
############################# 41.0%
############################## 41.9%
############################## 42.7%
############################### 43.6%
############################### 44.3%
################################ 45.2%
################################# 46.0%
################################# 46.8%
################################## 47.6%
################################## 48.4%
-
################################### 49.2%
#################################### 50.1%
#################################### 50.9%
##################################### 51.6%
##################################### 52.5%
###################################### 53.3%
###################################### 54.1%
####################################### 55.0%
######################################## 55.7%
######################################## 56.5%
######################################### 57.4%
-
######################################### 58.3%
########################################## 59.0%
########################################### 59.8%
########################################### 60.6%
############################################ 61.5%
############################################ 62.3%
############################################# 63.1%
############################################## 63.9%
############################################## 64.7%
############################################### 65.5%
############################################### 66.4%
################################################ 67.1%
-
################################################ 67.9%
################################################# 68.8%
################################################## 69.5%
################################################## 70.3%
################################################### 71.1%
################################################### 72.0%
#################################################### 72.8%
##################################################### 73.6%
##################################################### 74.4%
###################################################### 75.2%
###################################################### 76.1%
-
####################################################### 76.9%
####################################################### 77.6%
######################################################## 78.5%
######################################################### 79.3%
######################################################### 80.0%
########################################################## 80.8%
########################################################## 81.7%
########################################################### 82.6%
############################################################ 83.4%
############################################################ 84.1%
############################################################# 84.9%
-
############################################################# 85.7%
############################################################## 86.6%
############################################################## 87.4%
############################################################### 88.2%
################################################################ 89.0%
################################################################ 89.8%
################################################################# 90.6%
################################################################# 91.3%
################################################################## 92.2%
################################################################## 93.0%
################################################################### 93.9%
-
#################################################################### 94.7%
#################################################################### 95.4%
##################################################################### 96.2%
##################################################################### 97.1%
###################################################################### 97.9%
####################################################################### 98.7%
####################################################################### 99.5%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.5_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-05-25 20:19.45 ---> saved as "2986296fffc95fa6278ad5427d76f685a35e6b09651d850558295eb12c20d134"
/: (run (shell "opam pin add -k version -yn async_ssl.v0.16.1-2 v0.16.1-2"))
async_ssl is now pinned to version v0.16.1-2
2026-05-25 20:19.46 ---> saved as "2f2ca4e7afde98466ec3a846f49ac890cdb75edf43e159df9da0293cfb3293cb"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall async_ssl.v0.16.1-2;\
\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\" != 'async_ssl.v0.16.1-2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
async_ssl.v0.16.1-2 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml-base-compiler:
- (invariant) -> ocaml-base-compiler = 5.4.0
- async_ssl = v0.16.1-2 -> core < v0.17 -> ocaml < 5.1~ -> ocaml-base-compiler < 5.0.1~
You can temporarily relax the switch invariant with `--update-invariant'
* No agreement on the version of ocaml-base-compiler:
- (invariant) -> ocaml-base-compiler = 5.4.0
- async_ssl = v0.16.1-2 -> core < v0.17 -> typerep < v0.17 -> ocaml < 5.3 -> ocaml-base-compiler < 5.2.2~
* No agreement on the version of ocaml-base-compiler:
- (invariant) -> ocaml-base-compiler = 5.4.0
- async_ssl = v0.16.1-2 -> core < v0.17 -> sexplib < v0.15 -> jbuilder -> ocaml < 5.0 -> ocaml-base-compiler < 4.14.4~
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.0 -> ocaml-compiler = 5.4.0 -> base-domains
- async_ssl = v0.16.1-2 -> core < v0.17
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.0
- async_ssl = v0.16.1-2 -> core < v0.17 -> sexplib < v0.15 -> jbuilder -> ocaml < 5.0 -> dkml-base-compiler
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.0
- async_ssl = v0.16.1-2 -> core < v0.17 -> sexplib < v0.15 -> jbuilder -> ocaml < 5.0 -> ocaml-variants >= 4.12.0~
* Missing dependency:
- async_ssl = v0.16.1-2 -> core < v0.17 -> sexplib < v0.15 -> parsexp < v0.14 -> base < v0.14 -> ocaml < 4.12 -> ocaml-base-compiler (<= 4.11.1 | = 4.11.2 | = 4.11.3) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 4.11.4~
unmet availability conditions, e.g. '!(os = "macos" & arch = "arm64")'
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
unmet availability conditions, e.g. 'os = "linux" & arch = "x86_64"'
* Missing dependency:
- async_ssl = v0.16.1-2 -> core < v0.17 -> sexplib < v0.15 -> jbuilder -> ocaml < 5.0 -> ocaml-variants >= 4.12.0~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall async_ssl.v0.16.1-2;
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" != 'async_ssl.v0.16.1-2' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2026-05-25 20:20.03: Job failed: Failed: Build failed
2026-05-25 20:20.03: Log analysis:
2026-05-25 20:20.03: >>>
No solution found, exiting
(score = 100)
2026-05-25 20:20.03: [SKIP] Package not available