(not at the head of any monitored branch or PR)
2025-11-30 20:45.57: New job: build melange.6.0.1-52, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29001/head (f552a18f416e36738eee28c6bf79045fd1a926dd)
                              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/29001/head" && git reset --hard f552a18f
git fetch origin master
git merge --no-edit 1808b67a60cee484a3c5ff1a64046c0e5f0406a5
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 melange.6.0.1-52 6.0.1-52
RUN opam reinstall melange.6.0.1-52; \
    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" != 'melange.6.0.1-52' && 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-11-30 20:45.57: Using cache hint "macos-homebrew-ocaml-4.14-melange.6.0.1-52-f552a18f416e36738eee28c6bf79045fd1a926dd"
2025-11-30 20:45.57: 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 melange.6.0.1-52 6.0.1-52"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall melange.6.0.1-52;\
             \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\" != 'melange.6.0.1-52' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-30 20:45.57: Waiting for resource in pool OCluster
2025-11-30 20:45.58: Waiting for worker…
2025-11-30 20:50.49: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
Updating files:  64% (12219/18941)
Updating files:  65% (12312/18941)
Updating files:  66% (12502/18941)
Updating files:  67% (12691/18941)
Updating files:  68% (12880/18941)
Updating files:  69% (13070/18941)
Updating files:  70% (13259/18941)
Updating files:  71% (13449/18941)
Updating files:  72% (13638/18941)
Updating files:  73% (13827/18941)
Updating files:  74% (14017/18941)
Updating files:  75% (14206/18941)
Updating files:  76% (14396/18941)
Updating files:  77% (14585/18941)
Updating files:  78% (14774/18941)
Updating files:  79% (14964/18941)
Updating files:  80% (15153/18941)
Updating files:  81% (15343/18941)
Updating files:  82% (15532/18941)
Updating files:  83% (15722/18941)
Updating files:  84% (15911/18941)
Updating files:  85% (16100/18941)
Updating files:  86% (16290/18941)
Updating files:  87% (16479/18941)
Updating files:  88% (16669/18941)
Updating files:  89% (16858/18941)
Updating files:  90% (17047/18941)
Updating files:  91% (17237/18941)
Updating files:  92% (17426/18941)
Updating files:  93% (17616/18941)
Updating files:  94% (17805/18941)
Updating files:  95% (17994/18941)
Updating files:  96% (18184/18941)
Updating files:  97% (18373/18941)
Updating files:  98% (18563/18941)
Updating files:  99% (18752/18941)
Updating files: 100% (18941/18941)
Updating files: 100% (18941/18941), done.
HEAD is now at 1808b67a60 Merge pull request #28997 from dinosaure/release-hxd-v0.3.6
Updating 1808b67a60..f552a18f41
Fast-forward
 packages/melange/melange.6.0.1-414/opam | 42 +++++++++++++++++++++++++++++++++
 packages/melange/melange.6.0.1-51/opam  | 42 +++++++++++++++++++++++++++++++++
 packages/melange/melange.6.0.1-52/opam  | 42 +++++++++++++++++++++++++++++++++
 packages/melange/melange.6.0.1-53/opam  | 42 +++++++++++++++++++++++++++++++++
 packages/melange/melange.6.0.1-54/opam  | 42 +++++++++++++++++++++++++++++++++
 5 files changed, 210 insertions(+)
 create mode 100644 packages/melange/melange.6.0.1-414/opam
 create mode 100644 packages/melange/melange.6.0.1-51/opam
 create mode 100644 packages/melange/melange.6.0.1-52/opam
 create mode 100644 packages/melange/melange.6.0.1-53/opam
 create mode 100644 packages/melange/melange.6.0.1-54/opam

(from macos-homebrew-ocaml-4.14)
2025-11-30 20:50.50 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-11-30 20:50.50 ---> 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
2025-11-30 20:50.50 ---> 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.4.1
# 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
2025-11-30 20:50.50 ---> 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/"))
2025-11-30 20:50.50 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache

/: (copy (src .) (dst opam-repository/))
2025-11-30 20:50.51 ---> using "1e11493525501476f9b057e28a3e3b8657058db40b0bad66c18004309a4a9514" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-11-30 20:50.52 ---> using "5b668d08109fdd2bc1f48652f98e0419435fee2e5699366f842e8cc754407998" from cache

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

                                                                           0.3%
                                                                           0.7%
#                                                                          1.8%
#                                                                          2.3%
##                                                                         2.8%
##                                                                         3.1%
- 
###                                                                        4.2%
###                                                                        4.6%
###                                                                        5.1%
####                                                                       5.8%
####                                                                       6.7%
#####                                                                      7.5%
######                                                                     8.5%
######                                                                     9.3%
#######                                                                   10.2%
#######                                                                   11.0%
- 
########                                                                  11.8%
#########                                                                 12.6%
#########                                                                 13.4%
##########                                                                14.2%
##########                                                                15.1%
###########                                                               15.9%
############                                                              16.7%
############                                                              17.5%
#############                                                             18.5%
#############                                                             19.3%
##############                                                            20.2%
- 
###############                                                           21.0%
###############                                                           21.8%
################                                                          22.8%
################                                                          23.6%
#################                                                         24.4%
##################                                                        25.2%
##################                                                        26.1%
###################                                                       26.9%
####################                                                      27.8%
####################                                                      28.6%
#####################                                                     29.4%
#####################                                                     30.3%
- 
######################                                                    31.2%
#######################                                                   32.0%
#######################                                                   32.8%
########################                                                  33.7%
########################                                                  34.5%
#########################                                                 35.3%
##########################                                                36.3%
##########################                                                37.2%
###########################                                               38.0%
###########################                                               38.8%
############################                                              39.6%
- 
#############################                                             40.6%
#############################                                             41.4%
##############################                                            42.1%
###############################                                           43.1%
###############################                                           43.9%
################################                                          44.7%
################################                                          45.5%
#################################                                         46.4%
#################################                                         47.2%
##################################                                        48.2%
###################################                                       49.0%
- 
###################################                                       49.8%
####################################                                      50.7%
#####################################                                     51.5%
#####################################                                     52.3%
######################################                                    53.2%
######################################                                    54.1%
#######################################                                   54.9%
########################################                                  55.7%
########################################                                  56.5%
#########################################                                 57.4%
#########################################                                 58.2%
##########################################                                59.0%
- 
###########################################                               60.0%
###########################################                               60.8%
############################################                              61.6%
############################################                              62.4%
#############################################                             63.3%
##############################################                            64.1%
##############################################                            65.0%
###############################################                           65.9%
################################################                          66.8%
################################################                          67.6%
#################################################                         68.4%
- 
#################################################                         69.3%
##################################################                        70.2%
###################################################                       71.0%
###################################################                       71.8%
####################################################                      72.6%
####################################################                      73.5%
#####################################################                     74.3%
######################################################                    75.1%
######################################################                    76.1%
#######################################################                   76.9%
- 
########################################################                  77.8%
########################################################                  78.7%
#########################################################                 79.5%
#########################################################                 80.5%
##########################################################                81.3%
###########################################################               82.1%
###########################################################               82.9%
############################################################              83.8%
############################################################              84.6%
#############################################################             85.4%
##############################################################            86.3%
- 
##############################################################            87.2%
###############################################################           88.0%
################################################################          88.9%
################################################################          89.7%
#################################################################         90.5%
#################################################################         91.4%
##################################################################        92.2%
##################################################################        93.0%
###################################################################       93.9%
####################################################################      94.8%
####################################################################      95.6%
- 
#####################################################################     96.4%
######################################################################    97.3%
######################################################################    98.1%
#######################################################################   98.9%
#######################################################################   99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.7.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.
2025-11-30 20:50.52 ---> using "933c84ad2319204b90fb90c32dd6e67dd5cf53b9d2e6bb30d3c84db7960562a7" from cache

/: (run (shell "opam pin add -k version -yn melange.6.0.1-52 6.0.1-52"))
melange is now pinned to version 6.0.1-52
2025-11-30 20:50.53 ---> saved as "40020a96d55584a89686caf566c3b8cbf210a74ca86db50e040f2c91dffd8f06"

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

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall melange.6.0.1-52;
        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" != 'melange.6.0.1-52' && 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-11-30 20:51.12: Job failed: Failed: Build failed
2025-11-30 20:51.12: Log analysis:
2025-11-30 20:51.12: >>> 
No solution found, exiting
 (score = 100)
2025-11-30 20:51.12: [SKIP] Package not available