(not at the head of any monitored branch or PR)
2026-04-30 16:22.15: New job: build ppx_deriving_jsonschema.0.0.7, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29819/head (34d3b72424802d46cb5a85dace3093ac6dd31d75)
                              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/29819/head" && git reset --hard 34d3b724
git fetch origin master
git merge --no-edit 6eba819fc9cf11948f2ec0ccb35df7352e130ee2
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 ppx_deriving_jsonschema.0.0.7 0.0.7
RUN opam reinstall ppx_deriving_jsonschema.0.0.7; \
    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_deriving_jsonschema.0.0.7' && 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-30 16:22.15: Using cache hint "macos-homebrew-ocaml-4.14-ppx_deriving_jsonschema.0.0.7-34d3b72424802d46cb5a85dace3093ac6dd31d75"
2026-04-30 16:22.15: 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 ppx_deriving_jsonschema.0.0.7 0.0.7"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall ppx_deriving_jsonschema.0.0.7;\
             \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_deriving_jsonschema.0.0.7' && 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-30 16:22.15: Waiting for resource in pool OCluster
2026-04-30 16:22.16: Waiting for worker…
2026-04-30 16:22.16: Got resource from pool OCluster
Building on m1-worker-01
Updating files:  57% (10894/18875)
Updating files:  58% (10948/18875)
Updating files:  59% (11137/18875)
Updating files:  60% (11325/18875)
Updating files:  61% (11514/18875)
Updating files:  62% (11703/18875)
Updating files:  63% (11892/18875)
Updating files:  64% (12080/18875)
Updating files:  65% (12269/18875)
Updating files:  66% (12458/18875)
Updating files:  67% (12647/18875)
Updating files:  68% (12835/18875)
Updating files:  69% (13024/18875)
Updating files:  70% (13213/18875)
Updating files:  71% (13402/18875)
Updating files:  72% (13590/18875)
Updating files:  73% (13779/18875)
Updating files:  74% (13968/18875)
Updating files:  75% (14157/18875)
Updating files:  76% (14345/18875)
Updating files:  77% (14534/18875)
Updating files:  78% (14723/18875)
Updating files:  79% (14912/18875)
Updating files:  80% (15100/18875)
Updating files:  81% (15289/18875)
Updating files:  82% (15478/18875)
Updating files:  83% (15667/18875)
Updating files:  84% (15855/18875)
Updating files:  85% (16044/18875)
Updating files:  86% (16233/18875)
Updating files:  87% (16422/18875)
Updating files:  88% (16610/18875)
Updating files:  89% (16799/18875)
Updating files:  90% (16988/18875)
Updating files:  91% (17177/18875)
Updating files:  92% (17365/18875)
Updating files:  93% (17554/18875)
Updating files:  94% (17743/18875)
Updating files:  95% (17932/18875)
Updating files:  96% (18120/18875)
Updating files:  97% (18309/18875)
Updating files:  98% (18498/18875)
Updating files:  99% (18687/18875)
Updating files: 100% (18875/18875)
Updating files: 100% (18875/18875), done.
HEAD is now at e6fa5fe1a0 3 packages from tangled.org/ryan.freumh.org/ocaml-wake-on-lan/archive/1.0.tar.gz
HEAD is now at 6eba819fc9 Merge pull request #29818 from Vlam9988/opam-publish-ip2proxy.3.2.0
Updating 6eba819fc9..34d3b72424
Fast-forward
 .../ppx_deriving_jsonschema.0.0.7/opam             | 57 ++++++++++++++++++++++
 1 file changed, 57 insertions(+)
 create mode 100644 packages/ppx_deriving_jsonschema/ppx_deriving_jsonschema.0.0.7/opam

(from macos-homebrew-ocaml-4.14)
2026-04-30 16:22.28 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

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

/: (copy (src .) (dst opam-repository/))
2026-04-30 16:22.33 ---> saved as "be6acbc0c98d14636e0241a7abf6d3bc7247cb11ea3f1f402a6e65639efb0db8"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
default (at file:///Users/mac1000/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at file:///Users/mac1000/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-04-30 16:22.42 ---> saved as "ba6b19165e0b20d41f70de92776275150ddc62915235ad7e3dc6f93376579c9e"

/: (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:8ad98d9cf15477d1a43f4012cfd5eff5c271398bca1e2724b55bd4944a0bb1d4
- #=#=#                                                                          

                                                                           0.1%
                                                                           0.4%
                                                                           0.6%
- 
                                                                           1.0%
#                                                                          1.5%
#                                                                          1.7%
#                                                                          2.1%
#                                                                          2.4%
#                                                                          2.7%
##                                                                         2.9%
##                                                                         3.0%
##                                                                         3.3%
- 
##                                                                         3.4%
##                                                                         3.7%
##                                                                         4.0%
##                                                                         4.1%
###                                                                        4.3%
###                                                                        4.5%
###                                                                        4.7%
###                                                                        5.0%
###                                                                        5.1%
###                                                                        5.4%
- 
###                                                                        5.5%
####                                                                       5.8%
####                                                                       6.0%
####                                                                       6.1%
####                                                                       6.4%
####                                                                       6.6%
####                                                                       6.8%
#####                                                                      7.0%
#####                                                                      7.3%
#####                                                                      7.4%
#####                                                                      7.7%
- 
#####                                                                      7.9%
#####                                                                      8.0%
#####                                                                      8.3%
######                                                                     8.6%
######                                                                     8.7%
######                                                                     8.9%
######                                                                     9.2%
######                                                                     9.3%
######                                                                     9.6%
#######                                                                    9.7%
#######                                                                   10.0%
- 
#######                                                                   10.2%
#######                                                                   10.4%
#######                                                                   10.6%
#######                                                                   10.8%
#######                                                                   11.0%
########                                                                  11.2%
########                                                                  11.5%
########                                                                  11.6%
########                                                                  11.9%
########                                                                  12.1%
########                                                                  12.4%
- 
#########                                                                 12.5%
#########                                                                 12.8%
#########                                                                 12.9%
#########                                                                 13.2%
#########                                                                 13.4%
#########                                                                 13.6%
#########                                                                 13.8%
##########                                                                14.1%
##########                                                                14.2%
##########                                                                14.5%
##########                                                                14.7%
- 
##########                                                                14.9%
##########                                                                15.1%
##########                                                                15.2%
###########                                                               15.5%
###########                                                               15.8%
###########                                                               16.0%
###########                                                               16.1%
###########                                                               16.4%
###########                                                               16.6%
############                                                              16.7%
############                                                              17.0%
- 
############                                                              17.1%
############                                                              17.4%
############                                                              17.7%
############                                                              17.8%
#############                                                             18.1%
#############                                                             18.3%
#############                                                             18.5%
#############                                                             18.7%
#############                                                             19.0%
#############                                                             19.1%
- 
#############                                                             19.4%
##############                                                            19.6%
##############                                                            19.7%
##############                                                            20.0%
##############                                                            20.3%
##############                                                            20.4%
##############                                                            20.7%
##############                                                            20.8%
###############                                                           21.0%
###############                                                           21.3%
###############                                                           21.4%
- 
###############                                                           21.7%
###############                                                           21.8%
###############                                                           22.1%
################                                                          22.3%
################                                                          22.6%
################                                                          22.7%
################                                                          22.9%
################                                                          23.1%
################                                                          23.3%
################                                                          23.6%
- 
#################                                                         23.7%
#################                                                         24.0%
#################                                                         24.2%
#################                                                         24.4%
#################                                                         24.6%
#################                                                         24.7%
##################                                                        25.0%
##################                                                        25.3%
##################                                                        25.4%
##################                                                        25.6%
##################                                                        25.9%
- 
##################                                                        26.0%
##################                                                        26.3%
###################                                                       26.4%
###################                                                       26.7%
###################                                                       26.9%
###################                                                       27.0%
###################                                                       27.3%
###################                                                       27.5%
###################                                                       27.7%
####################                                                      27.9%
####################                                                      28.1%
- 
####################                                                      28.3%
####################                                                      28.6%
####################                                                      28.7%
####################                                                      29.0%
#####################                                                     29.2%
#####################                                                     29.4%
#####################                                                     29.6%
#####################                                                     29.9%
#####################                                                     30.1%
#####################                                                     30.3%
#####################                                                     30.5%
- 
######################                                                    30.6%
######################                                                    30.9%
######################                                                    31.2%
######################                                                    31.4%
######################                                                    31.5%
######################                                                    31.8%
#######################                                                   32.0%
#######################                                                   32.2%
#######################                                                   32.4%
#######################                                                   32.5%
- 
#######################                                                   32.8%
#######################                                                   33.1%
#######################                                                   33.2%
########################                                                  33.5%
########################                                                  33.6%
########################                                                  33.9%
########################                                                  34.0%
########################                                                  34.3%
########################                                                  34.5%
#########################                                                 34.8%
#########################                                                 35.0%
- 
#########################                                                 35.3%
#########################                                                 35.7%
#########################                                                 35.9%
##########################                                                36.2%
##########################                                                36.4%
##########################                                                36.7%
##########################                                                37.2%
###########################                                               37.6%
###########################                                               38.0%
###########################                                               38.5%
###########################                                               38.9%
- 
############################                                              39.1%
############################                                              39.4%
############################                                              39.8%
############################                                              40.0%
#############################                                             40.3%
#############################                                             40.5%
#############################                                             40.8%
#############################                                             41.2%
#############################                                             41.4%
##############################                                            41.7%
##############################                                            42.0%
- 
##############################                                            42.1%
##############################                                            42.3%
##############################                                            42.6%
##############################                                            42.8%
##############################                                            43.0%
###############################                                           43.2%
###############################                                           43.3%
###############################                                           43.6%
###############################                                           43.9%
###############################                                           44.1%
- 
###############################                                           44.2%
################################                                          44.5%
################################                                          44.8%
################################                                          44.9%
################################                                          45.2%
################################                                          45.3%
################################                                          45.5%
################################                                          45.8%
#################################                                         45.9%
#################################                                         46.2%
#################################                                         46.3%
- 
#################################                                         46.6%
#################################                                         46.8%
#################################                                         47.0%
#################################                                         47.2%
##################################                                        47.4%
##################################                                        47.6%
##################################                                        47.8%
##################################                                        48.1%
##################################                                        48.2%
##################################                                        48.5%
###################################                                       48.7%
- 
###################################                                       48.9%
###################################                                       49.1%
###################################                                       49.2%
###################################                                       49.5%
###################################                                       49.8%
###################################                                       49.9%
####################################                                      50.1%
####################################                                      50.4%
####################################                                      50.5%
####################################                                      50.8%
####################################                                      51.1%
- 
####################################                                      51.2%
#####################################                                     51.4%
#####################################                                     51.7%
#####################################                                     52.0%
#####################################                                     52.1%
#####################################                                     52.3%
#####################################                                     52.6%
#####################################                                     52.7%
######################################                                    53.0%
######################################                                    53.1%
- 
######################################                                    53.3%
######################################                                    53.6%
######################################                                    53.9%
######################################                                    54.0%
#######################################                                   54.2%
#######################################                                   54.5%
#######################################                                   54.6%
#######################################                                   54.9%
#######################################                                   55.1%
#######################################                                   55.3%
#######################################                                   55.5%
- 
########################################                                  55.7%
########################################                                  55.9%
########################################                                  56.2%
########################################                                  56.3%
########################################                                  56.6%
########################################                                  56.8%
#########################################                                 57.0%
#########################################                                 57.2%
#########################################                                 57.3%
#########################################                                 57.6%
#########################################                                 57.9%
- 
#########################################                                 58.1%
#########################################                                 58.2%
##########################################                                58.5%
##########################################                                58.7%
##########################################                                58.9%
##########################################                                59.1%
##########################################                                59.4%
##########################################                                59.5%
###########################################                               59.8%
###########################################                               60.0%
- 
###########################################                               60.1%
###########################################                               60.4%
###########################################                               60.5%
###########################################                               60.8%
###########################################                               61.0%
############################################                              61.2%
############################################                              61.4%
############################################                              61.6%
############################################                              61.8%
############################################                              61.9%
############################################                              62.2%
- 
############################################                              62.5%
#############################################                             62.7%
#############################################                             62.8%
#############################################                             63.1%
#############################################                             63.3%
#############################################                             63.6%
#############################################                             63.7%
##############################################                            64.0%
##############################################                            64.2%
##############################################                            64.4%
##############################################                            64.6%
- 
##############################################                            64.9%
##############################################                            65.0%
##############################################                            65.3%
###############################################                           65.5%
###############################################                           65.7%
###############################################                           65.9%
###############################################                           66.2%
###############################################                           66.3%
###############################################                           66.6%
################################################                          66.8%
- 
################################################                          66.9%
################################################                          67.2%
################################################                          67.5%
################################################                          67.6%
################################################                          67.9%
################################################                          68.0%
#################################################                         68.2%
#################################################                         68.5%
#################################################                         68.7%
#################################################                         68.8%
#################################################                         69.1%
- 
#################################################                         69.4%
##################################################                        69.6%
##################################################                        69.7%
##################################################                        70.0%
##################################################                        70.1%
##################################################                        70.4%
##################################################                        70.5%
##################################################                        70.8%
###################################################                       71.0%
###################################################                       71.2%
- 
###################################################                       71.4%
###################################################                       71.7%
###################################################                       71.8%
###################################################                       72.1%
####################################################                      72.3%
####################################################                      72.5%
####################################################                      72.7%
####################################################                      73.0%
####################################################                      73.1%
####################################################                      73.3%
####################################################                      73.6%
- 
#####################################################                     73.8%
#####################################################                     74.0%
#####################################################                     74.2%
#####################################################                     74.5%
#####################################################                     74.6%
#####################################################                     74.9%
######################################################                    75.1%
######################################################                    75.3%
######################################################                    75.5%
######################################################                    75.8%
- 
######################################################                    75.9%
######################################################                    76.2%
#######################################################                   76.4%
#######################################################                   76.6%
#######################################################                   76.8%
#######################################################                   77.1%
#######################################################                   77.3%
#######################################################                   77.5%
#######################################################                   77.7%
########################################################                  77.9%
########################################################                  78.1%
- 
########################################################                  78.3%
########################################################                  78.6%
########################################################                  78.7%
########################################################                  79.0%
########################################################                  79.1%
#########################################################                 79.4%
#########################################################                 79.6%
#########################################################                 79.7%
#########################################################                 80.0%
#########################################################                 80.3%
#########################################################                 80.4%
- 
##########################################################                80.6%
##########################################################                80.8%
##########################################################                81.0%
##########################################################                81.3%
##########################################################                81.4%
##########################################################                81.7%
##########################################################                81.9%
###########################################################               82.1%
###########################################################               82.3%
###########################################################               82.5%
###########################################################               82.8%
- 
###########################################################               82.9%
###########################################################               83.2%
############################################################              83.4%
############################################################              83.7%
############################################################              84.0%
############################################################              84.4%
############################################################              84.6%
#############################################################             84.9%
#############################################################             85.2%
#############################################################             85.4%
#############################################################             85.8%
- 
#############################################################             86.1%
##############################################################            86.3%
##############################################################            86.6%
##############################################################            86.8%
##############################################################            87.1%
##############################################################            87.4%
###############################################################           87.6%
###############################################################           88.0%
###############################################################           88.3%
###############################################################           88.5%
###############################################################           88.8%
- 
################################################################          89.1%
################################################################          89.4%
################################################################          89.6%
################################################################          89.9%
################################################################          90.2%
#################################################################         90.5%
#################################################################         90.9%
#################################################################         91.3%
##################################################################        91.7%
##################################################################        92.1%
##################################################################        92.5%
- 
##################################################################        92.9%
###################################################################       93.5%
###################################################################       94.2%
####################################################################      95.2%
#####################################################################     95.9%
#####################################################################     96.7%
#####################################################################     97.1%
######################################################################    97.5%
######################################################################    98.0%
######################################################################    98.3%
#######################################################################   98.7%
- 
#######################################################################   99.1%
#######################################################################   99.5%
#######################################################################   99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.3.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-30 16:24.04 ---> saved as "6f361a8a8aba23e49774984162a97fcbc33bcac7bb7abe4b60d9aef13234afce"

/: (run (shell "opam pin add -k version -yn ppx_deriving_jsonschema.0.0.7 0.0.7"))
ppx_deriving_jsonschema is now pinned to version 0.0.7
2026-04-30 16:24.05 ---> saved as "86c55c18467b3172c836297d8f52f27152979281889f04c7d4695b23bba77aea"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall ppx_deriving_jsonschema.0.0.7;\
               \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_deriving_jsonschema.0.0.7' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
ppx_deriving_jsonschema.0.0.7 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_deriving_jsonschema >= 0.0.7 -> ocaml >= 5.0.0 -> ocaml-base-compiler >= 5.0.0~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - ppx_deriving_jsonschema >= 0.0.7 -> ocaml >= 5.0.0 -> ocaml-variants < 5.6.1~
  * Missing dependency:
    - ppx_deriving_jsonschema >= 0.0.7 -> ocaml >= 5.0.0 -> ocaml-variants >= 5.0.0~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ppx_deriving_jsonschema.0.0.7;
        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_deriving_jsonschema.0.0.7' && 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
2026-04-30 16:24.23: Job failed: Failed: Build failed
2026-04-30 16:24.23: Log analysis:
2026-04-30 16:24.23: >>> 
No solution found, exiting
 (score = 100)
2026-04-30 16:24.23: [SKIP] Package not available