(not at the head of any monitored branch or PR)
2025-06-10 20:11.34: New job: build ppx_quick_test.v0.17.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27958/head (1dd34381f83a9902bfe6fd2d4f81a09c9e42b450)
                              on macos-homebrew-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27958/head" && git reset --hard 1dd34381
git fetch origin master
git merge --no-edit 6db96b377f993aa0c7ffb5c06737929e583f3305
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-2.3 ~/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 ppx_quick_test.v0.17.0 v0.17.0
RUN opam reinstall ppx_quick_test.v0.17.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" != 'ppx_quick_test.v0.17.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 .

2025-06-10 20:11.34: Using cache hint "macos-homebrew-ocaml-4.14-ppx_quick_test.v0.17.0-1dd34381f83a9902bfe6fd2d4f81a09c9e42b450"
2025-06-10 20:11.34: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-2.3 ~/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 ppx_quick_test.v0.17.0 v0.17.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall ppx_quick_test.v0.17.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\" != 'ppx_quick_test.v0.17.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-06-10 20:11.34: Waiting for resource in pool OCluster
2025-06-10 20:11.37: Waiting for worker…
2025-06-10 20:39.27: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files:  29% (6927/23235)
Updating files:  30% (6971/23235)
Updating files:  31% (7203/23235)
Updating files:  32% (7436/23235)
Updating files:  33% (7668/23235)
Updating files:  34% (7900/23235)
Updating files:  35% (8133/23235)
Updating files:  36% (8365/23235)
Updating files:  37% (8597/23235)
Updating files:  38% (8830/23235)
Updating files:  39% (9062/23235)
Updating files:  40% (9294/23235)
Updating files:  41% (9527/23235)
Updating files:  42% (9759/23235)
Updating files:  43% (9992/23235)
Updating files:  44% (10224/23235)
Updating files:  45% (10456/23235)
Updating files:  46% (10689/23235)
Updating files:  47% (10921/23235)
Updating files:  48% (11153/23235)
Updating files:  49% (11386/23235)
Updating files:  50% (11618/23235)
Updating files:  51% (11850/23235)
Updating files:  52% (12083/23235)
Updating files:  53% (12315/23235)
Updating files:  54% (12547/23235)
Updating files:  54% (12662/23235)
Updating files:  55% (12780/23235)
Updating files:  56% (13012/23235)
Updating files:  57% (13244/23235)
Updating files:  58% (13477/23235)
Updating files:  59% (13709/23235)
Updating files:  60% (13941/23235)
Updating files:  61% (14174/23235)
Updating files:  62% (14406/23235)
Updating files:  63% (14639/23235)
Updating files:  64% (14871/23235)
Updating files:  65% (15103/23235)
Updating files:  66% (15336/23235)
Updating files:  67% (15568/23235)
Updating files:  68% (15800/23235)
Updating files:  69% (16033/23235)
Updating files:  70% (16265/23235)
Updating files:  71% (16497/23235)
Updating files:  72% (16730/23235)
Updating files:  73% (16962/23235)
Updating files:  74% (17194/23235)
Updating files:  75% (17427/23235)
Updating files:  76% (17659/23235)
Updating files:  77% (17891/23235)
Updating files:  78% (18124/23235)
Updating files:  79% (18356/23235)
Updating files:  80% (18588/23235)
Updating files:  81% (18821/23235)
Updating files:  81% (19028/23235)
Updating files:  82% (19053/23235)
Updating files:  83% (19286/23235)
Updating files:  84% (19518/23235)
Updating files:  85% (19750/23235)
Updating files:  86% (19983/23235)
Updating files:  87% (20215/23235)
Updating files:  88% (20447/23235)
Updating files:  89% (20680/23235)
Updating files:  90% (20912/23235)
Updating files:  91% (21144/23235)
Updating files:  92% (21377/23235)
Updating files:  93% (21609/23235)
Updating files:  94% (21841/23235)
Updating files:  95% (22074/23235)
Updating files:  96% (22306/23235)
Updating files:  97% (22538/23235)
Updating files:  98% (22771/23235)
Updating files:  99% (23003/23235)
Updating files: 100% (23235/23235)
Updating files: 100% (23235/23235), done.
HEAD is now at 6db96b377f Merge pull request #28003 from punchagan/opam-publish-opam-ci-check-lint.0.1
Merge made by the 'ort' strategy.
 .../base_quickcheck/base_quickcheck.v0.17.1/opam   | 38 ++++++++++++++++++++++
 packages/hardcaml/hardcaml.v0.17.0/opam            |  2 +-
 packages/ppx_bench/ppx_bench.v0.17.1/opam          | 30 +++++++++++++++++
 packages/ppx_bin_prot/ppx_bin_prot.v0.17.1/opam    | 33 +++++++++++++++++++
 .../ppx_derive_at_runtime.v0.17.0/opam             |  2 +-
 packages/ppx_diff/ppx_diff.v0.17.1/opam            | 35 ++++++++++++++++++++
 packages/ppx_expect/ppx_expect.v0.17.3/opam        | 37 +++++++++++++++++++++
 packages/ppx_globalize/ppx_globalize.v0.17.0/opam  |  2 +-
 packages/ppx_globalize/ppx_globalize.v0.17.2/opam  | 31 ++++++++++++++++++
 .../ppx_inline_test/ppx_inline_test.v0.17.1/opam   | 31 ++++++++++++++++++
 .../ppx_jsonaf_conv/ppx_jsonaf_conv.v0.17.0/opam   |  2 +-
 packages/ppx_let/ppx_let.v0.17.1/opam              | 31 ++++++++++++++++++
 packages/ppx_optcomp/ppx_optcomp.v0.17.1/opam      | 31 ++++++++++++++++++
 .../ppx_quick_test/ppx_quick_test.v0.17.0/opam     |  2 +-
 packages/ppx_sexp_conv/ppx_sexp_conv.v0.17.1/opam  | 32 ++++++++++++++++++
 packages/ppx_stable/ppx_stable.v0.17.1/opam        | 31 ++++++++++++++++++
 packages/ppx_tydi/ppx_tydi.v0.17.1/opam            | 30 +++++++++++++++++
 .../ppx_typed_fields/ppx_typed_fields.v0.17.0/opam |  2 +-
 .../ppx_typerep_conv/ppx_typerep_conv.v0.17.1/opam | 31 ++++++++++++++++++
 .../ppx_variants_conv.v0.17.1/opam                 | 31 ++++++++++++++++++
 packages/ppxlib_jane/ppxlib_jane.v0.17.3/opam      | 29 +++++++++++++++++
 packages/streamable/streamable.v0.17.0/opam        |  2 +-
 22 files changed, 488 insertions(+), 7 deletions(-)
 create mode 100644 packages/base_quickcheck/base_quickcheck.v0.17.1/opam
 create mode 100644 packages/ppx_bench/ppx_bench.v0.17.1/opam
 create mode 100644 packages/ppx_bin_prot/ppx_bin_prot.v0.17.1/opam
 create mode 100644 packages/ppx_diff/ppx_diff.v0.17.1/opam
 create mode 100644 packages/ppx_expect/ppx_expect.v0.17.3/opam
 create mode 100644 packages/ppx_globalize/ppx_globalize.v0.17.2/opam
 create mode 100644 packages/ppx_inline_test/ppx_inline_test.v0.17.1/opam
 create mode 100644 packages/ppx_let/ppx_let.v0.17.1/opam
 create mode 100644 packages/ppx_optcomp/ppx_optcomp.v0.17.1/opam
 create mode 100644 packages/ppx_sexp_conv/ppx_sexp_conv.v0.17.1/opam
 create mode 100644 packages/ppx_stable/ppx_stable.v0.17.1/opam
 create mode 100644 packages/ppx_tydi/ppx_tydi.v0.17.1/opam
 create mode 100644 packages/ppx_typerep_conv/ppx_typerep_conv.v0.17.1/opam
 create mode 100644 packages/ppx_variants_conv/ppx_variants_conv.v0.17.1/opam
 create mode 100644 packages/ppxlib_jane/ppxlib_jane.v0.17.3/opam

(from macos-homebrew-ocaml-4.14)
2025-06-10 20:39.33 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-06-10 20:39.33 ---> using "133faf6477bb7d579f4909c1f9ea81a7b33e8728123c32f7ba0f1532c2d3d002" 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
2025-06-10 20:39.34 ---> using "ef3d87c6398c801c10cf5a6d93f8ba7a7aca8d0c6db9fa9fa49b79f0f9e94e2e" 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.3.0
# self-upgrade         no
# system               arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 11
# repositories         1 (version-controlled)
# pinned               0
# current-switch       4.14.2
# invariant            ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-06-10 20:39.34 ---> using "ac863649c8b1638b67aad7aed774fd3a3fe5d0b0e5eb7991274454937cf65d01" 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/"))
2025-06-10 20:39.34 ---> using "5431cbcc658e0d18f1e86a42b7295d7baef82e74db465ab87f8a15ba49194dde" from cache

/: (copy (src .) (dst opam-repository/))
2025-06-10 20:39.36 ---> using "b91c874cd8033acc394115354a75c6d9927f76dfedb10c5323a0477b04dc92d8" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-06-10 20:39.36 ---> using "8bb231724ff1e8844f37c29be814cd11dd22823237756b765fb6747ebe016f25" from cache

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:45cea656cc5b5f5b53a9d4fc9e6c88d3a29b3aac862d1a55f1c70df534df5636
- #=#=#                                                                          

                                                                           0.3%
                                                                           0.8%
- 
                                                                           1.3%
#                                                                          2.0%
##                                                                         2.8%
##                                                                         3.7%
##                                                                         4.1%
###                                                                        4.7%
###                                                                        5.1%
###                                                                        5.5%
####                                                                       5.9%
- 
####                                                                       6.4%
####                                                                       6.8%
#####                                                                      7.4%
#####                                                                      7.8%
#####                                                                      8.2%
######                                                                     8.6%
######                                                                     9.2%
######                                                                     9.6%
#######                                                                   10.0%
#######                                                                   10.5%
#######                                                                   10.9%
- 
########                                                                  11.3%
########                                                                  11.7%
########                                                                  12.2%
#########                                                                 12.7%
#########                                                                 13.2%
#########                                                                 13.6%
##########                                                                14.6%
###########                                                               15.4%
###########                                                               16.3%
############                                                              17.3%
#############                                                             18.1%
- 
#############                                                             19.0%
##############                                                            19.8%
##############                                                            20.8%
###############                                                           21.7%
################                                                          22.5%
################                                                          23.3%
#################                                                         24.3%
##################                                                        25.2%
##################                                                        25.6%
##################                                                        26.2%
###################                                                       26.6%
- 
###################                                                       27.0%
###################                                                       27.5%
####################                                                      27.9%
####################                                                      28.4%
####################                                                      28.9%
#####################                                                     29.4%
#####################                                                     30.0%
#####################                                                     30.4%
######################                                                    30.8%
######################                                                    31.3%
- 
######################                                                    31.7%
#######################                                                   32.3%
#######################                                                   32.7%
#######################                                                   33.3%
########################                                                  33.7%
########################                                                  34.1%
########################                                                  34.5%
#########################                                                 35.1%
#########################                                                 35.5%
#########################                                                 35.9%
##########################                                                36.5%
- 
##########################                                                36.9%
##########################                                                37.4%
###########################                                               37.8%
###########################                                               38.2%
###########################                                               38.6%
############################                                              39.2%
############################                                              39.6%
############################                                              40.0%
#############################                                             40.5%
#############################                                             40.9%
#############################                                             41.3%
- 
##############################                                            41.9%
##############################                                            42.3%
##############################                                            42.7%
###############################                                           43.2%
###############################                                           43.6%
###############################                                           44.2%
################################                                          44.6%
################################                                          45.0%
################################                                          45.4%
#################################                                         45.8%
#################################                                         46.3%
- 
#################################                                         46.8%
##################################                                        47.3%
##################################                                        47.7%
##################################                                        48.1%
###################################                                       48.7%
###################################                                       49.1%
###################################                                       49.5%
###################################                                       50.0%
####################################                                      50.5%
####################################                                      50.9%
####################################                                      51.4%
- 
#####################################                                     51.8%
#####################################                                     52.2%
#####################################                                     52.6%
######################################                                    53.2%
######################################                                    53.6%
######################################                                    54.1%
#######################################                                   54.5%
#######################################                                   54.9%
#######################################                                   55.3%
########################################                                  55.9%
########################################                                  56.3%
- 
########################################                                  56.7%
#########################################                                 57.2%
#########################################                                 57.7%
#########################################                                 58.2%
##########################################                                58.6%
##########################################                                59.0%
##########################################                                59.4%
###########################################                               59.9%
###########################################                               60.4%
###########################################                               60.8%
############################################                              61.3%
- 
############################################                              61.7%
############################################                              62.1%
#############################################                             62.5%
#############################################                             63.0%
#############################################                             63.5%
##############################################                            64.0%
##############################################                            64.4%
##############################################                            64.8%
##############################################                            65.2%
###############################################                           65.8%
###############################################                           66.2%
- 
################################################                          66.8%
################################################                          67.4%
################################################                          67.8%
#################################################                         68.2%
#################################################                         68.6%
#################################################                         69.2%
##################################################                        69.6%
##################################################                        70.0%
##################################################                        70.5%
###################################################                       70.9%
###################################################                       71.3%
- 
###################################################                       71.9%
####################################################                      72.3%
####################################################                      72.7%
####################################################                      73.2%
####################################################                      73.6%
#####################################################                     74.2%
#####################################################                     74.6%
######################################################                    75.0%
######################################################                    75.4%
######################################################                    75.8%
######################################################                    76.3%
- 
#######################################################                   76.8%
#######################################################                   77.3%
#######################################################                   77.7%
########################################################                  78.1%
########################################################                  78.5%
########################################################                  79.0%
#########################################################                 79.5%
#########################################################                 80.0%
#########################################################                 80.4%
##########################################################                80.8%
##########################################################                81.2%
- 
###########################################################               82.1%
###########################################################               83.1%
############################################################              83.9%
#############################################################             84.8%
#############################################################             85.6%
##############################################################            86.6%
##############################################################            87.5%
###############################################################           88.3%
################################################################          89.3%
################################################################          89.9%
#################################################################         90.3%
- 
#################################################################         90.7%
#################################################################         91.1%
#################################################################         91.6%
##################################################################        92.1%
##################################################################        92.5%
##################################################################        93.0%
###################################################################       93.4%
###################################################################       94.0%
###################################################################       94.4%
####################################################################      95.0%
####################################################################      95.5%
- 
#####################################################################     95.9%
#####################################################################     96.5%
#####################################################################     96.9%
######################################################################    97.4%
######################################################################    97.8%
######################################################################    98.2%
#######################################################################   98.6%
#######################################################################   99.2%
#######################################################################   99.6%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.4.el_capitan.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.
2025-06-10 20:39.36 ---> using "7a577222d4b0ddec222f21666c50016900b8410e4e7b7e5101ff5f93a4de341b" from cache

/: (run (shell "opam pin add -k version -yn ppx_quick_test.v0.17.0 v0.17.0"))
ppx_quick_test is now pinned to version v0.17.0
2025-06-10 20:39.38 ---> saved as "842af406470ee5a0b25ce9d56516d1797df0fd1f6e443ba3d4a2e5b9a601c964"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall ppx_quick_test.v0.17.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\" != 'ppx_quick_test.v0.17.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
ppx_quick_test.v0.17.0 is not installed. Install it? [y/n] y
  * No agreement on the version of ocaml-base-compiler:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - ppx_quick_test -> ocaml >= 5.1.0 -> ocaml-base-compiler >= 5.1.0~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - ppx_quick_test -> ocaml >= 5.1.0 -> ocaml-variants < 5.5.1~
  * Missing dependency:
    - ppx_quick_test -> ocaml >= 5.1.0 -> ocaml-variants < 5.5.1~ -> xenbigarray
    unknown package
  * Missing dependency:
    - ppx_quick_test -> ocaml >= 5.1.0 -> ocaml-variants < 5.5.1~ -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - ppx_quick_test -> ocaml >= 5.1.0 -> ocaml-variants >= 5.1.0~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ppx_quick_test.v0.17.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" != 'ppx_quick_test.v0.17.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 20
2025-06-10 20:40.04: Job failed: Failed: Build failed
2025-06-10 20:40.04: Log analysis:
2025-06-10 20:40.04: >>> 
No solution found, exiting
 (score = 100)
2025-06-10 20:40.04: [SKIP] Package not available