Build:
- 0
2026-02-20 10:14.18: New job: build mhttp-client.0.0.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29441/head (03a32901138b2da17acfb262503ab5e0755499b8)
on macos-homebrew-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29441/head" && git reset --hard 03a32901
git fetch origin master
git merge --no-edit d18d14011e4188f5c398421e2e99b297dd8150fb
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn mhttp-client.0.0.1 0.0.1
RUN opam reinstall mhttp-client.0.0.1; \
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" != 'mhttp-client.0.0.1' && 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-02-20 10:14.18: Using cache hint "macos-homebrew-ocaml-4.14-mhttp-client.0.0.1-03a32901138b2da17acfb262503ab5e0755499b8"
2026-02-20 10:14.18: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(user (uid 1000) (gid 1000))
(run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url -k local --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn mhttp-client.0.0.1 0.0.1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall mhttp-client.0.0.1;\
\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\" != 'mhttp-client.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-20 10:14.18: Waiting for resource in pool OCluster
2026-02-20 10:14.19: Waiting for worker…
2026-02-20 10:21.42: Got resource from pool OCluster
Building on i7-worker-04
Updating files: 33% (6176/18286)
Updating files: 34% (6218/18286)
Updating files: 35% (6401/18286)
Updating files: 36% (6583/18286)
Updating files: 37% (6766/18286)
Updating files: 38% (6949/18286)
Updating files: 39% (7132/18286)
Updating files: 40% (7315/18286)
Updating files: 41% (7498/18286)
Updating files: 42% (7681/18286)
Updating files: 43% (7863/18286)
Updating files: 44% (8046/18286)
Updating files: 45% (8229/18286)
Updating files: 46% (8412/18286)
Updating files: 47% (8595/18286)
Updating files: 48% (8778/18286)
Updating files: 49% (8961/18286)
Updating files: 50% (9143/18286)
Updating files: 51% (9326/18286)
Updating files: 52% (9509/18286)
Updating files: 53% (9692/18286)
Updating files: 54% (9875/18286)
Updating files: 55% (10058/18286)
Updating files: 56% (10241/18286)
Updating files: 57% (10424/18286)
Updating files: 58% (10606/18286)
Updating files: 58% (10655/18286)
Updating files: 59% (10789/18286)
Updating files: 60% (10972/18286)
Updating files: 61% (11155/18286)
Updating files: 62% (11338/18286)
Updating files: 63% (11521/18286)
Updating files: 64% (11704/18286)
Updating files: 65% (11886/18286)
Updating files: 66% (12069/18286)
Updating files: 67% (12252/18286)
Updating files: 68% (12435/18286)
Updating files: 69% (12618/18286)
Updating files: 70% (12801/18286)
Updating files: 71% (12984/18286)
Updating files: 72% (13166/18286)
Updating files: 73% (13349/18286)
Updating files: 74% (13532/18286)
Updating files: 75% (13715/18286)
Updating files: 76% (13898/18286)
Updating files: 77% (14081/18286)
Updating files: 78% (14264/18286)
Updating files: 79% (14446/18286)
Updating files: 80% (14629/18286)
Updating files: 81% (14812/18286)
Updating files: 82% (14995/18286)
Updating files: 83% (15178/18286)
Updating files: 84% (15361/18286)
Updating files: 85% (15544/18286)
Updating files: 86% (15726/18286)
Updating files: 87% (15909/18286)
Updating files: 87% (15917/18286)
Updating files: 88% (16092/18286)
Updating files: 89% (16275/18286)
Updating files: 90% (16458/18286)
Updating files: 91% (16641/18286)
Updating files: 92% (16824/18286)
Updating files: 93% (17006/18286)
Updating files: 94% (17189/18286)
Updating files: 95% (17372/18286)
Updating files: 96% (17555/18286)
Updating files: 97% (17738/18286)
Updating files: 98% (17921/18286)
Updating files: 99% (18104/18286)
Updating files: 100% (18286/18286)
Updating files: 100% (18286/18286), done.
HEAD is now at e682c520f0 [new release] mhttp (3 packages) (0.0.1)
HEAD is now at d18d14011e Merge pull request #29430 from hannesm/release-ipaddr-v5.6.2
Merge made by the 'ort' strategy.
packages/mhttp-client/mhttp-client.0.0.1/opam | 30 +++++++++++++++++++++++++
packages/mhttp-server/mhttp-server.0.0.1/opam | 30 +++++++++++++++++++++++++
packages/mhttp/mhttp.0.0.1/opam | 32 +++++++++++++++++++++++++++
3 files changed, 92 insertions(+)
create mode 100644 packages/mhttp-client/mhttp-client.0.0.1/opam
create mode 100644 packages/mhttp-server/mhttp-server.0.0.1/opam
create mode 100644 packages/mhttp/mhttp.0.0.1/opam
(from macos-homebrew-ocaml-4.14)
2026-02-20 10:21.57 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-02-20 10:21.57 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-02-20 10:21.58 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache
/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 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 11
# repositories 1 (version-controlled)
# pinned 0
# current-switch 4.14.2
# invariant ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-02-20 10:21.58 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2026-02-20 10:21.58 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-02-20 10:22.08 ---> saved as "788e7175b9888ac690e2e866b5a879f79401ff79c1d4e1c7eb22e4e830ffec7a"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-02-20 10:22.29 ---> saved as "5bce4445a7d1c60796e98ac6d558f119cdb9bb67b1a5bae1c5802ca488448487"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:80c194381e990a4967a1ae44b8242b688e6a17ab590865a38671137677411469
- #=#=#
0.7%
# 1.5%
# 2.4%
-
## 3.2%
## 4.0%
### 4.8%
#### 5.7%
#### 6.6%
##### 7.5%
###### 8.4%
###### 9.2%
####### 10.1%
####### 10.9%
######## 11.7%
-
######### 12.6%
######### 13.5%
########## 14.3%
########## 15.1%
########### 15.9%
############ 16.9%
############ 17.7%
############# 18.6%
############# 19.4%
############## 20.2%
############### 21.2%
-
############### 21.9%
################ 22.9%
################# 23.7%
################# 24.5%
################## 25.4%
################## 26.2%
################### 27.1%
#################### 27.9%
#################### 28.9%
##################### 29.7%
##################### 30.5%
###################### 31.3%
-
####################### 32.3%
####################### 33.1%
######################## 33.9%
######################### 34.7%
######################### 35.7%
########################## 36.5%
########################## 37.4%
########################### 38.3%
############################ 39.1%
############################ 39.9%
############################# 40.9%
-
############################## 41.7%
############################## 42.5%
############################### 43.4%
############################### 44.3%
################################ 45.2%
################################# 46.0%
################################# 46.9%
################################## 47.6%
################################## 48.6%
################################### 49.4%
#################################### 50.3%
-
#################################### 51.2%
##################################### 52.0%
###################################### 52.8%
###################################### 53.6%
####################################### 54.5%
####################################### 55.5%
######################################## 56.3%
######################################### 57.1%
######################################### 58.1%
########################################## 58.9%
########################################## 59.7%
-
########################################### 60.5%
############################################ 61.4%
############################################ 62.3%
############################################# 63.1%
############################################## 64.1%
############################################## 64.8%
############################################### 65.8%
############################################### 66.6%
################################################ 67.6%
################################################# 68.4%
################################################# 69.2%
-
################################################## 70.1%
################################################### 71.0%
################################################### 71.8%
#################################################### 72.6%
#################################################### 73.6%
##################################################### 74.4%
###################################################### 75.4%
###################################################### 76.2%
####################################################### 77.0%
######################################################## 77.9%
######################################################## 78.8%
-
######################################################### 79.7%
######################################################### 80.6%
########################################################## 81.5%
########################################################### 82.3%
########################################################### 83.1%
############################################################ 84.1%
############################################################# 84.9%
############################################################# 85.7%
############################################################## 86.6%
############################################################## 87.5%
############################################################### 88.3%
-
################################################################ 89.2%
################################################################ 90.1%
################################################################# 91.0%
################################################################## 91.8%
################################################################## 92.6%
################################################################### 93.5%
################################################################### 94.4%
#################################################################### 95.2%
##################################################################### 96.1%
##################################################################### 96.9%
###################################################################### 97.8%
-
####################################################################### 98.6%
####################################################################### 99.4%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.catalina.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-02-20 10:23.01 ---> saved as "f84add4b29b0c0355c9ac530cd91e82c02fb867cb90a552d4797cb22dd667d65"
/: (run (shell "opam pin add -k version -yn mhttp-client.0.0.1 0.0.1"))
mhttp-client is now pinned to version 0.0.1
2026-02-20 10:23.03 ---> saved as "9a3894e8f1cf4644daf28a8c65686dba71a5eea94f986d9f246208fbd54eba5b"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall mhttp-client.0.0.1;\
\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\" != 'mhttp-client.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
mhttp-client.0.0.1 is not installed. Install it? [Y/n] y
* Missing dependency:
- mhttp-client -> mhttp -> mnet -> mkernel -> solo5
unmet availability conditions, e.g. '(arch = "x86_64" | arch = "arm64" | arch = "ppc64") & (os = "linux" | os = "freebsd" | os = "openbsd")'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall mhttp-client.0.0.1;
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" != 'mhttp-client.0.0.1' && 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-02-20 10:23.30: Job failed: Failed: Build failed
2026-02-20 10:23.30: Log analysis:
2026-02-20 10:23.30: >>>
No solution found, exiting
(score = 100)
2026-02-20 10:23.30: [SKIP] Package not available