(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-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
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-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"))
 (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:24.49: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files:  32% (5876/17923)
Updating files:  33% (5915/17923)
Updating files:  34% (6094/17923)
Updating files:  35% (6274/17923)
Updating files:  36% (6453/17923)
Updating files:  37% (6632/17923)
Updating files:  38% (6811/17923)
Updating files:  39% (6990/17923)
Updating files:  40% (7170/17923)
Updating files:  41% (7349/17923)
Updating files:  42% (7528/17923)
Updating files:  43% (7707/17923)
Updating files:  44% (7887/17923)
Updating files:  45% (8066/17923)
Updating files:  46% (8245/17923)
Updating files:  47% (8424/17923)
Updating files:  48% (8604/17923)
Updating files:  49% (8783/17923)
Updating files:  50% (8962/17923)
Updating files:  51% (9141/17923)
Updating files:  52% (9320/17923)
Updating files:  53% (9500/17923)
Updating files:  54% (9679/17923)
Updating files:  55% (9858/17923)
Updating files:  56% (10037/17923)
Updating files:  57% (10217/17923)
Updating files:  58% (10396/17923)
Updating files:  59% (10575/17923)
Updating files:  60% (10754/17923)
Updating files:  61% (10934/17923)
Updating files:  61% (10985/17923)
Updating files:  62% (11113/17923)
Updating files:  63% (11292/17923)
Updating files:  64% (11471/17923)
Updating files:  65% (11650/17923)
Updating files:  66% (11830/17923)
Updating files:  67% (12009/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:  92% (16590/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-5.4)
2026-05-20 11:24.54 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

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

/: (copy (src .) (dst opam-repository/))
2026-05-20 11:24.58 ---> using "fe4d048fb58e393c86fa9ec00be55a248fd86d53b7dff5dde74fa67959204a49" 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:24.58 ---> using "cad9d0db8334f3901f1857c7cc024aae5cb90cec88958cc9c10b0cf9f1d96bb3" from cache

/: (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:24.59 ---> using "66feabe79511d09f4d4a488c42f3e86454ba65b0f6d47d6bf728c24b93a36325" 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:24.59 ---> using "aa18a8d886d0b7d8dc24815d1fc33d2ef81026ed33a51d0a90603d0b0d3946cd" 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.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.59 ---> using "9b4dcd61681a02f055109ec31ace6772c77fc18973ebd27a005d14844071be35" from cache

/: (run (network host)
        (shell "(opam reinstall --with-test embedded_ocaml_templates.0.8.1) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile embedded_ocaml_templates 0.8.1 (pinned)
=== install 18 packages
  - install   base                     v0.17.3        [required by ppx_inline_test]
  - install   jane-street-headers      v0.17.0        [required by time_now]
  - install   jst-config               v0.17.0        [required by time_now]
  - install   ocaml_intrinsics_kernel  v0.17.2        [required by base]
  - install   ppx_assert               v0.17.0        [required by jst-config]
  - install   ppx_base                 v0.17.0        [required by time_now]
  - install   ppx_cold                 v0.17.0        [required by ppx_base]
  - install   ppx_compare              v0.17.0        [required by ppx_base]
  - install   ppx_enumerate            v0.17.0        [required by ppx_base]
  - install   ppx_globalize            v0.17.2        [required by ppx_base]
  - install   ppx_hash                 v0.17.0        [required by ppx_base]
  - install   ppx_here                 v0.17.0        [required by ppx_assert]
  - install   ppx_inline_test          v0.17.1        [required by embedded_ocaml_templates]
  - install   ppx_optcomp              v0.17.1        [required by time_now]
  - install   ppx_sexp_conv            v0.17.1        [required by ppx_base]
  - install   ppxlib_jane              v0.17.4        [required by ppx_globalize, ppx_enumerate, ppx_hash]
  - install   stdio                    v0.17.0        [required by ppx_optcomp]
  - install   time_now                 v0.17.0        [required by ppx_inline_test]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (https://github.com/janestreet/base/archive/refs/tags/v0.17.3.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.17.0  (https://github.com/janestreet/jane-street-headers/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved jst-config.v0.17.0  (https://github.com/janestreet/jst-config/archive/refs/tags/v0.17.0.tar.gz)
-> installed jane-street-headers.v0.17.0
-> retrieved ocaml_intrinsics_kernel.v0.17.2  (https://github.com/janestreet/ocaml_intrinsics_kernel/archive/refs/tags/v0.17.2.tar.gz)
-> retrieved ppx_assert.v0.17.0  (https://github.com/janestreet/ppx_assert/archive/refs/tags/v0.17.0.tar.gz)
-> installed ocaml_intrinsics_kernel.v0.17.2
-> retrieved ppx_base.v0.17.0  (https://github.com/janestreet/ppx_base/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_cold.v0.17.0  (https://github.com/janestreet/ppx_cold/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_compare.v0.17.0  (https://github.com/janestreet/ppx_compare/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_enumerate.v0.17.0  (https://github.com/janestreet/ppx_enumerate/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_globalize.v0.17.2  (https://github.com/janestreet/ppx_globalize/archive/refs/tags/v0.17.2.tar.gz)
-> retrieved ppx_hash.v0.17.0  (https://github.com/janestreet/ppx_hash/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_here.v0.17.0  (https://github.com/janestreet/ppx_here/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_inline_test.v0.17.1  (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved ppx_optcomp.v0.17.1  (https://github.com/janestreet/ppx_optcomp/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved ppx_sexp_conv.v0.17.1  (https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved ppxlib_jane.v0.17.4  (https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.4.tar.gz)
-> retrieved stdio.v0.17.0  (https://github.com/janestreet/stdio/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved time_now.v0.17.0  (https://github.com/janestreet/time_now/archive/refs/tags/v0.17.0.tar.gz)
-> removed   embedded_ocaml_templates.0.8.1
-> installed ppxlib_jane.v0.17.4
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_optcomp.v0.17.1
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed embedded_ocaml_templates.0.8.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-20 11:25.40 ---> saved as "edfcd1fa10d186a9dcf6d3458bd650325e2154d5249c5c8afb397e14911fc885"

/: (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" "11" "@install" "@runtest" (CWD=/Users/mac1000/.opam/5.4.0/.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:25.51 ---> saved as "d4f0e1ade06bc5dd4eef769451fe997755a97ac677bf7a0215754cb57b8469a9"
Job succeeded
2026-05-20 11:26.03: Job succeeded