(for PR #29929)
2026-05-20 11:19.40: New job: build embedded_ocaml_templates.0.8.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29929/head (9002fdb7d59fe104e77fb515ef69be1381d12a14)
on macos-homebrew-ocaml-5.4/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/29929/head" && git reset --hard 9002fdb7
git fetch origin master
git merge --no-edit 64a847a29e96527a72f3e45822610f25e7ad0a40
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 embedded_ocaml_templates.0.8.1 0.8.1
RUN opam reinstall embedded_ocaml_templates.0.8.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" != 'embedded_ocaml_templates.0.8.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-05-20 11:19.40: Using cache hint "macos-homebrew-ocaml-5.4-embedded_ocaml_templates.0.8.1-9002fdb7d59fe104e77fb515ef69be1381d12a14"
2026-05-20 11:19.40: 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 embedded_ocaml_templates.0.8.1 0.8.1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall embedded_ocaml_templates.0.8.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\" != 'embedded_ocaml_templates.0.8.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-05-20 11:19.40: Waiting for resource in pool OCluster
2026-05-20 11:19.42: Waiting for worker…
2026-05-20 11:21.14: Got resource from pool OCluster
Building on i7-worker-04
Updating files: 29% (5238/17925)
Updating files: 30% (5378/17925)
Updating files: 31% (5557/17925)
Updating files: 32% (5736/17925)
Updating files: 33% (5916/17925)
Updating files: 34% (6095/17925)
Updating files: 35% (6274/17925)
Updating files: 36% (6453/17925)
Updating files: 37% (6633/17925)
Updating files: 38% (6812/17925)
Updating files: 39% (6991/17925)
Updating files: 40% (7170/17925)
Updating files: 41% (7350/17925)
Updating files: 42% (7529/17925)
Updating files: 43% (7708/17925)
Updating files: 44% (7887/17925)
Updating files: 45% (8067/17925)
Updating files: 46% (8246/17925)
Updating files: 47% (8425/17925)
Updating files: 48% (8604/17925)
Updating files: 49% (8784/17925)
Updating files: 50% (8963/17925)
Updating files: 51% (9142/17925)
Updating files: 52% (9321/17925)
Updating files: 52% (9374/17925)
Updating files: 53% (9501/17925)
Updating files: 54% (9680/17925)
Updating files: 55% (9859/17925)
Updating files: 56% (10038/17925)
Updating files: 57% (10218/17925)
Updating files: 58% (10397/17925)
Updating files: 59% (10576/17925)
Updating files: 60% (10755/17925)
Updating files: 61% (10935/17925)
Updating files: 62% (11114/17925)
Updating files: 63% (11293/17925)
Updating files: 64% (11472/17925)
Updating files: 65% (11652/17925)
Updating files: 66% (11831/17925)
Updating files: 67% (12010/17925)
Updating files: 68% (12189/17925)
Updating files: 69% (12369/17925)
Updating files: 70% (12548/17925)
Updating files: 71% (12727/17925)
Updating files: 72% (12906/17925)
Updating files: 73% (13086/17925)
Updating files: 74% (13265/17925)
Updating files: 75% (13444/17925)
Updating files: 76% (13623/17925)
Updating files: 77% (13803/17925)
Updating files: 78% (13982/17925)
Updating files: 79% (14161/17925)
Updating files: 80% (14340/17925)
Updating files: 81% (14520/17925)
Updating files: 81% (14692/17925)
Updating files: 82% (14699/17925)
Updating files: 83% (14878/17925)
Updating files: 84% (15057/17925)
Updating files: 85% (15237/17925)
Updating files: 86% (15416/17925)
Updating files: 87% (15595/17925)
Updating files: 88% (15774/17925)
Updating files: 89% (15954/17925)
Updating files: 90% (16133/17925)
Updating files: 91% (16312/17925)
Updating files: 92% (16491/17925)
Updating files: 93% (16671/17925)
Updating files: 94% (16850/17925)
Updating files: 95% (17029/17925)
Updating files: 96% (17208/17925)
Updating files: 97% (17388/17925)
Updating files: 98% (17567/17925)
Updating files: 99% (17746/17925)
Updating files: 100% (17925/17925)
Updating files: 100% (17925/17925), done.
HEAD is now at c83e83cd19 Use unprefixed 8.4.0 release URL
HEAD is now at 64a847a29e Merge pull request #29924 from jmid/add-dune-3.23.0-ocaml-bound
Updating 64a847a29e..9002fdb7d5
Fast-forward
.../embedded_ocaml_templates.0.8.1/opam | 49 ++++++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100644 packages/embedded_ocaml_templates/embedded_ocaml_templates.0.8.1/opam
(from macos-homebrew-ocaml-5.4)
2026-05-20 11:21.28 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-20 11:21.29 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-05-20 11:21.29 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" from cache
/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.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 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-05-20 11:21.29 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2026-05-20 11:21.30 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-05-20 11:21.40 ---> saved as "fe4d048fb58e393c86fa9ec00be55a248fd86d53b7dff5dde74fa67959204a49"
/: (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-20 11:21.59 ---> saved as "cad9d0db8334f3901f1857c7cc024aae5cb90cec88958cc9c10b0cf9f1d96bb3"
/: (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:a372ff770be6364313bb5e9bd9e5abb128a1c35cd9f98b8a591ca07f948c7491
- #=#=#
0.3%
0.8%
1.2%
# 1.7%
#
- 2.1%
-
# 2.5%
## 2.9%
## 3.3%
## 3.9%
### 4.3%
### 4.7%
### 5.1%
#### 5.6%
#### 6.0%
#### 6.4%
-
#### 6.8%
##### 7.2%
##### 7.6%
##### 8.1%
###### 8.5%
###### 8.9%
###### 9.3%
###### 9.7%
####### 10.1%
####### 10.6%
####### 11.0%
-
######## 11.4%
######## 11.8%
######## 12.2%
######### 12.8%
######### 13.2%
######### 13.6%
########## 14.0%
########## 14.4%
########## 14.9%
########### 15.3%
########### 15.7%
-
########### 16.2%
########### 16.6%
############ 17.0%
############ 17.6%
############ 18.0%
############# 18.4%
############# 18.8%
############# 19.2%
############## 19.7%
############## 20.1%
############## 20.5%
-
############### 21.0%
############### 21.4%
############### 21.8%
################ 22.2%
################ 22.6%
################ 23.0%
################ 23.4%
################# 24.0%
################# 24.4%
################# 24.8%
################## 25.4%
-
################## 26.2%
################### 27.1%
#################### 27.9%
#################### 28.7%
##################### 29.5%
##################### 30.5%
###################### 31.3%
####################### 32.1%
####################### 33.0%
######################## 33.8%
######################### 34.7%
-
######################### 35.5%
########################## 36.3%
########################## 37.1%
########################### 37.9%
########################### 38.9%
############################ 39.7%
############################# 40.5%
############################# 41.4%
############################## 42.2%
############################## 43.0%
############################### 43.8%
-
################################ 44.6%
################################ 45.5%
################################# 46.3%
################################# 47.1%
################################## 47.9%
################################### 48.8%
################################### 49.8%
#################################### 50.6%
#################################### 51.4%
##################################### 52.2%
###################################### 53.1%
-
###################################### 53.9%
####################################### 54.7%
####################################### 55.5%
######################################## 56.4%
######################################### 57.2%
######################################### 58.0%
########################################## 58.8%
########################################### 59.8%
########################################### 60.5%
############################################ 61.3%
-
############################################ 62.3%
############################################# 63.1%
############################################# 63.9%
############################################## 64.8%
############################################### 65.6%
############################################### 66.4%
################################################ 67.2%
################################################# 68.1%
################################################# 68.9%
################################################## 69.7%
################################################## 70.5%
-
################################################### 71.5%
#################################################### 72.3%
#################################################### 73.1%
##################################################### 73.9%
##################################################### 74.8%
###################################################### 75.7%
####################################################### 76.5%
####################################################### 77.3%
######################################################## 78.1%
######################################################## 79.0%
######################################################### 79.8%
-
########################################################## 80.6%
########################################################## 81.4%
########################################################### 82.4%
########################################################### 83.2%
############################################################ 84.0%
############################################################# 84.8%
############################################################# 85.7%
############################################################## 86.5%
############################################################## 87.3%
############################################################### 88.1%
################################################################ 88.9%
-
################################################################ 89.8%
################################################################# 90.6%
################################################################# 91.6%
################################################################## 92.4%
################################################################### 93.2%
################################################################### 94.0%
#################################################################### 94.8%
#################################################################### 95.5%
##################################################################### 96.5%
###################################################################### 97.3%
###################################################################### 98.1%
####################################################################### 98.9%
-
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.4.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-05-20 11:22.52 ---> saved as "66feabe79511d09f4d4a488c42f3e86454ba65b0f6d47d6bf728c24b93a36325"
/: (run (shell "opam pin add -k version -yn embedded_ocaml_templates.0.8.1 0.8.1"))
embedded_ocaml_templates is now pinned to version 0.8.1
2026-05-20 11:22.54 ---> saved as "aa18a8d886d0b7d8dc24815d1fc33d2ef81026ed33a51d0a90603d0b0d3946cd"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall embedded_ocaml_templates.0.8.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\" != 'embedded_ocaml_templates.0.8.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
embedded_ocaml_templates.0.8.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 19 packages
- install containers 3.18 [required by embedded_ocaml_templates]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.23.1 [required by embedded_ocaml_templates]
- install dune-configurator 3.23.1 [required by containers]
- install either 1.0.0 [required by containers]
- install embedded_ocaml_templates 0.8.1 (pinned)
- install gen 1.1 [required by sedlex]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by uutf]
- install ocamlfind 1.9.8 [required by uutf]
- install pprint 20230830 [required by embedded_ocaml_templates]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.38.0 [required by embedded_ocaml_templates]
- install sedlex 3.7 [required by embedded_ocaml_templates]
- install seq base [required by gen]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by uutf]
- install uutf 1.0.4 [required by embedded_ocaml_templates]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved containers.3.18 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved embedded_ocaml_templates.0.8.1 (https://github.com/EmileTrotignon/embedded_ocaml_templates/archive/refs/tags/0.8.1.tar.gz)
-> retrieved gen.1.1 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved pprint.20230830 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.23.1
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed sexplib0.v0.17.0
-> installed pprint.20230830
-> installed ocaml-compiler-libs.v0.17.0
-> installed gen.1.1
-> installed either.1.0.0
-> installed dune-configurator.3.23.1
-> installed containers.3.18
-> installed ppxlib.0.38.0
-> installed sedlex.3.7
-> installed embedded_ocaml_templates.0.8.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-20 11:24.38 ---> saved as "9b4dcd61681a02f055109ec31ace6772c77fc18973ebd27a005d14844071be35"
Job succeeded
2026-05-20 11:24.49: Job succeeded