(not at the head of any monitored branch or PR)
2026-01-20 14:14.00: New job: test carton-lwt.1.2.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29253/head (cf69fbaba3a6096a276cc51adc056715c497ad10)
                              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/29253/head" && git reset --hard cf69fbab
git fetch origin master
git merge --no-edit 1c997ec9e6ebc6ea699547000cb8dfa44e52efaa
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 carton-lwt.1.2.0 1.2.0
RUN opam reinstall carton-lwt.1.2.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" != 'carton-lwt.1.2.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 carton-lwt.1.2.0) || true
RUN opam reinstall --with-test --verbose carton-lwt.1.2.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" != 'carton-lwt.1.2.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-01-20 14:14.00: Using cache hint "macos-homebrew-ocaml-4.14-carton-lwt.1.2.0-cf69fbaba3a6096a276cc51adc056715c497ad10"
2026-01-20 14:14.00: 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 carton-lwt.1.2.0 1.2.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall carton-lwt.1.2.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\" != 'carton-lwt.1.2.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 carton-lwt.1.2.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose carton-lwt.1.2.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\" != 'carton-lwt.1.2.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-01-20 14:14.00: Waiting for resource in pool OCluster
2026-01-20 14:14.01: Waiting for worker…
2026-01-20 14:19.45: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
Updating files:  63% (12273/19236)
Updating files:  64% (12312/19236)
Updating files:  65% (12504/19236)
Updating files:  66% (12696/19236)
Updating files:  67% (12889/19236)
Updating files:  68% (13081/19236)
Updating files:  69% (13273/19236)
Updating files:  70% (13466/19236)
Updating files:  71% (13658/19236)
Updating files:  72% (13850/19236)
Updating files:  73% (14043/19236)
Updating files:  74% (14235/19236)
Updating files:  75% (14427/19236)
Updating files:  76% (14620/19236)
Updating files:  77% (14812/19236)
Updating files:  78% (15005/19236)
Updating files:  79% (15197/19236)
Updating files:  80% (15389/19236)
Updating files:  81% (15582/19236)
Updating files:  82% (15774/19236)
Updating files:  83% (15966/19236)
Updating files:  84% (16159/19236)
Updating files:  85% (16351/19236)
Updating files:  86% (16543/19236)
Updating files:  87% (16736/19236)
Updating files:  88% (16928/19236)
Updating files:  89% (17121/19236)
Updating files:  90% (17313/19236)
Updating files:  91% (17505/19236)
Updating files:  92% (17698/19236)
Updating files:  93% (17890/19236)
Updating files:  94% (18082/19236)
Updating files:  95% (18275/19236)
Updating files:  96% (18467/19236)
Updating files:  97% (18659/19236)
Updating files:  98% (18852/19236)
Updating files:  99% (19044/19236)
Updating files: 100% (19236/19236)
Updating files: 100% (19236/19236), done.
HEAD is now at 1c997ec9e6 Merge pull request #29241 from polytypic/release-multicore-magic-2.3.2
Updating 1c997ec9e6..cf69fbaba3
Fast-forward
 packages/carton-git-lwt/carton-git-lwt.1.2.0/opam | 38 ++++++++++++++++++++
 packages/carton-lwt/carton-lwt.1.2.0/opam         | 38 ++++++++++++++++++++
 packages/carton-miou/carton-miou.1.2.0/opam       | 42 +++++++++++++++++++++++
 packages/carton/carton.1.2.0/opam                 | 41 ++++++++++++++++++++++
 4 files changed, 159 insertions(+)
 create mode 100644 packages/carton-git-lwt/carton-git-lwt.1.2.0/opam
 create mode 100644 packages/carton-lwt/carton-lwt.1.2.0/opam
 create mode 100644 packages/carton-miou/carton-miou.1.2.0/opam
 create mode 100644 packages/carton/carton.1.2.0/opam

(from macos-homebrew-ocaml-4.14)
2026-01-20 14:19.45 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

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

/: (copy (src .) (dst opam-repository/))
2026-01-20 14:19.47 ---> using "054f895c04caf5e8ee4c9b05884209452e80b6856424a6ec97bd56f9a7d2acd8" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-01-20 14:19.47 ---> using "632de7e77be1a8feb92a02201095329c20f02e38cf7b5a8f832dfa6fc0feb8f5" 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:1c98fa49eacc935640a6f8e10a2bf33f14cfc276804b71ddb658ea45ba99d167
- #=#=#                                                                          

                                                                           0.6%
#                                                                          1.5%
#                                                                          2.4%
##                                                                         2.9%
##                                                                         3.3%
##                                                                         3.8%
###                                                                        4.2%
###                                                                        4.6%
###                                                                        5.0%
- 
####                                                                       5.6%
####                                                                       6.0%
####                                                                       6.4%
####                                                                       6.8%
#####                                                                      7.2%
#####                                                                      7.6%
#####                                                                      8.2%
######                                                                     8.6%
######                                                                     9.0%
######                                                                     9.4%
#######                                                                    9.8%
- 
#######                                                                   10.2%
#######                                                                   10.7%
########                                                                  11.1%
########                                                                  11.5%
########                                                                  11.9%
########                                                                  12.5%
#########                                                                 12.8%
#########                                                                 13.0%
#########                                                                 13.4%
#########                                                                 13.8%
- 
##########                                                                14.3%
##########                                                                14.7%
##########                                                                15.1%
###########                                                               15.5%
###########                                                               15.9%
###########                                                               16.3%
############                                                              16.9%
############                                                              17.3%
############                                                              17.7%
#############                                                             18.1%
#############                                                             18.5%
#############                                                             18.9%
- 
#############                                                             19.4%
##############                                                            19.8%
##############                                                            20.2%
##############                                                            20.6%
###############                                                           21.0%
###############                                                           21.4%
###############                                                           22.0%
################                                                          22.3%
################                                                          22.8%
################                                                          23.3%
- 
#################                                                         23.7%
#################                                                         24.1%
#################                                                         24.6%
##################                                                        25.0%
##################                                                        25.4%
##################                                                        25.9%
##################                                                        26.3%
###################                                                       26.7%
###################                                                       27.2%
###################                                                       27.6%
####################                                                      28.0%
- 
####################                                                      28.4%
####################                                                      28.8%
#####################                                                     29.2%
#####################                                                     29.7%
#####################                                                     30.1%
#####################                                                     30.5%
######################                                                    30.9%
######################                                                    31.3%
######################                                                    31.7%
#######################                                                   32.2%
#######################                                                   32.6%
#######################                                                   33.2%
- 
########################                                                  33.6%
########################                                                  34.1%
########################                                                  34.5%
#########################                                                 34.9%
#########################                                                 35.3%
#########################                                                 35.7%
##########################                                                36.1%
##########################                                                36.7%
##########################                                                37.1%
##########################                                                37.5%
- 
###########################                                               37.9%
###########################                                               38.4%
###########################                                               38.8%
############################                                              39.2%
############################                                              39.6%
############################                                              40.1%
#############################                                             40.5%
#############################                                             40.9%
#############################                                             41.5%
##############################                                            41.9%
##############################                                            42.3%
- 
##############################                                            42.7%
###############################                                           43.2%
###############################                                           43.6%
###############################                                           44.0%
###############################                                           44.4%
################################                                          44.8%
################################                                          45.4%
################################                                          45.8%
#################################                                         46.2%
#################################                                         46.7%
- 
#################################                                         47.1%
##################################                                        47.5%
##################################                                        48.0%
##################################                                        48.4%
###################################                                       48.8%
###################################                                       49.2%
###################################                                       49.6%
####################################                                      50.0%
####################################                                      50.6%
####################################                                      51.0%
####################################                                      51.4%
- 
#####################################                                     51.8%
#####################################                                     52.3%
#####################################                                     52.7%
######################################                                    53.1%
######################################                                    53.5%
######################################                                    54.1%
#######################################                                   54.4%
#######################################                                   55.0%
#######################################                                   55.4%
########################################                                  55.8%
########################################                                  56.2%
- 
########################################                                  56.6%
#########################################                                 57.1%
#########################################                                 57.5%
#########################################                                 57.9%
##########################################                                58.3%
##########################################                                58.9%
##########################################                                59.4%
###########################################                               59.8%
###########################################                               60.2%
###########################################                               60.6%
###########################################                               61.0%
- 
############################################                              61.4%
############################################                              61.9%
############################################                              62.3%
#############################################                             62.7%
#############################################                             63.1%
#############################################                             63.5%
##############################################                            64.0%
##############################################                            64.4%
##############################################                            64.8%
##############################################                            65.3%
###############################################                           65.8%
- 
###############################################                           66.2%
###############################################                           66.6%
################################################                          67.1%
################################################                          67.5%
################################################                          67.9%
#################################################                         68.5%
#################################################                         68.9%
#################################################                         69.3%
##################################################                        69.7%
##################################################                        70.1%
##################################################                        70.5%
- 
###################################################                       71.0%
###################################################                       71.4%
###################################################                       71.9%
####################################################                      72.3%
####################################################                      72.7%
####################################################                      73.2%
####################################################                      73.6%
#####################################################                     74.0%
#####################################################                     74.4%
#####################################################                     74.8%
######################################################                    75.3%
- 
######################################################                    75.7%
######################################################                    76.2%
#######################################################                   76.6%
#######################################################                   77.0%
#######################################################                   77.6%
########################################################                  78.0%
########################################################                  78.4%
########################################################                  78.8%
#########################################################                 79.2%
#########################################################                 79.6%
- 
#########################################################                 80.1%
#########################################################                 80.5%
##########################################################                81.0%
##########################################################                81.2%
##########################################################                81.6%
###########################################################               82.0%
###########################################################               82.4%
###########################################################               82.9%
###########################################################               83.3%
############################################################              83.7%
############################################################              84.1%
- 
############################################################              84.5%
#############################################################             85.0%
#############################################################             85.4%
#############################################################             85.8%
##############################################################            86.2%
##############################################################            86.6%
##############################################################            87.1%
###############################################################           87.6%
###############################################################           88.0%
###############################################################           88.4%
###############################################################           88.8%
- 
################################################################          89.2%
################################################################          89.6%
################################################################          90.0%
#################################################################         90.6%
#################################################################         91.0%
#################################################################         91.4%
##################################################################        91.9%
##################################################################        92.3%
##################################################################        92.7%
###################################################################       93.1%
###################################################################       93.6%
- 
###################################################################       94.0%
###################################################################       94.4%
####################################################################      94.8%
####################################################################      95.3%
####################################################################      95.7%
#####################################################################     96.2%
#####################################################################     96.6%
#####################################################################     97.1%
######################################################################    97.5%
######################################################################    97.9%
######################################################################    98.3%
- 
#######################################################################   98.7%
#######################################################################   99.2%
#######################################################################   99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.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-01-20 14:19.47 ---> using "c4a2a1e79c514923c4316a759c05953153f84469b19dab68488bb9ff068b4a4c" from cache

/: (run (shell "opam pin add -k version -yn carton-lwt.1.2.0 1.2.0"))
carton-lwt is now pinned to version 1.2.0
2026-01-20 14:19.47 ---> using "4063289fc151980cc74977d9de692dd6af351940eacb60963c6de8819907006e" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall carton-lwt.1.2.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\" != 'carton-lwt.1.2.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
carton-lwt.1.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 23 packages
  - install base-bytes        base           [required by ocplib-endian]
  - install bstr              0.0.3          [required by carton]
  - install cachet            0.0.3          [required by cachet-lwt, carton]
  - install cachet-lwt        0.0.3          [required by carton-lwt]
  - install carton            1.2.0          [required by carton-lwt]
  - install carton-lwt        1.2.0 (pinned)
  - install checkseum         0.5.2          [required by carton]
  - install cmdliner          2.1.0          [required by decompress, logs]
  - install cppo              1.8.0          [required by lwt]
  - install csexp             1.5.2          [required by dune-configurator]
  - install decompress        1.5.3          [required by carton]
  - install duff              0.5            [required by carton]
  - install dune              3.21.0         [required by carton-lwt]
  - install dune-configurator 3.21.0         [required by lwt, checkseum]
  - install fmt               0.11.0         [required by duff, logs]
  - install logs              0.10.0         [required by carton]
  - install lwt               6.0.0          [required by carton-lwt]
  - install ocamlbuild        0.16.1         [required by logs]
  - install ocamlfind         1.9.8          [required by logs]
  - install ocplib-endian     1.2            [required by lwt]
  - install ohex              0.2.0          [required by carton]
  - install optint            0.3.0          [required by carton]
  - install topkg             1.1.1          [required by logs]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bstr.0.0.3  (cached)
-> retrieved cachet.0.0.3, cachet-lwt.0.0.3  (cached)
-> retrieved carton.1.2.0, carton-lwt.1.2.0  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved duff.0.5  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed dune.3.21.0
-> installed ohex.0.2.0
-> installed csexp.1.5.2
-> installed optint.0.3.0
-> installed duff.0.5
-> installed cppo.1.8.0
-> installed bstr.0.0.3
-> installed cachet.0.0.3
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.0
-> installed checkseum.0.5.2
-> installed decompress.1.5.3
-> installed lwt.6.0.0
-> installed cachet-lwt.0.0.3
-> installed logs.0.10.0
-> installed carton.1.2.0
-> installed carton-lwt.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-20 14:19.47 ---> using "5120c76e7af555b6a486788b6d21669c4c7933ed086fd6b982a02fa117843e83" from cache

/: (run (network host)
        (shell "(opam reinstall --with-test carton-lwt.1.2.0) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile carton-lwt         1.2.0 (pinned)
=== install 9 packages
  - install   alcotest           1.9.1          [required by alcotest-lwt]
  - install   alcotest-lwt       1.9.1          [required by carton-lwt]
  - install   astring            0.8.5          [required by alcotest]
  - install   digestif           1.3.0          [required by carton-lwt]
  - install   eqaf               0.10           [required by digestif]
  - install   ocaml-syntax-shims 1.0.0          [required by alcotest]
  - install   re                 1.14.0         [required by alcotest]
  - install   stdlib-shims       0.3.0          [required by alcotest]
  - install   uutf               1.0.4          [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1  (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)
-> retrieved astring.0.8.5  (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> installed astring.0.8.5
-> retrieved digestif.1.3.0  (https://github.com/mirage/digestif/releases/download/v1.3.0/digestif-1.3.0.tbz)
-> retrieved eqaf.0.10  (https://github.com/mirage/eqaf/releases/download/v0.10/eqaf-0.10.tbz)
-> retrieved ocaml-syntax-shims.1.0.0  (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> retrieved re.1.14.0  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> installed ocaml-syntax-shims.1.0.0
-> installed eqaf.0.10
-> retrieved stdlib-shims.0.3.0  (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> retrieved uutf.1.0.4  (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
-> installed stdlib-shims.0.3.0
-> installed digestif.1.3.0
-> installed uutf.1.0.4
-> removed   carton-lwt.1.2.0
-> installed re.1.14.0
-> installed alcotest.1.9.1
-> installed alcotest-lwt.1.9.1
-> installed carton-lwt.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-20 14:20.00 ---> saved as "dbb9c57963cd5d776c9482dfa460c945fe0e645d52361aff16257aa783818260"

/: (run (shell  "opam reinstall --with-test --verbose carton-lwt.1.2.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\" != 'carton-lwt.1.2.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 carton-lwt 1.2.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [carton-lwt: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "carton-lwt" "-j" "7" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/carton-lwt.1.2.0)
Processing  2/4: [carton-lwt: dune runtest]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "carton-lwt" "-j" "7" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/carton-lwt.1.2.0)
- (cd _build/default/test/carton-lwt && ./test.exe)
- Testing `carton-lwt'.
- This run has ID `9U7JEON2'.
- 
-   [OK]          bomb          0   verify.
-   [OK]          bomb          1   index.
-   [OK]          ref           0   ref.
- 
- Full test results in `~/.opam/4.14.2/.opam-switch/build/carton-lwt.1.2.0/_build/default/test/carton-lwt/_build/_tests/carton-lwt'.
- Test Successful in 0.012s. 3 tests run.
-> compiled  carton-lwt.1.2.0
-> removed   carton-lwt.1.2.0
-> installed carton-lwt.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-20 14:20.04 ---> saved as "599bf14facc5e637a6bbcddbb18f3b6fbb4e2f9bda332f37bc7f167c42e452a7"
Job succeeded
2026-01-20 14:20.15: Job succeeded