(for PR #29027)
2025-12-06 22:13.28: New job: test cohttp-curl-lwt.6.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29027/head (1943a08a49bd8ad146df90b1b6fce4343775819f)
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/29027/head" && git reset --hard 1943a08a
git fetch origin master
git merge --no-edit 2ab7464b16d46be89975bea0595240dd3fccf608
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 cohttp-curl-lwt.6.2.0 6.2.0
RUN opam reinstall cohttp-curl-lwt.6.2.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" != 'cohttp-curl-lwt.6.2.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 cohttp-curl-lwt.6.2.0) || true
RUN opam reinstall --with-test --verbose cohttp-curl-lwt.6.2.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" != 'cohttp-curl-lwt.6.2.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 .
2025-12-06 22:13.28: Using cache hint "macos-homebrew-ocaml-5.4-cohttp-curl-lwt.6.2.0-1943a08a49bd8ad146df90b1b6fce4343775819f"
2025-12-06 22:13.28: 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 cohttp-curl-lwt.6.2.0 6.2.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall cohttp-curl-lwt.6.2.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\" != 'cohttp-curl-lwt.6.2.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 cohttp-curl-lwt.6.2.0) || true"))
(run (shell "opam reinstall --with-test --verbose cohttp-curl-lwt.6.2.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\" != 'cohttp-curl-lwt.6.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-06 22:13.28: Waiting for resource in pool OCluster
2025-12-06 22:13.30: Waiting for worker…
2025-12-06 22:21.15: Got resource from pool OCluster
Building on m1-worker-03
All commits already cached
Updating files: 65% (12524/18994)
Updating files: 66% (12537/18994)
Updating files: 67% (12726/18994)
Updating files: 68% (12916/18994)
Updating files: 69% (13106/18994)
Updating files: 70% (13296/18994)
Updating files: 71% (13486/18994)
Updating files: 72% (13676/18994)
Updating files: 73% (13866/18994)
Updating files: 74% (14056/18994)
Updating files: 75% (14246/18994)
Updating files: 76% (14436/18994)
Updating files: 77% (14626/18994)
Updating files: 78% (14816/18994)
Updating files: 79% (15006/18994)
Updating files: 80% (15196/18994)
Updating files: 81% (15386/18994)
Updating files: 82% (15576/18994)
Updating files: 83% (15766/18994)
Updating files: 84% (15955/18994)
Updating files: 85% (16145/18994)
Updating files: 86% (16335/18994)
Updating files: 87% (16525/18994)
Updating files: 88% (16715/18994)
Updating files: 89% (16905/18994)
Updating files: 90% (17095/18994)
Updating files: 91% (17285/18994)
Updating files: 92% (17475/18994)
Updating files: 93% (17665/18994)
Updating files: 94% (17855/18994)
Updating files: 95% (18045/18994)
Updating files: 96% (18235/18994)
Updating files: 97% (18425/18994)
Updating files: 98% (18615/18994)
Updating files: 99% (18805/18994)
Updating files: 100% (18994/18994)
Updating files: 100% (18994/18994), done.
HEAD is now at 2ab7464b16 Merge pull request #29022 from thatportugueseguy/release-passage-0.3.1
Merge made by the 'ort' strategy.
packages/cohttp-async/cohttp-async.6.2.0/opam | 74 +++++++++++++++++++++
packages/cohttp-bench/cohttp-bench.6.2.0/opam | 62 ++++++++++++++++++
.../cohttp-curl-async/cohttp-curl-async.6.2.0/opam | 63 ++++++++++++++++++
.../cohttp-curl-lwt/cohttp-curl-lwt.6.2.0/opam | 63 ++++++++++++++++++
packages/cohttp-curl/cohttp-curl.6.2.0/opam | 51 +++++++++++++++
packages/cohttp-eio/cohttp-eio.6.2.0/opam | 64 ++++++++++++++++++
.../cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.2.0/opam | 63 ++++++++++++++++++
.../cohttp-lwt-unix/cohttp-lwt-unix.6.2.0/opam | 70 ++++++++++++++++++++
packages/cohttp-lwt/cohttp-lwt.6.2.0/opam | 63 ++++++++++++++++++
packages/cohttp-mirage/cohttp-mirage.6.2.0/opam | 70 ++++++++++++++++++++
.../cohttp-server-lwt-unix.6.2.0/opam | 57 ++++++++++++++++
packages/cohttp-top/cohttp-top.6.2.0/opam | 54 +++++++++++++++
packages/cohttp/cohttp.6.2.0/opam | 76 ++++++++++++++++++++++
packages/http/http.6.2.0/opam | 60 +++++++++++++++++
14 files changed, 890 insertions(+)
create mode 100644 packages/cohttp-async/cohttp-async.6.2.0/opam
create mode 100644 packages/cohttp-bench/cohttp-bench.6.2.0/opam
create mode 100644 packages/cohttp-curl-async/cohttp-curl-async.6.2.0/opam
create mode 100644 packages/cohttp-curl-lwt/cohttp-curl-lwt.6.2.0/opam
create mode 100644 packages/cohttp-curl/cohttp-curl.6.2.0/opam
create mode 100644 packages/cohttp-eio/cohttp-eio.6.2.0/opam
create mode 100644 packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.2.0/opam
create mode 100644 packages/cohttp-lwt-unix/cohttp-lwt-unix.6.2.0/opam
create mode 100644 packages/cohttp-lwt/cohttp-lwt.6.2.0/opam
create mode 100644 packages/cohttp-mirage/cohttp-mirage.6.2.0/opam
create mode 100644 packages/cohttp-server-lwt-unix/cohttp-server-lwt-unix.6.2.0/opam
create mode 100644 packages/cohttp-top/cohttp-top.6.2.0/opam
create mode 100644 packages/cohttp/cohttp.6.2.0/opam
create mode 100644 packages/http/http.6.2.0/opam
(from macos-homebrew-ocaml-5.4)
2025-12-06 22:21.17 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-12-06 22:21.18 ---> 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
2025-12-06 22:21.18 ---> 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.4.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
2025-12-06 22:21.18 ---> 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/"))
2025-12-06 22:21.18 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2025-12-06 22:21.19 ---> using "dc960ea005faa308240ba763e9520757028d8331e234d5ff1a12825f14c3692c" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-12-06 22:21.19 ---> using "a33a6e76386d9efc1358d3a2091a38e057fb928194066c7abddaf6d296d54ecc" 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:c6946ba2c387b47934e77c352c2056489421003ec7ddb2abf246cef2168ec140
- #=#=#
-
0.8%
1.1%
1.2%
# 1.5%
# 1.6%
# 1.8%
# 1.9%
-
# 2.0%
# 2.2%
# 2.3%
# 2.4%
# 2.6%
# 2.7%
## 2.8%
## 3.0%
## 3.1%
## 3.2%
## 3.4%
-
## 3.5%
## 3.6%
## 3.8%
## 4.0%
### 4.2%
### 4.3%
### 4.4%
### 4.6%
-
### 4.7%
### 4.9%
### 5.0%
### 5.1%
### 5.3%
### 5.5%
#### 5.7%
#### 5.8%
#### 5.9%
#### 6.1%
-
#### 6.2%
#### 6.3%
#### 6.5%
#### 6.6%
#### 6.7%
#### 6.9%
##### 7.0%
##### 7.1%
##### 7.3%
-
##### 7.4%
##### 7.5%
##### 7.7%
##### 7.8%
##### 8.0%
##### 8.1%
###### 8.4%
###### 8.5%
###### 8.6%
-
###### 8.8%
###### 8.9%
###### 9.0%
###### 9.2%
###### 9.3%
###### 9.4%
###### 9.6%
###### 9.7%
####### 9.8%
####### 10.0%
-
####### 10.1%
####### 10.2%
####### 10.5%
####### 10.6%
####### 10.8%
####### 10.9%
####### 11.1%
######## 11.2%
######## 11.3%
-
######## 11.5%
######## 11.6%
######## 11.7%
######## 11.9%
######## 12.0%
######## 12.1%
######## 12.3%
######## 12.4%
######### 12.5%
######### 12.7%
-
######### 12.8%
######### 12.9%
######### 13.1%
######### 13.2%
######### 13.3%
######### 13.5%
######### 13.6%
######### 13.8%
######### 13.9%
-
########## 14.0%
########## 14.2%
########## 14.3%
########## 14.4%
########## 14.6%
########## 14.7%
########## 14.8%
########## 15.0%
########## 15.1%
########## 15.2%
-
########### 15.4%
########### 15.5%
########### 15.6%
########### 15.8%
########### 15.9%
########### 16.0%
########### 16.2%
########### 16.4%
########### 16.6%
############ 16.7%
-
############ 16.9%
############ 17.0%
############ 17.1%
############ 17.3%
############ 17.4%
############ 17.5%
############ 17.7%
############ 17.8%
-
############ 17.9%
############# 18.1%
############# 18.2%
############# 18.3%
############# 18.5%
############# 18.6%
############# 18.9%
############# 19.0%
############# 19.1%
############# 19.3%
-
############# 19.4%
############## 19.5%
############## 19.7%
############## 19.8%
############## 20.0%
############## 20.1%
############## 20.2%
############## 20.4%
############## 20.5%
-
############## 20.6%
############## 20.8%
############### 20.9%
############### 21.0%
############### 21.2%
############### 21.3%
############### 21.4%
############### 21.6%
-
############### 21.7%
############### 21.8%
############### 22.0%
############### 22.1%
################ 22.2%
################ 22.4%
################ 22.5%
################ 22.6%
################ 22.8%
################ 22.9%
-
################ 23.1%
################ 23.2%
################ 23.3%
################ 23.5%
################ 23.6%
################# 23.7%
################# 24.0%
################# 24.1%
-
################# 24.3%
################# 24.4%
################# 24.5%
################# 24.7%
################# 24.8%
################# 24.9%
################## 25.1%
################## 25.2%
################## 25.3%
################## 25.5%
################## 25
- .6%
-
################## 25.7%
################## 25.9%
################## 26.0%
################## 26.2%
################## 26.3%
################### 26.4%
################### 26.6%
################### 26.7%
-
################### 26.8%
################### 27.0%
################### 27.1%
################### 27.2%
################### 27.4%
################### 27.5%
################### 27.6%
################### 27.8%
#################### 27.9%
-
#################### 28.0%
#################### 28.2%
#################### 28.3%
#################### 28.4%
#################### 28.6%
#################### 28.7%
#################### 28.8%
#################### 29.0%
#################### 29.1%
##################### 29.4%
-
##################### 29.5%
##################### 29.7%
##################### 29.8%
##################### 29.9%
##################### 30.1%
##################### 30.2%
##################### 30.3%
##################### 30.5%
-
###################### 30.6%
###################### 30.7%
###################### 30.9%
###################### 31.0%
###################### 31.1%
###################### 31.3%
###################### 31.4%
###################### 31.5%
###################### 31.7%
###################### 31.8%
-
####################### 31.9%
####################### 32.1%
####################### 32.2%
####################### 32.4%
####################### 32.5%
####################### 32.6%
####################### 32.8%
####################### 32.9%
####################### 33.0%
-
####################### 33.2%
####################### 33.3%
######################## 33.6%
######################## 33.7%
######################## 33.8%
######################## 34.0%
######################## 34.1%
######################## 34.2%
######################## 34.4%
-
######################## 34.5%
######################## 34.6%
######################### 34.8%
######################### 34.9%
######################### 35.1%
######################### 35.2%
######################### 35.3%
######################### 35.5%
######################### 35.6%
######################### 35.7%
-
######################### 35.9%
########################## 36.1%
########################## 36.3%
########################## 36.4%
########################## 36.5%
########################## 36.7%
########################## 36.8%
########################## 36.9%
########################## 37.1%
########################## 37.2%
-
########################## 37.3%
########################## 37.5%
########################### 37.6%
########################### 37.7%
########################### 37.9%
########################### 38.0%
########################### 38.3%
########################### 38.4%
########################### 38.6%
########################### 38.7%
########################### 38.8%
-
############################ 39.0%
############################ 39.1%
############################ 39.2%
############################ 39.4%
############################ 39.5%
############################ 39.6%
############################ 39.8%
############################ 39.9%
-
############################ 40.0%
############################ 40.2%
############################# 40.3%
############################# 40.4%
############################# 40.6%
############################# 40.7%
############################# 40.8%
############################# 41.0%
############################# 41.1%
############################# 41.4%
-
############################# 41.5%
############################# 41.5%
############################# 41.7%
############################## 41.9%
############################## 42.1%
############################## 42.2%
############################## 42.3%
############################## 42.5%
############################## 42.6%
############################## 42.7%
-
############################## 42.9%
############################## 43.0%
############################### 43.1%
############################### 43.4%
############################### 43.5%
############################### 43.7%
############################### 43.8%
############################### 43.9%
############################### 44.1%
############################### 44.2%
-
############################### 44.4%
################################ 44.5%
################################ 44.6%
################################ 44.8%
################################ 44.9%
################################ 45.0%
################################ 45.2%
################################ 45.3%
################################ 45.4%
################################ 45.6%
-
################################ 45.7%
################################# 45.8%
################################# 46.0%
################################# 46.1%
################################# 46.2%
################################# 46.4%
################################# 46.5%
################################# 46.6%
################################# 46.9%
################################# 47.0%
-
################################# 47.2%
################################## 47.3%
################################## 47.5%
################################## 47.6%
################################## 47.7%
################################## 47.9%
################################## 48.0%
################################## 48.1%
################################## 48.3%
################################## 48.4%
################################## 48.5%
-
################################### 48.8%
################################### 48.9%
################################### 49.1%
################################### 49.2%
################################### 49.3%
################################### 49.5%
################################### 49.6%
################################### 49.7%
################################### 49.9%
#################################### 50.0%
-
#################################### 50.1%
#################################### 50.3%
#################################### 50.4%
#################################### 50.6%
#################################### 50.7%
#################################### 50.8%
#################################### 51.0%
#################################### 51.1%
#################################### 51.2%
##################################### 51.5%
-
##################################### 51.6%
##################################### 51.8%
##################################### 52.0%
##################################### 52.2%
##################################### 52.4%
##################################### 52.6%
##################################### 52.7%
###################################### 52.8%
###################################### 53.0%
###################################### 53.1%
-
###################################### 53.2%
###################################### 53.4%
###################################### 53.5%
###################################### 53.8%
###################################### 53.9%
###################################### 54.1%
####################################### 54.2%
####################################### 54.3%
-
####################################### 54.5%
####################################### 54.6%
####################################### 54.7%
####################################### 54.9%
####################################### 55.0%
####################################### 55.1%
####################################### 55.3%
####################################### 55.4%
####################################### 55.5%
######################################## 55.7%
-
######################################## 55.8%
######################################## 56.1%
######################################## 56.2%
######################################## 56.3%
######################################## 56.5%
######################################## 56.6%
######################################## 56.8%
######################################## 56.9%
######################################### 57.0%
######################################### 57.2%
-
######################################### 57.3%
######################################### 57.4%
######################################### 57.6%
######################################### 57.7%
######################################### 58.0%
######################################### 58.1%
######################################### 58.2%
########################################## 58.4%
-
########################################## 58.5%
########################################## 58.6%
########################################## 58.8%
########################################## 58.9%
########################################## 59.0%
########################################## 59.2%
########################################## 59.3%
########################################## 59.5%
########################################## 59.6%
-
########################################## 59.7%
########################################### 59.9%
########################################### 60.0%
########################################### 60.1%
########################################### 60.4%
########################################### 60.5%
########################################### 60.7%
########################################### 60.8%
########################################### 60.9%
########################################### 61.1%
-
############################################ 61.2%
############################################ 61.3%
############################################ 61.5%
############################################ 61.6%
############################################ 61.7%
############################################ 62.0%
############################################ 62.1%
############################################ 62.3%
############################################ 62.4%
############################################# 62.6%
-
############################################# 62.7%
############################################# 62.8%
############################################# 63.0%
############################################# 63.1%
############################################# 63.2%
############################################# 63.4%
############################################# 63.5%
############################################# 63.6%
############################################# 63.8%
############################################## 63.9%
-
############################################## 64.0%
############################################## 64.2%
############################################## 64.3%
############################################## 64.4%
############################################## 64.6%
############################################## 64.7%
############################################## 64.8%
############################################## 65.0%
############################################## 65.1%
############################################## 65.2%
-
############################################### 65.4%
############################################### 65.5%
############################################### 65.7%
############################################### 65.9%
############################################### 66.1%
############################################### 66.2%
############################################### 66.3%
############################################### 66.5%
############################################### 66.6%
################################################ 66.7%
-
################################################ 66.9%
################################################ 67.0%
################################################ 67.1%
################################################ 67.3%
################################################ 67.4%
################################################ 67.5%
################################################ 67.7%
################################################ 67.9%
################################################# 68.1%
################################################# 68.2%
-
################################################# 68.3%
################################################# 68.5%
################################################# 68.6%
################################################# 68.8%
################################################# 68.9%
################################################# 69.0%
################################################# 69.2%
################################################# 69.3%
################################################# 69.4%
################################################## 69.6%
-
################################################## 69.7%
################################################## 69.8%
################################################## 70.1%
################################################## 70.2%
################################################## 70.4%
################################################## 70.5%
################################################## 70.6%
################################################## 70.8%
################################################### 70.9%
-
################################################### 71.0%
################################################### 71.2%
################################################### 71.3%
################################################### 71.4%
################################################### 71.6%
################################################### 71.7%
################################################### 71.9%
################################################### 72.0%
################################################### 72.1%
-
#################################################### 72.3%
#################################################### 72.4%
#################################################### 72.5%
#################################################### 72.7%
#################################################### 72.8%
#################################################### 72.9%
#################################################### 73.1%
#################################################### 73.2%
#################################################### 73.3%
#################################################### 73.5%
-
#################################################### 73.6%
##################################################### 73.7%
##################################################### 73.9%
##################################################### 74.0%
##################################################### 74.1%
##################################################### 74.3%
##################################################### 74.4%
##################################################### 74.5%
##################################################### 74.7%
##################################################### 74.8%
-
##################################################### 75.0%
###################################################### 75.1%
###################################################### 75.2%
###################################################### 75.4%
###################################################### 75.5%
###################################################### 75.6%
###################################################### 75.8%
###################################################### 75.9%
###################################################### 76.0%
-
###################################################### 76.3%
####################################################### 76.4%
####################################################### 76.6%
####################################################### 76.7%
####################################################### 76.8%
####################################################### 77.0%
####################################################### 77.1%
-
####################################################### 77.2%
####################################################### 77.4%
####################################################### 77.5%
####################################################### 77.6%
######################################################## 77.8%
######################################################## 77.9%
######################################################## 78.1%
######################################################## 78.2%
######################################################## 78.5%
######################################################## 78.6%
-
######################################################## 78.7%
######################################################## 78.9%
######################################################## 79.0%
######################################################## 79.1%
######################################################### 79.3%
######################################################### 79.4%
######################################################### 79.5%
######################################################### 79.7%
-
######################################################### 79.8%
######################################################### 79.9%
######################################################### 80.1%
######################################################### 80.2%
######################################################### 80.3%
######################################################### 80.5%
########################################################## 80.6%
########################################################## 80.7%
-
########################################################## 80.9%
########################################################## 81.0%
########################################################## 81.2%
########################################################## 81.3%
########################################################## 81.4%
########################################################## 81.6%
########################################################## 81.7%
########################################################## 81.8%
########################################################### 82.0%
########################################################### 82.1%
-
########################################################### 82.2%
########################################################### 82.4%
########################################################### 82.6%
########################################################### 82.8%
########################################################### 82.9%
########################################################### 83.0%
########################################################### 83.2%
########################################################### 83.3%
-
############################################################ 83.4%
############################################################ 83.6%
############################################################ 83.7%
############################################################ 83.9%
############################################################ 84.0%
############################################################ 84.1%
############################################################ 84.3%
############################################################ 84.4%
############################################################ 84.5%
############################################################ 84.7%
-
############################################################# 84.8%
############################################################# 84.9%
############################################################# 85.1%
############################################################# 85.2%
############################################################# 85.5%
############################################################# 85.6%
############################################################# 85.7%
############################################################# 85.9%
############################################################# 86.0%
-
############################################################## 86.1%
############################################################## 86.3%
############################################################## 86.5%
############################################################## 86.7%
############################################################## 86.8%
############################################################## 87.0%
############################################################## 87.1%
############################################################## 87.2%
############################################################## 87.4%
############################################################## 87.5%
-
############################################################### 87.6%
############################################################### 87.8%
############################################################### 87.9%
############################################################### 88.0%
############################################################### 88.2%
############################################################### 88.3%
############################################################### 88.4%
############################################################### 88.7%
############################################################### 88.8%
-
################################################################ 89.0%
################################################################ 89.1%
################################################################ 89.2%
################################################################ 89.4%
################################################################ 89.5%
################################################################ 89.6%
################################################################ 89.8%
################################################################ 90.1%
################################################################ 90.2%
-
################################################################# 90.3%
################################################################# 90.5%
################################################################# 90.6%
################################################################# 90.7%
################################################################# 90.9%
################################################################# 91.0%
################################################################# 91.1%
################################################################# 91.3%
################################################################# 91.4%
################################################################# 91.5%
################################################################## 91.8%
-
################################################################## 91.9%
################################################################## 92.1%
################################################################## 92.2%
################################################################## 92.3%
################################################################## 92.5%
################################################################## 92.6%
################################################################## 92.7%
################################################################## 93.0%
################################################################### 93.2%
################################################################### 93.3%
################################################################### 93.4%
-
################################################################### 93.6%
################################################################### 93.7%
################################################################### 93.8%
################################################################### 94.0%
################################################################### 94.1%
################################################################### 94.2%
#################################################################### 94.5%
#################################################################### 94.6%
#################################################################### 94.8%
#################################################################### 94.9%
-
#################################################################### 95.0%
#################################################################### 95.3%
#################################################################### 95.4%
#################################################################### 95.6%
##################################################################### 95.8%
##################################################################### 96.0%
##################################################################### 96.1%
##################################################################### 96.4%
##################################################################### 96.5%
##################################################################### 96.7%
-
##################################################################### 96.9%
##################################################################### 97.1%
##################################################################### 97.2%
###################################################################### 97.5%
###################################################################### 97.6%
###################################################################### 97.7%
###################################################################### 98.0%
###################################################################### 98.1%
###################################################################### 98.3%
###################################################################### 98.5%
-
####################################################################### 98.7%
####################################################################### 98.8%
####################################################################### 98.9%
####################################################################### 99.2%
####################################################################### 99.4%
####################################################################### 99.6%
####################################################################### 99.8%
####################################################################### 99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.7.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.
2025-12-06 22:21.19 ---> using "9cb64a3d5491c0f40d57993c46ee9cfe821051e7abfe37f80799b66c2f3cc29a" from cache
/: (run (shell "opam pin add -k version -yn cohttp-curl-lwt.6.2.0 6.2.0"))
cohttp-curl-lwt is now pinned to version 6.2.0
2025-12-06 22:21.19 ---> using "43449ac38b1a025f552aac9c1c8e53cb381f037a8b4e0627b1915d9e307b759d" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall cohttp-curl-lwt.6.2.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\" != 'cohttp-curl-lwt.6.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
cohttp-curl-lwt.6.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 14 packages
- install base-bytes base [required by ocplib-endian]
- install cohttp-curl 6.2.0 [required by cohttp-curl-lwt]
- install cohttp-curl-lwt 6.2.0 (pinned)
- install conf-libcurl 2 [required by ocurl]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by cohttp-curl-lwt]
- install dune-configurator 3.20.2 [required by lwt]
- install http 6.2.0 [required by cohttp-curl-lwt]
- install lwt 5.9.2 [required by cohttp-curl-lwt]
- install ocamlfind 1.9.8 [required by ocurl]
- install ocplib-endian 1.2 [required by lwt]
- install ocurl 0.9.2 [required by cohttp-curl-lwt]
- install stringext 1.6.0 [required by cohttp-curl-lwt]
The following system packages will first need to be installed:
curl
<><> 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"
- ==> Fetching downloads for: curl
- ✔︎ Bottle Manifest curl (8.17.0)
- ✔︎ Bottle Manifest curl (8.17.0)
- ✔︎ Bottle Manifest brotli (1.2.0)
- ✔︎ Bottle brotli (1.2.0)
- ✔︎ Bottle Manifest libnghttp2 (1.68.0)
- ✔︎ Bottle libnghttp2 (1.68.0)
- ✔︎ Bottle Manifest libnghttp3 (1.13.1)
- ✔︎ Bottle libnghttp3 (1.13.1)
- ✔︎ Bottle Manifest ca-certificates (2025-12-02)
- ✔︎ Bottle ca-certificates (2025-12-02)
- ✔︎ Bottle Manifest openssl@3 (3.6.0)
- ✔︎ Bottle Manifest libngtcp2 (1.18.0)
- ✔︎ Bottle libngtcp2 (1.18.0)
- ✔︎ Bottle Manifest libssh2 (1.11.1)
- ✔︎ Bottle Manifest rtmpdump (2.4-20151223_3)
- ✔︎ Bottle rtmpdump (2.4-20151223_3)
- ✔︎ Bottle Manifest lz4 (1.10.0)
- ✔︎ Bottle lz4 (1.10.0)
- ✔︎ Bottle Manifest xz (5.8.1)
- ✔︎ Bottle Manifest zstd (1.5.7)
- ✔︎ Bottle libssh2 (1.11.1)
- ✔︎ Bottle xz (5.8.1)
- ✔︎ Bottle zstd (1.5.7)
- ✔︎ Bottle curl (8.17.0)
- ✔︎ Bottle openssl@3 (3.6.0)
- ==> Installing dependencies for curl: brotli, libnghttp2, libnghttp3, ca-certificates, openssl@3, libngtcp2, libssh2, rtmpdump, 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.68.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libnghttp2/1.68.0: 14 files, 787.8KB
- ==> Installing curl dependency: libnghttp3
- ==> Pouring libnghttp3--1.13.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libnghttp3/1.13.1: 20 files, 592.0KB
- ==> Installing curl dependency: ca-certificates
- ==> Pouring ca-certificates--2025-12-02.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /opt/homebrew/Cellar/ca-certificates/2025-12-02: 4 files, 235.9KB
- ==> Installing curl dependency: openssl@3
- ==> Pouring openssl@3--3.6.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/openssl@3/3.6.0: 7,609 files, 37.5MB
- ==> Installing curl dependency: libngtcp2
- ==> Pouring libngtcp2--1.18.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libngtcp2/1.18.0: 21 files, 1.3MB
- ==> Installing curl dependency: libssh2
- ==> Pouring libssh2--1.11.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/libssh2/1.11.1: 201 files, 1.3MB
- ==> Installing curl dependency: rtmpdump
- ==> Pouring rtmpdump--2.4-20151223_3.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/rtmpdump/2.4-20151223_3: 21 files, 667.5KB
- ==> 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.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/xz/5.8.1: 96 files, 2.6MB
- ==> Installing curl dependency: zstd
- ==> Pouring zstd--1.5.7.arm64_sequoia.bottle.1.tar.gz
- 🍺 /opt/homebrew/Cellar/zstd/1.5.7: 32 files, 2.3MB
- ==> Installing curl
- ==> Pouring curl--8.17.0.arm64_sequoia.bottle.1.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.17.0: 551 files, 4.7MB
- ==> 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`).
- ==> 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"
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cohttp-curl.6.2.0, cohttp-curl-lwt.6.2.0, http.6.2.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-libcurl.2
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ocurl.0.9.2 (cached)
-> retrieved stringext.1.6.0 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.20.2
-> installed stringext.1.6.0
-> installed csexp.1.5.2
-> installed http.6.2.0
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed lwt.5.9.2
-> installed ocurl.0.9.2
-> installed cohttp-curl.6.2.0
-> installed cohttp-curl-lwt.6.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-06 22:21.20 ---> using "78295830e57d32c42e4addbd92d028b1d4d2c52bf96d8bd0eefe457f4b51a1d0" from cache
/: (run (network host)
(shell "(opam reinstall --with-test cohttp-curl-lwt.6.2.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile cohttp-curl-lwt 6.2.0 (pinned)
=== install 58 packages
- install alcotest 1.9.1 [required by cohttp-curl-lwt]
- install angstrom 0.16.1 [required by uri]
- install asn1-combinators 0.3.2 [required by x509]
- install astring 0.8.5 [required by alcotest]
- install base v0.17.3 [required by ppx_sexp_conv]
- install base64 3.5.2 [required by cohttp]
- install bigstringaf 0.10.0 [required by angstrom]
- install bos 0.2.1 [required by ca-certs]
- install ca-certs 1.0.1 [required by conduit-lwt-unix]
- install cmdliner 2.1.0 [required by alcotest, cohttp-lwt-unix]
- install cohttp 6.2.0 [required by cohttp-curl-lwt]
- install cohttp-lwt 6.2.0 [required by cohttp-curl-lwt]
- install cohttp-lwt-unix 6.2.0 [required by cohttp-curl-lwt]
- install conduit 8.0.0 [required by conduit-lwt]
- install conduit-lwt 8.0.0 [required by cohttp-curl-lwt]
- 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-pkg-config 4 [required by zarith]
- install digestif 1.3.0 [required by ca-certs]
- install domain-name 0.5.0 [required by ipaddr]
- install duration 0.2.1 [required by mirage-crypto-rng]
- install eqaf 0.10 [required by digestif, mirage-crypto]
- install fmt 0.11.0 [required by alcotest, cohttp-lwt-unix]
- install fpath 0.7.3 [required by ca-certs]
- install gmap 0.3.0 [required by x509]
- install ipaddr 5.6.1 [required by cohttp, cohttp-lwt]
- install ipaddr-sexp 5.6.1 [required by conduit-lwt-unix]
- install kdf 1.0.0 [required by x509]
- install logs 0.10.0 [required by cohttp-lwt, cohttp, cohttp-lwt-unix]
- install macaddr 5.6.1 [required by ipaddr]
- install magic-mime 1.3.1 [required by cohttp-lwt-unix]
- install mirage-crypto 2.0.2 [required by ca-certs]
- install mirage-crypto-ec 2.0.2 [required by x509]
- install mirage-crypto-pk 2.0.2 [required by x509]
- install mirage-crypto-rng 2.0.2 [required by x509]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by uutf, astring, fmt, logs]
- install ohex 0.2.0 [required by ca-certs]
- install ounit2 2.2.7 [required by cohttp-curl-lwt]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_sexp_conv v0.17.1 [required by cohttp-lwt, cohttp, cohttp-lwt-unix]
- install ppxlib 0.37.0 [required by ppx_sexp_conv]
- install ppxlib_jane v0.17.4 [required by ppx_sexp_conv]
- install ptime 1.2.0 [required by ca-certs]
- install re 1.14.0 [required by alcotest, cohttp]
- install rresult 0.7.0 [required by bos]
- install seq base [required by ounit2]
- install sexplib0 v0.17.0 [required by cohttp, cohttp-lwt]
- install stdlib-shims 0.3.0 [required by alcotest, ounit2]
- install topkg 1.1.1 [required by uutf, astring, fmt, logs]
- install uri 4.4.0 [required by cohttp-curl-lwt]
- install uri-sexp 4.4.0 [required by cohttp]
- install uutf 1.0.4 [required by alcotest]
- install x509 1.0.6 [required by ca-certs]
- install zarith 1.14 [required by mirage-crypto-pk]
The following system packages will first need to be installed:
gmp pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /opt/homebrew/bin/brew "install" "gmp" "pkgconf"
- ==> Fetching downloads for: gmp and pkgconf
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle gmp (6.3.0)
- ==> 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 pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)
-> retrieved angstrom.0.16.1 (https://github.com/inhabitedtype/angstrom/archive/0.16.1.tar.gz)
-> retrieved asn1-combinators.0.3.2 (https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.3.2/asn1-combinators-0.3.2.tbz)
-> retrieved astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved base.v0.17.3 (https://github.com/janestreet/base/archive/refs/tags/v0.17.3.tar.gz)
-> retrieved base64.3.5.2 (https://github.com/mirage/ocaml-base64/releases/download/v3.5.2/base64-3.5.2.tbz)
-> installed base64.3.5.2
-> retrieved bigstringaf.0.10.0 (https://github.com/inhabitedtype/bigstringaf/archive/0.10.0.tar.gz)
-> retrieved bos.0.2.1 (https://erratique.ch/software/bos/releases/bos-0.2.1.tbz)
-> retrieved ca-certs.1.0.1 (https://github.com/mirage/ca-certs/releases/download/v1.0.1/ca-certs-1.0.1.tbz)
-> installed bigstringaf.0.10.0
-> retrieved cmdliner.2.1.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)
-> retrieved cohttp.6.2.0, cohttp-curl-lwt.6.2.0, cohttp-lwt.6.2.0, cohttp-lwt-unix.6.2.0 (https://github.com/mirage/ocaml-cohttp/releases/download/v6.2.0/cohttp-6.2.0.tbz)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (https://github.com/mirage/ocaml-conduit/releases/download/v8.0.0/conduit-8.0.0.tbz)
-> retrieved conf-gmp.5 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp/test.c.4)
-> retrieved conf-gmp-powm-sec.4 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp-powm-sec/test.c.3)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> installed conf-gmp-powm-sec.4
-> installed cmdliner.2.1.0
-> retrieved digestif.1.3.0 (https://github.com/mirage/digestif/releases/download/v1.3.0/digestif-1.3.0.tbz)
-> retrieved domain-name.0.5.0 (https://github.com/hannesm/domain-name/releases/download/v0.5.0/domain-name-0.5.0.tbz)
-> retrieved duration.0.2.1 (https://github.com/hannesm/duration/releases/download/v0.2.1/duration-0.2.1.tbz)
-> retrieved eqaf.0.10 (https://github.com/mirage/eqaf/releases/download/v0.10/eqaf-0.10.tbz)
-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> installed duration.0.2.1
-> installed domain-name.0.5.0
-> retrieved fpath.0.7.3 (https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz)
-> retrieved gmap.0.3.0 (https://github.com/hannesm/gmap/releases/download/0.3.0/gmap-0.3.0.tbz)
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> retrieved ipaddr.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1 (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.6.1/ipaddr-5.6.1.tbz)
-> retrieved kdf.1.0.0 (https://github.com/robur-coop/kdf/releases/download/v1.0.0/kdf-1.0.0.tbz)
-> retrieved logs.0.10.0 (https://erratique.ch/software/logs/releases/logs-0.10.0.tbz)
-> installed macaddr.5.6.1
-> retrieved magic-mime.1.3.1 (https://github.com/mirage/ocaml-magic-mime/releases/download/v1.3.1/magic-mime-1.3.1.tbz)
-> installed ipaddr.5.6.1
-> installed digestif.1.3.0
-> installed magic-mime.1.3.1
-> retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2 (https://github.com/mirage/mirage-crypto/releases/download/v2.0.2/mirage-crypto-2.0.2.tbz)
-> retrieved ocaml-compiler-libs.v0.17.0 (https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ocaml-syntax-shims.1.0.0 (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> installed mirage-crypto.2.0.2
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (https://github.com/janestreet/ocaml_intrinsics_kernel/archive/refs/tags/v0.17.1.tar.gz)
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed kdf.1.0.0
-> retrieved ocamlbuild.0.16.1 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
-> installed ocaml_intrinsics_kernel.v0.17.1
-> retrieved ohex.0.2.0 (https://github.com/ocaml/opam-source-archives/raw/main/ohex-0.2.0.tar.gz)
-> retrieved ounit2.2.2.7 (https://github.com/gildor478/ounit/releases/download/v2.2.7/ounit-2.2.7.tbz)
-> installed ohex.0.2.0
-> installed angstrom.0.16.1
-> retrieved ppx_derivers.1.2.1 (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
-> installed ppx_derivers.1.2.1
-> retrieved ppx_sexp_conv.v0.17.1 (https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved ppxlib.0.37.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.37.0/ppxlib-0.37.0.tbz)
-> retrieved ppxlib_jane.v0.17.4 (https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.4.tar.gz)
-> retrieved ptime.1.2.0 (https://erratique.ch/software/ptime/releases/ptime-1.2.0.tbz)
-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved rresult.0.7.0 (https://erratique.ch/software/rresult/releases/rresult-0.7.0.tbz)
-> retrieved seq.base (2 extra sources)
-> retrieved seq.base (2 extra sources)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> retrieved topkg.1.1.1 (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-4.4.0.tbz)
-> installed re.1.14.0
-> retrieved uutf.1.0.4 (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
-> retrieved x509.1.0.6 (https://github.com/mirleft/ocaml-x509/releases/download/v1.0.6/x509-1.0.6.tbz)
-> retrieved zarith.1.14 (https://github.com/ocaml/Zarith/archive/release-1.14.tar.gz)
-> removed cohttp-curl-lwt.6.2.0
-> installed ocamlbuild.0.16.1
-> installed ounit2.2.2.7
-> installed uri.4.4.0
-> installed zarith.1.14
-> installed base.v0.17.3
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed asn1-combinators.0.3.2
-> installed fpath.0.7.3
-> installed alcotest.1.9.1
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.0.2
-> installed mirage-crypto-pk.2.0.2
-> installed mirage-crypto-ec.2.0.2
-> installed bos.0.2.1
-> installed ppxlib.0.37.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_sexp_conv.v0.17.1
-> installed uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.1
-> installed conduit.8.0.0
-> installed cohttp.6.2.0
-> installed conduit-lwt.8.0.0
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt.6.2.0
-> installed cohttp-lwt-unix.6.2.0
[ERROR] The compilation of cohttp-curl-lwt.6.2.0 failed at "dune build -p cohttp-curl-lwt -j 7 @install @cohttp-curl-lwt/runtest".
#=== ERROR while compiling cohttp-curl-lwt.6.2.0 ==============================#
# context 2.4.1 | macos/arm64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/mirage/ocaml-cohttp/releases/download/v6.2.0/cohttp-6.2.0.tbz)
# path ~/.opam/5.4.0/.opam-switch/build/cohttp-curl-lwt.6.2.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p cohttp-curl-lwt -j 7 @install @cohttp-curl-lwt/runtest
# exit-code 1
# env-file ~/.opam/log/cohttp-curl-lwt-21415-ee39d5.env
# output-file ~/.opam/log/cohttp-curl-lwt-21415-ee39d5.out
### output ###
# File "cohttp-curl-lwt/test/dune", line 2, characters 7-28:
# 2 | (name cohttp_curl_lwt_tests)
# ^^^^^^^^^^^^^^^^^^^^^
# (cd _build/default/cohttp-curl-lwt/test && ./cohttp_curl_lwt_tests.exe)
# [DEBUG][application]: Cohttp debugging output is active
# [INFO][application]: Test Cohttp Server Test running on http://localhost:25190
# [INFO][application]: Running simple request
# [INFO][application]: Running failing request
# Fatal error: exception Unix.Unix_error(Unix.EPERM, "bind", "")
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build cohttp-curl-lwt 6.2.0
+-
+- The following changes have been performed
| - remove cohttp-curl-lwt 6.2.0
| - install alcotest 1.9.1
| - install angstrom 0.16.1
| - install asn1-combinators 0.3.2
| - install astring 0.8.5
| - install base v0.17.3
| - install base64 3.5.2
| - install bigstringaf 0.10.0
| - install bos 0.2.1
| - install ca-certs 1.0.1
| - install cmdliner 2.1.0
| - install cohttp 6.2.0
| - install cohttp-lwt 6.2.0
| - install cohttp-lwt-unix 6.2.0
| - install conduit 8.0.0
| - install conduit-lwt 8.0.0
| - install conduit-lwt-unix 8.0.0
| - install conf-gmp 5
| - install conf-gmp-powm-sec 4
| - install conf-pkg-config 4
| - install digestif 1.3.0
| - install domain-name 0.5.0
| - install duration 0.2.1
| - install eqaf 0.10
| - install fmt 0.11.0
| - install fpath 0.7.3
| - install gmap 0.3.0
| - install ipaddr 5.6.1
| - install ipaddr-sexp 5.6.1
| - install kdf 1.0.0
| - install logs 0.10.0
| - install macaddr 5.6.1
| - install magic-mime 1.3.1
| - install mirage-crypto 2.0.2
| - install mirage-crypto-ec 2.0.2
| - install mirage-crypto-pk 2.0.2
| - install mirage-crypto-rng 2.0.2
| - install ocaml-compiler-libs v0.17.0
| - install ocaml-syntax-shims 1.0.0
| - install ocaml_intrinsics_kernel v0.17.1
| - install ocamlbuild 0.16.1
| - install ohex 0.2.0
| - install ounit2 2.2.7
| - install ppx_derivers 1.2.1
| - install ppx_sexp_conv v0.17.1
| - install ppxlib 0.37.0
| - install ppxlib_jane v0.17.4
| - install ptime 1.2.0
| - install re 1.14.0
| - install rresult 0.7.0
| - install seq base
| - install sexplib0 v0.17.0
| - install stdlib-shims 0.3.0
| - install topkg 1.1.1
| - install uri 4.4.0
| - install uri-sexp 4.4.0
| - install uutf 1.0.4
| - install x509 1.0.6
| - install zarith 1.14
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/opt/homebrew/bin/opam switch import "/Users/mac1000/.opam/5.4.0/.opam-switch/backup/state-20251206222120.export"
Or you can retry to install your package selection with:
/opt/homebrew/bin/opam install --restore
2025-12-06 22:22.15 ---> saved as "456bd1fe53a112f4fdfec174e59184d041f69d70e67f0278aa465bff101524c2"
/: (run (shell "opam reinstall --with-test --verbose cohttp-curl-lwt.6.2.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\" != 'cohttp-curl-lwt.6.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
cohttp-curl-lwt.6.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install cohttp-curl-lwt 6.2.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/3: [cohttp-curl-lwt: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cohttp-curl-lwt" "-j" "7" "@install" "@cohttp-curl-lwt/runtest" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/cohttp-curl-lwt.6.2.0)
- File "cohttp-curl-lwt/test/dune", line 2, characters 7-28:
- 2 | (name cohttp_curl_lwt_tests)
- ^^^^^^^^^^^^^^^^^^^^^
- (cd _build/default/cohttp-curl-lwt/test && ./cohttp_curl_lwt_tests.exe)
- [DEBUG][application]: Cohttp debugging output is active
- [INFO][application]: Test Cohttp Server Test running on http://localhost:25190
- [INFO][application]: Running simple request
- Fatal error: exception Unix.Unix_error(Unix.EPERM, "bind", "")
- [INFO][application]: Running failing request
[ERROR] The compilation of cohttp-curl-lwt.6.2.0 failed at "dune build -p cohttp-curl-lwt -j 7 @install @cohttp-curl-lwt/runtest".
#=== ERROR while compiling cohttp-curl-lwt.6.2.0 ==============================#
# context 2.4.1 | macos/arm64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/mirage/ocaml-cohttp/releases/download/v6.2.0/cohttp-6.2.0.tbz)
# path ~/.opam/5.4.0/.opam-switch/build/cohttp-curl-lwt.6.2.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p cohttp-curl-lwt -j 7 @install @cohttp-curl-lwt/runtest
# exit-code 1
# env-file ~/.opam/log/cohttp-curl-lwt-30361-b2c14e.env
# output-file ~/.opam/log/cohttp-curl-lwt-30361-b2c14e.out
### output ###
# File "cohttp-curl-lwt/test/dune", line 2, characters 7-28:
# 2 | (name cohttp_curl_lwt_tests)
# ^^^^^^^^^^^^^^^^^^^^^
# (cd _build/default/cohttp-curl-lwt/test && ./cohttp_curl_lwt_tests.exe)
# [DEBUG][application]: Cohttp debugging output is active
# [INFO][application]: Test Cohttp Server Test running on http://localhost:25190
# [INFO][application]: Running simple request
# Fatal error: exception Unix.Unix_error(Unix.EPERM, "bind", "")
# [INFO][application]: Running failing request
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build cohttp-curl-lwt 6.2.0
+-
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose cohttp-curl-lwt.6.2.0' failed.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose cohttp-curl-lwt.6.2.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" != 'cohttp-curl-lwt.6.2.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2025-12-06 22:22.25: Job failed: Failed: Build failed
2025-12-06 22:22.25: Log analysis:
2025-12-06 22:22.25: >>>
[ERROR] The compilation of cohttp-curl-lwt.6.2.0 failed at "dune build -p cohttp-curl-lwt -j 7 @install @cohttp-curl-lwt/runtest".
(score = 20)
2025-12-06 22:22.25: >>>
# Fatal error: exception Unix.Unix_error(Unix.EPERM, "bind", "")
(score = 35)
2025-12-06 22:22.25: >>>
[ERROR] The compilation of cohttp-curl-lwt.6.2.0 failed at "dune build -p cohttp-curl-lwt -j 7 @install @cohttp-curl-lwt/runtest".
(score = 20)
2025-12-06 22:22.25: >>>
# Fatal error: exception Unix.Unix_error(Unix.EPERM, "bind", "")
(score = 35)
2025-12-06 22:22.25: exception Unix.Unix_error(Unix.EPERM, "bind", "")