(for PR #29893)
2026-05-12 12:13.34: New job: build ez_api.3.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29893/head (f8b665bc7f31903aeca03d04a5c0996397f57443)
on macos-homebrew-ocaml-4.14/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/29893/head" && git reset --hard f8b665bc
git fetch origin master
git merge --no-edit a4f153d7481c469b20f3b1064338d6a21abcb832
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 ez_api.3.0.0 3.0.0
RUN opam reinstall ez_api.3.0.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" != 'ez_api.3.0.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-12 12:13.34: Using cache hint "macos-homebrew-ocaml-4.14-ez_api.3.0.0-f8b665bc7f31903aeca03d04a5c0996397f57443"
2026-05-12 12:13.34: 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 ez_api.3.0.0 3.0.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ez_api.3.0.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\" != 'ez_api.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-12 12:13.34: Waiting for resource in pool OCluster
2026-05-12 12:13.34: Waiting for worker…
2026-05-12 14:29.16: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files: 69% (12365/17858)
Updating files: 70% (12501/17858)
Updating files: 71% (12680/17858)
Updating files: 72% (12858/17858)
Updating files: 73% (13037/17858)
Updating files: 74% (13215/17858)
Updating files: 75% (13394/17858)
Updating files: 76% (13573/17858)
Updating files: 77% (13751/17858)
Updating files: 78% (13930/17858)
Updating files: 79% (14108/17858)
Updating files: 80% (14287/17858)
Updating files: 81% (14465/17858)
Updating files: 82% (14644/17858)
Updating files: 83% (14823/17858)
Updating files: 84% (15001/17858)
Updating files: 85% (15180/17858)
Updating files: 86% (15358/17858)
Updating files: 87% (15537/17858)
Updating files: 88% (15716/17858)
Updating files: 89% (15894/17858)
Updating files: 90% (16073/17858)
Updating files: 91% (16251/17858)
Updating files: 92% (16430/17858)
Updating files: 93% (16608/17858)
Updating files: 94% (16787/17858)
Updating files: 95% (16966/17858)
Updating files: 96% (17144/17858)
Updating files: 97% (17323/17858)
Updating files: 98% (17501/17858)
Updating files: 99% (17680/17858)
Updating files: 100% (17858/17858)
Updating files: 100% (17858/17858), done.
HEAD is now at a4f153d748 Merge pull request #29889 from mtelvers/opam-publish-ocaml-version.4.1.1
Updating a4f153d748..f8b665bc7f
Fast-forward
packages/ez_api/ez_api.3.0.0/opam | 85 +++++++++++++++++++++++++++++++++++++++
1 file changed, 85 insertions(+)
create mode 100644 packages/ez_api/ez_api.3.0.0/opam
(from macos-homebrew-ocaml-4.14)
2026-05-12 14:29.18 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-12 14:29.19 ---> 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-05-12 14:29.19 ---> 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=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 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-05-12 14:29.19 ---> 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-05-12 14:29.19 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-05-12 14:29.24 ---> saved as "afbff5ecd3ff4a45ccfcdc033dc13e2499d26c2ec52422b7b18d182697285f5f"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
default (at file:///Users/mac1000/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
default (at file:///Users/mac1000/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-05-12 14:29.35 ---> saved as "e08aa7d4d1f66b2365884ed927ccb5e56b652744fc5281a72284904baf46f87d"
/: (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:8ad98d9cf15477d1a43f4012cfd5eff5c271398bca1e2724b55bd4944a0bb1d4
- #=#=#
0.0%
0.8%
1.3%
# 1.8%
## 3.0%
## 3.4%
-
## 3.9%
### 4.3%
### 4.6%
### 5.2%
### 5.6%
#### 6.1%
#### 6.5%
#### 6.8%
##### 7.2%
##### 7.6%
##### 8.0%
-
###### 8.4%
###### 8.9%
###### 9.3%
###### 9.7%
####### 10.1%
####### 10.5%
####### 11.0%
######## 11.4%
######## 11.8%
######## 12.1%
######### 12.5%
-
######### 12.9%
######### 13.4%
######### 13.8%
########## 14.2%
########## 14.7%
########## 15.1%
########### 15.5%
########### 15.9%
########### 16.3%
############ 16.8%
############ 17.2%
-
############ 17.7%
############# 18.1%
############# 18.5%
############# 18.9%
############# 19.4%
############## 19.8%
############## 20.1%
############## 20.7%
############### 21.1%
############### 21.4%
-
############### 21.8%
################ 22.3%
################ 22.7%
################ 23.1%
################ 23.5%
################# 23.9%
################# 24.4%
################# 24.8%
################## 25.2%
################## 25.6%
################## 26.1%
################### 26.5%
-
################### 26.9%
################### 27.2%
################### 27.6%
#################### 28.2%
#################### 28.5%
#################### 28.9%
##################### 29.3%
##################### 29.7%
##################### 30.2%
###################### 30.6%
###################### 31.0%
-
###################### 31.4%
###################### 31.8%
####################### 32.3%
####################### 32.7%
####################### 33.1%
######################## 33.4%
######################## 33.8%
######################## 34.4%
######################### 34.7%
######################### 35.1%
######################### 35.5%
-
######################### 35.9%
########################## 36.3%
########################## 36.8%
########################## 37.2%
########################### 37.6%
########################### 38.0%
########################### 38.5%
########################### 38.9%
############################ 39.3%
############################ 39.6%
############################ 40.0%
-
############################# 40.6%
############################# 40.9%
############################# 41.3%
############################## 41.7%
############################## 42.1%
############################## 42.6%
############################## 43.0%
############################### 43.5%
############################### 43.9%
############################### 44.3%
################################ 44.7%
-
################################ 45.1%
################################ 45.6%
################################# 46.0%
################################# 46.4%
################################# 46.8%
################################# 47.1%
################################## 47.7%
################################## 48.0%
################################## 48.4%
################################### 48.8%
################################### 49.2%
-
################################### 49.6%
#################################### 50.1%
#################################### 50.5%
#################################### 50.9%
#################################### 51.3%
##################################### 51.7%
##################################### 52.0%
##################################### 52.4%
###################################### 53.0%
###################################### 53.3%
###################################### 53.7%
-
####################################### 54.2%
####################################### 54.6%
####################################### 55.0%
####################################### 55.4%
######################################## 55.8%
######################################## 56.3%
######################################## 56.7%
######################################### 57.1%
######################################### 57.5%
######################################### 58.0%
########################################## 58.4%
-
########################################## 58.8%
########################################## 59.1%
########################################## 59.5%
########################################### 60.1%
########################################### 60.4%
########################################### 60.8%
############################################ 61.2%
############################################ 61.6%
############################################ 62.0%
############################################# 62.5%
############################################# 62.9%
-
############################################# 63.3%
############################################# 63.7%
############################################## 64.2%
############################################## 64.6%
############################################## 65.0%
############################################### 65.3%
############################################### 65.9%
############################################### 66.3%
################################################ 66.8%
################################################ 67.2%
################################################ 67.5%
-
################################################ 67.9%
################################################# 68.3%
################################################# 68.7%
################################################# 69.2%
################################################## 69.6%
################################################## 70.0%
################################################## 70.4%
################################################## 70.8%
################################################### 71.2%
################################################### 71.5%
################################################### 72.1%
-
#################################################### 72.5%
#################################################### 72.8%
#################################################### 73.2%
##################################################### 73.7%
##################################################### 74.1%
##################################################### 74.5%
##################################################### 74.9%
###################################################### 75.3%
###################################################### 75.7%
###################################################### 76.2%
####################################################### 76.6%
-
####################################################### 77.0%
####################################################### 77.4%
####################################################### 77.7%
######################################################## 78.1%
######################################################## 78.5%
######################################################## 78.9%
######################################################### 79.4%
######################################################### 79.8%
######################################################### 80.2%
########################################################## 80.6%
########################################################## 81.0%
-
########################################################## 81.4%
########################################################## 81.8%
########################################################### 82.3%
########################################################### 82.7%
########################################################### 83.0%
############################################################ 83.4%
############################################################ 83.8%
############################################################ 84.3%
############################################################ 84.7%
############################################################# 85.1%
############################################################# 85.5%
-
############################################################# 86.0%
############################################################## 86.4%
############################################################## 86.8%
############################################################## 87.2%
############################################################### 87.6%
############################################################### 88.1%
############################################################### 88.5%
############################################################### 88.9%
################################################################ 89.2%
################################################################ 89.6%
################################################################ 90.0%
################################################################# 90.4%
-
################################################################# 90.9%
################################################################# 91.3%
################################################################## 91.7%
################################################################## 92.1%
################################################################## 92.5%
################################################################## 92.9%
################################################################### 93.4%
################################################################### 93.8%
################################################################### 94.1%
#################################################################### 94.5%
#################################################################### 94.9%
-
#################################################################### 95.3%
#################################################################### 95.7%
##################################################################### 96.2%
##################################################################### 96.6%
##################################################################### 97.0%
###################################################################### 97.4%
###################################################################### 97.8%
###################################################################### 98.3%
####################################################################### 98.7%
####################################################################### 99.1%
####################################################################### 99.4%
-
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.3.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2026-05-12 14:30.38 ---> saved as "3ce9b8fadcfc5f5f713488df93ae03870ec71238bef475a1a888aef69d674a3e"
/: (run (shell "opam pin add -k version -yn ez_api.3.0.0 3.0.0"))
ez_api is now pinned to version 3.0.0
2026-05-12 14:30.39 ---> saved as "eda1645f555d58045a7e1caccec6b193051e7c5d9faf5eb203ae273b483ce0d3"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ez_api.3.0.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\" != 'ez_api.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ez_api.3.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 21 packages
- install angstrom 0.16.1 [required by uri]
- install bigstringaf 0.10.0 [required by angstrom]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by hex]
- install dune 3.23.0 [required by ez_api]
- install dune-configurator 3.23.0 [required by bigstringaf]
- install ez_api 3.0.0 (pinned)
- install ezjsonm 1.3.0 [required by ez_api]
- install fmt 0.11.0 [required by cstruct]
- install hex 1.5.0 [required by ezjsonm, json-data-encoding]
- install json-data-encoding 1.1.1 [required by ez_api]
- install jsonm 1.0.2 [required by ezjsonm]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by uuidm]
- install ocamlfind 1.9.8 [required by uuidm]
- install sexplib0 v0.17.0 [required by ezjsonm]
- install stringext 1.6.0 [required by uri]
- install topkg 1.1.1 [required by uuidm]
- install uri 4.4.0 [required by json-data-encoding]
- install uuidm 0.9.10 [required by ez_api]
- install uutf 1.0.4 [required by ezjsonm]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> retrieved dune.3.23.0, dune-configurator.3.23.0 (cached)
-> retrieved ez_api.3.0.0 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved json-data-encoding.1.1.1 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uuidm.0.9.10 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed jsonm.1.0.2
-> installed dune.3.23.0
-> installed csexp.1.5.2
-> installed stringext.1.6.0
-> installed sexplib0.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cstruct.6.2.0
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.23.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed json-data-encoding.1.1.1
-> installed ez_api.3.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-12 14:31.29 ---> saved as "3fd50358bdea7ccfa32f603666d07a0b0ac6e1a9c8ace8e5815ad8c90135e3d2"
Job succeeded
2026-05-12 14:31.36: Job succeeded