(for PR #29620)
2026-03-30 21:23.36: New job: build wadi.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29620/head (e48542c6b0c57c44b0ef42e7f8c1de6d6e833aa7)
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/29620/head" && git reset --hard e48542c6
git fetch origin master
git merge --no-edit 747f3dca281b5ae6275dfa41069f059ae517126f
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 wadi.0.1.0 0.1.0
RUN opam reinstall wadi.0.1.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" != 'wadi.0.1.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-03-30 21:23.36: Using cache hint "macos-homebrew-ocaml-4.14-wadi.0.1.0-e48542c6b0c57c44b0ef42e7f8c1de6d6e833aa7"
2026-03-30 21:23.36: 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 wadi.0.1.0 0.1.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall wadi.0.1.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\" != 'wadi.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-30 21:23.36: Waiting for resource in pool OCluster
2026-03-30 21:23.36: Waiting for worker…
2026-03-30 21:23.36: Got resource from pool OCluster
Building on i7-worker-04
Updating files: 34% (6491/18565)
Updating files: 35% (6498/18565)
Updating files: 36% (6684/18565)
Updating files: 37% (6870/18565)
Updating files: 38% (7055/18565)
Updating files: 39% (7241/18565)
Updating files: 40% (7426/18565)
Updating files: 41% (7612/18565)
Updating files: 42% (7798/18565)
Updating files: 43% (7983/18565)
Updating files: 44% (8169/18565)
Updating files: 45% (8355/18565)
Updating files: 46% (8540/18565)
Updating files: 47% (8726/18565)
Updating files: 48% (8912/18565)
Updating files: 49% (9097/18565)
Updating files: 50% (9283/18565)
Updating files: 51% (9469/18565)
Updating files: 52% (9654/18565)
Updating files: 53% (9840/18565)
Updating files: 54% (10026/18565)
Updating files: 55% (10211/18565)
Updating files: 56% (10397/18565)
Updating files: 57% (10583/18565)
Updating files: 58% (10768/18565)
Updating files: 59% (10954/18565)
Updating files: 59% (11129/18565)
Updating files: 60% (11139/18565)
Updating files: 61% (11325/18565)
Updating files: 62% (11511/18565)
Updating files: 63% (11696/18565)
Updating files: 64% (11882/18565)
Updating files: 65% (12068/18565)
Updating files: 66% (12253/18565)
Updating files: 67% (12439/18565)
Updating files: 68% (12625/18565)
Updating files: 69% (12810/18565)
Updating files: 70% (12996/18565)
Updating files: 71% (13182/18565)
Updating files: 72% (13367/18565)
Updating files: 73% (13553/18565)
Updating files: 74% (13739/18565)
Updating files: 75% (13924/18565)
Updating files: 76% (14110/18565)
Updating files: 77% (14296/18565)
Updating files: 78% (14481/18565)
Updating files: 79% (14667/18565)
Updating files: 80% (14852/18565)
Updating files: 81% (15038/18565)
Updating files: 82% (15224/18565)
Updating files: 83% (15409/18565)
Updating files: 84% (15595/18565)
Updating files: 85% (15781/18565)
Updating files: 86% (15966/18565)
Updating files: 87% (16152/18565)
Updating files: 88% (16338/18565)
Updating files: 88% (16495/18565)
Updating files: 89% (16523/18565)
Updating files: 90% (16709/18565)
Updating files: 91% (16895/18565)
Updating files: 92% (17080/18565)
Updating files: 93% (17266/18565)
Updating files: 94% (17452/18565)
Updating files: 95% (17637/18565)
Updating files: 96% (17823/18565)
Updating files: 97% (18009/18565)
Updating files: 98% (18194/18565)
Updating files: 99% (18380/18565)
Updating files: 100% (18565/18565)
Updating files: 100% (18565/18565), done.
HEAD is now at db0a2ce7ea add ocaml-restricted-2.0.0
HEAD is now at 747f3dca28 Merge pull request #29614 from ocaml/use-setup-ocaml-for-windows-ci
Updating 747f3dca28..e48542c6b0
Fast-forward
packages/wadi/wadi.0.1.0/opam | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 packages/wadi/wadi.0.1.0/opam
(from macos-homebrew-ocaml-4.14)
2026-03-30 21:23.52 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-30 21:23.52 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-03-30 21:23.52 ---> 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-03-30 21:23.53 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2026-03-30 21:23.53 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-03-30 21:24.03 ---> saved as "b115f0eb1c7b91d4aca8c975a5d8006894def450d03f3e8f9867450dd5dc8b5a"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-30 21:24.24 ---> saved as "91e41289c984069bddbe5a0303df3cdeec81bf3195f9c2c98f19103a6fe2ab22"
/: (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:6581aceb09afafab23bac3f3926850066c45a17d4a02e6e16f607cd33ebb4c7a
- #=#=#
-
0.1%
0.5%
1.2%
# 1.7%
# 2.3%
## 2.9%
## 3.5%
## 4.0%
### 4.4%
-
### 4.8%
### 5.2%
#### 5.6%
#### 6.0%
#### 6.5%
#### 6.9%
##### 7.3%
##### 7.7%
##### 8.2%
###### 8.6%
###### 9.1%
-
###### 9.5%
####### 9.9%
####### 10.3%
####### 10.8%
######## 11.2%
######## 11.6%
######## 12.0%
######## 12.4%
######### 12.9%
######### 13.3%
######### 13.7%
-
########## 14.1%
########## 14.6%
########## 15.0%
########### 15.4%
########### 15.8%
########### 16.2%
########### 16.6%
############ 17.0%
############ 17.5%
############ 18.0%
############# 18.4%
-
############# 18.8%
############# 19.2%
############## 19.6%
############## 20.0%
############## 20.5%
############### 20.9%
############### 21.3%
############### 21.7%
############### 22.2%
################ 22.6%
-
################ 23.1%
################ 23.5%
################# 23.9%
################# 24.3%
################# 24.7%
################## 25.1%
################## 25.5%
################## 25.9%
################## 26.2%
################### 26.6%
################### 26.8%
################### 27.1%
-
################### 27.4%
################### 27.8%
#################### 28.0%
#################### 28.3%
#################### 28.6%
#################### 28.8%
#################### 29.1%
##################### 29.5%
##################### 29.8%
##################### 30.0%
-
##################### 30.3%
##################### 30.6%
###################### 30.8%
###################### 31.1%
###################### 31.5%
###################### 31.7%
####################### 32.0%
####################### 32.2%
####################### 32.5%
####################### 32.8%
####################### 33.2%
-
######################## 33.4%
######################## 33.7%
######################## 34.0%
######################## 34.4%
######################## 34.6%
######################### 34.9%
######################### 35.2%
######################### 35.4%
######################### 35.7%
######################### 36.0%
-
########################## 36.4%
########################## 36.6%
########################## 36.9%
########################## 37.2%
########################## 37.4%
########################### 37.8%
########################### 38.1%
########################### 38.3%
########################### 38.6%
########################### 38.9%
############################ 39.3%
-
############################ 39.5%
############################ 39.8%
############################ 40.1%
############################# 40.3%
############################# 40.6%
############################# 40.9%
############################# 41.1%
############################# 41.5%
############################## 41.8%
############################## 42.1%
-
############################## 42.3%
############################## 42.7%
############################## 42.9%
############################### 43.2%
############################### 43.5%
############################### 43.7%
############################### 44.1%
############################### 44.4%
################################ 44.7%
################################ 44.9%
################################ 45.2%
-
################################ 45.5%
################################# 45.9%
################################# 46.1%
################################# 46.4%
################################# 46.7%
################################# 46.9%
################################## 47.3%
################################## 47.6%
################################## 47.8%
################################## 48.1%
################################## 48.5%
-
################################### 48.8%
################################### 49.0%
################################### 49.3%
################################### 49.6%
################################### 50.0%
#################################### 50.2%
#################################### 50.5%
#################################### 50.8%
#################################### 51.0%
##################################### 51.4%
-
##################################### 51.7%
##################################### 51.9%
##################################### 52.2%
##################################### 52.5%
##################################### 52.7%
###################################### 53.1%
###################################### 53.4%
###################################### 53.7%
###################################### 53.9%
####################################### 54.3%
####################################### 54.6%
-
####################################### 54.8%
####################################### 55.1%
####################################### 55.4%
######################################## 55.8%
######################################## 56.0%
######################################## 56.3%
######################################## 56.6%
######################################## 56.8%
######################################### 57.2%
######################################### 57.5%
-
######################################### 57.8%
######################################### 58.0%
######################################### 58.3%
########################################## 58.7%
########################################## 58.9%
########################################## 59.2%
########################################## 59.5%
########################################### 59.9%
########################################### 60.1%
########################################### 60.4%
########################################### 60.7%
-
########################################### 60.9%
############################################ 61.2%
############################################ 61.4%
############################################ 61.8%
############################################ 62.1%
############################################ 62.4%
############################################# 62.6%
############################################# 62.9%
############################################# 63.3%
############################################# 63.5%
############################################# 63.8%
-
############################################## 64.1%
############################################## 64.5%
############################################## 64.7%
############################################## 65.0%
############################################## 65.3%
############################################### 65.5%
############################################### 65.8%
############################################### 66.1%
############################################### 66.3%
################################################ 66.7%
-
################################################ 67.0%
################################################ 67.3%
################################################ 67.5%
################################################ 67.8%
################################################# 68.2%
################################################# 68.4%
################################################# 68.7%
################################################# 69.0%
################################################# 69.2%
################################################## 69.6%
################################################## 69.9%
-
################################################## 70.2%
################################################## 70.4%
################################################## 70.7%
################################################### 71.0%
################################################### 71.2%
################################################### 71.5%
################################################### 71.8%
################################################### 72.2%
#################################################### 72.4%
#################################################### 72.7%
#################################################### 73.0%
-
#################################################### 73.2%
##################################################### 73.6%
##################################################### 73.9%
##################################################### 74.2%
##################################################### 74.4%
##################################################### 74.8%
###################################################### 75.1%
###################################################### 75.3%
###################################################### 75.6%
###################################################### 75.9%
-
###################################################### 76.3%
####################################################### 76.5%
####################################################### 76.8%
####################################################### 77.1%
####################################################### 77.3%
####################################################### 77.7%
######################################################## 78.0%
######################################################## 78.3%
######################################################## 78.5%
######################################################## 78.8%
######################################################## 79.1%
-
######################################################### 79.4%
######################################################### 79.7%
######################################################### 79.9%
######################################################### 80.2%
######################################################### 80.5%
########################################################## 80.7%
########################################################## 81.1%
########################################################## 81.4%
########################################################## 81.7%
########################################################## 81.9%
########################################################### 82.2%
-
########################################################### 82.5%
########################################################### 82.7%
########################################################### 83.1%
############################################################ 83.4%
############################################################ 83.7%
############################################################ 83.9%
############################################################ 84.3%
############################################################ 84.6%
############################################################# 84.8%
############################################################# 85.1%
############################################################# 85.4%
-
############################################################# 85.6%
############################################################# 85.9%
############################################################## 86.2%
############################################################## 86.5%
############################################################## 86.7%
############################################################## 87.1%
############################################################## 87.4%
############################################################### 87.7%
############################################################### 87.9%
############################################################### 88.3%
############################################################### 88.6%
-
############################################################### 88.9%
################################################################ 89.1%
################################################################ 89.5%
################################################################ 90.1%
################################################################# 90.4%
################################################################# 90.8%
################################################################# 91.2%
################################################################# 91.6%
################################################################## 92.1%
################################################################## 92.5%
################################################################## 92.9%
-
################################################################### 93.3%
################################################################### 93.7%
################################################################### 94.1%
#################################################################### 94.7%
#################################################################### 95.1%
#################################################################### 95.5%
#################################################################### 95.8%
##################################################################### 96.4%
##################################################################### 96.8%
##################################################################### 97.2%
###################################################################### 97.6%
-
###################################################################### 98.0%
###################################################################### 98.4%
####################################################################### 98.9%
####################################################################### 99.3%
####################################################################### 99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2.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-03-30 21:25.50 ---> saved as "b8c04abde82e101a5d0e46b36676acf790c5982a6506eebd7594470ec1bc1321"
/: (run (shell "opam pin add -k version -yn wadi.0.1.0 0.1.0"))
wadi is now pinned to version 0.1.0
2026-03-30 21:25.53 ---> saved as "e89b26f1d14770fd82bbb43460c663eaae8bb64be3f56c18c44824bf2470b75a"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall wadi.0.1.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\" != 'wadi.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
wadi.0.1.0 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
- wadi -> ocaml >= 5.0.0
You can temporarily relax the switch invariant with `--update-invariant'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall wadi.0.1.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" != 'wadi.0.1.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 20
2026-03-30 21:26.20: Job failed: Failed: Build failed
2026-03-30 21:26.20: Log analysis:
2026-03-30 21:26.20: >>>
No solution found, exiting
(score = 100)
2026-03-30 21:26.20: [SKIP] Package not available