(not at the head of any monitored branch or PR)
2026-04-03 15:45.11: New job: test ocsigen-i18n.5.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29643/head (9e1a0839a806e7cca513787f31a63eb67474fcb6)
                              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/29643/head" && git reset --hard 9e1a0839
git fetch origin master
git merge --no-edit 2a4b43904149bbedec7e93cb8c589392dcdb483a
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 ocsigen-i18n.5.0.0 5.0.0
RUN opam reinstall ocsigen-i18n.5.0.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocsigen-i18n.5.0.0' && 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 ocsigen-i18n.5.0.0) || true
RUN opam reinstall --with-test --verbose ocsigen-i18n.5.0.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocsigen-i18n.5.0.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-03 15:45.11: Using cache hint "macos-homebrew-ocaml-4.14-ocsigen-i18n.5.0.0-9e1a0839a806e7cca513787f31a63eb67474fcb6"
2026-04-03 15:45.11: 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 ocsigen-i18n.5.0.0 5.0.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall ocsigen-i18n.5.0.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocsigen-i18n.5.0.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test ocsigen-i18n.5.0.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose ocsigen-i18n.5.0.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocsigen-i18n.5.0.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-03 15:45.11: Waiting for resource in pool OCluster
2026-04-03 15:45.15: Waiting for worker…
2026-04-03 17:59.55: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files:  62% (11541/18611)
Updating files:  63% (11725/18611)
Updating files:  64% (11912/18611)
Updating files:  65% (12098/18611)
Updating files:  66% (12284/18611)
Updating files:  67% (12470/18611)
Updating files:  68% (12656/18611)
Updating files:  69% (12842/18611)
Updating files:  70% (13028/18611)
Updating files:  71% (13214/18611)
Updating files:  72% (13400/18611)
Updating files:  73% (13587/18611)
Updating files:  74% (13773/18611)
Updating files:  75% (13959/18611)
Updating files:  76% (14145/18611)
Updating files:  77% (14331/18611)
Updating files:  78% (14517/18611)
Updating files:  79% (14703/18611)
Updating files:  80% (14889/18611)
Updating files:  81% (15075/18611)
Updating files:  82% (15262/18611)
Updating files:  83% (15448/18611)
Updating files:  84% (15634/18611)
Updating files:  85% (15820/18611)
Updating files:  86% (16006/18611)
Updating files:  87% (16192/18611)
Updating files:  88% (16378/18611)
Updating files:  89% (16564/18611)
Updating files:  90% (16750/18611)
Updating files:  91% (16937/18611)
Updating files:  92% (17123/18611)
Updating files:  93% (17309/18611)
Updating files:  94% (17495/18611)
Updating files:  95% (17681/18611)
Updating files:  96% (17867/18611)
Updating files:  97% (18053/18611)
Updating files:  98% (18239/18611)
Updating files:  99% (18425/18611)
Updating files: 100% (18611/18611)
Updating files: 100% (18611/18611), done.
HEAD is now at 2a4b439041 Merge pull request #29641 from daysv/release-sm-0.1.0
Updating 2a4b439041..9e1a0839a8
Fast-forward
 packages/ocsigen-i18n/ocsigen-i18n.5.0.0/opam    | 28 ++++++++++++++++++++++++
 packages/ocsigen-start/ocsigen-start.2.21.1/opam |  1 -
 packages/ocsigen-start/ocsigen-start.4.0.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.0.1/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.1.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.3.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.4.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.5.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.6.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.7.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.5.0.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.0.1/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.1/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.2/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.2.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.3.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.7.0.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.7.1.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.8.0.0/opam  |  3 +--
 20 files changed, 42 insertions(+), 33 deletions(-)
 create mode 100644 packages/ocsigen-i18n/ocsigen-i18n.5.0.0/opam

(from macos-homebrew-ocaml-4.14)
2026-04-03 17:59.58 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-03 17:59.58 ---> 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-04-03 17:59.59 ---> 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-04-03 17:59.59 ---> 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-04-03 17:59.59 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-04-03 18:00.00 ---> using "d476874d29d3dee7619a5f1563b5bfc8cd7f414bcddb57434ac62b0864c0fa16" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-03 18:00.00 ---> using "bc76932300670f192ec4a21fa36c44be37f61b54d6f7c730f679802f2abd0658" 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:f41c72b891c40623f9d5cd2135f58a1b8a5c014ae04149888289409316276c72
- #=#=#                                                                          

                                                                           0.6%
#                                                                          1.4%
#                                                                          2.3%
##                                                                         3.0%
##                                                                         3.8%
###                                                                        4.6%
###                                                                        5.5%
- 
####                                                                       6.3%
#####                                                                      7.0%
#####                                                                      7.9%
######                                                                     8.7%
######                                                                     9.5%
#######                                                                   10.2%
#######                                                                   11.0%
########                                                                  11.9%
#########                                                                 12.6%
#########                                                                 13.5%
##########                                                                14.3%
- 
##########                                                                15.1%
###########                                                               16.0%
############                                                              16.7%
############                                                              17.5%
#############                                                             18.3%
#############                                                             19.1%
##############                                                            19.9%
##############                                                            20.8%
###############                                                           21.5%
################                                                          22.4%
################                                                          23.2%
- 
#################                                                         23.9%
#################                                                         24.7%
##################                                                        25.6%
###################                                                       26.4%
###################                                                       27.1%
####################                                                      28.0%
####################                                                      28.8%
#####################                                                     29.7%
#####################                                                     30.5%
######################                                                    31.3%
#######################                                                   32.1%
- 
#######################                                                   32.9%
########################                                                  33.7%
########################                                                  34.5%
#########################                                                 35.4%
##########################                                                36.2%
##########################                                                36.9%
###########################                                               37.8%
###########################                                               38.6%
############################                                              39.3%
############################                                              40.2%
#############################                                             41.0%
- 
##############################                                            41.8%
##############################                                            42.7%
###############################                                           43.4%
###############################                                           44.2%
################################                                          45.0%
#################################                                         45.9%
#################################                                         46.7%
##################################                                        47.5%
##################################                                        48.3%
###################################                                       49.1%
###################################                                       49.8%
- 
####################################                                      50.6%
####################################                                      51.4%
#####################################                                     52.3%
######################################                                    53.1%
######################################                                    53.8%
#######################################                                   54.6%
#######################################                                   55.5%
########################################                                  56.2%
#########################################                                 57.0%
#########################################                                 57.9%
##########################################                                58.7%
- 
##########################################                                59.4%
###########################################                               60.2%
###########################################                               61.1%
############################################                              61.9%
#############################################                             62.6%
#############################################                             63.5%
##############################################                            64.3%
##############################################                            65.1%
###############################################                           65.8%
################################################                          66.7%
################################################                          67.5%
- 
#################################################                         68.3%
#################################################                         69.2%
##################################################                        69.9%
##################################################                        70.7%
###################################################                       71.5%
####################################################                      72.3%
####################################################                      73.0%
#####################################################                     73.9%
#####################################################                     74.7%
######################################################                    75.6%
######################################################                    76.3%
#######################################################                   77.1%
- 
########################################################                  78.0%
########################################################                  78.8%
#########################################################                 79.5%
#########################################################                 80.3%
##########################################################                81.2%
###########################################################               82.0%
###########################################################               82.7%
############################################################              83.6%
############################################################              84.4%
#############################################################             85.2%
#############################################################             86.0%
- 
##############################################################            86.7%
###############################################################           87.6%
###############################################################           88.4%
################################################################          89.2%
################################################################          90.1%
#################################################################         90.8%
#################################################################         91.6%
##################################################################        92.5%
###################################################################       93.3%
###################################################################       94.0%
####################################################################      94.8%
- 
####################################################################      95.7%
#####################################################################     96.5%
######################################################################    97.2%
######################################################################    98.1%
#######################################################################   98.9%
#######################################################################   99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_1.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-04-03 18:00.00 ---> using "2739f2a845ef00ab6c62d406817a4aba12ec15aadc8323ce5dc381ee6801ff5c" from cache

/: (run (shell "opam pin add -k version -yn ocsigen-i18n.5.0.0 5.0.0"))
ocsigen-i18n is now pinned to version 5.0.0
2026-04-03 18:00.00 ---> using "c565a367b2f6ffeaaee6c27f443b941fb2a343cb10e476cdac9191686f2437b6" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall ocsigen-i18n.5.0.0;\
               \n        res=$?;\
               \n        test \"$res\" != 31 && exit \"$res\";\
               \n        export OPAMCLI=2.0;\
               \n        build_dir=$(opam var prefix)/.opam-switch/build;\
               \n        failed=$(ls \"$build_dir\");\
               \n        partial_fails=\"\";\
               \n        for pkg in $failed; do\
               \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'ocsigen-i18n.5.0.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
ocsigen-i18n.5.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
  - install dune                3.22.1         [required by ocsigen-i18n]
  - install ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install ocsigen-i18n        5.0.0 (pinned)
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppxlib              0.38.0         [required by ocsigen-i18n]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocsigen-i18n.5.0.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.22.1
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed ppxlib.0.38.0
-> installed ocsigen-i18n.5.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 18:00.01 ---> using "e993d2de748570ccb865273a368b9ccb57eb2e3923f4489380edb8dd7379d631" from cache

/: (run (network host)
        (shell "(opam reinstall --with-test ocsigen-i18n.5.0.0) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile ocsigen-i18n 5.0.0 (pinned)
=== install 7 packages
  - install   ocamlbuild   0.16.1         [required by uutf]
  - install   ocamlfind    1.9.8          [required by uutf]
  - install   re           1.14.0         [required by tyxml]
  - install   seq          base           [required by tyxml]
  - install   topkg        1.1.1          [required by uutf]
  - install   tyxml        4.6.0          [required by ocsigen-i18n]
  - install   uutf         1.0.4          [required by tyxml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlbuild.0.16.1  (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
-> retrieved ocamlfind.1.9.8  (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
-> retrieved re.1.14.0  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved seq.base  (2 extra sources)
-> retrieved seq.base  (2 extra sources)
-> installed seq.base
-> retrieved topkg.1.1.1  (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)
-> retrieved tyxml.4.6.0  (https://github.com/ocsigen/tyxml/releases/download/4.6.0/tyxml-4.6.0.tbz)
-> retrieved uutf.1.0.4  (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
-> installed re.1.14.0
-> installed ocamlfind.1.9.8
-> removed   ocsigen-i18n.5.0.0
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed tyxml.4.6.0
-> installed ocsigen-i18n.5.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 18:00.16 ---> saved as "6a0fd1627d2573f02aacdc4cdb55d353ba345b7226a3c1f41b95b4417526fd33"

/: (run (shell  "opam reinstall --with-test --verbose ocsigen-i18n.5.0.0;\
               \n        res=$?;\
               \n        test \"$res\" != 31 && exit \"$res\";\
               \n        export OPAMCLI=2.0;\
               \n        build_dir=$(opam var prefix)/.opam-switch/build;\
               \n        failed=$(ls \"$build_dir\");\
               \n        partial_fails=\"\";\
               \n        for pkg in $failed; do\
               \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'ocsigen-i18n.5.0.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile ocsigen-i18n 5.0.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [ocsigen-i18n: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocsigen-i18n" "-j" "7" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/ocsigen-i18n.5.0.0)
-> compiled  ocsigen-i18n.5.0.0
-> removed   ocsigen-i18n.5.0.0
-> installed ocsigen-i18n.5.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 18:00.20 ---> saved as "aa90fed44b4b5048701226564463212f4a1bcaa966a1324bd0b6ab851b14b429"
Job succeeded
2026-04-03 18:00.29: Job succeeded