(for PR #29929)

2026-05-20 11:19.40: New job: test 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-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/29929/head" && git reset --hard 9002fdb7
git fetch origin master
git merge --no-edit 64a847a29e96527a72f3e45822610f25e7ad0a40
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 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
RUN (opam reinstall --with-test embedded_ocaml_templates.0.8.1) || true
RUN opam reinstall --with-test --verbose 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-4.14-embedded_ocaml_templates.0.8.1-9002fdb7d59fe104e77fb515ef69be1381d12a14"
2026-05-20 11:19.40: 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 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"))
 (run (network host)
      (shell "(opam reinstall --with-test embedded_ocaml_templates.0.8.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose 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:22.45: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files:  67% (12096/17923)
Updating files:  68% (12188/17923)
Updating files:  69% (12367/17923)
Updating files:  70% (12547/17923)
Updating files:  71% (12726/17923)
Updating files:  72% (12905/17923)
Updating files:  73% (13084/17923)
Updating files:  74% (13264/17923)
Updating files:  75% (13443/17923)
Updating files:  76% (13622/17923)
Updating files:  77% (13801/17923)
Updating files:  78% (13980/17923)
Updating files:  79% (14160/17923)
Updating files:  80% (14339/17923)
Updating files:  81% (14518/17923)
Updating files:  82% (14697/17923)
Updating files:  83% (14877/17923)
Updating files:  84% (15056/17923)
Updating files:  85% (15235/17923)
Updating files:  86% (15414/17923)
Updating files:  87% (15594/17923)
Updating files:  88% (15773/17923)
Updating files:  89% (15952/17923)
Updating files:  90% (16131/17923)
Updating files:  91% (16310/17923)
Updating files:  92% (16490/17923)
Updating files:  93% (16669/17923)
Updating files:  94% (16848/17923)
Updating files:  95% (17027/17923)
Updating files:  96% (17207/17923)
Updating files:  97% (17386/17923)
Updating files:  98% (17565/17923)
Updating files:  99% (17744/17923)
Updating files: 100% (17923/17923)
Updating files: 100% (17923/17923), done.
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-4.14)
2026-05-20 11:22.48 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

/: (user (uid 1000) (gid 1000))

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-20 11:22.48 ---> 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-20 11:22.48 ---> 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-20 11:22.48 ---> 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-20 11:22.48 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-05-20 11:22.50 ---> using "ee69fafa1bdc66e7cd971c64b52d3e61c826e599ca8f5f713b5472f3b5699de5" from cache

/: (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:22.50 ---> using "9a079873f4a1f0159c33ea0a246041f7f7f0d2f19511b8bfdc4841519b60d089" 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:e666cc63add686cf3394d7b9f27c314b22d1871cd9a751aaef7e9d44cebf54e1
- #=#=#                                                                          

                                                                           0.6%
#                                                                          1.4%
#                                                                          2.2%
##                                                                         3.1%
##                                                                         3.9%
###                                                                        4.6%
###                                                                        5.5%
- 
####                                                                       6.3%
#####                                                                      7.1%
#####                                                                      7.8%
######                                                                     8.7%
######                                                                     9.5%
#######                                                                   10.2%
########                                                                  11.1%
########                                                                  11.9%
#########                                                                 12.7%
#########                                                                 13.6%
##########                                                                14.3%
- 
##########                                                                15.1%
###########                                                               16.0%
############                                                              16.8%
############                                                              17.6%
#############                                                             18.3%
#############                                                             19.2%
##############                                                            20.0%
##############                                                            20.7%
###############                                                           21.6%
################                                                          22.4%
################                                                          23.2%
- 
#################                                                         24.0%
#################                                                         24.8%
##################                                                        25.6%
###################                                                       26.5%
###################                                                       27.3%
####################                                                      28.2%
####################                                                      29.0%
#####################                                                     29.8%
######################                                                    30.6%
######################                                                    31.5%
#######################                                                   32.3%
- 
#######################                                                   33.0%
########################                                                  33.8%
########################                                                  34.7%
#########################                                                 35.5%
##########################                                                36.2%
##########################                                                37.1%
###########################                                               37.9%
###########################                                               38.7%
############################                                              39.5%
#############################                                             40.3%
#############################                                             41.1%
- 
##############################                                            42.0%
##############################                                            42.8%
###############################                                           43.5%
################################                                          44.4%
################################                                          45.2%
#################################                                         46.0%
#################################                                         46.9%
##################################                                        47.6%
##################################                                        48.4%
###################################                                       49.3%
####################################                                      50.0%
####################################                                      50.8%
- 
#####################################                                     51.6%
#####################################                                     52.4%
######################################                                    53.3%
######################################                                    54.1%
#######################################                                   54.8%
########################################                                  55.7%
########################################                                  56.5%
#########################################                                 57.3%
#########################################                                 58.0%
##########################################                                58.9%
##########################################                                59.7%
- 
###########################################                               60.6%
############################################                              61.3%
############################################                              62.1%
#############################################                             62.9%
#############################################                             63.8%
##############################################                            64.6%
###############################################                           65.3%
###############################################                           66.2%
################################################                          67.0%
################################################                          67.8%
#################################################                         68.6%
- 
#################################################                         69.3%
##################################################                        70.2%
###################################################                       71.0%
###################################################                       71.9%
####################################################                      72.7%
####################################################                      73.4%
#####################################################                     74.2%
######################################################                    75.1%
######################################################                    75.8%
#######################################################                   76.6%
#######################################################                   77.5%
- 
########################################################                  78.3%
########################################################                  79.1%
#########################################################                 79.8%
##########################################################                80.7%
##########################################################                81.5%
###########################################################               82.4%
###########################################################               83.1%
############################################################              83.9%
############################################################              84.7%
#############################################################             85.6%
##############################################################            86.4%
- 
##############################################################            87.1%
###############################################################           88.0%
###############################################################           88.8%
################################################################          89.6%
#################################################################         90.3%
#################################################################         91.2%
##################################################################        92.0%
##################################################################        92.7%
###################################################################       93.7%
###################################################################       94.4%
####################################################################      95.2%
- 
#####################################################################     96.1%
#####################################################################     96.8%
######################################################################    97.6%
######################################################################    98.5%
#######################################################################   99.3%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.4.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-20 11:22.50 ---> using "294963ca7f7c0411d79789d71e302950dd6199f04972ec1de53d9d94830030d7" from cache

/: (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.50 ---> using "5d3677ed7f2153555b1e66463418b9784f7fb7da72be29284d4a3bcae06504ab" from cache

/: (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.12.4        [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.12.4  (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 csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed pprint.20230830
-> installed ocaml-compiler-libs.v0.12.4
-> 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:22.50 ---> using "c32f3f55c591ff53ee203de8355d769b41560fa03f1bb6354fdec79e6adb28b1" from cache

/: (run (network host)
        (shell "(opam reinstall --with-test embedded_ocaml_templates.0.8.1) || true"))
The following actions will be performed:
=== downgrade 2 packages
  - downgrade ppxlib                   0.38.0 to 0.35.0   [required by embedded_ocaml_templates]
  - downgrade sexplib0                 v0.17.0 to v0.16.0 [required by ppxlib]
=== recompile 2 packages
  - recompile embedded_ocaml_templates 0.8.1 (pinned)
  - recompile sedlex                   3.7                [uses ppxlib]
=== install 16 packages
  - install   base                     v0.16.5            [required by ppx_inline_test]
  - install   jane-street-headers      v0.16.0            [required by time_now]
  - install   jst-config               v0.16.0            [required by time_now]
  - install   ppx_assert               v0.16.0            [required by jst-config]
  - install   ppx_base                 v0.16.0            [required by time_now]
  - install   ppx_cold                 v0.16.0            [required by ppx_base]
  - install   ppx_compare              v0.16.0            [required by ppx_base]
  - install   ppx_enumerate            v0.16.0            [required by ppx_base]
  - install   ppx_globalize            v0.16.0            [required by ppx_base]
  - install   ppx_hash                 v0.16.0            [required by ppx_base]
  - install   ppx_here                 v0.16.0            [required by ppx_assert]
  - install   ppx_inline_test          v0.16.1            [required by embedded_ocaml_templates]
  - install   ppx_optcomp              v0.16.0            [required by time_now]
  - install   ppx_sexp_conv            v0.16.0            [required by ppx_base]
  - install   stdio                    v0.16.0            [required by ppx_optcomp]
  - install   time_now                 v0.16.0            [required by ppx_inline_test]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.5  (https://github.com/janestreet/base/archive/refs/tags/v0.16.5.tar.gz)
-> retrieved embedded_ocaml_templates.0.8.1  (https://github.com/EmileTrotignon/embedded_ocaml_templates/archive/refs/tags/0.8.1.tar.gz)
-> retrieved jane-street-headers.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jane-street-headers-v0.16.0.tar.gz)
-> retrieved jst-config.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jst-config-v0.16.0.tar.gz)
-> retrieved ppx_assert.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_assert-v0.16.0.tar.gz)
-> retrieved ppx_base.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_base-v0.16.0.tar.gz)
-> retrieved ppx_cold.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_cold-v0.16.0.tar.gz)
-> retrieved ppx_compare.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_compare-v0.16.0.tar.gz)
-> installed jane-street-headers.v0.16.0
-> retrieved ppx_enumerate.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_enumerate-v0.16.0.tar.gz)
-> retrieved ppx_globalize.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_globalize-v0.16.0.tar.gz)
-> retrieved ppx_hash.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_hash-v0.16.0.tar.gz)
-> retrieved ppx_here.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_here-v0.16.0.tar.gz)
-> retrieved ppx_inline_test.v0.16.1  (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.16.1.tar.gz)
-> retrieved ppx_optcomp.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_optcomp-v0.16.0.tar.gz)
-> retrieved ppx_sexp_conv.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_conv-v0.16.0.tar.gz)
-> retrieved ppxlib.0.35.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.35.0/ppxlib-0.35.0.tbz)
-> retrieved sedlex.3.7  (https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.7.tar.gz)
-> retrieved sexplib0.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz)
-> retrieved stdio.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/stdio-v0.16.0.tar.gz)
-> retrieved time_now.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/time_now-v0.16.0.tar.gz)
-> removed   embedded_ocaml_templates.0.8.1
-> removed   sedlex.3.7
-> removed   ppxlib.0.38.0
-> removed   sexplib0.v0.17.0
-> installed sexplib0.v0.16.0
-> installed base.v0.16.5
-> installed stdio.v0.16.0
-> installed ppxlib.0.35.0
-> installed ppx_here.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed sedlex.3.7
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed embedded_ocaml_templates.0.8.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-20 11:23.21 ---> saved as "58f67b86fb0c3af4007145ebd21dc9d0db67be0a5a9b8f6b6b542cd525f3e48c"

/: (run (shell  "opam reinstall --with-test --verbose 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"))
The following actions will be performed:
=== recompile 1 package
  - recompile embedded_ocaml_templates 0.8.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [embedded_ocaml_templates.0.8.1: extract]
-> retrieved embedded_ocaml_templates.0.8.1  (cached)
Processing  2/4: [embedded_ocaml_templates: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "embedded_ocaml_templates" "-j" "7" "@install" "@runtest" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/embedded_ocaml_templates.0.8.1)
-> compiled  embedded_ocaml_templates.0.8.1
-> removed   embedded_ocaml_templates.0.8.1
-> installed embedded_ocaml_templates.0.8.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-20 11:23.26 ---> saved as "0491e034ee30bf5f8bf248a067b2f8d2f45c3cb0ef428b65b5ba5bbc1b952e01"
Job succeeded
2026-05-20 11:23.34: Job succeeded