(for PR #29620)

2026-03-30 21:23.36: New job: build wadi.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29620/head (e48542c6b0c57c44b0ef42e7f8c1de6d6e833aa7)
                              on macos-homebrew-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29620/head" && git reset --hard e48542c6
git fetch origin master
git merge --no-edit 747f3dca281b5ae6275dfa41069f059ae517126f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn wadi.0.1.0 0.1.0
RUN opam reinstall wadi.0.1.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" != 'wadi.0.1.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-03-30 21:23.36: Using cache hint "macos-homebrew-ocaml-5.4-wadi.0.1.0-e48542c6b0c57c44b0ef42e7f8c1de6d6e833aa7"
2026-03-30 21:23.36: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url -k local --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn wadi.0.1.0 0.1.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall wadi.0.1.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\" != 'wadi.0.1.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-03-30 21:23.36: Waiting for resource in pool OCluster
2026-03-30 21:23.36: Waiting for worker…
2026-03-30 21:23.36: Got resource from pool OCluster
Building on i7-worker-02
Updating files:  31% (5762/18565)
Updating files:  32% (5941/18565)
Updating files:  33% (6127/18565)
Updating files:  34% (6313/18565)
Updating files:  35% (6498/18565)
Updating files:  36% (6684/18565)
Updating files:  37% (6870/18565)
Updating files:  38% (7055/18565)
Updating files:  39% (7241/18565)
Updating files:  40% (7426/18565)
Updating files:  41% (7612/18565)
Updating files:  42% (7798/18565)
Updating files:  43% (7983/18565)
Updating files:  44% (8169/18565)
Updating files:  45% (8355/18565)
Updating files:  46% (8540/18565)
Updating files:  47% (8726/18565)
Updating files:  48% (8912/18565)
Updating files:  49% (9097/18565)
Updating files:  50% (9283/18565)
Updating files:  51% (9469/18565)
Updating files:  52% (9654/18565)
Updating files:  53% (9840/18565)
Updating files:  54% (10026/18565)
Updating files:  54% (10069/18565)
Updating files:  55% (10211/18565)
Updating files:  56% (10397/18565)
Updating files:  57% (10583/18565)
Updating files:  58% (10768/18565)
Updating files:  59% (10954/18565)
Updating files:  60% (11139/18565)
Updating files:  61% (11325/18565)
Updating files:  62% (11511/18565)
Updating files:  63% (11696/18565)
Updating files:  64% (11882/18565)
Updating files:  65% (12068/18565)
Updating files:  66% (12253/18565)
Updating files:  67% (12439/18565)
Updating files:  68% (12625/18565)
Updating files:  69% (12810/18565)
Updating files:  70% (12996/18565)
Updating files:  71% (13182/18565)
Updating files:  72% (13367/18565)
Updating files:  73% (13553/18565)
Updating files:  74% (13739/18565)
Updating files:  75% (13924/18565)
Updating files:  76% (14110/18565)
Updating files:  77% (14296/18565)
Updating files:  78% (14481/18565)
Updating files:  79% (14667/18565)
Updating files:  80% (14852/18565)
Updating files:  81% (15038/18565)
Updating files:  82% (15224/18565)
Updating files:  83% (15409/18565)
Updating files:  84% (15595/18565)
Updating files:  84% (15656/18565)
Updating files:  85% (15781/18565)
Updating files:  86% (15966/18565)
Updating files:  87% (16152/18565)
Updating files:  88% (16338/18565)
Updating files:  89% (16523/18565)
Updating files:  90% (16709/18565)
Updating files:  91% (16895/18565)
Updating files:  92% (17080/18565)
Updating files:  93% (17266/18565)
Updating files:  94% (17452/18565)
Updating files:  95% (17637/18565)
Updating files:  96% (17823/18565)
Updating files:  97% (18009/18565)
Updating files:  98% (18194/18565)
Updating files:  99% (18380/18565)
Updating files: 100% (18565/18565)
Updating files: 100% (18565/18565), done.
HEAD is now at db0a2ce7ea add ocaml-restricted-2.0.0
HEAD is now at 747f3dca28 Merge pull request #29614 from ocaml/use-setup-ocaml-for-windows-ci
Updating 747f3dca28..e48542c6b0
Fast-forward
 packages/wadi/wadi.0.1.0/opam | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 packages/wadi/wadi.0.1.0/opam

(from macos-homebrew-ocaml-5.4)
2026-03-30 21:23.52 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-03-30 21:23.52 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" from cache

/: (run (network host)
        (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-03-30 21:23.53 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" from cache

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

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2026-03-30 21:23.53 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2026-03-30 21:24.03 ---> saved as "c7276d5438d4f9073946a7ceec35318ca2f5e7fa691a1f21b255a7a0953aafea"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-03-30 21:24.24 ---> saved as "8849ee0264862472d7682c1d369ae5b6331a5a89b6b6f0d908dd115468b07962"

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:6581aceb09afafab23bac3f3926850066c45a17d4a02e6e16f607cd33ebb4c7a
- #=#=#                                                                          
- 
                                                                           0.1%
                                                                           0.5%
#                                                                          1.7%
#                                                                          2.3%
##                                                                         3.1%
##                                                                         3.5%
##                                                                         4.0%
- 
###                                                                        4.5%
###                                                                        4.9%
###                                                                        5.5%
####                                                                       5.9%
####                                                                       6.3%
####                                                                       6.7%
#####                                                                      7.1%
#####                                                                      7.6%
#####                                                                      8.0%
######                                                                     8.4%
######                                                                     8.8%
- 
######                                                                     9.2%
######                                                                     9.7%
#######                                                                   10.1%
#######                                                                   10.5%
#######                                                                   11.0%
########                                                                  11.4%
########                                                                  11.8%
########                                                                  12.2%
#########                                                                 12.8%
#########                                                                 13.2%
#########                                                                 13.6%
- 
##########                                                                14.0%
##########                                                                14.5%
##########                                                                14.9%
###########                                                               15.3%
###########                                                               15.7%
###########                                                               16.2%
###########                                                               16.6%
############                                                              17.0%
############                                                              17.4%
############                                                              17.8%
- 
#############                                                             18.4%
#############                                                             18.8%
#############                                                             19.2%
##############                                                            19.6%
##############                                                            20.0%
##############                                                            20.4%
###############                                                           20.9%
###############                                                           21.3%
###############                                                           21.7%
###############                                                           22.1%
################                                                          22.5%
- 
################                                                          23.0%
################                                                          23.4%
#################                                                         23.8%
#################                                                         24.2%
#################                                                         24.6%
##################                                                        25.0%
##################                                                        25.6%
##################                                                        25.9%
##################                                                        26.2%
###################                                                       26.5%
###################                                                       26.9%
- 
###################                                                       27.1%
###################                                                       27.4%
###################                                                       27.7%
####################                                                      27.9%
####################                                                      28.3%
####################                                                      28.6%
####################                                                      28.9%
####################                                                      29.1%
#####################                                                     29.4%
#####################                                                     29.8%
- 
#####################                                                     30.1%
#####################                                                     30.3%
######################                                                    30.6%
######################                                                    30.9%
######################                                                    31.3%
######################                                                    31.5%
######################                                                    31.8%
#######################                                                   32.1%
#######################                                                   32.5%
#######################                                                   32.7%
#######################                                                   33.0%
- 
#######################                                                   33.3%
########################                                                  33.5%
########################                                                  33.9%
########################                                                  34.2%
########################                                                  34.5%
#########################                                                 34.7%
#########################                                                 35.0%
#########################                                                 35.4%
#########################                                                 35.7%
#########################                                                 35.9%
##########################                                                36.2%
- 
##########################                                                36.5%
##########################                                                36.9%
##########################                                                37.1%
##########################                                                37.4%
###########################                                               37.7%
###########################                                               37.9%
###########################                                               38.3%
###########################                                               38.6%
###########################                                               38.9%
############################                                              39.1%
- 
############################                                              39.5%
############################                                              39.8%
############################                                              40.1%
#############################                                             40.3%
#############################                                             40.7%
#############################                                             41.0%
#############################                                             41.3%
#############################                                             41.5%
##############################                                            41.8%
##############################                                            42.1%
##############################                                            42.3%
- 
##############################                                            42.6%
##############################                                            43.0%
###############################                                           43.2%
###############################                                           43.5%
###############################                                           43.8%
###############################                                           44.0%
###############################                                           44.3%
################################                                          44.7%
################################                                          45.0%
################################                                          45.2%
################################                                          45.5%
- 
################################                                          45.8%
#################################                                         46.0%
#################################                                         46.3%
#################################                                         46.6%
#################################                                         47.0%
##################################                                        47.2%
##################################                                        47.5%
##################################                                        47.8%
##################################                                        48.0%
##################################                                        48.3%
###################################                                       48.7%
- 
###################################                                       49.0%
###################################                                       49.2%
###################################                                       49.5%
###################################                                       49.8%
####################################                                      50.0%
####################################                                      50.3%
####################################                                      50.6%
####################################                                      51.0%
####################################                                      51.2%
#####################################                                     51.5%
#####################################                                     51.8%
- 
#####################################                                     52.0%
#####################################                                     52.3%
#####################################                                     52.6%
######################################                                    53.0%
######################################                                    53.2%
######################################                                    53.5%
######################################                                    53.8%
######################################                                    54.0%
#######################################                                   54.3%
#######################################                                   54.6%
#######################################                                   55.0%
- 
#######################################                                   55.2%
#######################################                                   55.5%
########################################                                  55.8%
########################################                                  56.0%
########################################                                  56.3%
########################################                                  56.6%
#########################################                                 57.0%
#########################################                                 57.2%
#########################################                                 57.5%
#########################################                                 57.8%
#########################################                                 58.0%
- 
#########################################                                 58.3%
##########################################                                58.6%
##########################################                                59.0%
##########################################                                59.2%
##########################################                                59.5%
###########################################                               59.8%
###########################################                               60.0%
###########################################                               60.3%
###########################################                               60.7%
###########################################                               60.9%
- 
############################################                              61.2%
############################################                              61.5%
############################################                              61.7%
############################################                              62.0%
############################################                              62.3%
#############################################                             62.5%
#############################################                             62.8%
#############################################                             63.2%
#############################################                             63.5%
#############################################                             63.7%
##############################################                            64.0%
- 
##############################################                            64.3%
##############################################                            64.5%
##############################################                            64.9%
##############################################                            65.2%
###############################################                           65.5%
###############################################                           65.7%
###############################################                           66.0%
###############################################                           66.3%
###############################################                           66.5%
################################################                          66.8%
################################################                          67.2%
- 
################################################                          67.5%
################################################                          67.7%
################################################                          68.0%
#################################################                         68.3%
#################################################                         68.7%
#################################################                         68.9%
#################################################                         69.2%
##################################################                        69.5%
##################################################                        69.7%
##################################################                        70.0%
- 
##################################################                        70.4%
##################################################                        70.7%
###################################################                       70.9%
###################################################                       71.2%
###################################################                       71.5%
###################################################                       71.9%
###################################################                       72.1%
####################################################                      72.4%
####################################################                      72.7%
####################################################                      72.9%
####################################################                      73.2%
- 
####################################################                      73.6%
#####################################################                     73.9%
#####################################################                     74.1%
#####################################################                     74.4%
#####################################################                     74.7%
#####################################################                     74.9%
######################################################                    75.3%
######################################################                    75.6%
######################################################                    75.9%
######################################################                    76.1%
- 
######################################################                    76.4%
#######################################################                   76.8%
#######################################################                   77.1%
#######################################################                   77.3%
#######################################################                   77.6%
########################################################                  78.0%
########################################################                  78.2%
########################################################                  78.5%
########################################################                  78.8%
########################################################                  79.0%
#########################################################                 79.3%
- 
#########################################################                 79.6%
#########################################################                 79.8%
#########################################################                 80.1%
#########################################################                 80.4%
##########################################################                80.8%
##########################################################                81.0%
##########################################################                81.3%
##########################################################                81.6%
##########################################################                81.8%
###########################################################               82.2%
###########################################################               82.5%
- 
###########################################################               82.8%
###########################################################               83.0%
###########################################################               83.3%
############################################################              83.7%
############################################################              84.0%
############################################################              84.2%
############################################################              84.5%
#############################################################             84.8%
#############################################################             85.0%
#############################################################             85.4%
- 
#############################################################             85.7%
#############################################################             86.0%
##############################################################            86.2%
##############################################################            86.5%
##############################################################            86.8%
##############################################################            87.0%
##############################################################            87.4%
###############################################################           87.7%
###############################################################           88.0%
###############################################################           88.2%
- 
###############################################################           88.5%
###############################################################           88.8%
################################################################          89.0%
################################################################          89.6%
################################################################          90.0%
#################################################################         90.4%
#################################################################         90.8%
#################################################################         91.2%
##################################################################        91.7%
##################################################################        92.1%
##################################################################        92.5%
- 
##################################################################        92.9%
###################################################################       93.3%
###################################################################       93.7%
###################################################################       94.2%
####################################################################      94.6%
####################################################################      95.0%
####################################################################      95.4%
####################################################################      95.8%
#####################################################################     96.3%
#####################################################################     96.7%
#####################################################################     97.1%
- 
######################################################################    97.5%
######################################################################    97.9%
######################################################################    98.5%
#######################################################################   98.9%
#######################################################################   99.3%
#######################################################################   99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2.catalina.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2026-03-30 21:25.50 ---> saved as "f73233666a1b5caed41d1f71d72d95237d9e5f3a96d0b25a2bff366fa6b59d26"

/: (run (shell "opam pin add -k version -yn wadi.0.1.0 0.1.0"))
wadi is now pinned to version 0.1.0
2026-03-30 21:25.52 ---> saved as "efa0403bd3bf8bfccceb4dd8cb76b6f898966fef2206765cb0208abc0e089460"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.8  (cached)
-> installed ocamlfind.1.9.8
-> retrieved wadi.0.1.0  (https://github.com/improvingjef/wadi/releases/download/v0.1.0/wadi-0.1.0-source.tar.gz)
[ERROR] The installation of wadi failed at "./scripts/install_release_tree.sh --package-root package --binary _bootstrap/bin/wadi --prefix /Users/mac1000/.opam/5.4.0".

#=== ERROR while installing wadi.0.1.0 ========================================#
# context              2.5.0 | macos/x86_64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/improvingjef/wadi/releases/download/v0.1.0/wadi-0.1.0-source.tar.gz)
# path                 ~/.opam/5.4.0/.opam-switch/build/wadi.0.1.0
# command              ~/.opam/opam-init/hooks/sandbox.sh install ./scripts/install_release_tree.sh --package-root package --binary _bootstrap/bin/wadi --prefix /Users/mac1000/.opam/5.4.0
# exit-code            1
# env-file             ~/.opam/log/wadi-71357-e136ac.env
# output-file          ~/.opam/log/wadi-71357-e136ac.out
### output ###
# install_release_tree.sh: binary not found: _bootstrap/bin/wadi



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - install wadi 0.1.0
+- 
+- The following changes have been performed
| - install ocamlfind 1.9.8
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/local/bin/opam switch import "/Users/mac1000/.opam/5.4.0/.opam-switch/backup/state-20260330212555.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall wadi.0.1.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" != 'wadi.0.1.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-03-30 21:26.34: Job failed: Failed: Build failed
2026-03-30 21:26.34: Log analysis:
2026-03-30 21:26.34: >>> 
[ERROR] The installation of wadi failed at "./scripts/install_release_tree.sh --package-root package --binary _bootstrap/bin/wadi --prefix /Users/mac1000/.opam/5.4.0".
 (score = 20)
2026-03-30 21:26.34: The installation of wadi failed at "./scripts/install_release_tree.sh --package-root package --binary _bootstrap/bin/wadi --prefix /Users/mac1000/.opam/5.4.0".