(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-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/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

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"))
)

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.53: Got resource from pool OCluster
Building on i7-worker-01
Updating files:  31% (5585/17923)
Updating files:  32% (5736/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:  55% (9945/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:  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:  84% (15093/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 58120b7b88 [new release] lrgrep (0.9)
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:23.05 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

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

/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 11
# repositories         1 (version-controlled)
# pinned               0
# current-switch       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-05-20 11:23.06 ---> 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:23.06 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-05-20 11:23.16 ---> saved as "ee69fafa1bdc66e7cd971c64b52d3e61c826e599ca8f5f713b5472f3b5699de5"

/: (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:23.36 ---> saved as "9a079873f4a1f0159c33ea0a246041f7f7f0d2f19511b8bfdc4841519b60d089"

/: (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.1%
- 
                                                                           0.4%
                                                                           0.7%
                                                                           0.9%
                                                                           1.3%
#                                                                          1.7%
#                                                                          2.1%
#                                                                          2.5%
#                                                                          2.7%
- 
##                                                                         3.0%
##                                                                         3.1%
##                                                                         3.4%
##                                                                         3.7%
##                                                                         3.8%
##                                                                         4.1%
###                                                                        4.2%
###                                                                        4.5%
###                                                                        4.7%
###                                                                        4.9%
###                                                                        5.1%
- 
###                                                                        5.4%
###                                                                        5.5%
####                                                                       5.8%
####                                                                       5.9%
####                                                                       6.2%
####                                                                       6.3%
####                                                                       6.6%
####                                                                       6.8%
#####                                                                      7.1%
#####                                                                      7.4%
- 
#####                                                                      7.5%
#####                                                                      7.8%
#####                                                                      7.9%
#####                                                                      8.2%
######                                                                     8.4%
######                                                                     8.7%
######                                                                     9.0%
######                                                                     9.2%
######                                                                     9.5%
#######                                                                    9.8%
#######                                                                   10.2%
- 
#######                                                                   10.4%
#######                                                                   10.7%
#######                                                                   11.0%
########                                                                  11.2%
########                                                                  11.6%
########                                                                  11.8%
########                                                                  12.2%
#########                                                                 12.5%
#########                                                                 12.8%
#########                                                                 13.0%
#########                                                                 13.3%
- 
#########                                                                 13.6%
#########                                                                 13.8%
##########                                                                14.1%
##########                                                                14.5%
##########                                                                14.8%
##########                                                                15.0%
###########                                                               15.3%
###########                                                               15.6%
###########                                                               16.0%
###########                                                               16.2%
- 
###########                                                               16.5%
############                                                              16.7%
############                                                              17.1%
############                                                              17.4%
############                                                              17.7%
############                                                              17.9%
#############                                                             18.2%
#############                                                             18.5%
#############                                                             18.9%
#############                                                             19.2%
- 
#############                                                             19.4%
##############                                                            19.7%
##############                                                            20.0%
##############                                                            20.2%
##############                                                            20.5%
##############                                                            20.7%
###############                                                           21.0%
###############                                                           21.4%
###############                                                           21.7%
###############                                                           21.9%
- 
###############                                                           22.2%
################                                                          22.6%
################                                                          22.9%
################                                                          23.1%
################                                                          23.5%
#################                                                         23.8%
#################                                                         24.0%
#################                                                         24.3%
#################                                                         24.7%
#################                                                         25.0%
##################                                                        25.2%
- 
##################                                                        25.5%
##################                                                        25.8%
##################                                                        26.0%
##################                                                        26.3%
###################                                                       26.6%
###################                                                       27.0%
###################                                                       27.4%
####################                                                      27.9%
####################                                                      28.3%
####################                                                      28.8%
- 
#####################                                                     29.2%
#####################                                                     29.6%
#####################                                                     30.0%
#####################                                                     30.4%
######################                                                    30.9%
######################                                                    31.3%
######################                                                    31.7%
#######################                                                   32.1%
#######################                                                   32.6%
#######################                                                   33.0%
########################                                                  33.4%
- 
########################                                                  34.1%
- 
#########################                                                 34.9%
#########################                                                 35.8%
##########################                                                36.6%
##########################                                                37.4%
###########################                                               38.2%
############################                                              39.1%
############################                                              39.9%
#############################                                             40.7%
#############################                                             41.5%
##############################                                            42.4%
###############################                                           43.4%
- 
###############################                                           44.1%
################################                                          45.1%
#################################                                         45.9%
#################################                                         46.7%
##################################                                        47.5%
##################################                                        48.4%
###################################                                       49.1%
###################################                                       49.5%
###################################                                       49.9%
####################################                                      50.3%
####################################                                      50.6%
- 
####################################                                      50.9%
####################################                                      51.1%
#####################################                                     51.5%
#####################################                                     51.8%
#####################################                                     52.1%
#####################################                                     52.3%
#####################################                                     52.6%
######################################                                    53.0%
######################################                                    53.3%
######################################                                    53.5%
- 
######################################                                    53.8%
######################################                                    54.1%
#######################################                                   54.3%
#######################################                                   54.6%
#######################################                                   55.0%
#######################################                                   55.2%
#######################################                                   55.5%
########################################                                  55.8%
########################################                                  56.0%
########################################                                  56.3%
########################################                                  56.6%
- 
#########################################                                 57.0%
#########################################                                 57.2%
#########################################                                 57.5%
#########################################                                 57.8%
#########################################                                 58.0%
#########################################                                 58.3%
##########################################                                58.6%
##########################################                                59.0%
##########################################                                59.2%
##########################################                                59.5%
##########################################                                59.7%
- 
###########################################                               60.0%
###########################################                               60.4%
###########################################                               60.6%
###########################################                               60.9%
############################################                              61.2%
############################################                              61.4%
############################################                              61.7%
############################################                              62.0%
############################################                              62.2%
#############################################                             62.5%
#############################################                             62.8%
- 
#############################################                             63.0%
#############################################                             63.2%
#############################################                             63.4%
#############################################                             63.7%
#############################################                             63.8%
##############################################                            64.1%
##############################################                            64.5%
##############################################                            64.7%
##############################################                            65.0%
##############################################                            65.3%
###############################################                           65.5%
- 
###############################################                           65.8%
###############################################                           66.1%
###############################################                           66.5%
################################################                          66.7%
################################################                          67.0%
################################################                          67.3%
################################################                          67.5%
################################################                          67.9%
#################################################                         68.2%
#################################################                         68.5%
#################################################                         68.7%
- 
#################################################                         69.0%
#################################################                         69.2%
##################################################                        69.6%
##################################################                        69.9%
##################################################                        70.2%
##################################################                        70.4%
##################################################                        70.7%
###################################################                       71.1%
###################################################                       71.3%
###################################################                       71.6%
###################################################                       71.9%
- 
###################################################                       72.1%
####################################################                      72.4%
####################################################                      72.7%
####################################################                      72.9%
####################################################                      73.3%
####################################################                      73.6%
#####################################################                     73.9%
#####################################################                     74.1%
#####################################################                     74.4%
#####################################################                     74.7%
- 
#####################################################                     74.9%
######################################################                    75.2%
######################################################                    75.6%
######################################################                    75.8%
######################################################                    76.2%
#######################################################                   76.5%
#######################################################                   76.8%
#######################################################                   77.0%
#######################################################                   77.3%
#######################################################                   77.6%
########################################################                  78.0%
- 
########################################################                  78.2%
########################################################                  78.5%
########################################################                  78.7%
########################################################                  79.0%
#########################################################                 79.3%
#########################################################                 79.5%
#########################################################                 79.8%
#########################################################                 80.2%
#########################################################                 80.4%
##########################################################                80.7%
- 
##########################################################                81.0%
##########################################################                81.4%
##########################################################                81.6%
##########################################################                81.9%
###########################################################               82.2%
###########################################################               82.4%
###########################################################               82.7%
###########################################################               83.1%
############################################################              83.4%
############################################################              83.6%
############################################################              83.9%
- 
############################################################              84.2%
############################################################              84.4%
#############################################################             84.8%
#############################################################             85.1%
#############################################################             85.3%
#############################################################             85.6%
#############################################################             85.9%
##############################################################            86.3%
##############################################################            86.5%
##############################################################            86.8%
##############################################################            87.1%
- 
##############################################################            87.3%
###############################################################           87.6%
###############################################################           87.9%
###############################################################           88.1%
###############################################################           88.4%
###############################################################           88.8%
################################################################          89.1%
################################################################          89.3%
################################################################          89.6%
################################################################          89.9%
################################################################          90.3%
- 
#################################################################         90.7%
#################################################################         91.1%
#################################################################         91.6%
##################################################################        92.0%
##################################################################        92.4%
##################################################################        92.8%
###################################################################       93.3%
###################################################################       93.7%
###################################################################       94.1%
####################################################################      94.5%
####################################################################      94.9%
- 
####################################################################      95.3%
####################################################################      95.7%
#####################################################################     96.2%
#####################################################################     96.6%
#####################################################################     97.1%
######################################################################    97.5%
######################################################################    97.9%
######################################################################    98.3%
#######################################################################   98.7%
#######################################################################   99.1%
#######################################################################   99.5%
- 
######################################################################## 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.44 ---> saved as "294963ca7f7c0411d79789d71e302950dd6199f04972ec1de53d9d94830030d7"

/: (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.46 ---> saved as "5d3677ed7f2153555b1e66463418b9784f7fb7da72be29284d4a3bcae06504ab"

/: (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 stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> 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:26.23 ---> saved as "c32f3f55c591ff53ee203de8355d769b41560fa03f1bb6354fdec79e6adb28b1"
Job succeeded
2026-05-20 11:26.35: Job succeeded