(not at the head of any monitored branch or PR)
2026-04-10 07:30.12: New job: build camlidl.1.13-1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29653/head (b9d7118cf3faa156fd1d38b7ca78f7c13edaaaad)
                              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/29653/head" && git reset --hard b9d7118c
git fetch origin master
git merge --no-edit 89ac3ba6f35eff1809bbb75e061fb0eb1090d8ec
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 camlidl.1.13-1 1.13-1
RUN opam reinstall camlidl.1.13-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" != 'camlidl.1.13-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-04-10 07:30.12: Using cache hint "macos-homebrew-ocaml-4.14-camlidl.1.13-1-b9d7118cf3faa156fd1d38b7ca78f7c13edaaaad"
2026-04-10 07:30.12: 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 camlidl.1.13-1 1.13-1"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall camlidl.1.13-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\" != 'camlidl.1.13-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-04-10 07:30.12: Waiting for resource in pool OCluster
2026-04-10 07:30.13: Waiting for worker…
2026-04-10 07:30.13: Got resource from pool OCluster
Building on m1-worker-02
Updating files:  62% (11623/18657)
Updating files:  63% (11754/18657)
Updating files:  64% (11941/18657)
Updating files:  65% (12128/18657)
Updating files:  66% (12314/18657)
Updating files:  67% (12501/18657)
Updating files:  68% (12687/18657)
Updating files:  69% (12874/18657)
Updating files:  70% (13060/18657)
Updating files:  71% (13247/18657)
Updating files:  72% (13434/18657)
Updating files:  73% (13620/18657)
Updating files:  74% (13807/18657)
Updating files:  75% (13993/18657)
Updating files:  76% (14180/18657)
Updating files:  77% (14366/18657)
Updating files:  78% (14553/18657)
Updating files:  79% (14740/18657)
Updating files:  80% (14926/18657)
Updating files:  81% (15113/18657)
Updating files:  82% (15299/18657)
Updating files:  83% (15486/18657)
Updating files:  84% (15672/18657)
Updating files:  85% (15859/18657)
Updating files:  86% (16046/18657)
Updating files:  87% (16232/18657)
Updating files:  88% (16419/18657)
Updating files:  89% (16605/18657)
Updating files:  90% (16792/18657)
Updating files:  91% (16978/18657)
Updating files:  92% (17165/18657)
Updating files:  93% (17352/18657)
Updating files:  94% (17538/18657)
Updating files:  95% (17725/18657)
Updating files:  96% (17911/18657)
Updating files:  97% (18098/18657)
Updating files:  98% (18284/18657)
Updating files:  99% (18471/18657)
Updating files: 100% (18657/18657)
Updating files: 100% (18657/18657), done.
HEAD is now at 9da8f49fde Merge commit '6b2464946e569e2d90f4b72ef1fe7f0196f077a4'
HEAD is now at 89ac3ba6f3 Merge pull request #29692 from mseri/js_of_Ocam
Merge made by the 'ort' strategy.
 packages/camlidl/camlidl.1.13-1/opam | 46 ++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 packages/camlidl/camlidl.1.13-1/opam

(from macos-homebrew-ocaml-4.14)
2026-04-10 07:30.25 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-10 07:30.25 ---> 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-10 07:30.25 ---> 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-10 07:30.25 ---> 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-10 07:30.26 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-04-10 07:30.30 ---> saved as "2c1099c0df255422313335b989db8aa9c02449c0f8102c2b6928bbc10e99419c"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-10 07:30.40 ---> saved as "092c4d7701c0a8c63285e5dc3d1065b311801259cb9ea98e652d56ed8a2ce938"

/: (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.2%
- 
                                                                           0.4%
                                                                           0.7%
#                                                                          1.4%
#                                                                          1.8%
#                                                                          2.4%
#                                                                          2.6%
- 
##                                                                         2.9%
##                                                                         3.0%
##                                                                         3.3%
##                                                                         3.5%
##                                                                         3.6%
##                                                                         3.9%
##                                                                         4.2%
###                                                                        4.3%
###                                                                        4.5%
###                                                                        4.8%
- 
###                                                                        5.0%
###                                                                        5.3%
###                                                                        5.4%
####                                                                       5.7%
####                                                                       5.8%
####                                                                       6.1%
####                                                                       6.3%
####                                                                       6.4%
####                                                                       6.7%
####                                                                       6.8%
#####                                                                      7.1%
#####                                                                      7.3%
- 
#####                                                                      7.5%
#####                                                                      7.7%
#####                                                                      7.9%
#####                                                                      8.1%
######                                                                     8.4%
######                                                                     8.6%
######                                                                     8.8%
######                                                                     9.0%
######                                                                     9.1%
######                                                                     9.4%
- 
######                                                                     9.6%
#######                                                                    9.9%
#######                                                                   10.0%
#######                                                                   10.3%
#######                                                                   10.5%
#######                                                                   10.7%
#######                                                                   10.9%
#######                                                                   11.0%
########                                                                  11.3%
########                                                                  11.6%
########                                                                  11.7%
- 
########                                                                  11.9%
########                                                                  12.2%
########                                                                  12.3%
#########                                                                 12.6%
#########                                                                 12.8%
#########                                                                 13.0%
#########                                                                 13.2%
#########                                                                 13.5%
#########                                                                 13.6%
#########                                                                 13.9%
##########                                                                14.1%
- 
##########                                                                14.4%
##########                                                                14.5%
##########                                                                14.7%
##########                                                                14.9%
##########                                                                15.1%
###########                                                               15.4%
###########                                                               15.5%
###########                                                               15.8%
###########                                                               15.9%
###########                                                               16.2%
- 
###########                                                               16.4%
###########                                                               16.6%
############                                                              16.8%
############                                                              16.9%
############                                                              17.2%
############                                                              17.5%
############                                                              17.6%
############                                                              17.8%
############                                                              18.0%
#############                                                             18.2%
#############                                                             18.4%
- 
#############                                                             18.6%
#############                                                             18.9%
#############                                                             19.1%
#############                                                             19.3%
##############                                                            19.5%
##############                                                            19.6%
##############                                                            19.9%
##############                                                            20.2%
##############                                                            20.4%
##############                                                            20.5%
##############                                                            20.8%
- 
###############                                                           20.9%
###############                                                           21.2%
###############                                                           21.4%
###############                                                           21.5%
###############                                                           21.8%
###############                                                           21.9%
###############                                                           22.2%
################                                                          22.4%
################                                                          22.6%
################                                                          22.8%
################                                                          23.0%
- 
################                                                          23.2%
################                                                          23.5%
################                                                          23.6%
#################                                                         23.9%
#################                                                         24.1%
#################                                                         24.4%
#################                                                         24.5%
#################                                                         24.8%
#################                                                         25.0%
##################                                                        25.1%
##################                                                        25.4%
- 
##################                                                        25.6%
##################                                                        25.8%
##################                                                        26.0%
##################                                                        26.1%
###################                                                       26.4%
###################                                                       26.7%
###################                                                       26.8%
###################                                                       27.1%
###################                                                       27.3%
###################                                                       27.4%
- 
###################                                                       27.7%
####################                                                      28.0%
####################                                                      28.1%
####################                                                      28.3%
####################                                                      28.6%
####################                                                      28.7%
####################                                                      29.0%
####################                                                      29.1%
#####################                                                     29.4%
#####################                                                     29.6%
#####################                                                     29.8%
- 
#####################                                                     30.0%
#####################                                                     30.2%
#####################                                                     30.4%
######################                                                    30.6%
######################                                                    30.9%
######################                                                    31.0%
######################                                                    31.3%
######################                                                    31.4%
######################                                                    31.7%
######################                                                    31.9%
#######################                                                   32.0%
- 
#######################                                                   32.3%
#######################                                                   32.4%
#######################                                                   32.7%
#######################                                                   32.9%
#######################                                                   33.1%
#######################                                                   33.3%
########################                                                  33.6%
########################                                                  33.7%
########################                                                  34.0%
########################                                                  34.1%
########################                                                  34.4%
- 
########################                                                  34.6%
#########################                                                 34.8%
#########################                                                 35.0%
#########################                                                 35.3%
#########################                                                 35.4%
#########################                                                 35.6%
#########################                                                 35.9%
#########################                                                 36.0%
##########################                                                36.3%
##########################                                                36.5%
- 
##########################                                                36.6%
##########################                                                36.9%
##########################                                                37.2%
##########################                                                37.3%
###########################                                               37.6%
###########################                                               37.7%
###########################                                               37.9%
###########################                                               38.2%
###########################                                               38.3%
###########################                                               38.6%
###########################                                               38.8%
- 
############################                                              39.0%
############################                                              39.2%
############################                                              39.4%
############################                                              39.6%
############################                                              39.9%
############################                                              40.0%
############################                                              40.2%
#############################                                             40.5%
#############################                                             40.7%
#############################                                             40.9%
- 
#############################                                             41.1%
#############################                                             41.4%
#############################                                             41.5%
##############################                                            41.8%
##############################                                            42.0%
##############################                                            42.5%
##############################                                            42.9%
###############################                                           43.3%
###############################                                           43.7%
###############################                                           44.1%
################################                                          44.6%
################################                                          45.0%
- 
################################                                          45.3%
################################                                          45.7%
#################################                                         46.2%
#################################                                         46.6%
#################################                                         47.0%
##################################                                        47.3%
##################################                                        47.5%
##################################                                        47.7%
##################################                                        47.9%
##################################                                        48.0%
- 
##################################                                        48.3%
##################################                                        48.6%
###################################                                       48.8%
###################################                                       49.0%
###################################                                       49.2%
###################################                                       49.4%
###################################                                       49.7%
###################################                                       49.8%
####################################                                      50.1%
####################################                                      50.3%
####################################                                      50.5%
- 
####################################                                      50.7%
####################################                                      51.0%
####################################                                      51.1%
#####################################                                     51.4%
#####################################                                     51.5%
#####################################                                     51.8%
#####################################                                     52.0%
#####################################                                     52.2%
#####################################                                     52.4%
#####################################                                     52.7%
- 
######################################                                    52.8%
######################################                                    53.1%
######################################                                    53.2%
######################################                                    53.5%
######################################                                    53.7%
######################################                                    53.8%
######################################                                    54.1%
#######################################                                   54.4%
#######################################                                   54.5%
#######################################                                   54.7%
#######################################                                   54.9%
- 
#######################################                                   55.1%
#######################################                                   55.4%
#######################################                                   55.5%
########################################                                  55.8%
########################################                                  56.0%
########################################                                  56.1%
########################################                                  56.4%
########################################                                  56.5%
########################################                                  56.8%
#########################################                                 57.0%
#########################################                                 57.2%
- 
#########################################                                 57.4%
#########################################                                 57.5%
#########################################                                 57.8%
#########################################                                 58.1%
#########################################                                 58.2%
##########################################                                58.4%
##########################################                                58.7%
##########################################                                58.8%
##########################################                                59.1%
##########################################                                59.4%
##########################################                                59.5%
- 
###########################################                               59.7%
###########################################                               60.0%
###########################################                               60.1%
###########################################                               60.4%
###########################################                               60.6%
###########################################                               60.9%
############################################                              61.1%
############################################                              61.2%
############################################                              61.5%
############################################                              61.6%
############################################                              61.9%
- 
############################################                              62.2%
############################################                              62.3%
#############################################                             62.5%
#############################################                             62.7%
#############################################                             62.9%
#############################################                             63.1%
#############################################                             63.3%
#############################################                             63.6%
#############################################                             63.7%
##############################################                            64.0%
##############################################                            64.1%
- 
##############################################                            64.3%
##############################################                            64.6%
##############################################                            64.7%
##############################################                            65.0%
##############################################                            65.2%
###############################################                           65.3%
###############################################                           65.6%
###############################################                           65.9%
###############################################                           66.0%
###############################################                           66.2%
###############################################                           66.5%
- 
###############################################                           66.6%
################################################                          66.9%
################################################                          67.2%
################################################                          67.3%
################################################                          67.6%
################################################                          67.7%
################################################                          67.9%
#################################################                         68.2%
#################################################                         68.3%
#################################################                         68.6%
#################################################                         68.7%
- 
#################################################                         69.0%
#################################################                         69.2%
#################################################                         69.4%
##################################################                        69.6%
##################################################                        69.8%
##################################################                        70.0%
##################################################                        70.3%
##################################################                        70.4%
##################################################                        70.7%
###################################################                       70.9%
###################################################                       71.0%
- 
###################################################                       71.3%
###################################################                       71.5%
###################################################                       71.8%
###################################################                       71.9%
###################################################                       72.2%
####################################################                      72.4%
####################################################                      72.6%
####################################################                      72.8%
####################################################                      73.1%
####################################################                      73.3%
- 
####################################################                      73.5%
#####################################################                     73.7%
#####################################################                     73.8%
#####################################################                     74.1%
#####################################################                     74.4%
#####################################################                     74.5%
#####################################################                     74.7%
######################################################                    75.0%
######################################################                    75.1%
######################################################                    75.4%
- 
######################################################                    75.6%
######################################################                    75.9%
######################################################                    76.1%
######################################################                    76.3%
#######################################################                   76.5%
#######################################################                   76.6%
#######################################################                   76.9%
#######################################################                   77.2%
#######################################################                   77.4%
#######################################################                   77.5%
- 
########################################################                  77.8%
########################################################                  78.1%
########################################################                  78.2%
########################################################                  78.4%
########################################################                  78.7%
########################################################                  78.8%
########################################################                  79.1%
#########################################################                 79.3%
#########################################################                 79.5%
#########################################################                 79.7%
#########################################################                 80.0%
- 
#########################################################                 80.1%
#########################################################                 80.4%
##########################################################                80.6%
##########################################################                80.9%
##########################################################                81.0%
##########################################################                81.2%
##########################################################                81.5%
##########################################################                81.6%
##########################################################                81.9%
###########################################################               82.1%
- 
###########################################################               82.3%
###########################################################               82.5%
###########################################################               82.8%
###########################################################               82.9%
###########################################################               83.2%
############################################################              83.4%
############################################################              83.7%
############################################################              83.8%
############################################################              84.1%
############################################################              84.2%
############################################################              84.5%
- 
#############################################################             84.7%
#############################################################             85.0%
#############################################################             85.1%
#############################################################             85.4%
#############################################################             85.5%
#############################################################             85.8%
#############################################################             86.0%
##############################################################            86.1%
##############################################################            86.4%
##############################################################            86.5%
##############################################################            86.8%
- 
##############################################################            87.0%
##############################################################            87.1%
##############################################################            87.4%
###############################################################           87.7%
###############################################################           87.8%
###############################################################           88.0%
###############################################################           88.2%
###############################################################           88.4%
###############################################################           88.7%
###############################################################           88.8%
################################################################          89.1%
- 
################################################################          89.3%
################################################################          89.5%
################################################################          89.7%
################################################################          90.0%
################################################################          90.2%
#################################################################         90.4%
#################################################################         90.6%
#################################################################         90.8%
#################################################################         91.0%
#################################################################         91.3%
#################################################################         91.5%
- 
#################################################################         91.6%
##################################################################        91.9%
##################################################################        92.0%
##################################################################        92.3%
##################################################################        92.5%
##################################################################        92.6%
##################################################################        92.9%
###################################################################       93.2%
###################################################################       93.3%
###################################################################       93.5%
###################################################################       93.7%
- 
###################################################################       93.9%
###################################################################       94.2%
####################################################################      94.5%
####################################################################      94.6%
####################################################################      94.8%
####################################################################      95.0%
####################################################################      95.2%
####################################################################      95.5%
####################################################################      95.6%
#####################################################################     95.9%
- 
#####################################################################     96.1%
#####################################################################     96.3%
#####################################################################     96.5%
#####################################################################     96.7%
#####################################################################     97.0%
#####################################################################     97.1%
######################################################################    97.4%
######################################################################    97.5%
######################################################################    97.8%
######################################################################    98.0%
######################################################################    98.3%
- 
#######################################################################   98.8%
#######################################################################   99.6%
######################################################################## 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-10 07:31.59 ---> saved as "8b55ad851095aeb58516cbcbb832edcd8cdd94a510730910aa245362b2666ba3"

/: (run (shell "opam pin add -k version -yn camlidl.1.13-1 1.13-1"))
camlidl is now pinned to version 1.13-1
2026-04-10 07:32.00 ---> saved as "e110f9a497d27b92fa382e25923366d903217cd67ab55f1abf05943f3ce7388e"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall camlidl.1.13-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\" != 'camlidl.1.13-1' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
camlidl.1.13-1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install camlidl 1.13-1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlidl.1.13-1  (cached)
-> installed camlidl.1.13-1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 07:32.11 ---> saved as "6318ab4d79326b52660d363649a280e4bc541577cb8188d652e87321c2796071"
Job succeeded
2026-04-10 07:32.24: Job succeeded