(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/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/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 i7-worker-04
Updating files:  28% (5451/18875)
Updating files:  29% (5474/18875)
Updating files:  30% (5663/18875)
Updating files:  31% (5852/18875)
Updating files:  32% (6040/18875)
Updating files:  33% (6229/18875)
Updating files:  34% (6418/18875)
Updating files:  35% (6607/18875)
Updating files:  36% (6795/18875)
Updating files:  37% (6984/18875)
Updating files:  38% (7173/18875)
Updating files:  39% (7362/18875)
Updating files:  40% (7550/18875)
Updating files:  41% (7739/18875)
Updating files:  42% (7928/18875)
Updating files:  43% (8117/18875)
Updating files:  44% (8305/18875)
Updating files:  45% (8494/18875)
Updating files:  46% (8683/18875)
Updating files:  47% (8872/18875)
Updating files:  48% (9060/18875)
Updating files:  49% (9249/18875)
Updating files:  50% (9438/18875)
Updating files:  51% (9627/18875)
Updating files:  52% (9815/18875)
Updating files:  52% (9954/18875)
Updating files:  53% (10004/18875)
Updating files:  54% (10193/18875)
Updating files:  55% (10382/18875)
Updating files:  56% (10570/18875)
Updating files:  57% (10759/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:  78% (14796/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.32 ---> 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.32 ---> 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.32 ---> 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=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
2026-04-30 16:22.33 ---> 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.33 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2026-04-30 16:22.43 ---> 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:23.04 ---> saved as "ba6b19165e0b20d41f70de92776275150ddc62915235ad7e3dc6f93376579c9e"

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

                                                                           0.1%
                                                                           0.5%
                                                                           1.2%
#                                                                          1.7%
#                                                                          2.2%
##                                                                         2.8%
##                                                                         3.3%
- 
##                                                                         3.7%
##                                                                         4.1%
###                                                                        4.5%
###                                                                        4.9%
###                                                                        5.3%
####                                                                       5.7%
####                                                                       6.2%
####                                                                       6.6%
#####                                                                      7.0%
#####                                                                      7.4%
#####                                                                      7.8%
- 
######                                                                     8.4%
######                                                                     8.8%
######                                                                     9.2%
######                                                                     9.6%
#######                                                                   10.0%
#######                                                                   10.5%
#######                                                                   10.9%
########                                                                  11.3%
########                                                                  11.7%
########                                                                  12.1%
#########                                                                 12.5%
- 
#########                                                                 12.9%
#########                                                                 13.4%
#########                                                                 13.8%
##########                                                                14.2%
##########                                                                14.6%
##########                                                                15.0%
###########                                                               15.4%
###########                                                               16.0%
###########                                                               16.4%
############                                                              16.8%
############                                                              17.2%
- 
############                                                              17.6%
############                                                              18.0%
#############                                                             18.4%
#############                                                             18.9%
#############                                                             19.3%
##############                                                            19.7%
##############                                                            20.1%
##############                                                            20.5%
###############                                                           20.9%
###############                                                           21.3%
###############                                                           21.8%
- 
################                                                          22.2%
################                                                          22.6%
################                                                          23.0%
################                                                          23.4%
#################                                                         23.8%
#################                                                         24.4%
#################                                                         24.8%
##################                                                        25.2%
##################                                                        25.6%
##################                                                        26.0%
###################                                                       26.5%
- 
###################                                                       26.9%
###################                                                       27.3%
###################                                                       27.7%
####################                                                      28.1%
####################                                                      28.6%
####################                                                      29.0%
#####################                                                     29.4%
#####################                                                     29.8%
#####################                                                     30.2%
######################                                                    30.6%
######################                                                    31.1%
- 
######################                                                    31.5%
#######################                                                   31.9%
#######################                                                   32.3%
#######################                                                   32.7%
#######################                                                   33.3%
########################                                                  33.7%
########################                                                  34.1%
########################                                                  34.5%
#########################                                                 35.0%
#########################                                                 35.4%
#########################                                                 35.8%
- 
##########################                                                36.2%
##########################                                                36.7%
##########################                                                37.1%
###########################                                               37.5%
###########################                                               37.9%
###########################                                               38.3%
###########################                                               38.7%
############################                                              39.3%
############################                                              39.7%
############################                                              40.1%
#############################                                             40.5%
- 
#############################                                             40.9%
#############################                                             41.4%
##############################                                            41.8%
##############################                                            42.2%
##############################                                            42.6%
##############################                                            43.0%
###############################                                           43.5%
###############################                                           43.9%
###############################                                           44.3%
################################                                          44.7%
################################                                          45.1%
- 
################################                                          45.5%
#################################                                         46.1%
#################################                                         46.5%
#################################                                         46.9%
##################################                                        47.3%
##################################                                        47.7%
##################################                                        48.2%
##################################                                        48.6%
###################################                                       49.0%
###################################                                       49.4%
- 
###################################                                       49.8%
####################################                                      50.2%
####################################                                      50.7%
####################################                                      51.1%
#####################################                                     51.5%
#####################################                                     52.1%
#####################################                                     52.5%
######################################                                    52.9%
######################################                                    53.3%
######################################                                    53.7%
#######################################                                   54.2%
- 
#######################################                                   54.6%
#######################################                                   55.0%
#######################################                                   55.4%
########################################                                  55.8%
########################################                                  56.3%
########################################                                  56.7%
#########################################                                 57.1%
#########################################                                 57.7%
#########################################                                 58.1%
##########################################                                58.5%
##########################################                                58.9%
- 
##########################################                                59.2%
##########################################                                59.6%
###########################################                               60.2%
###########################################                               60.6%
###########################################                               61.0%
############################################                              61.4%
############################################                              61.8%
############################################                              62.2%
#############################################                             62.7%
#############################################                             63.1%
#############################################                             63.5%
- 
##############################################                            63.9%
##############################################                            64.3%
##############################################                            64.8%
##############################################                            65.2%
###############################################                           65.6%
###############################################                           66.0%
###############################################                           66.4%
################################################                          66.8%
################################################                          67.4%
################################################                          67.8%
#################################################                         68.2%
- 
#################################################                         68.6%
#################################################                         69.0%
##################################################                        69.5%
##################################################                        69.9%
##################################################                        70.3%
##################################################                        70.7%
###################################################                       71.1%
###################################################                       71.5%
###################################################                       72.0%
####################################################                      72.4%
####################################################                      72.8%
- 
####################################################                      73.2%
#####################################################                     73.6%
#####################################################                     74.2%
#####################################################                     74.6%
#####################################################                     75.0%
######################################################                    75.4%
######################################################                    75.8%
######################################################                    76.2%
#######################################################                   76.4%
#######################################################                   76.8%
#######################################################                   77.2%
- 
#######################################################                   77.8%
########################################################                  78.2%
########################################################                  78.6%
########################################################                  79.0%
#########################################################                 79.4%
#########################################################                 79.9%
#########################################################                 80.3%
##########################################################                80.7%
##########################################################                81.1%
##########################################################                81.6%
###########################################################               82.0%
- 
###########################################################               82.6%
###########################################################               83.0%
############################################################              83.4%
############################################################              83.8%
############################################################              84.3%
############################################################              84.7%
#############################################################             85.1%
#############################################################             85.5%
#############################################################             85.9%
##############################################################            86.4%
- 
##############################################################            86.8%
##############################################################            87.2%
###############################################################           87.6%
###############################################################           88.0%
###############################################################           88.4%
###############################################################           88.8%
################################################################          89.3%
################################################################          89.7%
################################################################          90.1%
#################################################################         90.5%
#################################################################         90.9%
- 
#################################################################         91.3%
##################################################################        91.7%
##################################################################        92.3%
##################################################################        92.7%
###################################################################       93.1%
###################################################################       93.5%
###################################################################       93.9%
###################################################################       94.3%
####################################################################      94.8%
####################################################################      95.2%
####################################################################      95.6%
- 
#####################################################################     96.0%
#####################################################################     96.4%
#####################################################################     96.8%
######################################################################    97.5%
######################################################################    98.3%
#######################################################################   99.1%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.3.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-04-30 16:24.30 ---> 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.32 ---> 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:
    - (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
    - ppx_deriving_jsonschema >= 0.0.7 -> ocaml >= 5.0.0
    You can temporarily relax the switch invariant with `--update-invariant'
  * 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.2.1~
  * 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.6.1~ -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - ppx_deriving_jsonschema >= 0.0.7 -> ocaml >= 5.0.0 -> ocaml-variants < 5.6.1~ -> 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:25.00: Job failed: Failed: Build failed
2026-04-30 16:25.00: Log analysis:
2026-04-30 16:25.00: >>> 
No solution found, exiting
 (score = 100)
2026-04-30 16:25.00: [SKIP] Package not available